This article provides the JSON payload structure and parameter or execution mappings for executing tasks with recurring options (recurring executions, C_PERIOD, or periodic tasks) via the Automic REST API /executions endpoint. The documentation is currently limited with regards to the options for recurring tasks.
This is valid for any versions 21.0, 24.x, and 26.x
To trigger a recurring execution that mimics a C_PERIOD object, set the execution_option to recurring and provide a recurring configuration block.
All options for JSON Schema for Recurring Executions:
Key Parameter Mappings:
Example: Run every 10 minutes between 16:00 and 18:00 starting June 10th
Important Notes:
execute_interval must follow the ISO 8601 duration format (e.g., P for period, T for time).adjust_start_time to true aligns the first execution to the next regular clock-time segment based on the interval (e.g., a 15-minute interval started at 9:07 will trigger at 9:15).Additional information can be found in the REST API documentation for POST /{client_id}/executions
Contact Broadcom Support for further assistance.