This API is used to query details about a disk.
This API has been deprecated. Use another API. For details, see Querying Details About a Disk.
GET https://{endpoint}/v1/{project_id}/volumes/b104b8db-170d-441b-897a-3c8ba9c5a214
Parameter |
Type |
Description |
---|---|---|
volume |
Object |
Specifies the disk information. For details, see Parameters in the volume field. |
error |
Object |
Specifies the error message returned when an error occurs. For details, see Parameters in the error field. |
Parameter |
Type |
Description |
---|---|---|
id |
String |
Specifies the disk ID. |
display_name |
String |
Specifies the disk name. |
status |
String |
Specifies the disk status. For details, see EVS Disk Status. |
attachments |
list |
Specifies the attachment information. |
availability_zone |
String |
Specifies the AZ to which the disk belongs. |
os-vol-host-attr:host |
String |
Reserved field |
source_volid |
String |
Specifies the source disk ID. This parameter has a value if the disk is created from a source disk. Currently, this field is not supported by EVS. |
snapshot_id |
String |
Specifies the snapshot ID. This parameter has a value if the disk is created from a snapshot. |
display_description |
String |
Specifies the disk description. |
created_at |
String |
Specifies the time when the disk was created. Time format: UTC YYYY-MM-DDTHH:MM:SS.XXXXXX |
volume_type |
String |
Specifies the disk type. Currently, the value can be SSD, SAS, SATA, co-p1, or uh-l1.
|
os-vol-tenant-attr:tenant_id |
String |
Specifies the ID of the tenant to which the disk belongs. The tenant ID is actually the project ID. |
size |
Integer |
Specifies the disk size, in GB. |
metadata |
Object |
Specifies the disk metadata. If metadata does not contain the hw:passthrough field, the disk device type is VBD. If metadata does not contain the __system__encrypted field, the disk is not encrypted. |
os-vol-mig-status-attr:migstat |
String |
Reserved field |
os-vol-mig-status-attr:name_id |
String |
Reserved field |
os-volume-replication:extended_status |
String |
Reserved field |
encrypted |
Boolean |
Currently, this field is not supported by EVS. |
bootable |
String |
Specifies whether the disk is bootable.
|
shareable |
String |
Specifies whether the disk is shareable. NOTE:
This field is no longer used. Use multiattach. |
multiattach |
Boolean |
Specifies whether the disk is shareable.
|
volume_image_metadata |
Object |
Specifies the metadata of the disk image. This field has a value if the disk is created from an image. Otherwise, it is left empty. NOTE:
For details about volume_image_metadata, see Querying Image Details (Native OpenStack API) in the Image Management Service API Reference. |
Parameter |
Type |
Description |
---|---|---|
server_id |
String |
Specifies the ID of the server to which the disk is attached. |
attachment_id |
String |
Specifies the ID of the attachment information. |
attached_at |
String |
Specifies the time when the disk was attached. Time format: UTC YYYY-MM-DDTHH:MM:SS.XXXXXX |
host_name |
String |
Specifies the name of the physical host accommodating the server to which the disk is attached. |
volume_id |
String |
Specifies the disk ID. |
device |
String |
Specifies the device name. |
id |
String |
Specifies the ID of the attached resource. |
Parameter |
Type |
Description |
---|---|---|
__system__encrypted |
String |
Specifies the parameter that describes the encryption function in metadata. The value can be 0 or 1.
|
__system__cmkid |
String |
Specifies the encryption CMK ID in metadata. This parameter is used together with __system__encrypted for encryption. The length of cmkid is fixed at 36 bytes. |
hw:passthrough |
String |
Specifies the parameter that describes the disk device type in metadata. The value can be true or false.
|
full_clone |
String |
Specifies the clone method. When the disk is created from a snapshot, the parameter value is 0, indicating the linked cloning method. |
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": { "attachments": [], "availability_zone": "az-dc-1", "os-vol-host-attr:host": "db-rabbitmq201#LVM_iSCSI", "encrypted": false, "os-volume-replication:extended_status": null, "volume_image_metadata": null, "snapshot_id": null, "id": "da4f9c7a-c275-4bc9-80c4-76c7d479a218", "size": 1, "os-vol-tenant-attr:tenant_id": "3dab0aaf682849678a94ec7b5a3af2ce", "os-vol-mig-status-attr:migstat": null, "metadata": {}, "status": "available", "display_description": null, "source_volid": null, "os-vol-mig-status-attr:name_id": null, "display_name": "test", "bootable": "false", "created_at": "2014-12-18T17:14:38.000000", "volume_type": "SATA", "multiattach": false } }
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:
{ "itemNotFound": { "message": "XXXX", "code": "XXX" } }
For details, see Error Codes.