Datadog · Schema
Monitor
A Datadog monitor that watches a metric or check and alerts when thresholds are exceeded
AnalyticsDashboardsMonitoringPlatformT1Visualizations
Properties
| Name | Type | Description |
|---|---|---|
| id | integer | The unique numeric identifier of the monitor, assigned by Datadog upon creation |
| type | string | The type of monitor that determines the query language and alerting behavior |
| query | string | The monitor query expression using Datadog's query language for the specified monitor type |
| name | string | A descriptive name for the monitor used for identification in dashboards and notifications |
| message | string | The notification message body sent when the monitor triggers, supports template variables and @-mentions |
| tags | array | List of tags to associate with the monitor for filtering and organization |
| options | object | |
| priority | integer | The monitor priority level from 1 (highest) to 5 (lowest), used for sorting and filtering |
| state | object | |
| creator | object | |
| created | string | ISO 8601 timestamp when the monitor was created |
| modified | string | ISO 8601 timestamp when the monitor was last modified |
| deleted | string | ISO 8601 timestamp when the monitor was deleted, or null if not deleted |
| restricted_roles | array | List of role IDs whose members can edit this monitor; empty means all users can edit |