Datadog · Example Payload

Datadog Incidents Incident Create Attributes Example

AnalyticsDashboardsMonitoringPlatformT1Visualizations

Datadog Incidents Incident Create 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

titlecustomer_impactedcustomer_impact_scopecustomer_impact_startseveritystatefieldsnotification_handles

Example Payload

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