Domain name for API request: vpc.intl.tencentcloudapi.com.
This API is used to release the IPv6 public network bandwidth of classic elastic public IPv6 instances.
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: ReleaseIp6AddressesBandwidth. |
Version | Yes | String | Common Params. The value used for this API: 2017-03-12. |
Region | Yes | String | Common Params. For more information, please see the list of regions supported by the product. |
Ip6Addresses.N | No | Array of String | IPv6 addresses. Both Ip6Addresses and Ip6AddressIds are required, but they cannot be specified at the same time. |
Ip6AddressIds.N | No | Array of String | Unique IDs corresponding to the IPv6 addresses. Format: eip-xxxxxxxx. Both Ip6Addresses and Ip6AddressIds are required, but they cannot be specified at the same time. |
Parameter Name | Type | Description |
---|---|---|
TaskId | String | Asynchronous task ID. You can call the DescribeTaskResult API to query the task status. |
RequestId | String | The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem. |
The input parameter Ip6AddressIds is required.
POST / HTTP/1.1
Host: vpc.intl.tencentcloudapi.com
Content-Type: application/json
X-TC-Action: ReleaseIp6AddressesBandwidth
<Common request parameters>
{
"Ip6AddressIds": [
"eip-31g37kea"
]
}
{
"Response": {
"TaskId": "12579789",
"RequestId": "fe6aa94a-2a74-41d8-9570-337a575443fe"
}
}
The input parameter Ip6Addresses is required.
POST / HTTP/1.1
Host: vpc.intl.tencentcloudapi.com
Content-Type: application/json
X-TC-Action: ReleaseIp6AddressesBandwidth
<Common request parameters>
{
"Ip6Addresses": [
"2402:4e00:1000:200:0:8d8a:60b7:87f8"
]
}
{
"Response": {
"TaskId": "12579786",
"RequestId": "3287c8ef-2bfb-4ae7-8874-f3628c0344b1"
}
}
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.TaskFailed | Task execution failed. |
InternalServerError | Internal error. |
InvalidParameter | A parameter error occurred. |
InvalidParameter.Coexist | The parameters cannot be specified at the same time. |
InvalidParameterValue | The parameter value is invalid. |
InvalidParameterValue.AddressIdMalformed | This IP address ID is invalid. |
InvalidParameterValue.AddressIpNotFound | IP address not found. |
InvalidParameterValue.InvalidIpv6 | Invalid IPv6 addresses. |
InvalidParameterValue.LimitExceeded | The parameter value exceeds the limit. |
InvalidParameterValue.Malformed | Invalid input parameter format. |
OperationDenied.MutexTaskRunning | Mutually exclusive tasks are executing. |