Activity > Filter alerts by health and status
next
You can retrieve a list of alerts filtered by different attributes. The following example shows how to filter alerts by severity and urgency.
Minimum required session ID privileges: Server administrator
GET /rest/alerts?filter="severity='{UNKNOWN, OK, WARNING, CRITICAL}'"&filter="urgency='{None, Deferrable, Medium, High, Immediate, Unknown}'"
NOTE: The DISABLED severity does not apply to alerts.
DISABLED