Description

List API versions.

Request URL

Image API v2

GET /

Request Paramters

This operation does not accept a request body.

Normal response codes

Multiple Choices (300)

Example

curl -i -X GET \
-H "Accept: application/json" \
https://image-service.tyo1.cloud.z.com/
HTTP/1.1 300 Multiple Choices
Date: Fri, 19 Dec 2014 07:40:36 GMT
Server: Apache
Content-Length: 116
Content-Type: application/json

{
    "versions": [
        {
            "id": "v2.2",
            "links": [
                {
                    "href": "https://image-service.tyo1.cloud.z.com/v2/",
                    "rel": "self"
                }
            ],
            "status": "CURRENT"
        }
    ]
}