Lists MediaWeaver channels.
Operation description
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
ice:ListChannels |
none |
*All Resource
|
None | None |
Request syntax
POST / HTTP/1.1
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| ChannelName |
string |
No |
The name of the channel. |
MyChannel |
| ChannelTier |
string |
No |
The tier of the channel. Valid values: basic and standard. |
basic |
| PlaybackMode |
string |
No |
The playback mode. Valid values: loop and linear. |
loop |
| State |
integer |
No |
The channel status. Valid values: 0 (stopped) and 1 (started). |
0 |
| PageNo |
integer |
No |
The page number. Default value: 1. |
1 |
| PageSize |
integer |
No |
The number of entries per page. Valid values: 1 to 100. Default value: 10. |
20 |
| SortByModifiedTime |
string |
No |
The sort order by modification time. Valid values: asc and desc. |
desc |
| SortBy |
string |
No |
The sort order by creation time. Valid values: asc and desc. |
asc |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
The response body. |
||
| RequestId |
string |
Request ID. |
xxx-xxxx-xxxxx-xxxx |
| TotalCount |
integer |
The total number of channels returned. |
180 |
| PageSize |
integer |
The number of entries per page. Valid values: 1 to 100. Default value: 10. |
10 |
| PageNo |
integer |
The page number. Default value: 1. |
1 |
| ChannelList |
array |
The channels. |
|
| ChannelAssemblyChannel |
The channel information. |
Examples
Success response
JSON format
{
"RequestId": "xxx-xxxx-xxxxx-xxxx",
"TotalCount": 180,
"PageSize": 10,
"PageNo": 1,
"ChannelList": [
{
"FillerSourceName": "MySource",
"FillerSourceLocationName": "MySourceLocation",
"GmtCreate": "2024-01-15T03:44:16Z\n",
"ChannelName": "MyChannel",
"ChannelTier": "basic",
"AccessToken": "xxxxx",
"State": 0,
"GmtModified": "2024-09-01T10:09Z\n",
"Arn": "acs:ims:mediaweaver:::channel/myChannel\n",
"PlaybackMode": "loop",
"OutPutConfigList": [
{
"ManifestName": "index1",
"ChannelName": "MyChannel",
"Format": "hls",
"PlaybackUrl": "https://xxxxx.com/xxx.m3u8\n",
"ManifestSettings": "{\"WindowDuration\": 60,\"AdMarkType\":\"Daterange\"}\n",
"SourceGroupName": "group1"
}
],
"AccessPolicy": true
}
]
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.