Schedule jobs
Create jobs schedule
Create a new schedule for a tenant
PUT
Authorizations
Path Parameters
ID of environment
ID of flow
ID of tenant
Body
application/json
cron expression defining how often sync should occur e.g. cron(0 0 * * *)
For v2 flows, defines the type of job. Accepts "read" or "write."
Available options:
read
, write
Whether this schedule should be DISABLED or ENABLED
Available options:
DISABLED
, ENABLED
Optional specific connector or tap ID to set the schedule on
Optional override for the start_date
that jobs will run with. This will ignore state bookmarks and any start_date
in the config.
Override the unified schema selection for this schedule
Override the field map selection for this schedule
Set optional environment variables for the job to use (generally for use in the ETL).
Response
200
application/json
200
The response is of type object
.