Retrieves user tags.
Operation description
QPS limit
You can call this operation up to 100 times per second per account. Requests that exceed this limit are dropped and you may experience service interruptions.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
live:DescribeLiveUserTags |
get |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| RegionId |
string |
No |
The region ID. |
cn-shanghai |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| RequestId |
string |
The request ID. |
6B0256B6-2442-5BEF-B8D6-A0C28A801DFC |
| Tags |
array<object> |
The tags. |
|
|
object |
The tag keys. |
||
| Key |
string |
The tag key. |
key1 |
| Value |
array |
The tag values. |
|
|
string |
The tag value. |
value1 |
Examples
Success response
JSON format
{
"RequestId": "6B0256B6-2442-5BEF-B8D6-A0C28A801DFC",
"Tags": [
{
"Key": "key1",
"Value": [
"value1"
]
}
]
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.