Dynatrace · Schema

Event

Represents a single event in the Dynatrace environment. Events can be ingested via the API or detected automatically by Dynatrace.

AI OperationsAnalyticsAPMApplication Performance MonitoringApplication SecurityAutomationCloud MonitoringDigital Experience ManagementIntelligenceObservability

Properties

Name Type Description
eventId string The unique identifier of the event.
eventType string The type of the event.
title string The display title of the event.
startTime integer The start time of the event as a Unix timestamp in milliseconds.
endTime integer The end time of the event as a Unix timestamp in milliseconds. Null for open events.
entityId object
properties object Additional key-value metadata attached to the event.
status string The current status of the event. OPEN indicates the event is still active; CLOSED indicates it has ended.
View JSON Schema on GitHub