1. Interface Description
Interface request domain name: cbs.api3.convergecloud.com.
This API (InquiryPriceCreateDisks) is used to query the price for creating a cloud disk.
- It supports querying the price for creating multiple cloud disks, in which case the returned result is the total price.
Default interface request rate limit: 20 times per second.
Interface update time: 2025-08-28 18:42:50.
The interface only verifies the signature but does not authenticate.
2. Input Parameters
The following list of request parameters only lists interface request parameters and some public parameters, For a complete list of public parameters see public request parameters.
| Parameter name | Required | Allow NULL | Type | Description |
|---|---|---|---|---|
| Action | Yes | No | String | Public parameter, The value of this interface: InquiryPriceCreateDisks |
| Version | Yes | No | String | Public parameter, The value of this interface: 2017-03-12 |
| Region | No | No | String | Public parameter,Regional information A list of supported geographies is available through the DescribeRegions interface |
| DiskType | Yes | No | String | Cloud disk type. Value range: Example: CLOUD_TSSD |
| DiskSize | Yes | No | Uint64 | Cloud disk size. Value range: Common cloud disk: 10 GB to 4000 GB; High-performance cloud disk: 50 GB to 4000 GB; SSD cloud disk: 100 GB to 4000 GB. The step is 10 GB. Example: 500 |
| DiskChargeType | Yes | No | String | Payment mode. Currently, the only option is PREPAID. Example: PREPAID |
| DiskChargePrepaid | No | No | DiskChargePrepaid | Settings related to the prepaid parameter. Through this parameter, you can specify the purchase duration of the monthly subscribed cloud disk. It is a required parameter for creating a prepaid cloud disk. Example:View |
| DiskCount | No | No | Uint64 | Number of cloud disks to be purchased. If this parameter is not specified, the default value is 1. Example: 1 |
| ProjectId | No | No | Uint64 | Project ID of the cloud disk. Example: 0 |
| ThroughputPerformance | No | No | Uint64 | Performance size additionally purchased. Example: 100 |
| Zone | No | No | String | Availability Zone Example: az1 |
| DiskBackupQuota | No | No | Uint64 | Quota of cloud disk backup points. Example: 10 |
3. Output Parameters
| Parameter name | Type | Description |
|---|---|---|
| DiskPrice | Price | It describes the price of purchasing new cloud disks. Example:View |
| RequestId | String | Unique request id, Each request will return. The RequestId of the request needs to be provided when locating the problem. |
4. Error Code
The following lists only the error codes related to the interface business logic, For other error codes, see public ErrorCode.
| Error Code | Description |
|---|---|
| InvalidParameterValue | Invalid parameter value. The format of the parameter value is incorrect or the parameter value is not supported. |
| MissingParameter | Missing parameter. The request does not include the mandatory parameter. |