| Verb | URI | Description |
| GET | /volumes/volume-id |
Lists detailed information for the specified volume ID. |
Example 2.7. Show Volume: Request
GET /v1/volumes/2402b902-0b7a-458c-9c07-7435a826f794 Accept: application/json
Example 2.8. Show Volume: JSON Response
{
"volume": {
"attachments": [],
"availability_zone": "nova",
"bootable": "false",
"created_at": "2013-02-20T07:36:44.000000",
"display_description": "another volume foo",
"display_name": "vol-002",
"id": "2402b902-0b7a-458c-9c07-7435a826f794",
"metadata": {
"content": "junk"
},
"os-vol-host-attr:host": "precise64",
"os-vol-tenant-attr:tenant_id": "dee102070e654627a1f96acc5dcad496",
"size": 1,
"snapshot_id": null,
"source_volid": null,
"status": "available",
"volume_type": "None"
}
}
Returns status code 200 on success

