Dynatrace · JSON Structure

Dynatrace Events V2 Event Ingest Result Item Structure

The result of ingesting an event for a single entity.

Type: object Properties: 2
AI OperationsAnalyticsAPMApplication Performance MonitoringApplication SecurityAutomationCloud MonitoringDigital Experience ManagementIntelligenceObservability

EventIngestResultItem is a JSON Structure definition published by Dynatrace, describing 2 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

eventId status

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "type": "object",
  "description": "The result of ingesting an event for a single entity.",
  "name": "EventIngestResultItem",
  "properties": {
    "eventId": {
      "type": "string",
      "description": "The unique identifier assigned to the created event."
    },
    "status": {
      "type": "string",
      "description": "The ingestion status for this entity. OK indicates success; other values indicate warnings or errors."
    }
  },
  "$schema": "https://json-structure.org/draft/2020-12/schema"
}