HTTP API
JobScheduleSaveRequest
Request to create/update a schedule.
Shape: object
| Property | Required | Type | Description | Rules |
|---|---|---|---|---|
handlerKey |
yes | string |
Key of the handler the jobs this schedule produces run on. See JobHandlerKeys. |
— |
targetName |
yes | string |
Name of the agent or workflow to run. | — |
cron |
no | string |
Five-field cron expression. If left empty, the schedule can only be triggered manually (POST .../trigger). |
— |
timeZone |
no | string |
Time zone the Cron expression is interpreted in. |
— |
lane |
no | string |
The lane the jobs this schedule produces run in. See JobLanes. Left empty, the jobs run in JobLanes.Default (or whatever TraconSchedulingOptions.LaneByHandlerKey maps string JobScheduleSaveRequest.HandlerKey to). |
— |
payload |
no | JsonElement |
Input set or parameters. | — |
enabled |
no | boolean |
Whether the schedule is enabled. | — |