topn
Identify the top N SolarWinds nodes by CPU, memory, latency, or packet loss to target the most strained devices for remediation.
Instructions
[READ] Top-N SolarWinds nodes by a health metric.
Returns {"nodes": [...], "returned": N, "metric": str, "error": str | None}. A non-null "error" means the SWQL query failed — the opposite finding from "no nodes are under load", so never report one as the other.
Args: metric: One of cpu, memory, latency, packetloss. n: How many nodes to return (default 10). target: SolarWinds target name from config; omit for the default.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| n | No | ||
| metric | No | cpu | |
| target | No |