images/image_id/members:get
GET/v2/images/:image_id/members
Return a list of dictionaries indicating the members of the image, i.e., those tenants the image is shared with.
| param req: | the Request object coming from the wsgi layer |
| param image_id: | The image identifier |
| returns: | The response body is a mapping of the following form |
{'members': [
{'member_id': <MEMBER>,
'image_id': <IMAGE>,
'status': <MEMBER_STATUS>,
'created_at': ..,
'updated_at': ..}, ..
]}
🟢 Public Cloud Endpoint: This endpoint is accessible to end users in CopperSpire Cloud.
Request​
Responses​
- 200
Ok