forked from docs/doc-exports
Reviewed-by: gtema <artem.goncharov@gmail.com> Co-authored-by: Yang, Tong <yangtong2@huawei.com> Co-committed-by: Yang, Tong <yangtong2@huawei.com>
9.2 KiB
9.2 KiB
Querying Tags of a Specified Cluster
Function
This API is used to query tags of a specified cluster.
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.
cluster_id
Yes
Cluster ID
Request
Request parameters
None.
Response
Parameter |
Type |
Description |
---|---|---|
tags |
Array of objects |
Tag list. For details, see Table 3. |
Parameter |
Type |
Description |
---|---|---|
key |
String |
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 (_). |
Example
Status Code
Table 4 describes the status code of this API.
Parent topic: Tag Management APIs