Skip to main content
Execute an NQL query and return the results.
External DocumentationTo learn more, visit the Nexthink documentation.

Parameters

ParameterDescription
ParametersParameters to replace within the NQL query in order to compose a final query for execution.

For Example:

{
“alert_name”: “my_alert”,
“alert_status”: “Open”
}
Query IDThe ID of the query to execute.

Example Output

{
	"queryId": "string",
	"executedQuery": "string",
	"rows": -9007199254740991,
	"executionDateTime": "2023-03-07T15:56:02",
	"data": [
		{
			"key1": "my-device",
			"key2": "device-info"
		}
	]
}

Workflow Library Example

Execute Nql with Nexthink and Send Results Via Email
Workflow LibraryPreview this Workflow on desktop
I