API - Rule Rerun
The Rule Rerun API allows triggering the execution of specific scheduled rules for a past date.
Important
execution_date must be in the past and cannot be more than 30 days old (default limit).
Current-day and future dates are not allowed for rerun requests.
info
- Rule Scheduling: Rule execution is determined by the scheduled day configured within the detection rules. For example, if the rerun endpoint is called with the "date" set as 22nd of November, it will process the requested live rules scheduled to run on November 22nd, irrespective of the time of day.
- Force Flag: Reruns for a valid past date can be requested multiple times with
force, butforcedoes not bypass guardrails. - The
forceflag cannot override a rule's schedule. If a rule is not scheduled for the specified date, it will not execute regardless of theforcesetting.
Response Details
The response includes two lists:
accepted_rules: Rules that will be executed for the givenexecution_date.rejected_rules: Rules that will not be executed. Each rejection includes a reason - review these carefully.
Loading ...