Show volume information (2)
Method | URI | Description |
---|---|---|
GET | /v1.1/{tenant_id}/os-volumes/{volume_id} | 指定したボリュームの情報を表示します。 |
Normal response codes: 200
Request
下表は、ボリューム情報表示リクエストのURIパラメーターの一覧です。
Name | Type | Description |
---|---|---|
{tenant_id} | String | プロジェクトID |
{volume_id} | UUID | 既存のボリュームのボリュームID |
本操作ではリクエストボディ部の指定は不要です。
Response
Example. Show volume information: JSON response
{
"volume": {
"id": "521752a6-acf6-4b2d-bc7a-119f9148cd8c",
"displayName": "vol-001",
"displayDescription": "Another volume.",
"size": 30,
"volumeType": "289da7f8-6440-407c-9fb4-7db01ec49164",
"metadata": {
"contents": "junk"
},
"availabilityZone": "us-east1",
"snapshotId": null,
"attachments": [],
"createdAt": "2012-02-14T20:53:07Z"
}
}