Bulk dismiss rule results
Dismisses many data rule results (alerts) in a single request, across any rules in the project. Each result is identified by its rule-result friendly ID (dpres_... for data point results, mrres_... for model run results); data point and model run results can be mixed in one call. The same dismissal reason is applied to every result. The operation is all-or-nothing: if the reason is blank, the list is empty, or any ID is unknown to the project or points at a passing result, nothing is dismissed and a 422 is returned. Already-dismissed results are a no-op, so retries are idempotent. Requires the rules engine feature on the account.
Authorizations
Path Parameters
Body
Rule-result friendly IDs to dismiss. These are the id on each entry in a data point's or model run's rule_results array (e.g. dpres_..., mrres_...) — not data point, event, or model run IDs. Duplicate IDs are de-duplicated.
Dismissal reason applied to every result in the batch. Cannot be blank.
Response
200