list_alerts
List alerts from Aria Operations, filtering by active status, criticality, resource ID, and limit. Returns alert summaries with name, criticality, status, impact, resource ID, and timestamps.
Instructions
[READ] List alerts from Aria Operations.
Returns alert summaries: name, criticality, status, impact, resource_id, timestamps, and control state. The Alert model does not carry a resource name — resolve it via get_resource(resource_id).
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: active_only: Return only active (non-cancelled) alerts. Default True. criticality: Filter by criticality: INFORMATION, WARNING, IMMEDIATE, CRITICAL. resource_id: Scope alerts to a specific resource UUID. limit: Max alerts 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 | ||
| active_only | No | ||
| criticality | No | ||
| resource_id | No |