Create Query
Create a panther query.
External Documentation
To learn more, visit the Panther documentation.
Basic Parameters
Parameter | Description |
---|---|
Description | The description of the query. |
Name | The name of the query. |
Sql | The raw SQL of the query. |
Advanced Parameters
Parameter | Description |
---|---|
Cron Expression | The cron expression for the schedule. |
Disable Schedule | Create the query with the schedule disabled. |
Rate Minutes | The rate of the schedule in minutes. |
Timeout Minutes | The timeout of the schedule in minutes. |
Example Output
{
"createdAt": "text",
"description": "text",
"id": "text",
"managed": false,
"name": "text",
"schedule": {
"cron": "text",
"disabled": false,
"rateMinutes": 0,
"timeoutMinutes": 0
},
"sql": "text",
"updatedAt": "text"
}
Workflow Library Example
Create Query with Panther and Send Results Via Email
Preview this Workflow on desktop