Domain name for API request: vpc.tencentcloudapi.com.
This API is used to adjust the bandwidth of a bandwidth package.
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: ModifyBandwidthPackageBandwidth. |
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. This API only supports: ap-bangkok, ap-beijing, ap-chengdu, ap-chongqing, ap-guangzhou, ap-hongkong, ap-jakarta, ap-mumbai, ap-nanjing, ap-seoul, ap-shanghai, ap-shanghai-fsi, ap-shenzhen-fsi, ap-singapore, ap-tokyo, eu-frankfurt, na-ashburn, na-siliconvalley, sa-saopaulo. |
InternetMaxBandwidth | Yes | Integer | Maximum bandwidth. Unit: Mbps. |
BandwidthPackageId | Yes | String | Bandwidth package ID. |
Parameter Name | Type | Description |
---|---|---|
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 adjust the bandwidth of a bandwidth package.
https://vpc.tencentcloudapi.com/?Action=ModifyBandwidthPackageBandwidth
&InternetMaxBandwidth=100
&BandwidthPackageIds.0=bwp-alfxy9c8
&BandwidthPackageId=bwp-mwoqajk2
&<Common request parameters>
{
"Response": {
"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 |
---|---|
FailedOperation.BalanceInsufficient | Insufficient account balance. |
InternalServerError | Internal error. |
InvalidParameterValue.BandwidthPackageIdMalformed | Incorrect bandwidth package ID. |
InvalidParameterValue.BandwidthPackageNotFound | Failed to query the bandwidth package |
InvalidParameterValue.Combination | Invalid input parameters |
InvalidParameterValue.InvalidOldBandwidth | Invalid original bandwidth value. |
InvalidParameterValue.Range | The parameter value is not in the specified range. |
UnsupportedOperation.BandwidthPackageIdNotSupported | This bandwidth package does not support this operation. |
UnsupportedOperation.InvalidAction | Unsupported operation. |
本页内容是否解决了您的问题?