Domain name for API request: vpc.tencentcloudapi.com.
This API is used to modify the bandwidth limit policy of a postpaid CCN 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.
This document describes the parameters for Signature V1. It's recommended to use the V3 signature, which provides higher security. Note that for Signature V3, the common parameters need to be placed in the HTTP Header. See details.
Parameter Name | Required | Type | Description |
---|---|---|---|
Action | Yes | String | Common parameter. The value used for this API: ModifyCcnRegionBandwidthLimitsType. |
Version | Yes | String | Common parameter. The value used for this API: 2017-03-12. |
Region | Yes | String | Common parameter. For more information, please see the list of regions supported by the product. |
CcnId | Yes | String | CCN instance ID. |
BandwidthLimitType | No | String | CCN bandwidth limit type. INTER_REGION_LIMIT: limit between regions. OUTER_REGION_LIMIT: region egress limit. |
Parameter Name | Type | Description |
---|---|---|
RequestId | String | The unique request ID, which is returned for each request. RequestId is required for locating a problem. |
https://vpc.tencentcloudapi.com/?Action=ModifyCcnRegionBandwidthLimitsType
&CcnId=ccn-gree226l
&BandwidthLimitType=OUTER_REGION_LIMIT
&<Common request parameters>
{
"Response": {
"RequestId": "6e446c86-d8c9-4981-9b33-d10956585058"
}
}
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 |
---|---|
InvalidParameter | A parameter error occurred. |
InvalidParameterValue.Malformed | Invalid input parameter format. |
ResourceNotFound | The resource does not exist. |
UnsupportedOperation | Unsupported operation. |
UnsupportedOperation.NotLockedInstanceOperation | This operation is not allowed because the current instance is blocked. |
UnsupportedOperation.NotPostpaidCcnOperation | Unsupported operation: the current CCN instance is not billed on a pay-as-you-go basis. |
Was this page helpful?