swql_canned
Run pre-defined SWQL queries to retrieve network monitoring data such as down nodes or flapping interfaces. Specify query parameters and row limits for targeted results.
Instructions
[READ] Run a named canned SWQL query (e.g. nodes_down, flapping_interfaces).
Returns the same envelope as swql_query: {"rows": [...], "returned": N, "limit": L, "truncated": bool}. truncated is measured against the full
result set — do not treat a capped result as the complete answer.
Args: name: Canned query name (from swql_library). params: Optional query params (e.g. {"min": 90} for a threshold). target: SolarWinds target name from config; omit for the default. limit: Maximum rows to return. Default 1000.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| limit | No | ||
| params | No | ||
| target | No |