SuspendRequest Data Type

Request to suspend the scheduler

Properties
name data type description
allowRun array of number IDs of Jobs that are allowed to run, although the scheduler is suspended

Example

{
  "allowRun" : [ 12345, 12345 ]
}