Authorizations
The access token received from the authorization server in the OAuth 2.0 flow.
Body
application/json
The command to run.
Example:
"echo $(whoami)"
The user to run the scheduled job as.
Example:
"root"
The frequency of the scheduled job.
Available options:
minutely
, hourly
, nightly
, weekly
, monthly
, reboot
, custom
The name of the command.
Example:
"My scheduled job"
The cron expression to use for the scheduled job. Only used if frequency is set to Custom.
Example:
"0 * * * *"
Whether a heartbeat should be created for the scheduled job.
Example:
true
The grace period, in minutes, for the heartbeat.
Example:
"5"
Response
JobResource