v3

latestOpenAPI 3.0.1raw.githubusercontent.com2026-08-01230114249.2 KB
Scheduler

Creates a new scheduler in the system by accepting scheduler data in the request body

post/scheduler

Request body

schedulerIdinteger
connectionIdinteger
titlestring
statusboolean
cronExpstring
debugModeboolean

Response

Scheduler is successfully created. The 'id' property will include newly created scheduler's 'id'

schedulerIdinteger
titlestring
statusboolean
debugModeboolean
cronExpstring