get-schedulers
Use this interface to obtain scheduler configurations.
HTTP Request
GET http://ip/usapi?method=get-schedulers&id=xxx&chn-type=xxx&chn-id=xxx
Parameter | Description |
---|---|
method | get-schedulers |
id | Scheduler ID which can be obtained via get-schedulers.ֵ -1 indicates to get all scheduling information for the specific channel type. |
chn-type | Channel type. 0: live channel 1: record channel 2: auto-reboot |
chn-id | -1, reserved. |
Response Body
{
"result": 0,
"schedulers": [],
}
Item | Description |
---|---|
result | Returned status. 0 indicates that the request was accepted successfully. Refer to API Status Codes to find specific description for other values. |