redash_alert
List, create, update, and delete alerts in Redash to monitor query results with conditions and thresholds.
Instructions
Manage Redash alerts. Actions: list, get, create, update, delete
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | Yes | ||
| id | No | Alert ID (for get/update/delete) | |
| query_id | No | Query ID (for create) | |
| name | No | Alert name (for create/update) | |
| column | No | Column to monitor (for create) | |
| op | No | Condition operator (for create) | |
| value | No | Threshold value (for create) | |
| rearm | No | Seconds before re-triggering (for create/update) |