This API is used to query all the image tags.
Parameter |
Type |
Description |
---|---|---|
tags |
Array of objects |
Lists tags. For details, see Table 2. |
STATUS CODE 200
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 | { "tags": [{ "values": ["value9"], "key": "key9" }, { "values": [""], "key": "key8" }, { "values": ["valueXX", "value3"], "key": "key3" }] } |
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. |