MENU
バージョン情報詳細取得 - Identity API v2.0
Description
バージョン情報詳細取得
Request URL
Identity API v2.0 GET /v2.0
Normal response codes
OK (200)
Error response codes
Example
※エンドポイントURLにつきましては、お客様環境によって異なりますので、コントロールパネルにてご確認の上ご利用ください。
- REQ
curl -i -X GET \ -H "Accept: application/json" \ https://identity.tyo1.conoha.io/v2.0
- RES
HTTP/1.1 200 OK Date: Fri, 19 Dec 2014 07:16:12 GMT Server: Apache Content-Length: 302 Content-Type: application/json { "version": { "status": "stable", "updated": "2015-05-12T09:00:00Z", "media-types": [ { "base": "application/json" }, { "base": "application/xml" } ], "id": "v2.0", "links": [ { "href": "https://identity.tyo1.conoha.io/v2.0/", "rel": "self" }, { "href": "https://www.conoha.jp/docs/", "type": "text/html", "rel": "describedby" } ] } }