Adding an Image Sharing Member (Native OpenStack API)
Function
This API is used to add a project ID of a tenant the image is to be shared with.
Huawei Cloud has stopped providing Windows images. This API will no longer be used to share Windows images.
URI
POST /v2/images/{image_id}/members
Request
- Request parameters
Parameter
Mandatory
Type
Description
member
Yes
String
Specifies a tenant who will be able to use the shared image.
The value is the project ID of the tenant.
Example Request
Adding a tenant who can use the shared image (project ID: edc89b490d7d4392898e19b2deb34797)
1 2 3 4 |
POST https://{Endpoint}/v2/images/d164b5df-1bc3-4c3f-893e-3e471fd16e64/members { "member":"edc89b490d7d4392898e19b2deb34797" } |
Response
- Response parameters
Parameter
Type
Description
status
String
Specifies the image sharing status.
created_at
String
Specifies the time when a shared image was created. The value is in UTC format.
updated_at
String
Specifies the time when a shared image was updated. The value is in UTC format.
image_id
String
Specifies the image ID.
member_id
String
Specifies the project ID of the tenant who is to accept the shared image.
schema
String
Specifies the sharing schema.
- Example response
STATUS CODE 200
1 2 3 4 5 6 7 8
{ "status": "pending", "created_at": "2016-09-01T02:05:14Z", "updated_at": "2016-09-01T02:05:14Z", "image_id": "d164b5df-1bc3-4c3f-893e-3e471fd16e64", "member_id": "edc89b490d7d4392898e19b2deb34797", "schema": "/v2/schemas/member" }
Returned Values
- Normal
- Abnormal
Returned Value
Description
400 Bad Request
Request error.
401 Unauthorized
Authentication failed.
403 Forbidden
You do not have the rights to perform the operation.
404 Not Found
The requested resource was not found.
500 Internal Server Error
Internal service error.
503 Service Unavailable
The service is unavailable.
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.See the reply and handling status in My Cloud VOC.
For any further questions, feel free to contact us through the chatbot.
Chatbot