Datadog · Example Payload

Datadog Incidents Incident Update Attributes Example

AnalyticsDashboardsMonitoringPlatformT1Visualizations

Datadog Incidents Incident Update Attributes Example is an example object payload from Datadog, with 8 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

titlestateseveritycustomer_impactedcustomer_impact_scopecustomer_impact_endfieldsnotification_handles

Example Payload

Raw ↑
{
  "title": "Example Monitor",
  "state": "active",
  "severity": "SEV-1",
  "customer_impacted": true,
  "customer_impact_scope": "example_value",
  "customer_impact_end": "example_value",
  "fields": {},
  "notification_handles": [
    {}
  ]
}