del-scheduler 接口
删除排程。
请求方式
GET http://ip/usapi?method=del-scheduler&id=1&...
参数 | 说明 |
---|---|
method | 方法名称:del-scheduler |
id | 排程 ID, 通过 get-schedulers 获取 |
chn-type | 通道类型, 0:直播通道 1:录制通道 |
chn-id | 直播或者录制通道 ID 直播通道 ID,通过 get-settings 获取 录制通道 ID,通过 get-rec-channels 获取 |
返回数据
{
"result": 0
}
属性 | 说明 |
---|---|
result | 返回状态,0:新增成功,返回其它值请参考 API 状态码 |