You can call this ReleaseInstanceInternetAddress to release the public endpoint of an RDS instance. This ensures the security of the instance.
Debugging
Request parameters
| Parameter | Type | Required | Example | Description |
|---|---|---|---|---|
| Action | String | Yes | ReleaseInstanceInternetAddress |
Required parameter. Value: ReleaseInstanceInternetAddress. |
| DrdsInstanceId | String | Yes | drds************ |
The ID of the DRDS instance. |
| RegionId | String | No | cn-beijing |
The region where the instance is located. |
Response parameters
| Parameter | Type | Example | Description |
|---|---|---|---|
| Data | Boolean | True |
The result returned by the current API. |
| RequestId | String | FD17CD3C-3355-49E8-9231-FE2DB0****** |
The ID of the request. |
Examples
Sample requests
http(s)://drds.aliyuncs.com/? Action=ReleaseInstanceInternetAddress
&DrdsInstanceId=drds************
&<Common request parameters>
Sample success responses
XML format
<RequestId>FD17CD3C-3355-49E8-9231-FE2DB0******</RequestId>
<Data>true</Data>
JSON format
{
"RequestId": "FD17CD3C-3355-49E8-9231-FE2DB0******",
"Data": true
}
Error codes
For a list of error codes, visit the API Error Center.