MENU
バージョン情報取得 - Identity API v2.0
Description
バージョン情報取得
Request URL
Identity API v2.0 GET /
Normal response codes
Multiple Choices (300)
Error response codes
Example
※エンドポイントURLにつきましては、お客様環境によって異なりますので、コントロールパネルにてご確認の上ご利用ください。
- REQ
curl -i -X GET \ -H "Accept: application/json" \ https://identity.tyo1.conoha.io/
- RES
HTTP/1.1 300 Multiple Choices Date: Tue, 13 Jan 2015 10:42:41 GMT Server: Apache Content-Length: 319 Content-Type: application/json { "versions": { "values": [ { "id": "v2.0", "links": [ { "href": "https://identity.tyo1.conoha.io/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "rel": "describedby", "type": "text/html" } ], "media-types": [ { "base": "application/json" }, { "base": "application/xml" } ], "status": "stable", "updated": "2014-04-17T00:00:00Z" } ] } }