Parameters field.
Examples:
Query without parameters:
External DocumentationTo learn more, visit the SolarWinds Information Service documentation.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Parameters field.
Examples:
Query without parameters:
SELECT Uri FROM Orion.Pollers ORDER BY PollerID WITH ROWS 1 TO 3 WITH TOTALROWS
SELECT Uri FROM Orion.Pollers WHERE PollerID=@p ORDER BY PollerID WITH ROWS 1 TO 3 WITH TOTALROWS
| Parameter | Description |
|---|---|
| Parameters | Key-value pairs that correspond to the parameters referenced within the SWQL query. Example: |
| 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: |
{
"results": [
{}
],
"totalRows": 0
}
Was this page helpful?