Mengkueri tag Sumber daya ApsaraVideo Live.
Deskripsi operasi
You can call this operation up to 10 times per second per account.
Coba sekarang
Test
RAM authorization
Parameter permintaan
|
Parameter |
Type |
Required |
Description |
Example |
| RegionId |
string |
No |
ID wilayah. |
cn-shanghai |
| ResourceId |
array |
Yes |
ID Sumber daya. Sumber daya tersebut adalah Nama Domain untuk streaming langsung. Anda dapat mengkueri hingga 50 ID Sumber daya dalam satu pengatur waktu. |
example.com |
|
string |
No |
The resource ID. |
example.com |
|
| Tag |
array<object> |
No |
Daftar tag. |
|
|
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 |
Tipe Sumber daya. Valid values:
|
DOMAIN |
Elemen respons
|
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 key of the tag. |
env |
| Value |
string |
The value of the tag. |
product |
Contoh
Respons sukses
JSONformat
{
"RequestId": "****41F1-04A5-496F-8C8D-634BDBE6****",
"TagResources": [
{
"ResourceId": "example.com",
"Tag": [
{
"Key": "env",
"Value": "product"
}
]
}
]
}
Kode kesalahan
Lihat Error Codes untuk daftar lengkap.
Catatan rilis
Lihat Release Notes untuk daftar lengkap.