This API is used to query details about an EVS disk type.
GET https://{endpoint}/v3/{project_id}/types/6c81c680-df58-4512-81e7-ecf66d160638
Parameter |
Type |
Description |
|---|---|---|
volume_type |
Object |
Specifies the details of queried disk types. For details, see Parameters in the volume_type field. |
error |
Object |
Specifies the error message returned when an error occurs. For details, see Parameters in the error field. |
Parameter |
Type |
Description |
|---|---|---|
extra_specs |
Object |
Specifies the disk type specifications. For details, see Parameters in the extra_specs field. |
name |
String |
Specifies the name of the disk type. |
id |
String |
Specifies the ID of the disk type. |
description |
String |
Specifies the description of the disk type. |
qos_specs_id |
String |
Reserved field |
is_public |
Boolean |
Reserved field |
Parameter |
Type |
Description |
|---|---|---|
volume_backend_name |
String |
Reserved field |
availability-zone |
String |
Reserved field |
HW:availability_zone |
String |
Reserved field |
RESKEY:availability_zones |
String |
Specifies the AZs that support the current disk type. |
Parameter |
Type |
Description |
|---|---|---|
message |
String |
Specifies the error message returned when an error occurs. |
code |
String |
Specifies the error code returned when an error occurs. For details about the error code, see Error Codes. |
{
"volume_type": {
"extra_specs": {
"volume_backend_name": "SATA",
"availability-zone": "az-dc-1"
},
"name": "SATA",
"qos_specs_id": null,
"is_public": true,
"id": "ea6e3c13-aac5-46e0-b280-745ed272e662",
"description": null
}
}
or
{
"error": {
"message": "XXXX",
"code": "XXX"
}
}
In the preceding example, error indicates a general error, for example, badrequest or itemNotFound. An example is provided as follows:
{
"badrequest": {
"message": "XXXX",
"code": "XXX"
}
}
For details, see Error Codes.