Sysdig · Arazzo Workflow
Sysdig Disable Alert
Version 1.0.0
List alerts, find one by name, and disable it via update.
View Spec
View on GitHub
Cloud SecurityContainersKubernetesRuntime SecuritySecurityVulnerability ManagementMonitoringObservabilityCSPMComplianceArazzoWorkflows
Provider
Workflows
disable-alert
Disable a monitoring alert by id.
Reads an alert by id, then updates it with enabled set to false, carrying forward the existing name, condition, and severity.
1
getAlert
getAlert
Retrieve the current alert definition by id.
2
disableAlert
updateAlert
Update the alert, setting enabled to false.