Toggle navigation
Gentics Content.Node - REST API Library: SuspendRequest
Resources
Data Types
Back to Top
Home
JSON
SuspendRequest
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 ] }