Datadog · JSON Structure

Datadog Events Event Response Structure

Response wrapper for a single event

Type: object Properties: 1
AnalyticsDashboardsMonitoringPlatformT1Visualizations

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

Properties

data

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-events-event-response-structure.json",
  "name": "EventResponse",
  "description": "Response wrapper for a single event",
  "type": "object",
  "properties": {
    "data": {
      "$ref": "#/components/schemas/Event"
    }
  }
}