Datadog · Example Payload

Datadog Monitors Monitor Group State Example

AnalyticsDashboardsMonitoringPlatformT1Visualizations

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

Top-level fields

statusnamelast_triggered_tslast_notified_tslast_resolved_ts

Example Payload

Raw ↑
{
  "status": "Alert",
  "name": "Example Monitor",
  "last_triggered_ts": 42,
  "last_notified_ts": 42,
  "last_resolved_ts": 42
}