Domain name for API request: cbs.intl.tencentcloudapi.com.
This API is used to query the price of a cloud disk after its backup point quota is modified.
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: InquirePriceModifyDiskBackupQuota. |
| 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. |
| DiskId | Yes | String | Cloud disk ID, which can be queried by calling the DescribeDisks API. |
| DiskBackupQuota | Yes | Integer | Cloud disk backup point quota after the modification, i.e., the number of backup points that a cloud disk can have. |
| Parameter Name | Type | Description |
|---|---|---|
| DiskPrice | Price | Price of the cloud disk after its backup point quota is modified. |
| 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. |
POST / HTTP/1.1
Host: cbs.intl.tencentcloudapi.com
Content-Type: application/json
X-TC-Action: InquirePriceModifyDiskBackupQuota
<Common request parameters>
{
"DiskId": "disk-l7mxexxc",
"DiskBackupQuota": 1
}
{
"Response": {
"RequestId": "0195b2d8-fec5-490a-ace9-579f49435e69",
"DiskPrice": {
"UnitPriceDiscountHigh": "0.059",
"DiscountPrice": null,
"UnitPriceHigh": "0.059",
"OriginalPriceHigh": null,
"ChargeUnit": "HOUR",
"OriginalPrice": null,
"UnitPriceDiscount": 0.06,
"DiscountPriceHigh": null,
"UnitPrice": 0.06
}
}
}
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 |
|---|---|
| InvalidDisk.Busy | The cloud disk is busy. Try again later. |
| InvalidDisk.NotSupported | Indicates that the operation is not supported for the cloud disk. |
| InvalidDiskId.NotFound | The ‘DiskId’ entered does not exist. |
| InvalidParameter | Incorrect parameter. |
피드백