Modifies the name and description of a bandwidth plan.
Debugging
Request parameters
| Parameter | Type | Required | Example | Description |
|---|---|---|---|---|
| Action | String | No | ModifyCenBandwidthPackageAttribute |
The operation that you want to perform. Set the value to ModifyCenBandwidthPackageAttribute. |
| CenBandwidthPackageId | String | Yes | cenbwp-4c2zaavbvh5fx**** |
The ID of the bandwidth plan |
| Name | String | No | test |
The new name of the bandwidth plan. The name must be 2 to 128 characters in length, and can contain letters, digits, underscores
(_), and hyphens (-). The name must start with a letter or Chinese character but cannot
start with |
| Description | String | No | Bandwidth plan |
The new description of the bandwidth plan. The description must be 2 to 256 characters in length. It must start with a letter
or Chinese character but cannot start with |
Response parameters
| Parameter | Type | Example | Description |
|---|---|---|---|
| RequestId | String | 13526224-5780-4426-8ADF-BC8B08700F23 |
The ID of the request. |
Examples
Sample requests
http(s)://[Endpoint]/?Action=ModifyCenBandwidthPackageAttribute
&CenBandwidthPackageId=cenbwp-4c2zaavbvh5fx****
&<Common request parameters>Sample success responses
XML format
<ModifyCenBandwidthPackageAttributeResponse>
<RequestId>13526224-5780-4426-8ADF-BC8B08700F23</RequestId>
</ModifyCenBandwidthPackageAttributeResponse>JSON format
{
"RequestId":"13526224-5780-4426-8ADF-BC8B08700F23"
}Error codes
For a list of error codes, visit the API Error Center.