MENU
バージョン情報取得 - Block Storage API v2
Description
バージョン情報取得
Request URL
Block Storage API v2 GET /
Request Parameters
Parameter | Value | Style | Description |
---|---|---|---|
X-Auth-Token | Userトークン | header | トークンID |
Normal response codes
Multiple Choices (300)
Example
※エンドポイントURLにつきましては、お客様環境によって異なりますので、コントロールパネルにてご確認の上ご利用ください。
- REQ
curl -i -X GET \ -H "X-Auth-Token: 35941e7df872405d84e5b026dba8323c" \ -H "Accept: application/json" \ https://block-storage.tyo1.conoha.io/
- RES
HTTP/1.1 300 Multiple Choices Date: Fri, 19 Dec 2014 07:22:03 GMT Server: Apache Content-Length: 150 Content-Type: application/json { "versions": [ { "status": "CURRENT", "updated": "2015-05-12T09:00:00Z", "id": "v2.0", "links": [ { "href": "https://block-storage.tyo1.conoha.io/v2/", "rel": "self" } ] } ] }