Skip to content

Create a new scheduled task

POST
/api/scheduler/tasks
object
name
string
description
string
triggerType
string
triggerConfig
string
actionType
string
actionParameters
string
targetId
string format: uuid
nullable
startTime
string format: date-time
nullable
endTime
string format: date-time
nullable
repeatCount
integer format: int32
nullable
timeZoneId
string
weekdayMask
integer format: int32
nullable
intervalSeconds
integer format: int32
nullable

Created

object
id
string format: uuid
name
string
description
string
isEnabled
boolean
triggerType
string
triggerConfig
string
actionType
string
actionParameters
string
targetId
string format: uuid
nullable
startTime
string format: date-time
endTime
string format: date-time
nullable
repeatCount
integer format: int32
nullable
executionCount
integer format: int32
timeZoneId
string
weekdayMask
integer format: int32
intervalSeconds
integer format: int32
nextRunTime
string format: date-time
nullable
lastRunTime
string format: date-time
nullable
lastRunStatus
string

Bad Request