This API is used to query all tag sets of a specified region.
Parameter |
Mandatory |
Description |
---|---|---|
project_id |
Yes |
Project ID. For details on how to obtain the project ID, see Obtaining a Project ID. |
Request parameters
None.
Parameter |
Type |
Description |
---|---|---|
tags |
Array of objects |
Tag list. For details, see Table 3. |
Parameter |
Type |
Description |
---|---|---|
key |
String |
Tag key. A tag key can contain only uppercase letters, lowercase letters, digits, hyphens (-), and underscores (_). |
value |
String |
Tag value. A tag value can contain only uppercase letters, lowercase letters, digits, hyphens (-), and underscores (_). |
None.
{ "tags": [ { "key": "key1", "values": [ "value1", "value2" ] }, { "key": "key2", "values": [ "value1", "value2" ] } ] }
Table 4 describes the status code of this API.