Datadog · Example Payload

Datadog Monitors Monitor Options Example

AnalyticsDashboardsMonitoringPlatformT1Visualizations

Datadog Monitors Monitor Options Example is an example object payload from Datadog, with 10 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

thresholdsnotify_no_datano_data_timeframerequire_full_windownotify_auditrenotify_intervalrenotify_statusesescalation_messagetimeout_hevaluation_delay

Example Payload

Raw ↑
{
  "thresholds": "example_value",
  "notify_no_data": true,
  "no_data_timeframe": 42,
  "require_full_window": true,
  "notify_audit": true,
  "renotify_interval": 42,
  "renotify_statuses": [
    "warn"
  ],
  "escalation_message": "CPU usage is high on {{host.name}}",
  "timeout_h": 42,
  "evaluation_delay": 42
}