Queries resource labels and the detailed information, such as the key-value pairs of the labels and the clusters to which the labels are added. You can use labels to classify and manage Container Service for Kubernetes (ACK) clusters in order to meet monitoring, cost analysis, and tenant isolation requirements.
Debugging
Authorization information
The following table shows the authorization information corresponding to the API. The authorization information can be used in the Action
policy element to grant a RAM user or RAM role the permissions to call this API operation. Description:
- Operation: the value that you can use in the Action element to specify the operation on a resource.
- Access level: the access level of each operation. The levels are read, write, and list.
- Resource type: the type of the resource on which you can authorize the RAM user or the RAM role to perform the operation. Take note of the following items:
- The required resource types are displayed in bold characters.
- If the permissions cannot be granted at the resource level,
All Resources
is used in the Resource type column of the operation.
- Condition Key: the condition key that is defined by the cloud service.
- Associated operation: other operations that the RAM user or the RAM role must have permissions to perform to complete the operation. To complete the operation, the RAM user or the RAM role must have the permissions to perform the associated operations.
Operation | Access level | Resource type | Condition key | Associated operation |
---|---|---|---|---|
cs:ListTagResources | get |
|
| none |
Request syntax
GET /tags HTTP/1.1
Request parameters
Parameter | Type | Required | Description | Example |
---|---|---|---|---|
resource_ids | array | Yes | The list of cluster IDs. | |
string | Yes | The cluster ID. | c71cf3d796c374bf48644482cb0c3**** | |
resource_type | string | Yes | The resource type. Set the value to | CLUSTER |
region_id | string | Yes | The region ID. | cn-beijing |
tags | array | No | The labels that you want to query. You can specify up to 20 labels. | |
tag | No | The label. | ack.aliyun.com | |
next_token | string | No | The pagination token that is used in the next request to retrieve a new page of results. | *** |
Response parameters
Examples
Sample success responses
JSON
format
{
"next_token": "c374bf4864448****",
"request_id": "E368C761-F8F6-4A36-9B58-BD53D5CD0CEB",
"tag_resources": {
"tag_resource": [
{
"tag_key": "ack.aliyun.com",
"tag_value": "c71cf3d796c374bf48644482cb0c3****",
"resource_id": "i-xxx",
"resource_type": "CLUSTER"
}
]
}
}
Error codes
For a list of error codes, visit the Service error codes.
Change history
Change time | Summary of changes | Operation |
---|