Querying the Database Disk Type¶
Function¶
This API is used to query the database disk type in the current region.
URI¶
Requests¶
Responses¶
Parameter description
¶ Name
Type
Description
storage_type
Array of objects
Indicates the database disk information list. For more information, see Table 3.
dss_pool_info
Array of objects
Indicates the dss_pool specifications information list. For more information, see Table 4.
Note
Only Dedicated Cloud (DeC) users are supported.
¶ Name
Type
Description
name
String
Indicates the storage type. Its value can be:
ULTRAHIGH: indicates the SSD type.
az_status
Object
Indicates the status of specifications in an AZ. Its value can be any of the following:
normal: indicates that the specifications are on sale.
unsupported: The disk type is not supported.
sellout: indicates the specifications are sold out.
¶ Name
Type
Description
az_name
String
Indicates the name of the AZ where the dss_pool is located.
free_capacity_gb
String
Indicates the available capacity of DSS.
Unit: GB
dss_pool_volume_type
String
Indicates the disk type of DSS storage pool.
dss_pool_id
String
Indicates the DSS pool ID.
dss_pool_status
String
Indicates the dss_pool status. Its value can be any of the following:
available
deploying
enlarging
Note
The value of az_status is used as an example.
Response example
{ "storage_type": [ { "name": "ULTRAHIGH", "az_status": { "eu-de-01": "normal", "eu-de-02": "normal", "eu-de-03": "unsupported" } } ], "dsspool_info": [] }
Status Code¶
Status Code:200.
For more information, see Status Code.
Error Code¶
For more information, see Error Code.