Domain name for API request: cbs.tencentcloudapi.com.
This API is used to expand the capacity of a cloud disk.
Portable
field in the response. To expand non-elastic cloud disks, you can call the ResizeInstanceDisks API.EXPANDING
indicates that the expansion is in process. 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: ResizeDisk. |
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. |
DiskId | Yes | String | ID of the cloud disk, which can be queried via the API DescribeDisks. |
DiskSize | Yes | Integer | Cloud disk size after scale out (in GB). This must be larger than the current size of the cloud disk. For the value range of the cloud disk sizes, see cloud disk Product Types. |
Parameter Name | Type | Description |
---|---|---|
RequestId | String | The unique request ID, which is returned for each request. RequestId is required for locating a problem. |
https://cbs.tencentcloudapi.com/?Action=ResizeDisk
&DiskId=disk-lzrg2pwi
&DiskSize=200
&<Common request parameters>
{
"Response": {
"RequestId": "adefc06d-2cf1-29f6-24a6-5a1f81b5c0ac"
}
}
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 |
---|---|
InternalError.ComponentError | Dependent component request failed. Please contact customer service. |
InvalidAccount.InsufficientBalance | Insufficient account balance |
InvalidDisk.Busy | The cloud disk is busy. Try again later. |
InvalidDisk.Expire | The cloud disk has expired. |
InvalidDisk.NotSupported | Indicates that the operation is not supported for the cloud disk. |
InvalidDiskId.NotFound | The ‘DiskId’ entered does not exist. |
InvalidParameter.DiskConfigNotSupported | Currently configured cloud disk not supported in current region. |
InvalidParameterValue | Invalid parameter value. |
MissingParameter | Missing parameter. |
ResourceNotFound.NotFound | The resource is not found. |
ResourceUnavailable.NotSupported | The resource does not support this operation. |
TradeDealConflict | Order conflict. |
UnauthorizedOperation.NotHavePaymentRight | No payment permission. |
UnsupportedOperation.InstanceNotStopped | Instance mounted on cloud disk not shut down. |
Was this page helpful?