Domain name for API request: vpc.tencentcloudapi.com.
This API is used to unbind an EIP from a NAT gateway.
A maximum of 100 requests can be initiated per second for this API.
The following request parameter list only provides API request parameters and some common parameters. For the complete common parameter list, see Common Request Parameters.
Parameter Name | Required | Type | Description |
---|---|---|---|
Action | Yes | String | Common Params. The value used for this API: DisassociateNatGatewayAddress. |
Version | Yes | String | Common Params. The value used for this API: 2017-03-12. |
Region | No | String | Common Params. This parameter is not required for this API. |
NatGatewayId | Yes | String | The ID of the NAT gateway, such as nat-df45454 . |
PublicIpAddresses.N | Yes | Array of String | Array of the EIPs to be unbound from the NAT gateway. |
Parameter Name | Type | Description |
---|---|---|
RequestId | String | The unique request ID, which is returned for each request. RequestId is required for locating a problem. |
https://vpc.tencentcloudapi.com/?Action=DisassociateNatGatewayAddress
&NatGatewayId=nat-mdbjfr0y
&PublicIpAddresses.0=139.199.232.212
&<Common request parameters>
{
"Response": {
"RequestId": "dbffc3f0-1807-4683-89ee-2d2b96425ee1"
}
}
TencentCloud API 3.0 integrates SDKs that support various programming languages to make it easier for you to call APIs.
The following only lists the error codes related to the API business logic. For other error codes, see Common Error Codes.
Error Code | Description |
---|---|
InvalidParameterValue.Malformed | Invalid input parameter format. |
ResourceInUse | The resource is occupied. |
ResourceNotFound | The resource does not exist. |
UnsupportedOperation.PublicIpAddressDisassociate | At least one EIP exists on the NAT gateway, and the EIP cannot be unbound. |
Was this page helpful?