Datadog · Example Payload

Datadog Incidents Incident Example

AnalyticsDashboardsMonitoringPlatformT1Visualizations

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

Top-level fields

idtypeattributesrelationships

Example Payload

Raw ↑
{
  "id": "abc-123-def",
  "type": "metric alert",
  "attributes": "example_value",
  "relationships": {
    "commander": {
      "data": {
        "id": {},
        "type": {}
      }
    }
  }
}