Logz.io · Arazzo Workflow
Logz.io Alert Enable/Disable Lifecycle
Version 1.0.0
Create an alert, disable it for a maintenance window, re-enable it, and verify.
View Spec
View on GitHub
ObservabilityLoggingMetricsTracingSIEMELKElasticsearchOpenSearchPrometheusGrafanaOpenTelemetryAIOpsCloud ObservabilityManaged ELKCost ManagementArazzoWorkflows
Provider
Workflows
alert-lifecycle
Create an alert then toggle it disabled and enabled, confirming final state.
Creates an alert, disables it, re-enables it, and retrieves it to confirm the alert is active.
1
createAlert
createAlert
Create the alert that will be cycled through disable and enable states.
2
disableAlert
disableAlert
Disable the alert by its id so it will not fire during the maintenance window.
3
enableAlert
enableAlert
Re-enable the alert by its id once the maintenance window is over.
4
getAlert
getAlert
Read the alert back to confirm it is enabled again after the cycle.