Querying All Tags
Function
This API is used to query all tag sets of a specified region.
URI
- Format
- Parameter description
Table 1 URI parameter description Parameter
Mandatory
Description
project_id
Yes
Project ID. For details on how to obtain the project ID, see Obtaining a Project ID.
Request
Request parameters
None.
Response
| Parameter | Type | Description |
|---|---|---|
| tags | Array of objects | Tag list. For details, see Table 3. |
Example
- Example request
None.
- Example response
{
"tags": [
{
"key": "key1",
"values": [
"value1",
"value2"
]
},
{
"key": "key2",
"values": [
"value1",
"value2"
]
}
]
}
Status Code
Table 4 describes the status code of this API.
Last Article: Adding or Deleting Cluster Tags in Batches
Next Article: Querying a List of Clusters with Specified Tags
Did this article solve your problem?
Thank you for your score!Your feedback would help us improve the website.