Parameters
field.
Examples:
Query without parameters:
Parameter | Description |
---|---|
Parameters | Key-value pairs that correspond to the parameters referenced within the SWQL query. Example: { "p": 9 } |
Query | A custom SWQL (SolarWinds Query Language) query to retrieve data based on specified criteria. The query may include parameter references, which should then be inserted into the Parameters field.Example: SELECT Uri FROM Orion.Pollers WHERE PollerID=@p ORDER BY PollerID WITH ROWS 1 TO 3 WITH TOTALROWS |