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

Changes

Changed in 1 of the 3 revisions of this API.6

    • added the non-success response with the status

      response-non-success-status-added

    • added the non-success response with the status

      response-non-success-status-added

    • added the optional property //// to the response with the status

      response-optional-property-added

    • added the optional property //// to the response with the status

      response-optional-property-added

    • added the optional property //// to the response with the status

      response-optional-property-added

    • added the optional property //// to the response with the status

      response-optional-property-added

    This revision also has 4 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

Of the 3 revisions, 1 has no diff computed.