Description
バージョン情報を取得します。
Request URL
Image API v2 GET / |
Request Json
This operation does not accept a request body. |
Request Paramters
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.odc01.eva-clouds.com |
Response
HTTP/1.1 300 Multiple Choices { |
Description
image_id を指定し、該当するイメージを削除します。
Request URL
Image API v2
GET /v2/images/{image_id} |
Request Json
This operation does not accept a request body. |
Request Paramters
Parameter | Value | Style | Description |
---|---|---|---|
X-Auth-Token | Userトークン | header | トークンID |
image_id | イメージID | URI | イメージID |
Response
Normal response codes
204 |
Example
Request
curl -i -X GET \ -H “Accept: application/json” \ -H “X-Auth-Token: トークンID” \ https://image-service.odc01.eva-clouds.com/v2/images/イメージID |
Response
HTTP/1.1 204 No Content Date: Fri, 08 Jul 2016 10:23:06 GMT Server: Apache Content-Length: 0 Content-Type: application/json |
Description
イメージメンバー一覧を取得します。
Request URL
Image API v2
GET /v2/images/{image_id}/members |
Request Json
This operation does not accept a request body. |
Request Paramters
Parameter | Value | Style | Description |
---|---|---|---|
X-Auth-Token | Userトークン | header | トークンID |
image_id | イメージID | URI | イメージID |
Response
Normal response codes
200 |
Example
Request
curl -i -X GET \ -H “Accept: application/json” \ -H “X-Auth-Token: トークンID” \ https://image-service.odc01.eva-clouds.com/v2/images/イメージID/members |
Response
HTTP/1.1 200 OK Date: Fri, 08 Jul 2016 10:32:00 GMT Server: Apache Content-Length: 48 Content-Type: application/json { |
Description
イメージメンバーのスキーマ情報を取得します。
Request URL
Image API v2
GET /v2/schemas/members |
Request Json
This operation does not accept a request body. |
Request Paramters
Parameter | Value | Style | Description |
---|---|---|---|
X-Auth-Token | Userトークン | header | トークンID |
Response
Normal response codes
200 |
Example
Request
curl -i -X GET \ -H “Accept: application/json” \ -H “X-Auth-Token: トークンID” \ https://image-service.odc01.eva-clouds.com/v2/schemas/member |
Response
HTTP/1.1 200 OK Date: Fri, 08 Jul 2016 09:13:07 GMT Server: Apache Content-Length: 660 Content-Type: application/json { |
Description
イメージメンバーコンテナのスキーマ情報を取得します。
Request URL
Image API v2
GET /v2/schemas/members |
Request Json
This operation does not accept a request body. |
Request Paramters
Parameter | Value | Style | Description |
---|---|---|---|
X-Auth-Token | Userトークン | header | トークンID |
Response
Normal response codes
200 |
Example
Request
curl -i -X GET \ -H “Accept: application/json” \ -H “X-Auth-Token: トークンID” \ https://image-service.odc01.eva-clouds.com/v2/schemas/members |
Response
HTTP/1.1 200 OK Date: Fri, 08 Jul 2016 09:02:46 GMT Server: Apache Content-Length: 821 Content-Type: application/json { |
Description
イメージスキーマ情報を取得します。
Request URL
Image API v2
GET /v2/schemas/image |
Request Json
This operation does not accept a request body. |
Request Paramters
Parameter | Value | Style | Description |
---|---|---|---|
X-Auth-Token | Userトークン | header | トークンID |
Response
Normal response codes
200 |
Example
Request
curl -i -X GET \ -H “Accept: application/json” \ -H “X-Auth-Token: トークンID” \ https://image-service.odc01.eva-clouds.com/v2/schemas/image |
Response
HTTP/1.1 200 OK Date: Fri, 08 Jul 2016 08:53:20 GMT Server: Apache Content-Length: 3785 Content-Type: application/json { |
Description
イメージコンテナのスキーマ情報を取得します。
Request URL
Image API v2
GET /v2/schemas/images |
Request Json
This operation does not accept a request body. |
Request Paramters
Parameter | Value | Style | Description |
---|---|---|---|
X-Auth-Token | Userトークン | header | トークンID |
Response
Normal response codes
200 |
Example
Request
curl -i -X GET \ -H “Accept: application/json” \ -H “X-Auth-Token: トークンID” \ https://image-service.odc01.eva-clouds.com/v2/schemas/images |
Response
HTTP/1.1 200 OK Date: Fri, 08 Jul 2016 08:39:47 GMT Server: Apache Content-Length: 4073 Content-Type: application/json { |
Description
image_id を指定し該当するイメージの情報を取得します。
Request URL
Image API v2 GET /v2/images/{image_id} |
Request Json
This operation does not accept a request body. |
Request Paramters
Parameter | Value | Style | Description |
---|---|---|---|
X-Auth-Token | Userトークン | header | トークンID |
image_id | イメージID | URI | イメージID |
Response
Normal response codes
200 |
Example
Request
curl -i -X GET \ -H “Accept: application/json” \ -H “Content-Type: application/json” \ -H “X-Auth-Token: トークンID” \ https://image-service.odc01.eva-clouds.com/v2/images/イメージID |
Response
HTTP/1.1 200 OK Date: Fri, 08 Jul 2016 08:09:19 GMT Server: Apache Content-Length: 1106 Content-Type: application/json { |
Description
イメージ一覧を取得します。
Request URL
Image API v2
GET /v2/images |
Request Json
This operation does not accept a request body. |
Request Paramters
Parameter | Value | Style | Description |
---|---|---|---|
X-Auth-Token | Userトークン | header | トークンID |
limit (Optinal) |
query | イメージ表示数 | |
marker (Optional) |
query | 表示される最後のUUID | |
name (Optional) |
query | イメージ名 | |
visibility (Optional) |
query | 公開(public)または、非公開(private)を指定 | |
member_status (Optional) |
query | イメージメンバーの状態でフィルター | |
owner (Optional) |
query | イメージ所有者(テナントID指定) | |
status (Optional) |
query | イメージの状態 | |
size_min (Optional) |
query | イメージの最小サイズ。単位は bytes | |
size_max (Optional) |
query | イメージの最大サイズ。単位は bytes | |
sort_key (Optional) |
query | ソート対象となる項目。Deault:created_at | |
sort_dir (Optional) |
query | ソートする方向性 default:desc | |
tag (Optional) |
query | イメージタグでフィルター |
Response
Normal response codes
200 |
Example
Request
curl -i -X GET \ -H “Accept: application/json” \ -H “Content-Type: application/json” \ -H “X-Auth-Token: トークンID” \ https://image-service.odc01.eva-clouds.com/v2/images |
Response
HTTP/1.1 200 OK Date: Wed, 06 Jul 2016 05:28:22 GMT Server: Apache Content-Type: application/json { |