Domain name for API request: vpc.intl.tencentcloudapi.com.
This API is used to adjust the bandwidth limit of a classic elastic public IPv6 instance.
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: ModifyIp6AddressesBandwidth. |
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. |
InternetMaxBandwidthOut | Yes | Integer | Modified target bandwidth, in Mbps. |
Ip6Addresses.N | No | Array of String | IPv6 addresses. Both Ip6Addresses and Ip6AddressId 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 Ip6AddressId are required, but they cannot be specified at the same time. |
Parameter Name | Type | Description |
---|---|---|
TaskId | String | Task ID. |
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. |
This example shows you how to modify the bandwidth limit of a specified traditional elastic IPv6 address.
POST / HTTP/1.1
Host: vpc.intl.tencentcloudapi.com
Content-Type: application/json
X-TC-Action: ModifyIp6AddressesBandwidth
<Common request parameters>
{
"Ip6Addresses": [
"2402:4e00:1000:200:0:8d8a:60b7:87f8"
],
"InternetMaxBandwidthOut": 50
}
{
"Response": {
"TaskId": "12579795",
"RequestId": "61b49567-8cbf-4523-8f25-7a2c9da23ddb"
}
}
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 |
---|---|
InternalServerError | Internal error. |
InvalidAccount.NotSupported | This account is not supported. |
InvalidAddressId.NotFound | The specified EIP does not exist. |
InvalidAddressIdState.InArrears | The specified EIP is in arrears. |
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.BandwidthOutOfRange | The bandwidth exceeds the limit. |
InvalidParameterValue.InvalidIpv6 | Invalid IPv6 addresses. |
InvalidParameterValue.Malformed | Invalid input parameter format. |
OperationDenied.MutexTaskRunning | Mutually exclusive tasks are executing. |
UnsupportedOperation.AddressIpInArrear | This operation is not supported because the account is in arrears. |
UnsupportedOperation.AddressIpInternetChargeTypeNotPermit | IP addresses in this billing mode does not support this operation. |
UnsupportedOperation.AddressIpNotSupportInstance | The IP address bound with this instance does not support this operation |
UnsupportedOperation.AddressIpStatusNotPermit | The IP address status does not support this operation. |