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.
Parameter Name | Required | Type | Description |
---|---|---|---|
Action | Yes | String | Common Params. The value used for this API: ModifyCcnRegionBandwidthLimitsType. |
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. |
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. |
This example shows you how to modify the bandwidth limit policy of a postpaid CCN instance.
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?