Show volume attachment details

Method URI Description
GET /v2/{tenant_id}/servers/{server_id}/os-volume_attachments/{attachment_id} Shows details for the specified volume attachment.

Normal response codes: 200

Request

This table shows the URI parameters for the show volume attachment details request:

Name Type Description
{tenant_id} String Project ID
{server_id} UUID The UUID for the server of interest to you.
{attachment_id} String Volume attachment ID.

This operation does not require a request body.

Response

Example. Show volume attachment details: JSON response


{
  "volumeAttachment":{
    "device":"/dev/sda1",
    "serverId":"ed61f75a-ccf4-4b58-b9a0-5a51a3f51aee",
    "id":"d3b6498f-46f0-48b8-8209-7633ba62a3da",
    "volumeId":"d3b6498f-46f0-48b8-8209-7633ba62a3da",
    "availability_zone":"jp-east-1b"
  }
}