Call DescribeDcdnUserTags to query user tags.
Operation description
Note
The throttling limit for a single user is 100 calls per second.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
dcdn:DescribeDcdnUserTags |
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 tag key. |
region |
| Value |
array |
|
|
|
string |
The tag value. |
hangzhou |
Examples
Success response
JSON format
{
"RequestId": "34AB41F1-04A5-496F-8C8D-634BDBE6A9FB",
"Tags": [
{
"Key": "region",
"Value": [
"hangzhou"
]
}
]
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.