Queries user tags.
Operation description
Note
Each account can call this operation up to 100 times per second.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
cdn:DescribeUserTags |
get |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
No parameters required.
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| RequestId |
string |
The ID of the request. |
34AB41F1-04A5-496F-8C8D-634BDBE6A9FB |
| Tags |
array<object> |
The tags. |
|
|
object |
|||
| Key |
string |
The key of a tag. |
env |
| Value |
array |
The tag values returned. |
|
|
string |
The value of a tag. |
product |
Examples
Success response
JSON format
{
"RequestId": "34AB41F1-04A5-496F-8C8D-634BDBE6A9FB",
"Tags": [
{
"Key": "env",
"Value": [
"product"
]
}
]
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.