|
<< Click to Display Table of Contents >> Raynet One Data Hub > 2026.2 > Connectors > Alphabetic Connector List > Nexthink Extracted Data |
The Nexthink connector extracts data by executing NQL (Nexthink Query Language) queries against the Nexthink Public API. The structure and content of the extracted data depend entirely on the NQL query specified in the Query ID parameter.
The connector supports three methods of data retrieval, selectable via the NQL Endpoint parameter:
•Export — Designed for large datasets. The connector submits the NQL query to the export endpoint, monitors the export status by polling at the configured interval, and retrieves the results once the export is complete.
•Execute v2 — Executes the NQL query synchronously using API v2 and returns the results immediately in the response.
•Execute v1 — Executes the NQL query synchronously using API v1 and returns the results immediately in the response.
The output columns and data types are determined by the referenced NQL query definition in Nexthink. Refer to the Nexthink NQL documentation for details on query syntax and available data fields.