This API is used to obtain tags of resources of a tenant based on the tenant ID and resource type.
Parameter |
Mandatory |
Type |
Description |
---|---|---|---|
tags |
Yes |
List<resource_tag> |
Lists the tags. |
Parameter |
Mandatory |
Type |
Description |
---|---|---|---|
key |
Yes |
String |
Specifies the tag key. |
values |
Yes |
List<String> |
Lists the tag values. |
{ "tags": [ { "key": "key1", "values": [ "*value1", "value2" ] } ] }
For details about status codes, see Status Code.