Queries the tags that are attached to one or more Auto Scaling resources.
Operation description
Operation description
-
Specify at least one request parameter:
ResourceId.NorTag.N(Tag.N.KeyandTag.N.Value) to determine the query object. -
If you specify both
Tag.NandResourceId.N, the response contains only Auto Scaling resources that meet both conditional criteria.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
ess:ListTagResources |
get |
*ScalingGroup
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| RegionId |
string |
Yes |
The region ID of the resource. You can call DescribeRegions to query the most recent region list. |
cn-hangzhou |
| ResourceType |
string |
Yes |
The resource type. Only scaling groups are supported. Valid values: scalinggroup. |
scalinggroup |
| NextToken |
string |
No |
The token that determines the start point of the next query. |
caeba0bbb2be03f84eb48b699f0a4883 |
| ResourceId |
array |
No |
The resource ID. Valid values of N: 1 to 50. |
asg-bp17xb4x1vr29lgt**** |
|
string |
No |
The resource ID. Valid values of N: 1 to 50. |
asg-bp17xb4x1vr29lgt**** |
|
| Tag |
array<object> |
No |
The tags. |
|
|
object |
No |
The tags. |
||
| Key |
string |
No |
The tag key that is used to perform an exact search for Auto Scaling resources. The tag key must be 1 to 128 characters in length. Valid values of N: 1 to 20.
|
TestKey |
| Value |
string |
No |
The tag value that is used to perform an exact search for Auto Scaling resources. The tag value can be an empty string. The tag value can be up to 128 characters in length. Valid values of N: 1 to 20. |
TestValue |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| NextToken |
string |
The token that determines the start point of the next query. |
caeba0bbb2be03f84eb48b699f0a4883 |
| RequestId |
string |
The request ID. |
DE65F6B7-7566-4802-9007-96F2494A**** |
| TagResources |
object |
||
| TagResource |
array<object> |
The collection of resources and tags, which contains information such as the resource ID, resource type, and tag key-value pairs. |
|
|
object |
The collection of resources and tags, which contains information such as the resource ID, resource type, and tag key-value pairs. |
||
| TagValue |
string |
The tag value of the resource. |
TestValue |
| ResourceType |
string |
The resource type. |
ALIYUN::ESS::SCALINGGROUP |
| ResourceId |
string |
The resource ID. |
asg-bp17xb4x1vr29lgt**** |
| TagKey |
string |
The tag key of the resource. |
TestKey |
| Propagate |
boolean |
Indicates whether the tag is a propagatable tag. Valid values:
|
false |
Examples
Success response
JSON format
{
"NextToken": "caeba0bbb2be03f84eb48b699f0a4883",
"RequestId": "DE65F6B7-7566-4802-9007-96F2494A****",
"TagResources": {
"TagResource": [
{
"TagValue": "TestValue",
"ResourceType": "ALIYUN::ESS::SCALINGGROUP",
"ResourceId": "asg-bp17xb4x1vr29lgt****",
"TagKey": "TestKey",
"Propagate": false
}
]
}
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.