MENU
バージョン情報詳細取得 - Database API v1
Description
バージョン情報詳細取得
Request URL
Database API v1.0 GET /v1
Request Paramters
Parameter | Value | Style | Description |
---|---|---|---|
X-Auth-Token | Userトークン | header |
Normal response codes
OK (200)
Error response codes
Repeatable
Yes
Example
※エンドポイントURLにつきましては、お客様環境によって異なりますので、コントロールパネルにてご確認の上ご利用ください。
- REQ
curl -i -X GET \ -H "Accept: application/json" \ -H "Content-Type: application/json" \ -H "X-Auth-Token: e6c83a30eec54332939cdbe363b7fadf" \ https://database-hosting.tyo1.conoha.io/v1
- RES
HTTP/1.1 200 OK Date: Fri, 19 Dec 2014 07:20:59 GMT Server: Apache Content-Length: 301 Content-Type: application/json { "version": { "status": "CURRENT", "updated": "2015-05-12T00:00:00Z" "media-types": [ { "base": "application/json" } ], "id": "v1.0", "links": [ { "href": "https://database-hosting.tyo1.conoha.io/v1", "rel": "self" } ] } }