バージョン情報取得(Compute)
Description
バージョン情報を取得します。
Request URL
Compute API v2.0 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://compute.jpt1.cloud.z.com/
-
Response
HTTP/1.1 300 Multiple Choices Date: Mon, 25 Jul 2016 06:46:04 GMT Server: Apache Content-Length: 158 Content-Type: application/json { "versions": [ { "status": "CURRENT", "updated": "2016-08-15T09:00:00Z", "id": "v2.0", "links": [ { "href": "https://compute.jpt1.cloud.z.com/v2/", "rel": "self" } ] } ] }