1. Interface Description
Interface request domain name: cbs.api3.convergecloud.com.
This API (DescribeDiskConfigQuota) is used to query the cloud disk quota.
Default interface request rate limit: 20 times per second.
Interface update time: 2024-08-09 13:00:09.
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: DescribeDiskConfigQuota |
| 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 |
| InquiryType | Yes | No | String | Query category. Value range: Example: INQUIRY_CVM_CONFIG |
| Zones | No | No | Array of String | Queried configurations under one or more availability zones. Example: ["ap-region1-7"] |
| DiskChargeType | No | No | String | Payment mode. Value range: Example: POSTPAID_BY_HOUR |
| DiskTypes | No | No | Array of String | Hard disk media type. Value range: Example: ["CLOUD_PREMIUM"] |
| DiskUsage | No | No | String | System disk or data disk. Value range: Example: DATA_DISK |
| DeviceClasses | No | No | Array of String | Instance model. Example: ["VSELF_5"] |
| InstanceFamilies | No | No | Array of String | Filter by instance model series like S1, I1, and M1. For details, see the instance types. Example: ["S3"] |
| CPU | No | No | Uint64 | Number of instance CPU cores. Example: 2 |
| Memory | No | No | Uint64 | Instance memory size. Example: 4 |
| InnerInquiryType | No | No | String | INQUIRY_RESIZE and INQUIRY_CREATE Example: INQUIRY_CBS_CONFIG |
| DedicatedClusterId | No | No | String | ID of a local dedicated cluster. Example: cluster-ay3cdplf |
3. Output Parameters
| Parameter name | Type | Description |
|---|---|---|
| DiskConfigSet | Array of DiskConfig | Cloud disk configuration list. 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. |
| InternalError.ComponentError | Third-party Component Error |