This API is used to query the storage type of a specified DB engine version.
GET https://{Endpoint}/v3/{project_id}/storage-type/{database_name}?version_name={version_name}
Name |
Mandatory |
Description |
---|---|---|
project_id |
Yes |
Specifies the project ID of a tenant in a region. For details about how to obtain the project ID, see Obtaining a Project ID. |
database_name |
Yes |
Specifies the DB engine name. Its value can be any of the following and is case-insensitive:
|
version_name |
Yes |
Specifies the database version. For details about how to obtain the database version, see section Querying Version Information About a DB Engine.
|
Name |
Type |
Description |
---|---|---|
storage_type |
Array of objects |
Indicates the DB instance specifications information list. For details, see Table 3. |
dsspool_info |
Array of objects |
Indicates the dsspool specifications information list. For details, see Table 4. NOTE:
Only Dedicated Cloud (DeC) users are supported. |
Name |
Type |
Description |
---|---|---|
name |
String |
Indicates the storage type. Its value can be any of the following:
|
az_status |
Map<String, String> |
Indicates the specification status in an AZ. Its value can be any of the following:
|
support_compute_group_type |
List<String> |
Indicates the performance specifications. Its value can be any of the following:
|
Name |
Type |
Description |
---|---|---|
az_name |
String |
Indicates the name of the AZ where dsspool is located. |
free_capacity_gb |
String |
Indicates the available capacity of dsspool. |
dsspool_volume_type |
String |
Indicates the dsspool volume type. |
dsspool_id |
String |
Indicates the dsspool ID. |
dsspool_status |
String |
Indicates the dsspool status. Its value can be any of the following:
|
{ "storage_type": [{ "name": "COMMON", "az_status": { "az1": "normal", "az2": "normal", }, "support_compute_group_type": [ "normal", "general", "dedicated" ] }, { "name": "ULTRAHIGH", "az_status": { "az1": "normal", "az2": "normal" }, "support_compute_group_type": [ "normal", "general", "dedicated" ] } ] "dsspool_info": [] }
For details, see Abnormal Request Results.
For details, see Status Codes.
For details, see Error Codes.