Description
Show API verson details.
Request URL
Block Storage API v2 GET /v2
Normal response codes
OK (200)
Example
curl -i -X GET \ -H "Accept: application/json" \ https://block-storage.tyo1.cloud.z.com/v2
HTTP/1.1 200 OK
Date: Fri, 19 Dec 2014 07:23:10 GMT
Server: Apache
Content-Length: 301
Content-Type: application/json
{
"version": {
"status": "CURRENT",
"updated": "2015-05-12T09:00:00Z",
"media-types": [
{
"base": "application/json"
},
{
"base": "application/xml"
}
],
"id": "v2.0",
"links": [
{
"href": "https://block-storage.tyo1.cloud.z.com/v2/",
"rel": "self"
},
{
"href": "https://cloud.z.com/",
"type": "text/html",
"rel": "describedby"
}
]
}
}