list_anomalies
Retrieve active anomaly counts for resources, including symptoms, events, and DT violations. Scope to a single resource or scan multiple VMs to identify non-zero counts.
Instructions
[READ] Report per-resource anomaly counts (System Attributes|total_alarms metric).
The public suite-api does not expose the UI's anomalous-metrics list; this
returns the Total Anomalies metric — active anomalies (symptoms, events,
DT violations) on the object and its children. With
resource_id: that resource's count. Without: scans up to limit VMs and
returns those with non-zero counts, sorted descending. For root cause,
follow up with list_alerts(resource_id=...). One stats call per VM when
listing — keep limit modest.
Args: resource_id: Optional resource UUID to scope to a single resource. limit: Maximum VMs to scan when listing (1–100). Default 50. target: Optional Aria Operations target name from config. Uses default if omitted.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| target | No | ||
| resource_id | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |