バージョン情報取得(Image)
Description
バージョン情報を取得します。
Request URL
Image 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://image-service.jpt1.cloud.z.com
-
Response
HTTP/1.1 300 Multiple Choices Date: Fri, 19 Dec 2014 07:40:36 GMT Server: Apache Content-Length: 116 Content-Type: application/json { "versions": [ { "status": "CURRENT", "id": "v2.2", "links": [ { "href": "https://image-service.jpt1.cloud.z.com/v2/", "rel": "self" } ] } ] }