API参考—连接地址—ReleaseInstancePublicConnection

请求参数

名称 类型 是否必选 示例值 描述
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
}
上一篇:《Node.js入门经典》一1.3 安装并创建第一个Node.js程序


下一篇:《Linux From Scratch》第三部分:构建LFS系统 第六章:安装基本的系统软件- 6.20. Ncurses-5.9