Retrieves a list of resources with specified tags.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
composer:ListTagResources |
get |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| ResourceType |
string |
Yes |
The resource type definition. Valid values:
|
ALIYUN::LC::FLOW |
| NextToken |
string |
No |
The token that is used to start the next query |
caeba0bbb2be03f84eb48b699f0a4883 |
| MaxResults |
integer |
No |
The maximum number of entries that is returned on each page. |
20 |
| ResourceId |
array |
No |
The resource IDs. |
|
|
string |
No |
The resource ID. |
lc-0xiisfk685vhfk |
|
| Tag |
array |
No |
The tags to add to the instance. The maximum number of tags is 20. |
|
|
object |
No |
The tag content. |
||
| Key |
string |
Yes |
The tag key. |
testkey |
| Value |
string |
Yes |
The tag value. |
testvalue |
Response parameters
|
Parameter |
Type |
Description |
Example |
|
object |
|||
| NextToken |
string |
The token that is used to start the next query. |
caeba0bbb2be03f84eb48b699f0a4883 |
| RequestId |
string |
The request ID. |
C9025B15-16CC-53FB-B7B1-7295AA010EBD |
| TotalCount |
integer |
The total number of resources. |
2 |
| TagResources |
array |
The relationships between the resources and the tags. |
|
|
object |
Resource information |
||
| ResourceType |
string |
The resource type definition. Valid values:
|
ALIYUN::LC::FLOW |
| TagValue |
string |
The tag value. |
testvalue |
| ResourceId |
string |
The resource ID. |
lc-0xiisfk685vhfk |
| TagKey |
string |
The tag key. |
testkey |
Examples
Success response
JSON format
{
"NextToken": "caeba0bbb2be03f84eb48b699f0a4883",
"RequestId": "C9025B15-16CC-53FB-B7B1-7295AA010EBD",
"TotalCount": 2,
"TagResources": [
{
"ResourceType": "ALIYUN::LC::FLOW",
"TagValue": "testvalue",
"ResourceId": "lc-0xiisfk685vhfk",
"TagKey": "testkey"
}
]
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.