Queries live package channel groups by page. Fuzzy search by name or description and sorting are supported.
Operation description
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
ice:ListLivePackageChannelGroups |
list |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| Keyword |
string |
No |
The channel group name or description. Fuzzy match is supported. |
channel-group |
| PageNo |
integer |
No |
The page number. Pages start from page 1. Default value: 1. |
1 |
| PageSize |
integer |
No |
The number of entries per page. Valid values: 1 to 100. Default value: 10. |
10 |
| SortBy |
string |
No |
The sort order by creation time. Default value: desc. |
desc |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
Schema of Response |
||
| LivePackageChannelGroups |
array<object> |
The channel groups returned. |
|
|
object |
LivePackageChannelGroupItemType |
||
| CreateTime |
string |
The time when the channel group was created. It is in the |
2023-04-01T12:00:00Z |
| Description |
string |
The channel group description. |
This is the description of the channel group. |
| GroupName |
string |
The channel group name. |
testChannelGroup |
| LastModified |
string |
The time when the channel group was last modified. It is in the |
2023-04-02T12:00:00Z |
| OriginDomain |
string |
The origin domain. |
origin.example.com |
| PageNo |
integer |
The page number. |
1 |
| PageSize |
integer |
The number of entries per page. |
10 |
| RequestId |
string |
The request ID. |
5D87B753-0250-5D9D-B248-D40C3271F864 |
| SortBy |
string |
The sort order. |
desc |
| TotalCount |
integer |
The total number of entries returned. |
100 |
Examples
Success response
JSON format
{
"LivePackageChannelGroups": [
{
"CreateTime": "2023-04-01T12:00:00Z",
"Description": "This is the description for the channel group.",
"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
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.