Dynatrace · Schema

EventIngestPayload

The payload for ingesting a custom event into Dynatrace. All events require at least an eventType and title. Custom events can target specific entities, include a time window, and carry additional metadata as key-value properties.

AI OperationsAnalyticsAPMApplication Performance MonitoringApplication SecurityAutomationCloud MonitoringDigital Experience ManagementIntelligenceObservability

Properties

Name Type Description
eventType string The type of the custom event. Determines how the event is categorized and whether it triggers alerts or problem detection.
timeout integer How long the event remains open, in minutes, if no endTime is specified. Range: 1 to 60 minutes. If not specified, the event closes after a short default duration.
entitySelector string The entity selector specifying which entities the event should be associated with. For example, type(SERVICE),tag(production). Required for most event types.
title string The title of the event. This is displayed in the Dynatrace UI and in problem notifications. Required.
startTime integer The start time of the event as a Unix timestamp in milliseconds. If not specified, defaults to the current time.
endTime integer The end time of the event as a Unix timestamp in milliseconds. If specified, creates a closed event covering the time range.
properties object Additional key-value metadata to attach to the event. Maximum of 30 key-value pairs. Keys and values must be strings.
View JSON Schema on GitHub