Execute Query
Run an LQL query.
External Documentation
To learn more, visit the Lacework documentation.
Parameters
Parameter | Description |
---|---|
Query | The 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
Preview this Workflow on desktop