Run an LQL query.
External DocumentationTo learn more, visit the Lacework documentation.

Parameters

ParameterDescription
QueryThe query to execute.

Example Output

{
	"query": {
		"queryText": "string"
	},
	"options": {
		"limit": 1
	},
	"arguments": [
		{
			"name": "string",
			"value": "string"
		}
	]
}

Workflow Library Example

Execute Query with Lacework and Send Results Via Email
Workflow LibraryPreview this Workflow on desktop