Description

List API versions.

Request URL

Identity API v2.0

GET /

Normal response codes

Multiple Choices (300)

Error response codes

Example

curl -i -X GET \
-H "Accept: application/json" \
https://identity.tyo1.cloud.z.com/
HTTP/1.1 300 Multiple Choices
Date: Tue, 13 Jan 2015 10:42:41 GMT
Server: Apache
Content-Length: 319
Content-Type: application/json

{
    "versions": {
        "values": [
            {
                "id": "v2.0",
                "links": [
                    {
                        "href": "https://identity.tyo1.cloud.z.com/v2.0/",
                        "rel": "self"
                    },
                    {
                        "href": "http://docs.openstack.org/",
                        "rel": "describedby",
                        "type": "text/html"
                    }
                ],
                "media-types": [
                    {
                        "base": "application/json"
                    },
                    {
                        "base": "application/xml"
                    }
                ],
                "status": "stable",
                "updated": "2014-04-17T00:00:00Z"
            }
        ]
    }
}