Dynatrace · Schema

EntityType

Defines an entity type including its display name, available properties, and supported relationship types.

AI OperationsAnalyticsAPMApplication Performance MonitoringApplication SecurityAutomationCloud MonitoringDigital Experience ManagementIntelligenceObservability

Properties

Name Type Description
type string The entity type identifier, e.g., SERVICE.
displayName string The human-readable display name of the entity type.
description string A description of what this entity type represents.
properties array The list of properties available for this entity type.
fromRelationships array The relationship types where entities of this type are the source.
toRelationships array The relationship types where entities of this type are the target.
View JSON Schema on GitHub