Description

List image members.

Request URL

Image API v2

GET /v2/images/{image_id}/members

Request Paramters

Parameter Value Style Description
X-Auth-Token User Token header

Request Json

This operation does not accept a request body.

Normal response codes

200 OK

Example

curl -i -X GET \
-H "Accept: application/json" \
-H "X-Auth-Token: 35941e7df872405d84e5b026dba8323c" \
https://image-service.tyo1.cloud.z.com/v2/images/0160cc0b-63a2-4a17-998f-d2ee9127ad71/members
HTTP/1.1 200 OK
Date: Tue, 13 Jan 2015 07:00:49 GMT
Server: Apache
Content-Length: 264
Content-Type: application/json

{
  "members": [
    {
      "status": "pending",
      "created_at": "2015-01-13T06:58:41Z",
      "updated_at": "2015-01-13T06:58:41Z",
      "image_id": "83346a46-3b83-4eae-9ae8-74025a19ae52",
      "member_id": "43b36734a9e541fd91a62fc63ee93fed",
      "schema": "/v2/schemas/member"
    }
  ],
  "schema": "/v2/schemas/members"
}