Description
List API versions.
Request URL
Compute API v2.0 GET /
Normal response codes
Multiple Choices (300)
Example
curl -i -X GET \ -H "Accept: application/json" \ https://compute.tyo1.cloud.z.com/
</code>
HTTP/1.1 300 Multiple Choices
Date: Fri, 19 Dec 2014 07:19:49 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://compute.tyo1.cloud.z.com/v2/",
"rel": "self"
}
]
}
]
}