Domain name for API request: vpc.tencentcloudapi.com.
This API is used to adjust the bandwidth of Elastic IP, including EIP billed on a pay-as-you-go, monthly subscription, and bandwidth package basis.
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: ModifyAddressesBandwidth. |
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. |
AddressIds.N | Yes | Array of String | List of EIP IDs, such as “eip-xxxx”. |
InternetMaxBandwidthOut | Yes | Integer | Target bandwidth value adjustment |
StartTime | No | Timestamp | (Disused) The start time of the monthly bandwidth subscription |
EndTime | No | Timestamp | (Disused) The end time of the monthly bandwidth subscription |
Parameter Name | Type | Description |
---|---|---|
TaskId | String | The async 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. |
This example shows you how to adjust the pay-as-you-go bandwidth.
POST / HTTP/1.1
Host: vpc.tencentcloudapi.com
Content-Type: application/json
X-TC-Action: ModifyAddressesBandwidth
<Common request parameters>
{
"InternetMaxBandwidthOut": "2",
"AddressIds": [
"eip-alfxy9c8"
]
}
{
"Response": {
"TaskId": "11531422",
"RequestId": "24cfceab-3492-482c-b86f-27f598b1b044"
}
}
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. |
InvalidAddressId.NotFound | The specified EIP does not exist. |
InvalidParameterValue.AddressIdMalformed | This IP address ID is invalid. |
InvalidParameterValue.AddressNotFound | Unable to find the address. |
InvalidParameterValue.BandwidthOutOfRange | The bandwidth exceeds the limit. |
InvalidParameterValue.BandwidthTooSmall | The selected bandwidth is smaller than the minimum permissible range. |
InvalidParameterValue.InconsistentInstanceInternetChargeType | The billing mode of this instance is different from that of others. |
InvalidParameterValue.InstanceIdMalformed | Incorrect instance ID. |
InvalidParameterValue.InstanceNoCalcIP | Request failed: this instance does not have a CalcIP (device IP). |
InvalidParameterValue.InstanceNoWanIP | Request failed: this instance does not have a WanIP (public IP). |
InvalidParameterValue.LimitExceeded | The parameter value exceeds the limit. |
InvalidParameterValue.ResourceExpired | The resource has expired. |
InvalidParameterValue.ResourceNotExisted | The resource is not associated with this bandwidth package. |
InvalidParameterValue.ResourceNotSupport | The resource does not support this operation. |
OperationDenied.AddressInArrears | The specified public IP is isolated. |
OperationDenied.MutexTaskRunning | Mutually exclusive tasks are executing. |
UnsupportedOperation.ActionNotFound | The port does not exist. |
UnsupportedOperation.AddressStatusNotPermit | This operation is not supported by the IP address status. |
UnsupportedOperation.InstanceStateNotSupported | This operation is not supported by the status of the instance bound with the IP address. |
UnsupportedOperation.UnpaidOrderAlreadyExists | Overdue payments are found under this account. Please complete the payment first. |
Was this page helpful?