MENU

Description

バージョン情報取得

Request URL

Designate API v1.0

GET /

Request Paramters

This operation does not accept a request body.

Normal response codes

Multiple Choices (300)

Error response codes

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

  • REQ
curl -i -X GET \
-H "Accept: application/json" \
-H "Content-Type: application/json" \
https://dns-service.tyo1.conoha.io/
  • RES
HTTP/1.1 300 Multiple Choices
Date: Fri, 19 Dec 2014 07:19:49 GMT
Server: Apache
Content-Length: 150
Content-Type: application/json

{
  "versions": {
    "values": [
      {
        "id": "v1",
        "links": [
          {
            "href": "https://dns-service.tyo1.conoha.io/v1",
            "rel": "self"
          }
        ],
        "status": "CURRENT"
      },
      {
        "id": "v2",
        "links": [
          {
            "href": "https://dns-service.tyo1.conoha.io/v2",
            "rel": "self"
          }
        ],
        "status": "EXPERIMENTAL"
      }
    ]
  }
}