MENU
バージョン情報取得 - Image API v2
Description
バージョン情報取得
Request URL
Image API v2 GET /
Request Paramters
This operation does not accept a request body.
Normal response codes
Multiple Choices (300)
Example
※エンドポイントURLにつきましては、お客様環境によって異なりますので、コントロールパネルにてご確認の上ご利用ください。
- REQ
curl -i -X GET \ -H "Accept: application/json" \ https://image-service.tyo1.conoha.io/
- RES
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": [ { "id": "v2.2", "links": [ { "href": "https://image-service.tyo1.conoha.io/v2/", "rel": "self" } ], "status": "CURRENT" } ] }