cronjob.query¶
Sent on cronjob changes.
CronJobAddedEvent
Type: objectNo Additional Properties
Id
Type: integerCronJobEntry
Type: objectNo Additional Properties
Enabled
Type: boolean Default: trueWhether the cron job is active and will be executed.
Stderr
Type: boolean Default: falseWhether to IGNORE standard error (if false, it will be added to email).
Stdout
Type: boolean Default: trueWhether to IGNORE standard output (if false, it will be added to email).
CronJobSchedule
Type: objectCron schedule configuration for when the job runs.
No Additional PropertiesMinute
Type: string Default: "00""00" - "59"
Hour
Type: string Default: "*""00" - "23"
Dom
Type: string Default: "*""1" - "31"
Month
Type: string Default: "*""1" (January) - "12" (December)
Dow
Type: string Default: "*""1" (Monday) - "7" (Sunday)
Command
Type: stringShell command or script to execute.
Description
Type: string Default: ""Human-readable description of what this cron job does.
User
Type: stringSystem user account to run the command as.
Id
Type: integerUnique identifier for the cron job.
CronJobChangedEvent
Type: objectNo Additional Properties
Id
Type: integerCronJobEntry
Type: objectNo Additional Properties
Enabled
Type: boolean Default: trueWhether the cron job is active and will be executed.
Stderr
Type: boolean Default: falseWhether to IGNORE standard error (if false, it will be added to email).
Stdout
Type: boolean Default: trueWhether to IGNORE standard output (if false, it will be added to email).
CronJobSchedule
Type: objectCron schedule configuration for when the job runs.
No Additional PropertiesMinute
Type: string Default: "00""00" - "59"
Hour
Type: string Default: "*""00" - "23"
Dom
Type: string Default: "*""1" - "31"
Month
Type: string Default: "*""1" (January) - "12" (December)
Dow
Type: string Default: "*""1" (Monday) - "7" (Sunday)
Command
Type: stringShell command or script to execute.
Description
Type: string Default: ""Human-readable description of what this cron job does.
User
Type: stringSystem user account to run the command as.
Id
Type: integerUnique identifier for the cron job.
CronJobRemovedEvent
Type: objectNo Additional Properties
Id
Type: integerRequired roles: SYSTEM_CRON_READ