swql_query
Run validated read-only SWQL SELECT queries against SolarWinds to retrieve monitoring data, with row limits and truncation flags for complete results.
Instructions
[READ] Run a validated read-only SWQL SELECT (row-capped).
Only SELECT is permitted — state changes go through the governed write tools.
Returns {"rows": [...], "returned": N, "limit": L, "truncated": bool};
when truncated is true the query matched more rows than were returned —
narrow the query or raise the limit rather than treating it as the full set.
Args: query: A SWQL SELECT statement. params: Optional named parameters referenced as @name in the query. target: SolarWinds target name from config; omit for the default. limit: Maximum rows to return. Default 1000.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| query | Yes | ||
| params | No | ||
| target | No |