Parameter | Description |
---|---|
Parameters | Parameters 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 ID | The ID of the query to execute. |
{
"queryId": "string",
"executedQuery": "string",
"rows": -9007199254740991,
"executionDateTime": "2023-03-07T15:56:02",
"data": [
{
"key1": "my-device",
"key2": "device-info"
}
]
}
Was this page helpful?