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 redirect standard error output to email.
Stdout
Type: boolean Default: trueWhether to redirect standard output 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 redirect standard error output to email.
Stdout
Type: boolean Default: trueWhether to redirect standard output 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