Description
List API versions.
Request URL
Block Storage API v2 GET /
Request Parameters
| Parameter | Value | Style | Description |
|---|---|---|---|
| X-Auth-Token | User Token | header |
Normal response codes
Multiple Choices (300)
Example
curl -i -X GET \ -H "X-Auth-Token: 35941e7df872405d84e5b026dba8323c" \ -H "Accept: application/json" \ https://block-storage.tyo1.cloud.z.com/
HTTP/1.1 300 Multiple Choices
Date: Fri, 19 Dec 2014 07:22:03 GMT
Server: Apache
Content-Length: 150
Content-Type: application/json
{
"versions": [
{
"status": "CURRENT",
"updated": "2015-05-12T09:00:00Z",
"id": "v2.0",
"links": [
{
"href": "https://block-storage.tyo1.cloud.z.com/v2/",
"rel": "self"
}
]
}
]
}