Description

Show a network service version.

Request URL

Network API v2.0

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://networking.tyo1.cloud.z.com/
HTTP/1.1 300 Multiple Choices
Server: openresty/1.7.10.1
Date: Fri, 08 May 2015 08:50:19 GMT
Content-Type: application/json
Content-Length: 126
Connection: keep-alive

{
  "versions": [
    {
      "status": "CURRENT",
      "id": "v2.0",
      "links": [
        {
          "href": "https://networking.tyo1.cloud.z.com/v2.0",
          "rel": "self"
        }
      ]
    }
  ]
}