Creates a new scheduled cron job for the application. Jobs can run on a fixed interval or using a custom cron expression.
Bearer token for authentication. Format: 'Bearer {token}'
Workspace ID (uses default workspace if not provided)
Application UUID
Create a cron job
Unique cron job identifier
Human-readable display name for the cron job
Schedule type: 'cron' for custom cron expression, 'interval' for predefined intervals
cron, interval Predefined interval: 'every_10_minutes', 'hourly', or 'daily'. Only for interval schedule type.
every_10_minutes, hourly, daily Cron expression (e.g., '0 * * * *' for hourly). Only for cron schedule type.
Shell command to execute (e.g., 'rake db:cleanup', 'python script.py')
Execution time for daily jobs in HH:MM format (24-hour). Only for daily interval.
Minute component for scheduling (0-59)
Hour component for scheduling (0-23)
Create a cron job
Api_V1_Entities_Addon model
Add-on UUID
Add-on name
Add-on type (postgres, mysql, valkey, storage, cronjob)
Display name
Current state
Resource quota configuration
Add-on specific settings
Connection environment variables
Creation timestamp
Last update timestamp