请求参数
名称 | 类型 | 是否必选 | 示例值 | 描述 |
Action | String | 否 | ReleaseInstancePublicConnection | 系统规定参数。取值为ReleaseInstancePublicConnection。 |
CurrentConnectionString | String | 是 | pxc-****************.public.polarx.rds.aliyuncs.com | 目标实例的外网连接地址。 |
DBInstanceName | String | 是 | pxc-**************** | 实例ID。 |
RegionId | String | 否 | cn-hangzhou | 实例所在地域。 |
返回数据
名称 | 类型 | 示例值 | 描述 |
RequestId | String | F670BFF3-4F3F-4F72-9F68-193A55****** | 请求ID。 |
示例
请求示例
http(s)://polardbx.cn-hangzhou.aliyuncs.com/?Action=ReleaseInstancePublicConnection &CurrentConnectionString=pxc-****************.public.polarx.rds.aliyuncs.com &DBInstanceName=pxc-**************** &<公共请求参数>
正常返回示例
XML
格式
<code>200</code>
<data><RequestId>F670BFF3-4F3F-4F72-9F68-193A55</RequestId>
</data>
<requestId>F670BFF3-4F3F-4F72-9F68-193A55</requestId>
<successResponse>true</successResponse>
JSON
格式
{
"code":"200",
"data":{
"RequestId":"F670BFF3-4F3F-4F72-9F68-193A55"
},
"requestId":"F670BFF3-4F3F-4F72-9F68-193A55",
"successResponse":true
}
</div>