Mengkueri informasi kelompok saluran di layanan pengemasan waktu nyata secara paging. Mendukung pencarian fuzzy berdasarkan nama atau deskripsi dan pengurutan.
Deskripsi operasi
Deskripsi permintaan.
Coba sekarang
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
ice:ListLivePackageChannelGroups |
list |
*全部资源
|
None | None |
Parameter permintaan
|
Parameter |
Type |
Required |
Description |
Example |
| Keyword |
string |
No |
Nama atau deskripsi kelompok saluran. Pencocokan kabur didukung. |
channel-group |
| PageNo |
integer |
No |
Nomor halaman. Nilai harus lebih besar atau sama dengan 1. Nilai default: 1. |
1 |
| PageSize |
integer |
No |
Jumlah entri per halaman. Nilai valid: 1 hingga 100. Nilai default: 10. |
10 |
| SortBy |
string |
No |
Urutan pengurutan berdasarkan waktu pembuatan. Nilai default: desc, yang menunjukkan urutan menurun. |
desc |
Elemen respons
|
Element |
Type |
Description |
Example |
|
object |
Skema Tanggapan. |
||
| LivePackageChannelGroups |
array<object> |
Array entri kelompok saluran. |
|
|
object |
LivePackageChannelGroupItemType. |
||
| CreateTime |
string |
Waktu pembuatan kelompok saluran, dalam format |
2023-04-01T12:00:00Z |
| Description |
string |
Deskripsi kelompok saluran. |
这是频道组的描述信息。 |
| GroupName |
string |
Nama kelompok saluran. |
testChannelGroup |
| LastModified |
string |
Waktu modifikasi terakhir kelompok saluran, dalam format |
2023-04-02T12:00:00Z |
| OriginDomain |
string |
Nama domain asal. |
origin.example.com |
| PageNo |
integer |
Nomor halaman. |
1 |
| PageSize |
integer |
Ukuran halaman. |
10 |
| RequestId |
string |
ID permintaan. |
5D87B753-0250-5D9D-B248-D40C3271F864 |
| SortBy |
string |
Urutan pengurutan. |
desc |
| TotalCount |
integer |
Jumlah total rekaman. |
100 |
Contoh
Respons sukses
JSONformat
{
"LivePackageChannelGroups": [
{
"CreateTime": "2023-04-01T12:00:00Z",
"Description": "这是频道组的描述信息。",
"GroupName": "testChannelGroup",
"LastModified": "2023-04-02T12:00:00Z",
"OriginDomain": "origin.example.com"
}
],
"PageNo": 1,
"PageSize": 10,
"RequestId": "5D87B753-0250-5D9D-B248-D40C3271F864",
"SortBy": "desc",
"TotalCount": 100
}
Kode kesalahan
Lihat Error Codes untuk daftar lengkap.
Catatan rilis
Lihat Release Notes untuk daftar lengkap.