Set Status action
Available for alert workflows |
The Set Status action sets the status of alerts automatically.
This action takes the following input:
Status
Options include: Open, In Progress, Resolved, or Closed
Alert example
You can use a workflow to identify alerts created or updated during a maintenance window, and mark them Resolved.
Create a new workflow. Set the workflow trigger for newly created and updated alerts, and add a filter:
maintenance != NULL
Note that the
maintenance
field has a value if the alert was created or updated during a maintenance window. If the value is NULL, then it was not affected by a maintenance windows. Only alerts that have a value other than NULL formaintenance
trigger the workflow.Add a Set Status action and select Resolved.