Create a specific scheduled job for the site.
Processing mode: async
The access token received from the authorization server in the OAuth 2.0 flow.
The organization slug
The server ID
The site ID
The command to run.
"echo $(whoami)"
The user to run the scheduled job as.
"root"
The frequency of the scheduled job.
minutely, hourly, nightly, weekly, monthly, reboot, custom "hourly"
The name of the command.
"My scheduled job"
The cron expression to use for the scheduled job. Only used if frequency is set to Custom.
"0 * * * *"
Whether a heartbeat should be created for the scheduled job.
true
The grace period, in minutes, for the heartbeat.
"5"
JobResource