Datadog · Schema

IncidentResponse

Response wrapper for a single incident

AnalyticsDashboardsMonitoringPlatformT1Visualizations

Properties

Name Type Description
data object
included array Related resources included in the response based on the include query parameter
View JSON Schema on GitHub

JSON Schema

datadog-incidents-incident-response-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/datadog/refs/heads/main/json-schema/datadog-incidents-incident-response-schema.json",
  "title": "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"
      }
    }
  }
}