バージョン情報詳細取得(Block Storage)
Description
バージョン情報詳細を取得します。
Request URL
Block Storage API v2 GET /v2
Request Json
This operation does not accept a request body.
Request Parameters
This operation does not accept a request body.
Response
-
Normal response codes
200
Example
-
Request
curl -i -X GET \ -H "Accept: application/json" \ -H "Content-Type: application/json" \ https://block-storage.jpt1.cloud.z.com/v2
-
Response
HTTP/1.1 200 OK
Date: Fri, 08 Jul 2016 09:14:56 GMT
Server: Apache
Content-Length: 309
Content-Type: application/json
{
"version": {
"id": "v2.0",
"links": [
{
"href": "https://block-storage.jpt1.cloud.z.com/v2/",
"rel": "self"
},
{
"href": "https://cloud.z.com/",
"rel": "describedby",
"type": "text/html"
}
],
"media-types": [
{
"base": "application/json"
},
{
"base": "application/xml"
}
],
"status": "CURRENT",
"updated": "2016-08-15T09:00:00Z"
}
}