This API is used to query project tags.
Name |
Mandatory |
Description |
|---|---|---|
project_id |
Yes |
Specifies the project ID of a tenant in a region. For details about how to obtain the project ID, see Obtaining a Project ID. |
None
Name |
Type |
Description |
|---|---|---|
tags |
Array of objects |
Specifies the tag list. If there is no tag in the list, an empty array is returned. For details, see Table 3. |
{
"tags": [{
"key": "key1",
"values": ["value1"]
}, {
"key": "key2",
"values": ["value2"]
}]
}
For details, see Abnormal Request Results.
For details, see Status Codes.
For details, see Error Codes.