This API is used to query all resource tags of a protected instance in a specified project.
Parameter |
Mandatory |
Type |
Description |
---|---|---|---|
tags |
Yes |
Array of objects |
Specifies the tag list. For details, see Table 1. |
{ "tags": [ { "key": "key1", "values": [ "value1", "value2" ] }, { "key": "key2", "values": [ "value1", "value2" ] } ] }
Returned Value |
Description |
---|---|
200 |
OK |
Returned Value |
Description |
---|---|
400 |
Invalid parameters. |
401 |
Authentication failed. |
403 |
Insufficient permission. |
404 |
The requested resource was not found. |
500 |
Internal service error. |