datadog_create_monitor
Create a Datadog monitor to define alert conditions using query, message, tags, and priority settings.
Instructions
Create a new Datadog monitor (alert).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| api_key | Yes | Datadog API key | |
| app_key | Yes | Datadog Application key | |
| name | Yes | Monitor name | |
| type | No | Monitor type (e.g. metric alert, service check, event alert) | |
| query | Yes | Monitor query expression | |
| message | No | Notification message | |
| tags | No | Tags to attach to the monitor | |
| priority | No | Monitor priority (1-5) |