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