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