2.3.2. Show Volume Type

Verb URI Description
GET /types/type-id Show information on a specified volume type.
 

Example 2.27. Show Volume Type: Request

GET /v1/types/6685584b-1eac-4da6-b5c3-555430cf68ff
Accept: application/json
          

 

Example 2.28. Show Volume Type: JSON Response

            {
   "volume_type":{
      "id":"6685584b-1eac-4da6-b5c3-555430cf68ff",
      "name":"SSD",
      "extra_specs":{

      }
   }
}

        

Returns status code 200 on success

Questions? Discuss on ask.openstack.org
Found an error? Report a bug against this page