Description
ボリュームメタデータ情報を取得します。
ボリュームの自動イメージ保存スケジュールの設定方法:
Request URL
Block Storage API v2 GET /v2/{tenant_id}/volumes/{volume_id}/metadata |
Request Json
This operation does not accept a request body. |
Request Paramters
Parameter | Value | Style | Description |
---|---|---|---|
X-Auth-Token | Userトークン | header | トークンID |
tenant_id | テナント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” \ -H “Content-Type: application/json” \ https://block-storage.odc01.eva-clouds.com/v2/テナントID/volumes/ボリュームID/metadata |
Response
HTTP/1.1 200 OK Date: Fri, 08 Jul 2016 08:53:20 GMT Server: Apache Content-Length: 3785 Content-Type: application/json { |