Querying Tags of an Image
Function
This API is used to query all the tags of a specified image.
Request
Response
- Response parameters
Parameter
Type
Description
tags
Array of objects
Lists the returned tags. For details, see Table 2.
- Example response
STATUS CODE 200
1 2 3 4 5 6 7 8 9 10
{ "tags": [{ "value": "value0", "key": "key0" }, { "value": "value0", "key": "key1" }] }
Returned Value
- 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.
Last Article: Deleting an Image Tag
Next Article: Querying All Image Tags
Did this article solve your problem?
Thank you for your score!Your feedback would help us improve the website.