Queries the tags that are attached to one or more PolarDB clusters, or the PolarDB clusters that are attached to one or more tags.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
polardb:ListTagResources |
get |
*DBCluster
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| RegionId |
string |
Yes |
The region ID. You can call the DescribeRegions operation to view the available region IDs. |
cn-hangzhou |
| ResourceType |
string |
Yes |
The resource type. Set the value to cluster. |
cluster |
| NextToken |
string |
No |
A token to retrieve the next page of results. You do not need to specify this parameter for the first request. If the first request does not return all results, the response returns a token. You can use this token in the next request to continue the query. |
212db86sca4384811e0b5e8707******* |
| ResourceId |
array |
No |
The ID of a cluster. You can specify multiple cluster IDs to query the tags of multiple clusters. Note
|
pc-**************** |
|
string |
No |
The ID of a cluster. You can specify multiple cluster IDs to query the tags of multiple clusters. Note
|
pc-**************** |
|
| Tag |
array<object> |
No |
The list of tags. |
|
|
object |
No |
|||
| Key |
string |
No |
The key of a tag. You can specify multiple tags to query for resources that have all of the specified tags. Note
|
type |
| Value |
string |
No |
The tag value that corresponds to the tag key. An empty string is allowed. |
test |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| NextToken |
string |
A token to retrieve more results. This parameter is returned if a query does not return all results. You can use the token in a subsequent query to continue retrieving results. |
212db86sca4384811e0b5e8707e****** |
| RequestId |
string |
The request ID. |
688C04E4-23F8-409F-8A38-B954D5****** |
| TagResources |
object |
||
| TagResource |
array<object> |
The information about the queried clusters and tags. |
|
|
object |
|||
| ResourceType |
string |
The resource type. The value is cluster. |
cluster |
| TagValue |
string |
The tag value that corresponds to the tag key. |
test |
| ResourceId |
string |
The cluster ID. |
pc-**************** |
| TagKey |
string |
The tag key. |
type |
Examples
Success response
JSON format
{
"NextToken": "212db86sca4384811e0b5e8707e******",
"RequestId": "688C04E4-23F8-409F-8A38-B954D5******",
"TagResources": {
"TagResource": [
{
"ResourceType": "cluster",
"TagValue": "test",
"ResourceId": "pc-****************",
"TagKey": "type"
}
]
}
}
Error codes
|
HTTP status code |
Error code |
Error message |
Description |
|---|---|---|---|
| 400 | NumberExceed.Tags | The Tags parameter`s number is exceed. | The maximum number of tags is reached. |
| 400 | MissParameter.TagOrResourceId | The parameter Tag.n or ResourceId.n is needed. | The Tag.n or ResourceId.n parameter must be specified. |
| 400 | NumberExceed.ResourceIds | The ResourceIds parameter's number is exceed. | The number of ResourceIds parameters exceeds the limit. |
| 404 | InvalidDBClusterId.NotFound | The DBInstanceId provided does not exist in our records. | The specified DBClusterId parameter does not exist in the current record. |
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.