list_anomalies
Retrieve anomaly counts per resource, listing VMs with active anomalies sorted by severity. Use to identify problematic resources and follow up with alerts for root cause analysis.
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 |
|---|---|---|---|
| resource_id | No | ||
| limit | No | ||
| target | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |