Create a new schedule
Creates a new schedule for triggering workflows. The schedule can be either a cron-based recurring schedule or a one-time schedule. When triggered, notifications are published to the specified topic.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Headers
Body
Request body for creating a schedule.
Unique human readable name for the schedule
Cron-based schedule configuration.
The cron expression is interpreted in the specified timezone. It will be converted to UTC for storage and execution.
- CronSchedule
- OneOffSchedule
Reference ID (e.g. workflow config ID) held in Data Readiness resources
Schedule configuration (currently only NOTIFICATION is supported)
Whether the schedule is ready to be triggered
Response
Successful Response
Response body for a newly created schedule.
ID of the created schedule

