Description
tenant_id,volume_idを指定してボリューム詳細を取得します。
Request URL
Block Storage API v2 GET /v2/{tenant_id}/volumes/{volume_id} |
Request Json
This operation does not accept a request body. |
Request Paramters
Parameter | Value | Style | Description |
---|---|---|---|
X-Auth-Token | Userトークン | header | トークンID |
tenant_id | Tenant ID | URI | テナントID |
volume_id | ボリュームID | URI | ボリュームID |
Response
Normal response codes
200 |
Example
Request
curl -i -X GET \ -H “Accept: application/json” \ -H “X-Auth-Token: トークンID” \ https://block-storage.odc01.eva-clouds.com/v2/テナントID/volumes/ボリュームID |
Response
HTTP/1.1 200 OK Date: Thu, 07 Jul 2016 01:14:42 GMT Server: Apache Content-Length: 1377 Content-Type: application/json { |