Queries existing tags.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
alidns:DescribeTags |
get |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| Lang |
string |
No |
The language of the response. Default: en. Valid values: en, zh, and ja. |
en |
| ResourceType |
string |
Yes |
The resource type. Valid value:
|
DOMAIN |
| PageNumber |
integer |
No |
The page number. Pages start from 1. Default value: 1. |
1 |
| PageSize |
integer |
No |
The number of entries per page. Default value: 200. |
200 |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| TotalCount |
integer |
The total number of entries. |
5 |
| PageSize |
integer |
The number of entries per page. Default value: 200. |
200 |
| RequestId |
string |
The unique request ID. |
89184F33-48A1-4401-9C0F-40E45DB091AB |
| PageNumber |
integer |
The page number. Pages start from 1. Default value: 1. |
1 |
| Tags |
array<object> |
The list of tags. |
|
|
object |
|||
| Key |
string |
The tag key. |
abc |
| Values |
array |
A list of tag values. |
|
|
string |
The tag value. |
11111 |
Examples
Success response
JSON format
{
"TotalCount": 5,
"PageSize": 200,
"RequestId": "89184F33-48A1-4401-9C0F-40E45DB091AB",
"PageNumber": 1,
"Tags": [
{
"Key": "abc",
"Values": [
"11111"
]
}
]
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.