MENU

Description

バージョン情報詳細取得

Request URL

Billing API v1

GET /v1

Request Paramters

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

Normal response codes

OK (200)

Error response codes

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

  • REQ
curl -i -X GET \
-H "Accept: application/json" \
-H "X-Auth-Token: 35941e7df872405d84e5b026dba8323c" \
https://account.tyo1.conoha.io/v1
  • RES
HTTP/1.1 200 OK
Date: Fri, 19 Dec 2014 07:18:42 GMT
Server: Apache
Content-Length: 295
Content-Type: application/json

{
  "version": {
    "status": "CURRENT",
    "updated": "2015-05-12T09:00:00Z",
    "media-types": [
      {
        "base": "application/json"
      },
      {
        "base": "application/xml"
      }
    ],
    "id": "v1.0",
    "links": [
      {
        "href": "https://account.tyo1.conoha.io/v1/",
        "rel": "self"
      },
      {
        "href": "https://www.example.jp/docs/",
        "type": "text/html",
        "rel": "describedby"
      }
    ]
  }
}