get_top_consumers
Identify the highest resource consumers in VMware Aria Operations by querying top metrics like CPU, memory, disk, or network usage across virtual machines or other resources.
Instructions
Query resources with highest consumption of a given metric.
Args: metric_key: The metric to rank by. Common values: cpu|usage_average, mem|usage_average, disk|usage_average, net|usage_average. resource_kind: Resource kind to scope the query. Default VirtualMachine. top_n: Number of top consumers to return (max 50). Default 10. target: Optional Aria Operations target name from config. Uses default if omitted.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| metric_key | No | cpu|usage_average | |
| resource_kind | No | VirtualMachine | |
| top_n | No | ||
| target | No |
Output Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |