list_alert_definitions
List alert definition templates that trigger alerts, with optional name filtering and pagination to manage monitoring rules.
Instructions
[READ] List alert definitions (templates that generate alerts when triggered).
criticality is the max severity across the definition's states[] (the AlertDefinition model has no top-level criticality or enabled field). Pass a returned id to set_alert_definition_state to enable or disable it.
Returns a paginated envelope: items, returned, limit, total (null when the API reports no size), truncated, hint. Check truncated before calling this the complete set.
Args: name_filter: Substring filter on definition name (case-insensitive). limit: Max definitions to return (1–500). Default 100. target: Aria target name from config; default when omitted.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| target | No | ||
| name_filter | No |