Datadog · JSON Structure

Datadog Incidents Incident Response Structure

Response wrapper for a single incident

Type: object Properties: 2
AnalyticsDashboardsMonitoringPlatformT1Visualizations

IncidentResponse is a JSON Structure definition published by Datadog, describing 2 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

data included

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/datadog/refs/heads/main/json-structure/datadog-incidents-incident-response-structure.json",
  "name": "IncidentResponse",
  "description": "Response wrapper for a single incident",
  "type": "object",
  "properties": {
    "data": {
      "$ref": "#/components/schemas/Incident"
    },
    "included": {
      "type": "array",
      "description": "Related resources included in the response based on the include query parameter",
      "items": {
        "type": "object"
      }
    }
  }
}