get_top_consumers
Identify resources with the highest usage for a specified metric like CPU, memory, disk, or network to pinpoint top consumers for capacity planning.
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 |
|---|---|---|---|
| metric_key | No | cpu|usage_average | |
| resource_kind | No | VirtualMachine | |
| top_n | No | ||
| target | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |