Datadog · Example Payload

Datadog Incidents Incident Attributes Example

AnalyticsDashboardsMonitoringPlatformT1Visualizations

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

titlepublic_idstateseveritycustomer_impactedcustomer_impact_scopecustomer_impact_startcustomer_impact_endcustomer_impact_durationcreated

Example Payload

Raw ↑
{
  "title": "Example Monitor",
  "public_id": 42,
  "state": "active",
  "severity": "SEV-1",
  "customer_impacted": true,
  "customer_impact_scope": "example_value",
  "customer_impact_start": "example_value",
  "customer_impact_end": "example_value",
  "customer_impact_duration": 42,
  "created": "example_value"
}