Description

イメージメンバーの一覧を取得します。

Request URL

Image API

GET /v2/images/{image_id}/members

Request Json

This operation does not accept a request body.

Request Parameters

Parameter Value Style Description
X-Auth-Token トークンID header トークンIDを指定します。
image_id イメージID path イメージIDを指定します。

Response Code

Success

200

Example

Request

curl -i -X GET \
-H "Accept: application/json" \
-H "X-Auth-Token: トークンID" \
https://image-service.tyo1.conoha.io/v2/images/イメージID/members

Response

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"
}

ConoHaにて提供しておりますAPIにつきましては、クラウド基盤として採用しておりますOpenStackの機能にて実装しておりますので、詳細な情報や使い方はOpenStackのドキュメントにてご確認ください。