Dapatkan detail grup channel paket langsung berdasarkan nama grup channel.
Deskripsi operasi
Deskripsi permintaan
API ini mengkueri konfigurasi terperinci dari grup channel yang ditentukan, termasuk nama grup channel, deskripsi, domain asal, serta stempel waktu pembuatan dan modifikasi terakhir.
Coba sekarang
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
ice:GetLivePackageChannelGroup |
get |
*全部资源
|
None | None |
Parameter permintaan
|
Parameter |
Type |
Required |
Description |
Example |
| GroupName |
string |
Yes |
Nama grup channel |
channel-group-1 |
Elemen respons
|
Element |
Type |
Description |
Example |
|
object |
Skema Respons |
||
| LivePackageChannelGroup |
object |
Grup channel |
|
| CreateTime |
string |
Format: yyyy-MM-ddTHH:mm:ssZ (waktu UTC) |
2023-04-01T12:00:00Z |
| Description |
string |
Deskripsi |
Updated description of the channel group. |
| GroupName |
string |
Nama grup channel |
channel-group-1 |
| LastModified |
string |
Format: yyyy-MM-ddTHH:mm:ssZ (waktu UTC) |
2023-04-01T12:00:00Z |
| OriginDomain |
string |
Domain asal |
example.com |
| RequestId |
string |
ID permintaan. |
5D87B753-0250-5D9D-B248-D40C3271F864 |
Contoh
Respons sukses
JSONformat
{
"LivePackageChannelGroup": {
"CreateTime": "2023-04-01T12:00:00Z",
"Description": "Updated description of the channel group.",
"GroupName": "channel-group-1",
"LastModified": "2023-04-01T12:00:00Z",
"OriginDomain": "example.com"
},
"RequestId": "5D87B753-0250-5D9D-B248-D40C3271F864"
}
Kode kesalahan
Lihat Error Codes untuk daftar lengkap.
Catatan rilis
Lihat Release Notes untuk daftar lengkap.