Alerts Get
alerts_getFetch network alerts from LibreNMS using optional filters for state, severity, alert rule, limit, and offset to isolate specific monitoring issues.
Instructions
Get alerts from LibreNMS with optional filters.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of results to return | |
| order | No | How to order the output, default is by timestamp (descending). Can be appended by DESC or ASC to change the order. Optional. | |
| state | No | Filter the alerts by state: 0 = ok, 1 = alert, 2 = ack. Optional. | |
| offset | No | Number of results to skip (offset) for pagination | |
| severity | No | Filter the alerts by severity. Valid values: ok, warning, critical. Optional. | |
| alert_rule | No | Filter alerts by alert rule ID. Optional. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||