Description
tenant_idを指定しボリュームタイプ一覧を取得します。
Request URL
Block Storage API v2 GET /v2/{tenant_id}/types |
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 |
Response
Normal response codes
200 |
Example
Request
curl -i -X GET \ -H “Accept: application/json” \ -H “Content-Type: application/json” \ -H “X-Auth-Token: トークンID” \ https://block-storage.odc01.eva-clouds.com/v2/テナントID/types |
Response
HTTP/1.1 200 OK Date: Wed, 06 Jul 2016 05:44:15 GMT Server: Apache Content-Length: 524 Content-Type: application/json { |