|
<< Click to Display Table of Contents >> Raynet One Data Hub > 2026.2 > Connectors > Alphabetic Connector List > Nexthink > Connector Parameters Task Parameters |
This parameter defines which Nexthink NQL API endpoint is used to fetch data.
Technical Name |
endpointNQL |
Category |
Functional |
Type |
Select |
Available Options |
Export — Exports large datasets to S3 and tracks export status. Execute v2 — Executes an NQL query using API v2 and returns the results directly. Execute v1 — Executes an NQL query using API v1 and returns the results directly. |
Default Value |
Export |
Example Values |
Export |
This parameter specifies the identifier of the NQL query to be executed. The query ID must follow the pattern ^#[a-z0-9_]{2,255}$, for example #my_query_id.
Technical Name |
queryId |
Category |
Functional |
Type |
String |
Default Value |
{empty} |
Example Values |
#my_query_id |
This parameter contains the comma-separated list of key-value pairs passed to the NQL query at execution time. The format follows RFC 4180 with JSON escape sequences for quoted fields. The parameter separator is , (comma), and the key-value separator is : (colon). Keys are trimmed of leading and trailing whitespace.
Technical Name |
parameters |
Category |
Functional |
Type |
String |
Default Value |
{empty} |
Example Values |
key:value |
This parameter configures the interval in seconds at which the connector polls the Nexthink API for the status of an export operation. This parameter is only applicable when the NQL Endpoint is set to Export.
Technical Name |
statusPollInterval |
Category |
Functional |
Type |
Integer |
Range |
1 – 30 seconds |
Default Value |
2 |
Example Values |
2 |