Queries the tags of ApsaraVideo Live resources.
Operation description
You can call this operation up to 10 times per second per account.
Try it now
Test
RAM authorization
Request parameters
Parameter | Type | Required | Description | Example |
RegionId | string | No | The region ID. | cn-shanghai |
| ResourceId | array | Yes | The resource IDs. The resources are domain names for live streaming. You can query up to 50 resource IDs at a time. | example.com |
string | No | The resource ID. | example.com | |
| Tag | array<object> | No | A list of tags. | |
object | No | A list of tags. | ||
Key | string | No | The tag key. You can specify up to 20 tag keys. | env |
Value | string | No | The tag value. You can specify up to 20 tag values. | product |
ResourceType | string | Yes | The type of the resource. Valid values:
| DOMAIN |
Response elements
Element | Type | Description | Example |
object | |||
RequestId | string | The request ID. | ****41F1-04A5-496F-8C8D-634BDBE6**** |
| TagResources | array<object> | A list of resources and their associated tags. | |
array<object> | A list of resources and their associated tags. | ||
ResourceId | string | The resource ID. | example.com |
| Tag | array<object> | The tags bound to the resource. | |
object | The tag information. | ||
Key | string | The tag key. | env |
Value | string | The tag value. | product |
Examples
Success response
JSON format
{
"RequestId": "****41F1-04A5-496F-8C8D-634BDBE6****",
"TagResources": [
{
"ResourceId": "example.com",
"Tag": [
{
"Key": "env",
"Value": "product"
}
]
}
]
}Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.