バージョン情報取得(Block Storage)
Description
バージョン情報を取得します。
Request URL
Block Storage API v2 GET /
Request Json
This operation does not accept a request body.
Request Parameters
This operation does not accept a request body.
Response
-
Normal response codes
300
Example
-
Request
curl -i -X GET \ -H "Accept: application/json" \ https://block-storage.jpt1.cloud.z.com
-
Response
HTTP/1.1 300 Multiple Choices
Date: Mon, 25 Jul 2016 06:15:14 GMT
Server: Apache
Content-Length: 164
Content-Type: application/json
{
"versions": [
{
"status": "CURRENT",
"updated": "2016-08-15T09:00:00Z",
"id": "v2.0",
"links": [
{
"href": "https://block-storage.jpt1.cloud.z.com/v2/",
"rel": "self"
}
]
}
]
}