Queries alerts for resources in a specified MediaWeaver channel.
Operation description
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
ice:ListChannelAlerts |
none |
*All Resource
|
None | None |
Request syntax
POST / HTTP/1.1
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| PageNo |
integer |
No |
The page number. Default value: 1. |
1 |
| PageSize |
integer |
No |
The number of entries per page. |
10 |
| ResourceArn |
string |
Yes |
The ARN of the channel. |
acs:ims:mediaweaver: |
| Category |
string |
No |
The alert type. |
Scheduling Error:Error building schedule. PlayBack Warning:AddsourceAddress pull exception. info:Information. |
| SortByModifiedTime |
string |
No |
The sort order by modification time. Valid values: asc and desc. |
desc |
| GmtStart |
string |
No |
The beginning of the time range to query. |
2024-11-21T16:10:45Z |
| GmtEnd |
string |
No |
The end of the time range to query. |
2024-11-21T16:10:45Z |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
The response body. |
||
| RequestId |
string |
Request ID |
xxx-xxxx-xxxxx-xxxx |
| TotalCount |
integer |
The total number of alerts returned. |
4 |
| ProgramAlerts |
array<object> |
The alerts. |
|
|
object |
|||
| Arn |
string |
The ARN of the program. |
acs:ims:mediaweaver: |
| ProgramName |
string |
The name of the program. |
program_name |
| Category |
string |
The alert type. |
Scheduling Error:Error building schedule. PlayBack Warning:AddsourceAddress pull exception. info:Information. |
| Count |
integer |
The number of alerts. |
4 |
| GmtModified |
string |
The time when the alert was last modified, in UTC. |
2024-07-16T10:03Z |
| PageNo |
integer |
The page number. Default value: 1. |
1 |
| PageSize |
integer |
The number of entries per page. |
10 |
Examples
Success response
JSON format
{
"RequestId": "xxx-xxxx-xxxxx-xxxx",
"TotalCount": 4,
"ProgramAlerts": [
{
"Arn": "acs:ims:mediaweaver:::program/myChannel/MyProgram",
"ProgramName": "program_name",
"Category": "Scheduling Error:Error building schedule.\nPlayBack Warning:AddsourceAddress pull exception.\ninfo:Information.",
"Count": 4,
"GmtModified": "2024-07-16T10:03Z"
}
],
"PageNo": 1,
"PageSize": 10
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.