Dynatrace · Schema

Problem

Represents a Dynatrace-detected problem, which is an aggregated set of related events indicating a service degradation. Problems are detected and correlated by the Davis AI engine.

AI OperationsAnalyticsAPMApplication Performance MonitoringApplication SecurityAutomationCloud MonitoringDigital Experience ManagementIntelligenceObservability

Properties

Name Type Description
problemId string The internal unique identifier of the problem, e.g., -1234567890123456789_V2.
displayId string The human-readable problem identifier displayed in the Dynatrace UI, e.g., P-123456.
title string The title summarizing the nature of the problem, generated by the Davis AI.
severityLevel string The severity classification of the problem, indicating the type of impact.
status string The current status of the problem.
startTime integer The Unix timestamp in milliseconds when the problem was first detected.
endTime integer The Unix timestamp in milliseconds when the problem was resolved. Returns -1 if the problem is still open.
affectedEntities array The list of entities directly affected by the problem. These are the entities where the anomaly was first detected.
impactedEntities array The list of entities experiencing degradation as a result of the problem, including downstream dependencies.
rootCauseEntity object The entity identified by Davis AI as the root cause of the problem. Null if the root cause could not be determined.
managementZones array The management zones that contain the affected entities, used for access control and scoping.
problemFilters array The alerting profiles (problem filters) that match this problem and control notification routing.
View JSON Schema on GitHub