List remediation-rules
GET /remediation-rules
Pattern-based auto-remediation rule: matches incident title or dedup_key and optionally triggers a runbook automatically.
Authorizations
Section titled “Authorizations ”Parameters
Section titled “ Parameters ”Query Parameters
Section titled “Query Parameters ”Strapi REST filter syntax
object
Responses
Section titled “ Responses ”OK
object
object
Regex or keyword to match against incident.title or incident.dedup_key. Regex must be a valid JS regex string (no surrounding slashes).
Alias for incident_pattern used by the SRE auto-trigger system (F2.OPS.09). Regex matched against incident title + description.
Only fire this trigger for incidents at or above this severity level (info < warning < error < critical).
Legacy: documentId of the runbook to execute. Use the runbook relation instead when possible.
When true, matching incidents trigger the runbook immediately without human approval.
Minimum confidence score (0.0–1.0) required to trigger this rule.
Rule is disabled by default — must be explicitly enabled after testing.
Minimum minutes between executions for the same incident pattern.
Alias for last_triggered_at used by the SRE auto-trigger system (F2.OPS.09).
Cumulative count of successful trigger firings.
object
object
Missing or invalid authentication
Not authorized (tenant scope or capability)