2.3.1. List Volume Types

Verb URI Description
GET /types List all volume types and their information.
 

Example 2.25. List Volume Types: Request

GET /v1/types
Accept: application/json
             

 

Example 2.26. List Volume Types: JSON Response

            {
    "volume_types": [
        {
            "extra_specs": {},
            "id": "6685584b-1eac-4da6-b5c3-555430cf68ff",
            "name": "SSD"
        },
        {
            "extra_specs": {},
            "id": "8eb69a46-df97-4e41-9586-9a40a7533803",
            "name": "SATA"
        }
    ]
}

        

Returns status code 200 on success

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