You can call this operation to query tags that are bound to one or more AnalyticDB for PostgreSQL instances.
Debugging
Request parameters
Parameter | Type | Required | Example | Description |
---|---|---|---|---|
Action | String | No | ListTagResources |
The operation that you want to perform. Set the value to ListTagResources. |
RegionId | String | Yes | cn-hangzhou |
The region ID of the instance. You can call the DescribeRegions operation to query the most recent region list. |
ResourceType | String | Yes | instance |
The storage mode of the instance. Valid values:
|
ResourceId.N | RepeatList | No | gp-xxxxxxxxxx |
The ID of instance N. Valid values of N: 1 to 50. |
Tag.N.Key | String | No | TestKey |
The key of tag N. The key must be 1 to 128 characters in length. Valid values of N: 1 to 20. You can use
|
Tag.N.Value | String | No | TestValue |
The value of tag N. The value must be 1 to 128 characters in length. Valid values of N: 1 to 20. |
NextToken | String | No | caeba0bbb2be03f84eb48b699f0a4883 |
The token used to perform the next query. |
Response parameters
Parameter | Type | Example | Description |
---|---|---|---|
NextToken | String | caeba0bbb2be03f84eb48b699f0a4883 |
The token used to perform the next query. |
RequestId | String | 5414A4E5-4C36-4461-95FC-23757A20B5F8 |
The ID of the request. |
TagResources | Array of TagResource | N/A |
Details about the instances and tags, including the instance IDs, instance modes, and tag key-value pairs. |
TagResource | N/A | N/A | N/A |
ResourceId | String | gp-xxxxxxxxxx |
The ID of the instance. |
ResourceType | String | instance |
The storage mode of the instance. |
TagKey | String | TestKey |
The tag key. |
TagValue | String | TestValue |
The tag value. |
Examples
Sample requests
http(s)://[Endpoint]/? Action=ListTagResources
&RegionId=cn-hangzhou
&ResourceType=instance
&<Common request parameters>
Sample success responses
XML
format
<RequestId>5414A4E5-4C36-4461-95FC-23757A20B5F8</RequestId>
<NextToken>caeba0bbb2be03f84eb48b699f0a4883</NextToken>
<TagResources>
<TagResource>
<ResourceId>gp-xxxxxxxxxx</ResourceId>
<TagKey>TestKey</TagKey>
<ResourceType>instance</ResourceType>
<TagValue>TestValue</TagValue>
</TagResource>
</TagResources>
JSON
format
{
"RequestId": "5414A4E5-4C36-4461-95FC-23757A20B5F8",
"NextToken": "caeba0bbb2be03f84eb48b699f0a4883",
"TagResources": {
"TagResource": {
"ResourceId": "gp-xxxxxxxxxx",
"TagKey": "TestKey",
"ResourceType": "instance",
"TagValue": "TestValue"
}
}
}
Error codes
For a list of error codes, visit the API Error Center.