list_anomalies
Count active anomalies per resource. Specify a resource ID for its count, or scan VMs to list those with issues.
Instructions
[READ] Report per-resource anomaly counts (System Attributes|total_alarms metric).
The suite-api does not expose the UI's anomalous-metrics list; this is the
Total Anomalies metric — active symptoms, events and 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.
Returns a paginated envelope: flagged rows under items, plus returned, limit, total, truncated, hint, and scanned (how many VMs were examined). A short list is not proof the environment is clean — truncated is true whenever VMs went unscanned.
Args: resource_id: Optional resource UUID to scope to a single resource. limit: Maximum VMs to scan when listing (1–100). Default 50. target: Aria target name from config; default when omitted.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| target | No | ||
| resource_id | No |