1. API Description
Domain name for API request: cbs.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.
We recommend you to use API Explorer
Try it
API Explorer provides a range of capabilities, including online call, signature authentication, SDK code generation, and API quick search. It enables you to view the request, response, and auto-generated examples.
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 |
No |
String |
Common Params. This parameter is not required for this API. |
| DiskId |
Yes |
String |
Cloud disk ID, which can be queried through 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. |
3. Output Parameters
| Parameter Name |
Type |
Description |
| DiskPrice |
Price |
Price of the cloud disk after its backup point quota is modified. |
| RequestId |
String |
The unique request ID, which is returned for each request. RequestId is required for locating a problem. |
4. Example
Example1 Querying the price of a cloud disk after its backup point quota is modified
POST / HTTP/1.1
Host: cbs.tencentcloudapi.com
Content-Type: application/json
X-TC-Action: InquirePriceModifyDiskBackupQuota
<Common request parameters>
{
"DiskId": "disk-xxxxxxxx",
"DiskBackupQuota": 1
}
Output Example
{
"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
}
}
}
5. Developer Resources
SDK
TencentCloud API 3.0 integrates SDKs that support various programming languages to make it easier for you to call APIs.
Command Line Interface
6. Error Code
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. |