Description

Show details of network service version.

Request URL

Network API v2.0

GET /v2.0

Request Paramters

Parameter Value Style Description
X-Auth-Token User Token header

Normal response codes

OK (200)

Example

curl -i -X GET \
-H "X-Auth-Token: 0925897a3d4543218ff0dcd2bb378a8e" \
-H "Accept: application/json" \
https://networking.tyo1.cloud.z.com/v2.0
HTTP/1.1 200 OK
Server: openresty/1.7.10.1
Date: Fri, 08 May 2015 08:52:24 GMT
Content-Type: application/json
Content-Length: 278
Connection: keep-alive

{
  "version": {
    "status": "CURRENT",
    "media-types": [
      {
        "base": "application/json"
      },
      {
        "base": "application/xml"
      }
    ],
    "id": "v2.0",
    "links": [
      {
        "href": "https://networking.tyo1.cloud.z.com/v2.0/",
        "rel": "self"
      },
      {
        "href": "https://cloud.z.com/",
        "type": "text/html",
        "rel": "describedby"
      }
    ]
  }
}