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 { |