Call QueryTagByParam to retrieve tags.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
dm:QueryTagByParam |
get |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| PageNo |
integer |
No |
Page number |
1 |
| PageSize |
integer |
No |
Page size |
10 |
| KeyWord |
string |
No |
Tag name, length 1-50, defaults to all tags if not specified. |
1aTag |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| PageSize |
integer |
Page size |
10 |
| RequestId |
string |
Request ID |
10A1AD70-E48E-476D-98D9-39BD92193837 |
| PageNumber |
integer |
Current page number |
5 |
| TotalCount |
integer |
Total count |
2 |
| data |
object |
||
| tag |
array<object> |
Data records |
|
|
object |
|||
| TagName |
string |
Tag name |
hellopal |
| TagId |
string |
Tag ID |
52366 |
| TagDescription |
string |
Tag description |
test description |
Examples
Success response
JSON format
{
"PageSize": 10,
"RequestId": "10A1AD70-E48E-476D-98D9-39BD92193837",
"PageNumber": 5,
"TotalCount": 2,
"data": {
"tag": [
{
"TagName": "hellopal",
"TagId": "52366",
"TagDescription": "test description"
}
]
}
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.