get_top_consumers
Retrieve the top resource consumers for a specific metric like CPU, memory, disk, or network usage. Identify which virtual machines or other resources are using the most of a given metric.
Instructions
[READ] 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
| Name | Required | Description | Default |
|---|---|---|---|
| top_n | No | ||
| target | No | ||
| metric_key | No | cpu|usage_average | |
| resource_kind | No | VirtualMachine |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |