获取APP下30min内报警流列表。
公共参数
名称 | 类型 | 是否必须 | 描述 |
---|---|---|---|
Action | String | Y | 操作接口名,取值:ListWarningStreams |
Version | String | Y | 版本号,示例:2016-10-18 |
请求参数
名称 | 类型 | 是否必须 | 描述 |
---|---|---|---|
UniqueName | String | Y | 域名标识 |
App | String | Y | 频道 |
名称 | 类型 | 描述 |
---|---|---|
Stream | String | 流名 |
AlarmTime | Long | 报警时间,unix时间戳 |
GET http://vcs[.cn-beijing-6].api.ksyun.com?UniqueName=xxx&App=xxx
[Action, Version, Authentication, etc.]
[{ "Stream": "LIVE123r4123","AlarmTime": 1476253708},
{"Stream":"LIVE4fdf53","AlarmTime": 1476253708},
{"Stream": "LIVEfdsag5r324","AlarmTime": 1476253708}]