Domain name for API request: ecm.tencentcloudapi.com.
This API is used to release the IPv6 addresses of an ENI.
A maximum of 20 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: ReleaseIpv6Addresses. |
Version | Yes | String | Common Params. The value used for this API: 2019-07-19. |
Region | No | String | Common Params. This parameter is not required for this API. |
EcmRegion | Yes | String | ECM region |
NetworkInterfaceId | Yes | String | ENI instance ID, such as eni-m6dyj72l . |
Ipv6Addresses.N | Yes | Array of Ipv6Address | List of the specified IPv6 addresses. You can specify up to 10 IPv6 addresses at a time. |
Parameter Name | Type | Description |
---|---|---|
TaskId | Integer | Task ID. You can use the DescribeTaskResult API to query the task status |
RequestId | String | The unique request ID, which is returned for each request. RequestId is required for locating a problem. |
https://ecm.tencentcloudapi.com/?Action=ReleaseIpv6Addresses
&NetworkInterfaceId=eni-9c8zkfev
&EcmRegion=ap-xian-ecm
&Ipv6Addresses.0.Address=3402:4e00:20:1202:0:8d01:ee9c:3e22
&<Common request parameters>
{
"Response": {
"RequestId": "75221557-b667-440a-8cfe-ccd1bde2a234",
"TaskId": 3082
}
}
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 |
---|---|
FailedOperation.InternalOperationFailure | Internal error. |
InvalidParameter.InvalidDataFormat | The data format is incorrect. |
InvalidParameterValue | The parameter value is incorrect. |
InvalidParameterValue.Malformed | The input parameter format is invalid. |
MissingParameter.MissingModuleParameter | The module operation parameters are incomplete. |
ResourceNotFound | The resource does not exist. |
UnsupportedOperation.AttachmentNotFound | The instance is not associated. |
Was this page helpful?