MENU

Description

バージョン情報詳細を取得します。

Request URL

Network API v2.0

GET /v2.0

Request Paramters

Parameter Value Style Description
X-Auth-Token Userトークン header トークンID

Normal response codes

OK (200)

Example
※エンドポイントURLにつきましては、お客様環境によって異なりますので、コントロールパネルにてご確認の上ご利用ください。

  • REQ
curl -i -X GET \
-H "X-Auth-Token: 0925897a3d4543218ff0dcd2bb378a8e" \
-H "Accept: application/json" \
https://networking.tyo1.conoha.io/v2.0
  • RES
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.conoha.io/v2.0/",
        "rel": "self"
      },
      {
        "href": "https://www.conoha.jp/docs/",
        "type": "text/html",
        "rel": "describedby"
      }
    ]
  }
}