MENU

Description

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

Request URL

Network API v2.0

GET /

Request Paramters

This operation does not accept a request body.

Normal response codes

Multiple Choices (300)

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

  • REQ
curl -i -X GET \
-H "Accept: application/json" \
https://networking.tyo1.conoha.io/
  • RES
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.conoha.io/v2.0",
          "rel": "self"
        }
      ]
    }
  ]
}