Update a remediation-rule
PUT /remediation-rules/{id}
Authorizations
Section titled “Authorizations ”Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ”DocumentId
Request Body required
Section titled “Request Body required ”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.
Responses
Section titled “ Responses ”Updated
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.
Validation error
Missing or invalid authentication
Not authorized (tenant scope or capability)
Not found