Description

Specify tenant ID and volume type ID and show volume type details.

Request URL

Block Storage API v2

GET /v2/​{tenant_id}​/types/​{volume_type_id}​

Request Parameters

Parameter Value Style Description
X-Auth-Token User Token header
tenant_id Tenant ID URI
volume_type_id Volume Type ID URI

Normal response codes

OK (200)

Example

curl -i -X GET \
-H "Accept: application/json" \
-H "X-Auth-Token: 35941e7df872405d84e5b026dba8323c" \
https://block-storage.tyo1.cloud.z.com/v2/1864e71d2deb46f6b47526b69c65a45d/types/6569f080-0f4b-469c-b548-fe9d6b4f84a5
HTTP/1.1 200 OK
Server: openresty/1.7.10.1
Date: Tue, 19 May 2015 09:10:49 GMT
Content-Type: application/json
Content-Length: 134
Connection: keep-alive

{
    "volume_type": {
        "extra_specs": {
            "volume_backend_name": "gnc_v_ext_ssd"
        },
        "id": "6569f080-0f4b-469c-b548-fe9d6b4f84a5",
        "name": "gnc_v_ext_ssd"
    }
}