Note: This is the Classic topology model (backed by the classic entity store). For new implementations, use the Smartscape topology instead, which is Grail-backed and the recommended approach going forward.
All monitored entities that make up the Smartscape topology in Dynatrace are also accessible in DQL.
Query
For each entity type there is a dt.entity.* view in Grail. You can for example query host entities with this query.
fetch dt.entity.host
Entity relationships
The following fields represent relationships between monitored entities. Relationships are directed, there is also a corresponding relationship for the opposite direction. Relationships are modelled as records and contain nested fields that contain the name of the target type they reference as foreign keys.
Query
The following example shows how to query the runs_on relationship for a service entity.
fetch dt.entity.service
|fieldsAdd runs_on
Entity relationship fields
Attribute
Type
Description
Examples
accessible_by
record
stable Relationship field that contains all accessible_by-relationships as nested fields. Opposite direction: can_access
affected_by
record
stable Relationship field that contains all affected_by-relationships as nested fields. Opposite direction: affects
affects
record
stable Relationship field that contains all affects-relationships as nested fields. Opposite direction: affected_by
balanced_by
record
stable Relationship field that contains all balanced_by-relationships as nested fields. Opposite direction: balances
balances
record
stable Relationship field that contains all balances-relationships as nested fields. Opposite direction: balanced_by
belongs_to
record
stable Relationship field that contains all belongs_to-relationships as nested fields. Opposite direction: contains
called_by
record
stable Relationship field that contains all called_by-relationships as nested fields. Opposite direction: calls
calls
record
stable Relationship field that contains all calls-relationships as nested fields. Opposite direction: called_by
can_access
record
stable Relationship field that contains all can_access-relationships as nested fields. Opposite direction: accessible_by
child_of
record
stable Relationship field that contains all child_of-relationships as nested fields. Opposite direction: parent_of
cluster_of
record
stable Relationship field that contains all cluster_of-relationships as nested fields. Opposite direction: clustered_by
clustered_by
record
stable Relationship field that contains all clustered_by-relationships as nested fields. Opposite direction: cluster_of
consists_of
record
stable Relationship field that contains all consists_of-relationships as nested fields. Opposite direction: part_of
contains
record
stable Relationship field that contains all contains-relationships as nested fields. Opposite direction: belongs_to
group_of
record
stable Relationship field that contains all group_of-relationships as nested fields. Opposite direction: groups
groups
record
stable Relationship field that contains all groups-relationships as nested fields. Opposite direction: group_of
hosted_by
record
stable Relationship field that contains all hosted_by-relationships as nested fields. Opposite direction: hosts
hosts
record
stable Relationship field that contains all hosts-relationships as nested fields. Opposite direction: hosted_by
indirectly_receives_from
record
stable Relationship field that contains all indirectly_receives_from-relationships as nested fields. Opposite direction: indirectly_sends_to
indirectly_sends_to
record
stable Relationship field that contains all indirectly_sends_to-relationships as nested fields. Opposite direction: indirectly_receives_from
instance_of
record
stable Relationship field that contains all instance_of-relationships as nested fields. Opposite direction: instantiates
instantiates
record
stable Relationship field that contains all instantiates-relationships as nested fields. Opposite direction: instance_of
managed_by
record
stable Relationship field that contains all managed_by-relationships as nested fields. Opposite direction: manages
manages
record
stable Relationship field that contains all manages-relationships as nested fields. Opposite direction: managed_by
monitored_by
record
stable Relationship field that contains all monitored_by-relationships as nested fields. Opposite direction: monitors
monitors
record
stable Relationship field that contains all monitors-relationships as nested fields. Opposite direction: monitored_by
parent_of
record
stable Relationship field that contains all parent_of-relationships as nested fields. Opposite direction: child_of
part_of
record
stable Relationship field that contains all part_of-relationships as nested fields. Opposite direction: consists_of
propagated_from
record
stable Relationship field that contains all propagated_from-relationships as nested fields. Opposite direction: propagates_to
propagates_to
record
stable Relationship field that contains all propagates_to-relationships as nested fields. Opposite direction: propagated_from
receives_from
record
stable Relationship field that contains all receives_from-relationships as nested fields. Opposite direction: sends_to
related_to
record
stable Relationship field that contains all related_to-relationships as nested fields. This is a bidirectional relationship
runs
record
stable Relationship field that contains all runs-relationships as nested fields. Opposite direction: runs_on
runs_on
record
stable Relationship field that contains all runs_on-relationships as nested fields. Opposite direction: runs
same_as
record
stable Relationship field that contains all same_as-relationships as nested fields. This is a bidirectional relationship
sends_to
record
stable Relationship field that contains all sends_to-relationships as nested fields. Opposite direction: receives_from
served_by
record
stable Relationship field that contains all part_of-relationships as nested fields. Opposite direction: served_by
serves
record
stable Relationship field that contains all serves-relationships as nested fields. Opposite direction: served_by
Relationship mapping table
Entity relationships in the previous Dynatrace (for example, the environment API v2) are mapped to the new names in DQL records according to the following table.
resourcestable The entity name as detected by Dynatrace or defined by the data source of the entity. Depending on the entity type this can involve different heuristics.
ip-10-100-200-5.eu-west-1.compute.internal
entity.name
string
resourcestable All entities have an entity.name field. The following fields will be considered in order to determine the value: entity.customized_name, entity.conditional_name, entity.detected_name.
easyTravel
entity.type
string
resourcestable The entity type.
host; service
icon
string
stable An icon property.
id
string
stable The entity ID. Tags: entity-id
ipAddress
array
stable An array of IP addresses.
10.150.160.2; 10.150.160.3
lbBalancedIps
array
stable A lbBalancedIps property.
lbPortMultimap
record
stable A lbPortMultimap property.
lbUnhealthyInstances
array
stable A lbUnhealthyInstances property.
lbUnhealthyIps
array
stable A lbUnhealthyIps property.
lifetime
timeframe
stable A complex record that contains two number fields start and end representing the timestamps of the entity being seen for the first time and for the last time. DQL datatype Duration.
managementZones
array
stable Managment zones this entity belongs to.
Cloud: Google
runs
record
stable Relationship field that contains all runs-relationships as nested fields. Opposite direction: runs_on
experimental A string array containing all string representations of tags that are assigned to the entity. This includes manual tags and auto tags. The string represention contains Context, Key and Value.
stable Relationship field that contains all contains-relationships as nested fields. Opposite direction: belongs_to
Relationships: string[] dt.entity.host
customIconPath
string
stable A custom icon property.
entity.detected_name
string
resourcestable The entity name as detected by Dynatrace or defined by the data source of the entity. Depending on the entity type this can involve different heuristics.
ip-10-100-200-5.eu-west-1.compute.internal
entity.name
string
resourcestable All entities have an entity.name field. The following fields will be considered in order to determine the value: entity.customized_name, entity.conditional_name, entity.detected_name.
easyTravel
entity.type
string
resourcestable The entity type.
host; service
icon
string
stable An icon property.
id
string
stable The entity ID. Tags: entity-id
instantiates
record
stable Relationship field that contains all instantiates-relationships as nested fields. Opposite direction: instance_of
Relationships: string[] dt.entity.ec2_instance
lifetime
timeframe
stable A complex record that contains two number fields start and end representing the timestamps of the entity being seen for the first time and for the last time. DQL datatype Duration.
managementZones
array
stable Managment zones this entity belongs to.
Cloud: Google
tags
string[]
experimental A string array containing all string representations of tags that are assigned to the entity. This includes manual tags and auto tags. The string represention contains Context, Key and Value.
resourcestable The entity name as defined by conditional naming rules. This name will be calculated based on a rules on the cluster side.
Cl-Prod1 Ser-1
entity.customized_name
string
resourcestable The entity name as defined in the entity settings screen. This name is statically defined by the user for a particular entity.
Host 1234
entity.detected_name
string
resourcestable The entity name as detected by Dynatrace or defined by the data source of the entity. Depending on the entity type this can involve different heuristics.
ip-10-100-200-5.eu-west-1.compute.internal
entity.name
string
resourcestable All entities have an entity.name field. The following fields will be considered in order to determine the value: entity.customized_name, entity.conditional_name, entity.detected_name.
easyTravel
entity.type
string
resourcestable The entity type.
host; service
gcpZone
string
stable GCP zone, retrieved from instance metadata service.
icon
string
stable An icon property.
id
string
stable The entity ID. Tags: entity-id
lifetime
timeframe
stable A complex record that contains two number fields start and end representing the timestamps of the entity being seen for the first time and for the last time. DQL datatype Duration.
managementZones
array
stable Managment zones this entity belongs to.
Cloud: Google
oneAgentCustomHostName
string
stable The custom name defined in OneAgent config.
regionName
string
stable A regionName property.
tags
string[]
experimental A string array containing all string representations of tags that are assigned to the entity. This includes manual tags and auto tags. The string represention contains Context, Key and Value.
resourcestable The entity name as detected by Dynatrace or defined by the data source of the entity. Depending on the entity type this can involve different heuristics.
ip-10-100-200-5.eu-west-1.compute.internal
entity.name
string
resourcestable All entities have an entity.name field. The following fields will be considered in order to determine the value: entity.customized_name, entity.conditional_name, entity.detected_name.
easyTravel
entity.type
string
resourcestable The entity type.
host; service
icon
string
stable An icon property.
id
string
stable The entity ID. Tags: entity-id
lifetime
timeframe
stable A complex record that contains two number fields start and end representing the timestamps of the entity being seen for the first time and for the last time. DQL datatype Duration.
managementZones
array
stable Managment zones this entity belongs to.
Cloud: Google
tags
string[]
experimental A string array containing all string representations of tags that are assigned to the entity. This includes manual tags and auto tags. The string represention contains Context, Key and Value.
resourcestable The entity name as detected by Dynatrace or defined by the data source of the entity. Depending on the entity type this can involve different heuristics.
ip-10-100-200-5.eu-west-1.compute.internal
entity.name
string
resourcestable All entities have an entity.name field. The following fields will be considered in order to determine the value: entity.customized_name, entity.conditional_name, entity.detected_name.
easyTravel
entity.type
string
resourcestable The entity type.
host; service
icon
string
stable An icon property.
id
string
stable The entity ID. Tags: entity-id
lifetime
timeframe
stable A complex record that contains two number fields start and end representing the timestamps of the entity being seen for the first time and for the last time. DQL datatype Duration.
tags
string[]
experimental A string array containing all string representations of tags that are assigned to the entity. This includes manual tags and auto tags. The string represention contains Context, Key and Value.
resourcestable The entity name as detected by Dynatrace or defined by the data source of the entity. Depending on the entity type this can involve different heuristics.
ip-10-100-200-5.eu-west-1.compute.internal
entity.name
string
resourcestable All entities have an entity.name field. The following fields will be considered in order to determine the value: entity.customized_name, entity.conditional_name, entity.detected_name.
easyTravel
entity.type
string
resourcestable The entity type.
host; service
icon
string
stable An icon property.
id
string
stable The entity ID. Tags: entity-id
iops
long
experimental An iops property.
42
lifetime
timeframe
stable A complex record that contains two number fields start and end representing the timestamps of the entity being seen for the first time and for the last time. DQL datatype Duration.
tags
string[]
experimental A string array containing all string representations of tags that are assigned to the entity. This includes manual tags and auto tags. The string represention contains Context, Key and Value.
stable Relationship field that contains all contains-relationships as nested fields. Opposite direction: belongs_to
Relationships: string[] dt.entity.ebs_volume
customIconPath
string
stable A custom icon property.
entity.detected_name
string
resourcestable The entity name as detected by Dynatrace or defined by the data source of the entity. Depending on the entity type this can involve different heuristics.
ip-10-100-200-5.eu-west-1.compute.internal
entity.name
string
resourcestable All entities have an entity.name field. The following fields will be considered in order to determine the value: entity.customized_name, entity.conditional_name, entity.detected_name.
easyTravel
entity.type
string
resourcestable The entity type.
host; service
icon
string
stable An icon property.
id
string
stable The entity ID. Tags: entity-id
instance_of
record
stable Relationship field that contains all instance_of-relationships as nested fields. Opposite direction: instantiates
stable A complex record that contains two number fields start and end representing the timestamps of the entity being seen for the first time and for the last time. DQL datatype Duration.
localHostName
string
stable A localHostName property.
localIp
string
stable A localIp property.
managementZones
array
stable Managment zones this entity belongs to.
Cloud: Google
osArchitecture
string
stable Architecture of the CPU, discovered from the operating system.
X86
publicHostName
string
stable A publicHostName property.
publicIp
string
stable A publicIp property.
runs
record
stable Relationship field that contains all runs-relationships as nested fields. Opposite direction: runs_on
Relationships: string dt.entity.host
tags
string[]
experimental A string array containing all string representations of tags that are assigned to the entity. This includes manual tags and auto tags. The string represention contains Context, Key and Value.
resourcestable The entity name as detected by Dynatrace or defined by the data source of the entity. Depending on the entity type this can involve different heuristics.
ip-10-100-200-5.eu-west-1.compute.internal
entity.name
string
resourcestable All entities have an entity.name field. The following fields will be considered in order to determine the value: entity.customized_name, entity.conditional_name, entity.detected_name.
easyTravel
entity.type
string
resourcestable The entity type.
host; service
icon
string
stable An icon property.
id
string
stable The entity ID. Tags: entity-id
ipAddress
array
stable An array of IP addresses.
10.150.160.2; 10.150.160.3
lbPortMultimap
record
stable A lbPortMultimap property.
lbUnhealthyInstances
array
stable A lbUnhealthyInstances property.
lifetime
timeframe
stable A complex record that contains two number fields start and end representing the timestamps of the entity being seen for the first time and for the last time. DQL datatype Duration.
managementZones
array
stable Managment zones this entity belongs to.
Cloud: Google
runs
record
stable Relationship field that contains all runs-relationships as nested fields. Opposite direction: runs_on
experimental A string array containing all string representations of tags that are assigned to the entity. This includes manual tags and auto tags. The string represention contains Context, Key and Value.
resourcestable The entity name as detected by Dynatrace or defined by the data source of the entity. Depending on the entity type this can involve different heuristics.
ip-10-100-200-5.eu-west-1.compute.internal
entity.name
string
resourcestable All entities have an entity.name field. The following fields will be considered in order to determine the value: entity.customized_name, entity.conditional_name, entity.detected_name.
easyTravel
entity.type
string
resourcestable The entity type.
host; service
icon
string
stable An icon property.
id
string
stable The entity ID. Tags: entity-id
lifetime
timeframe
stable A complex record that contains two number fields start and end representing the timestamps of the entity being seen for the first time and for the last time. DQL datatype Duration.
managementZones
array
stable Managment zones this entity belongs to.
Cloud: Google
runs
record
stable Relationship field that contains all runs-relationships as nested fields. Opposite direction: runs_on
stable A collection of software technologies relevant for given entity. It can describe role of given entity, but also includes supplementary technologies used, such as known third party libraries. Each technology is a triplet of type, edition and version.
experimental A string array containing all string representations of tags that are assigned to the entity. This includes manual tags and auto tags. The string represention contains Context, Key and Value.
resourcestable The entity name as detected by Dynatrace or defined by the data source of the entity. Depending on the entity type this can involve different heuristics.
ip-10-100-200-5.eu-west-1.compute.internal
entity.name
string
resourcestable All entities have an entity.name field. The following fields will be considered in order to determine the value: entity.customized_name, entity.conditional_name, entity.detected_name.
easyTravel
entity.type
string
resourcestable The entity type.
host; service
icon
string
stable An icon property.
id
string
stable The entity ID. Tags: entity-id
ipAddress
array
stable An array of IP addresses.
10.150.160.2; 10.150.160.3
lbBalancedIps
array
stable A lbBalancedIps property.
lbPortMultimap
record
stable A lbPortMultimap property.
lbUnhealthyInstances
array
stable A lbUnhealthyInstances property.
lbUnhealthyIps
array
stable A lbUnhealthyIps property.
lifetime
timeframe
stable A complex record that contains two number fields start and end representing the timestamps of the entity being seen for the first time and for the last time. DQL datatype Duration.
managementZones
array
stable Managment zones this entity belongs to.
Cloud: Google
runs
record
stable Relationship field that contains all runs-relationships as nested fields. Opposite direction: runs_on
experimental A string array containing all string representations of tags that are assigned to the entity. This includes manual tags and auto tags. The string represention contains Context, Key and Value.
resourcestable The entity name as detected by Dynatrace or defined by the data source of the entity. Depending on the entity type this can involve different heuristics.
ip-10-100-200-5.eu-west-1.compute.internal
entity.name
string
resourcestable All entities have an entity.name field. The following fields will be considered in order to determine the value: entity.customized_name, entity.conditional_name, entity.detected_name.
easyTravel
entity.type
string
resourcestable The entity type.
host; service
icon
string
stable An icon property.
id
string
stable The entity ID. Tags: entity-id
iops
long
experimental An iops property.
42
ipAddress
array
stable An array of IP addresses.
10.150.160.2; 10.150.160.3
lifetime
timeframe
stable A complex record that contains two number fields start and end representing the timestamps of the entity being seen for the first time and for the last time. DQL datatype Duration.
managementZones
array
stable Managment zones this entity belongs to.
Cloud: Google
rdsDbInstanceClass
string
stable A rdsDbInstanceClass property.
rdsDbInstanceIdentifier
string
stable A rdsDbInstanceIdentifier property.
rdsDbName
string
stable A rdsDbName property.
rdsDbSnapshotIdentifier
string
stable A rdsDbSnapshotIdentifier property.
rdsEndpoint
string
stable A rdsEndpoint property.
rdsEngine
string
stable A rdsEngine property.
rdsEngineVersion
string
stable A rdsEngineVersion property.
rdsMultiAz
boolean
stable A rdsMultiAz property.
true
rdsPort
long
experimental A rdsPort property.
42
rdsPrimaryAvailabilityZone
string
stable A rdsPrimaryAvailabilityZone property.
rdsSecondaryAvailabilityZone
string
stable A rdsSecondaryAvailabilityZone property.
runs
record
stable Relationship field that contains all runs-relationships as nested fields. Opposite direction: runs_on
experimental State related to availability monitoring.
RUNNING
tags
string[]
experimental A string array containing all string representations of tags that are assigned to the entity. This includes manual tags and auto tags. The string represention contains Context, Key and Value.
resourcestable The entity name as detected by Dynatrace or defined by the data source of the entity. Depending on the entity type this can involve different heuristics.
ip-10-100-200-5.eu-west-1.compute.internal
entity.name
string
resourcestable All entities have an entity.name field. The following fields will be considered in order to determine the value: entity.customized_name, entity.conditional_name, entity.detected_name.
easyTravel
entity.type
string
resourcestable The entity type.
host; service
icon
string
stable An icon property.
id
string
stable The entity ID. Tags: entity-id
lifetime
timeframe
stable A complex record that contains two number fields start and end representing the timestamps of the entity being seen for the first time and for the last time. DQL datatype Duration.
tags
string[]
experimental A string array containing all string representations of tags that are assigned to the entity. This includes manual tags and auto tags. The string represention contains Context, Key and Value.
['[context]key:value', 'key:value', 'value']
Application
Entity of a RUM web application.
Application fields
Attribute
Type
Description
Examples
applicationType
string
stable The type of the RUM web application.
AUTO_INJECTED
calls
record
stable Relationship field that contains all calls-relationships as nested fields. Opposite direction: called_by
Relationships: string[] dt.entity.service
customIconPath
string
stable A custom icon property.
entity.name
string
resourcestable All entities have an entity.name field. The following fields will be considered in order to determine the value: entity.customized_name, entity.conditional_name, entity.detected_name.
easyTravel
entity.type
string
resourcestable The entity type.
host; service
id
string
stable The entity ID. Tags: entity-id
lifetime
timeframe
stable A complex record that contains two number fields start and end representing the timestamps of the entity being seen for the first time and for the last time. DQL datatype Duration.
managementZones
array
stable Managment zones this entity belongs to.
Cloud: Google
monitored_by
record
stable Relationship field that contains all monitored_by-relationships as nested fields. Opposite direction: monitors
experimental A string array containing all string representations of tags that are assigned to the entity. This includes manual tags and auto tags. The string represention contains Context, Key and Value.
['[context]key:value', 'key:value', 'value']
Application method
Discontinued entity type for RUM web user actions. Only used by Dynatrace classic's problem analysis and root cause detection.
Application method fields
Attribute
Type
Description
Examples
belongs_to
record
stable Relationship field that contains all belongs_to-relationships as nested fields. Opposite direction: contains
resourcestable All entities have an entity.name field. The following fields will be considered in order to determine the value: entity.customized_name, entity.conditional_name, entity.detected_name.
easyTravel
entity.type
string
resourcestable The entity type.
host; service
id
string
stable The entity ID. Tags: entity-id
lifetime
timeframe
stable A complex record that contains two number fields start and end representing the timestamps of the entity being seen for the first time and for the last time. DQL datatype Duration.
tags
string[]
experimental A string array containing all string representations of tags that are assigned to the entity. This includes manual tags and auto tags. The string represention contains Context, Key and Value.
['[context]key:value', 'key:value', 'value']
Application method group
Discontinued entity type for grouping application_method entities. Only used by Dynatrace classic's problem analysis and root cause detection.
Application method group fields
Attribute
Type
Description
Examples
contains
record
stable Relationship field that contains all contains-relationships as nested fields. Opposite direction: belongs_to
resourcestable All entities have an entity.name field. The following fields will be considered in order to determine the value: entity.customized_name, entity.conditional_name, entity.detected_name.
easyTravel
entity.type
string
resourcestable The entity type.
host; service
group_of
record
stable Relationship field that contains all group_of-relationships as nested fields. Opposite direction: groups
Relationships: string dt.entity.application
id
string
stable The entity ID. Tags: entity-id
lifetime
timeframe
stable A complex record that contains two number fields start and end representing the timestamps of the entity being seen for the first time and for the last time. DQL datatype Duration.
tags
string[]
experimental A string array containing all string representations of tags that are assigned to the entity. This includes manual tags and auto tags. The string represention contains Context, Key and Value.
resourcestable The entity name as detected by Dynatrace or defined by the data source of the entity. Depending on the entity type this can involve different heuristics.
ip-10-100-200-5.eu-west-1.compute.internal
entity.name
string
resourcestable All entities have an entity.name field. The following fields will be considered in order to determine the value: entity.customized_name, entity.conditional_name, entity.detected_name.
easyTravel
entity.type
string
resourcestable The entity type.
host; service
icon
string
stable An icon property.
id
string
stable The entity ID. Tags: entity-id
ipAddress
array
stable An array of IP addresses.
10.150.160.2; 10.150.160.3
lifetime
timeframe
stable A complex record that contains two number fields start and end representing the timestamps of the entity being seen for the first time and for the last time. DQL datatype Duration.
managementZones
array
stable Managment zones this entity belongs to.
Cloud: Google
runs
record
stable Relationship field that contains all runs-relationships as nested fields. Opposite direction: runs_on
experimental A string array containing all string representations of tags that are assigned to the entity. This includes manual tags and auto tags. The string represention contains Context, Key and Value.
resourcestable The entity name as detected by Dynatrace or defined by the data source of the entity. Depending on the entity type this can involve different heuristics.
ip-10-100-200-5.eu-west-1.compute.internal
entity.name
string
resourcestable All entities have an entity.name field. The following fields will be considered in order to determine the value: entity.customized_name, entity.conditional_name, entity.detected_name.
easyTravel
entity.type
string
resourcestable The entity type.
host; service
icon
string
stable An icon property.
id
string
stable The entity ID. Tags: entity-id
ipAddress
array
stable An array of IP addresses.
10.150.160.2; 10.150.160.3
lifetime
timeframe
stable A complex record that contains two number fields start and end representing the timestamps of the entity being seen for the first time and for the last time. DQL datatype Duration.
listenPorts
array
stable An array of open listen ports.
50000; 50001; 50002; 50003
managementZones
array
stable Managment zones this entity belongs to.
Cloud: Google
runs
record
stable Relationship field that contains all runs-relationships as nested fields. Opposite direction: runs_on
experimental A string array containing all string representations of tags that are assigned to the entity. This includes manual tags and auto tags. The string represention contains Context, Key and Value.
resourcestable The entity name as detected by Dynatrace or defined by the data source of the entity. Depending on the entity type this can involve different heuristics.
ip-10-100-200-5.eu-west-1.compute.internal
entity.name
string
resourcestable All entities have an entity.name field. The following fields will be considered in order to determine the value: entity.customized_name, entity.conditional_name, entity.detected_name.
easyTravel
entity.type
string
resourcestable The entity type.
host; service
icon
string
stable An icon property.
id
string
stable The entity ID. Tags: entity-id
lifetime
timeframe
stable A complex record that contains two number fields start and end representing the timestamps of the entity being seen for the first time and for the last time. DQL datatype Duration.
managementZones
array
stable Managment zones this entity belongs to.
Cloud: Google
runs
record
stable Relationship field that contains all runs-relationships as nested fields. Opposite direction: runs_on
experimental A string array containing all string representations of tags that are assigned to the entity. This includes manual tags and auto tags. The string represention contains Context, Key and Value.
resourcestable The entity name as detected by Dynatrace or defined by the data source of the entity. Depending on the entity type this can involve different heuristics.
ip-10-100-200-5.eu-west-1.compute.internal
entity.name
string
resourcestable All entities have an entity.name field. The following fields will be considered in order to determine the value: entity.customized_name, entity.conditional_name, entity.detected_name.
easyTravel
entity.type
string
resourcestable The entity type.
host; service
icon
string
stable An icon property.
id
string
stable The entity ID. Tags: entity-id
lifetime
timeframe
stable A complex record that contains two number fields start and end representing the timestamps of the entity being seen for the first time and for the last time. DQL datatype Duration.
managementZones
array
stable Managment zones this entity belongs to.
Cloud: Google
tags
string[]
experimental A string array containing all string representations of tags that are assigned to the entity. This includes manual tags and auto tags. The string represention contains Context, Key and Value.
resourcestable The entity name as detected by Dynatrace or defined by the data source of the entity. Depending on the entity type this can involve different heuristics.
ip-10-100-200-5.eu-west-1.compute.internal
entity.name
string
resourcestable All entities have an entity.name field. The following fields will be considered in order to determine the value: entity.customized_name, entity.conditional_name, entity.detected_name.
easyTravel
entity.type
string
resourcestable The entity type.
host; service
icon
string
stable An icon property.
id
string
stable The entity ID. Tags: entity-id
lifetime
timeframe
stable A complex record that contains two number fields start and end representing the timestamps of the entity being seen for the first time and for the last time. DQL datatype Duration.
managementZones
array
stable Managment zones this entity belongs to.
Cloud: Google
tags
string[]
experimental A string array containing all string representations of tags that are assigned to the entity. This includes manual tags and auto tags. The string represention contains Context, Key and Value.
stable Relationship field that contains all contains-relationships as nested fields. Opposite direction: belongs_to
Relationships: string[] dt.entity.azure_event_hub
customIconPath
string
stable A custom icon property.
dnsNames
array
experimental A dnsNames property.
entity.detected_name
string
resourcestable The entity name as detected by Dynatrace or defined by the data source of the entity. Depending on the entity type this can involve different heuristics.
ip-10-100-200-5.eu-west-1.compute.internal
entity.name
string
resourcestable All entities have an entity.name field. The following fields will be considered in order to determine the value: entity.customized_name, entity.conditional_name, entity.detected_name.
easyTravel
entity.type
string
resourcestable The entity type.
host; service
icon
string
stable An icon property.
id
string
stable The entity ID. Tags: entity-id
lifetime
timeframe
stable A complex record that contains two number fields start and end representing the timestamps of the entity being seen for the first time and for the last time. DQL datatype Duration.
managementZones
array
stable Managment zones this entity belongs to.
Cloud: Google
runs
record
stable Relationship field that contains all runs-relationships as nested fields. Opposite direction: runs_on
experimental A string array containing all string representations of tags that are assigned to the entity. This includes manual tags and auto tags. The string represention contains Context, Key and Value.
resourcestable The entity name as detected by Dynatrace or defined by the data source of the entity. Depending on the entity type this can involve different heuristics.
ip-10-100-200-5.eu-west-1.compute.internal
entity.name
string
resourcestable All entities have an entity.name field. The following fields will be considered in order to determine the value: entity.customized_name, entity.conditional_name, entity.detected_name.
easyTravel
entity.type
string
resourcestable The entity type.
host; service
icon
string
stable An icon property.
id
string
stable The entity ID. Tags: entity-id
lifetime
timeframe
stable A complex record that contains two number fields start and end representing the timestamps of the entity being seen for the first time and for the last time. DQL datatype Duration.
managementZones
array
stable Managment zones this entity belongs to.
Cloud: Google
runs
record
stable Relationship field that contains all runs-relationships as nested fields. Opposite direction: runs_on
Relationships: string[] dt.entity.service
sku
string
stable A sku property.
tags
string[]
experimental A string array containing all string representations of tags that are assigned to the entity. This includes manual tags and auto tags. The string represention contains Context, Key and Value.
resourcestable The entity name as detected by Dynatrace or defined by the data source of the entity. Depending on the entity type this can involve different heuristics.
ip-10-100-200-5.eu-west-1.compute.internal
entity.name
string
resourcestable All entities have an entity.name field. The following fields will be considered in order to determine the value: entity.customized_name, entity.conditional_name, entity.detected_name.
easyTravel
entity.type
string
resourcestable The entity type.
host; service
icon
string
stable An icon property.
id
string
stable The entity ID. Tags: entity-id
lifetime
timeframe
stable A complex record that contains two number fields start and end representing the timestamps of the entity being seen for the first time and for the last time. DQL datatype Duration.
managementZones
array
stable Managment zones this entity belongs to.
Cloud: Google
runs
record
stable Relationship field that contains all runs-relationships as nested fields. Opposite direction: runs_on
experimental A string array containing all string representations of tags that are assigned to the entity. This includes manual tags and auto tags. The string represention contains Context, Key and Value.
resourcestable The entity name as detected by Dynatrace or defined by the data source of the entity. Depending on the entity type this can involve different heuristics.
ip-10-100-200-5.eu-west-1.compute.internal
entity.name
string
resourcestable All entities have an entity.name field. The following fields will be considered in order to determine the value: entity.customized_name, entity.conditional_name, entity.detected_name.
easyTravel
entity.type
string
resourcestable The entity type.
host; service
icon
string
stable An icon property.
id
string
stable The entity ID. Tags: entity-id
ipAddress
array
stable An array of IP addresses.
10.150.160.2; 10.150.160.3
lifetime
timeframe
stable A complex record that contains two number fields start and end representing the timestamps of the entity being seen for the first time and for the last time. DQL datatype Duration.
listenPorts
array
stable An array of open listen ports.
50000; 50001; 50002; 50003
managementZones
array
stable Managment zones this entity belongs to.
Cloud: Google
runs
record
stable Relationship field that contains all runs-relationships as nested fields. Opposite direction: runs_on
experimental A string array containing all string representations of tags that are assigned to the entity. This includes manual tags and auto tags. The string represention contains Context, Key and Value.
resourcestable The entity name as detected by Dynatrace or defined by the data source of the entity. Depending on the entity type this can involve different heuristics.
ip-10-100-200-5.eu-west-1.compute.internal
entity.name
string
resourcestable All entities have an entity.name field. The following fields will be considered in order to determine the value: entity.customized_name, entity.conditional_name, entity.detected_name.
easyTravel
entity.type
string
resourcestable The entity type.
host; service
icon
string
stable An icon property.
id
string
stable The entity ID. Tags: entity-id
lifetime
timeframe
stable A complex record that contains two number fields start and end representing the timestamps of the entity being seen for the first time and for the last time. DQL datatype Duration.
managementZones
array
stable Managment zones this entity belongs to.
Cloud: Google
tags
string[]
experimental A string array containing all string representations of tags that are assigned to the entity. This includes manual tags and auto tags. The string represention contains Context, Key and Value.
resourcestable The entity name as detected by Dynatrace or defined by the data source of the entity. Depending on the entity type this can involve different heuristics.
ip-10-100-200-5.eu-west-1.compute.internal
entity.name
string
resourcestable All entities have an entity.name field. The following fields will be considered in order to determine the value: entity.customized_name, entity.conditional_name, entity.detected_name.
easyTravel
entity.type
string
resourcestable The entity type.
host; service
icon
string
stable An icon property.
id
string
stable The entity ID. Tags: entity-id
lifetime
timeframe
stable A complex record that contains two number fields start and end representing the timestamps of the entity being seen for the first time and for the last time. DQL datatype Duration.
listenPorts
array
stable An array of open listen ports.
50000; 50001; 50002; 50003
managementZones
array
stable Managment zones this entity belongs to.
Cloud: Google
runs
record
stable Relationship field that contains all runs-relationships as nested fields. Opposite direction: runs_on
experimental A string array containing all string representations of tags that are assigned to the entity. This includes manual tags and auto tags. The string represention contains Context, Key and Value.
resourcestable The entity name as detected by Dynatrace or defined by the data source of the entity. Depending on the entity type this can involve different heuristics.
ip-10-100-200-5.eu-west-1.compute.internal
entity.name
string
resourcestable All entities have an entity.name field. The following fields will be considered in order to determine the value: entity.customized_name, entity.conditional_name, entity.detected_name.
easyTravel
entity.type
string
resourcestable The entity type.
host; service
icon
string
stable An icon property.
id
string
stable The entity ID. Tags: entity-id
lifetime
timeframe
stable A complex record that contains two number fields start and end representing the timestamps of the entity being seen for the first time and for the last time. DQL datatype Duration.
tags
string[]
experimental A string array containing all string representations of tags that are assigned to the entity. This includes manual tags and auto tags. The string represention contains Context, Key and Value.
resourcestable The entity name as detected by Dynatrace or defined by the data source of the entity. Depending on the entity type this can involve different heuristics.
ip-10-100-200-5.eu-west-1.compute.internal
entity.name
string
resourcestable All entities have an entity.name field. The following fields will be considered in order to determine the value: entity.customized_name, entity.conditional_name, entity.detected_name.
easyTravel
entity.type
string
resourcestable The entity type.
host; service
icon
string
stable An icon property.
id
string
stable The entity ID. Tags: entity-id
lifetime
timeframe
stable A complex record that contains two number fields start and end representing the timestamps of the entity being seen for the first time and for the last time. DQL datatype Duration.
managementZones
array
stable Managment zones this entity belongs to.
Cloud: Google
tags
string[]
experimental A string array containing all string representations of tags that are assigned to the entity. This includes manual tags and auto tags. The string represention contains Context, Key and Value.
resourcestable The entity name as detected by Dynatrace or defined by the data source of the entity. Depending on the entity type this can involve different heuristics.
ip-10-100-200-5.eu-west-1.compute.internal
entity.name
string
resourcestable All entities have an entity.name field. The following fields will be considered in order to determine the value: entity.customized_name, entity.conditional_name, entity.detected_name.
easyTravel
entity.type
string
resourcestable The entity type.
host; service
icon
string
stable An icon property.
id
string
stable The entity ID. Tags: entity-id
lifetime
timeframe
stable A complex record that contains two number fields start and end representing the timestamps of the entity being seen for the first time and for the last time. DQL datatype Duration.
managementZones
array
stable Managment zones this entity belongs to.
Cloud: Google
tags
string[]
experimental A string array containing all string representations of tags that are assigned to the entity. This includes manual tags and auto tags. The string represention contains Context, Key and Value.
resourcestable The entity name as detected by Dynatrace or defined by the data source of the entity. Depending on the entity type this can involve different heuristics.
ip-10-100-200-5.eu-west-1.compute.internal
entity.name
string
resourcestable All entities have an entity.name field. The following fields will be considered in order to determine the value: entity.customized_name, entity.conditional_name, entity.detected_name.
easyTravel
entity.type
string
resourcestable The entity type.
host; service
icon
string
stable An icon property.
id
string
stable The entity ID. Tags: entity-id
lifetime
timeframe
stable A complex record that contains two number fields start and end representing the timestamps of the entity being seen for the first time and for the last time. DQL datatype Duration.
managementZones
array
stable Managment zones this entity belongs to.
Cloud: Google
runs
record
stable Relationship field that contains all runs-relationships as nested fields. Opposite direction: runs_on
stable A collection of software technologies relevant for given entity. It can describe role of given entity, but also includes supplementary technologies used, such as known third party libraries. Each technology is a triplet of type, edition and version.
experimental A string array containing all string representations of tags that are assigned to the entity. This includes manual tags and auto tags. The string represention contains Context, Key and Value.
resourcestable The entity name as detected by Dynatrace or defined by the data source of the entity. Depending on the entity type this can involve different heuristics.
ip-10-100-200-5.eu-west-1.compute.internal
entity.name
string
resourcestable All entities have an entity.name field. The following fields will be considered in order to determine the value: entity.customized_name, entity.conditional_name, entity.detected_name.
easyTravel
entity.type
string
resourcestable The entity type.
host; service
icon
string
stable An icon property.
id
string
stable The entity ID. Tags: entity-id
lifetime
timeframe
stable A complex record that contains two number fields start and end representing the timestamps of the entity being seen for the first time and for the last time. DQL datatype Duration.
managementZones
array
stable Managment zones this entity belongs to.
Cloud: Google
runs
record
stable Relationship field that contains all runs-relationships as nested fields. Opposite direction: runs_on
experimental A string array containing all string representations of tags that are assigned to the entity. This includes manual tags and auto tags. The string represention contains Context, Key and Value.
resourcestable The entity name as detected by Dynatrace or defined by the data source of the entity. Depending on the entity type this can involve different heuristics.
ip-10-100-200-5.eu-west-1.compute.internal
entity.name
string
resourcestable All entities have an entity.name field. The following fields will be considered in order to determine the value: entity.customized_name, entity.conditional_name, entity.detected_name.
easyTravel
entity.type
string
resourcestable The entity type.
host; service
icon
string
stable An icon property.
id
string
stable The entity ID. Tags: entity-id
lifetime
timeframe
stable A complex record that contains two number fields start and end representing the timestamps of the entity being seen for the first time and for the last time. DQL datatype Duration.
managementZones
array
stable Managment zones this entity belongs to.
Cloud: Google
tags
string[]
experimental A string array containing all string representations of tags that are assigned to the entity. This includes manual tags and auto tags. The string represention contains Context, Key and Value.
resourcestable The entity name as detected by Dynatrace or defined by the data source of the entity. Depending on the entity type this can involve different heuristics.
ip-10-100-200-5.eu-west-1.compute.internal
entity.name
string
resourcestable All entities have an entity.name field. The following fields will be considered in order to determine the value: entity.customized_name, entity.conditional_name, entity.detected_name.
easyTravel
entity.type
string
resourcestable The entity type.
host; service
icon
string
stable An icon property.
id
string
stable The entity ID. Tags: entity-id
lifetime
timeframe
stable A complex record that contains two number fields start and end representing the timestamps of the entity being seen for the first time and for the last time. DQL datatype Duration.
managementZones
array
stable Managment zones this entity belongs to.
Cloud: Google
tags
string[]
experimental A string array containing all string representations of tags that are assigned to the entity. This includes manual tags and auto tags. The string represention contains Context, Key and Value.
stable Relationship field that contains all contains-relationships as nested fields. Opposite direction: belongs_to
Relationships: string[] dt.entity.azure_event_hub
customIconPath
string
stable A custom icon property.
dnsNames
array
experimental A dnsNames property.
entity.detected_name
string
resourcestable The entity name as detected by Dynatrace or defined by the data source of the entity. Depending on the entity type this can involve different heuristics.
ip-10-100-200-5.eu-west-1.compute.internal
entity.name
string
resourcestable All entities have an entity.name field. The following fields will be considered in order to determine the value: entity.customized_name, entity.conditional_name, entity.detected_name.
easyTravel
entity.type
string
resourcestable The entity type.
host; service
icon
string
stable An icon property.
id
string
stable The entity ID. Tags: entity-id
lifetime
timeframe
stable A complex record that contains two number fields start and end representing the timestamps of the entity being seen for the first time and for the last time. DQL datatype Duration.
managementZones
array
stable Managment zones this entity belongs to.
Cloud: Google
runs
record
stable Relationship field that contains all runs-relationships as nested fields. Opposite direction: runs_on
experimental A string array containing all string representations of tags that are assigned to the entity. This includes manual tags and auto tags. The string represention contains Context, Key and Value.
resourcestable The entity name as detected by Dynatrace or defined by the data source of the entity. Depending on the entity type this can involve different heuristics.
ip-10-100-200-5.eu-west-1.compute.internal
entity.name
string
resourcestable All entities have an entity.name field. The following fields will be considered in order to determine the value: entity.customized_name, entity.conditional_name, entity.detected_name.
easyTravel
entity.type
string
resourcestable The entity type.
host; service
icon
string
stable An icon property.
id
string
stable The entity ID. Tags: entity-id
lifetime
timeframe
stable A complex record that contains two number fields start and end representing the timestamps of the entity being seen for the first time and for the last time. DQL datatype Duration.
managementZones
array
stable Managment zones this entity belongs to.
Cloud: Google
tags
string[]
experimental A string array containing all string representations of tags that are assigned to the entity. This includes manual tags and auto tags. The string represention contains Context, Key and Value.
resourcestable The entity name as detected by Dynatrace or defined by the data source of the entity. Depending on the entity type this can involve different heuristics.
ip-10-100-200-5.eu-west-1.compute.internal
entity.name
string
resourcestable All entities have an entity.name field. The following fields will be considered in order to determine the value: entity.customized_name, entity.conditional_name, entity.detected_name.
easyTravel
entity.type
string
resourcestable The entity type.
host; service
icon
string
stable An icon property.
id
string
stable The entity ID. Tags: entity-id
lifetime
timeframe
stable A complex record that contains two number fields start and end representing the timestamps of the entity being seen for the first time and for the last time. DQL datatype Duration.
managementZones
array
stable Managment zones this entity belongs to.
Cloud: Google
tags
string[]
experimental A string array containing all string representations of tags that are assigned to the entity. This includes manual tags and auto tags. The string represention contains Context, Key and Value.
resourcestable The entity name as detected by Dynatrace or defined by the data source of the entity. Depending on the entity type this can involve different heuristics.
ip-10-100-200-5.eu-west-1.compute.internal
entity.name
string
resourcestable All entities have an entity.name field. The following fields will be considered in order to determine the value: entity.customized_name, entity.conditional_name, entity.detected_name.
easyTravel
entity.type
string
resourcestable The entity type.
host; service
gcpZone
string
stable GCP zone, retrieved from instance metadata service.
id
string
stable The entity ID. Tags: entity-id
ipAddress
array
stable An array of IP addresses.
10.150.160.2; 10.150.160.3
lifetime
timeframe
stable A complex record that contains two number fields start and end representing the timestamps of the entity being seen for the first time and for the last time. DQL datatype Duration.
oneAgentCustomHostName
string
stable The custom name defined in OneAgent config.
osType
string
stable Type of discovered operating system.
LINUX; WINDOWS
runs
record
stable Relationship field that contains all runs-relationships as nested fields. Opposite direction: runs_on
Relationships: string dt.entity.host
tags
string[]
experimental A string array containing all string representations of tags that are assigned to the entity. This includes manual tags and auto tags. The string represention contains Context, Key and Value.
resourcestable The entity name as detected by Dynatrace or defined by the data source of the entity. Depending on the entity type this can involve different heuristics.
ip-10-100-200-5.eu-west-1.compute.internal
entity.name
string
resourcestable All entities have an entity.name field. The following fields will be considered in order to determine the value: entity.customized_name, entity.conditional_name, entity.detected_name.
easyTravel
entity.type
string
resourcestable The entity type.
host; service
icon
string
stable An icon property.
id
string
stable The entity ID. Tags: entity-id
lifetime
timeframe
stable A complex record that contains two number fields start and end representing the timestamps of the entity being seen for the first time and for the last time. DQL datatype Duration.
oneAgentCustomHostName
string
stable The custom name defined in OneAgent config.
tags
string[]
experimental A string array containing all string representations of tags that are assigned to the entity. This includes manual tags and auto tags. The string represention contains Context, Key and Value.
resourcestable The entity name as defined by conditional naming rules. This name will be calculated based on a rules on the cluster side.
Cl-Prod1 Ser-1
entity.customized_name
string
resourcestable The entity name as defined in the entity settings screen. This name is statically defined by the user for a particular entity.
Host 1234
entity.detected_name
string
resourcestable The entity name as detected by Dynatrace or defined by the data source of the entity. Depending on the entity type this can involve different heuristics.
ip-10-100-200-5.eu-west-1.compute.internal
entity.name
string
resourcestable All entities have an entity.name field. The following fields will be considered in order to determine the value: entity.customized_name, entity.conditional_name, entity.detected_name.
easyTravel
entity.type
string
resourcestable The entity type.
host; service
icon
string
stable An icon property.
id
string
stable The entity ID. Tags: entity-id
lifetime
timeframe
stable A complex record that contains two number fields start and end representing the timestamps of the entity being seen for the first time and for the last time. DQL datatype Duration.
managementZones
array
stable Managment zones this entity belongs to.
Cloud: Google
tags
string[]
experimental A string array containing all string representations of tags that are assigned to the entity. This includes manual tags and auto tags. The string represention contains Context, Key and Value.
['[context]key:value', 'key:value', 'value']
Bosh deployment
Fields used for dt.entity.bosh_deployment.
Bosh deployment fields
Attribute
Type
Description
Examples
awsNameTag
string
deprecated AWS name tag.
boshName
string
stable Name constructed from BOSH vcap metadata in form of name/id.
mysql/fa96ff4c-8290-47ef-80c1-bbca9b4c699d
contains
record
stable Relationship field that contains all contains-relationships as nested fields. Opposite direction: belongs_to
Relationships: string[] dt.entity.host
customIconPath
string
stable A custom icon property.
entity.conditional_name
string
resourcestable The entity name as defined by conditional naming rules. This name will be calculated based on a rules on the cluster side.
Cl-Prod1 Ser-1
entity.customized_name
string
resourcestable The entity name as defined in the entity settings screen. This name is statically defined by the user for a particular entity.
Host 1234
entity.detected_name
string
resourcestable The entity name as detected by Dynatrace or defined by the data source of the entity. Depending on the entity type this can involve different heuristics.
ip-10-100-200-5.eu-west-1.compute.internal
entity.name
string
resourcestable All entities have an entity.name field. The following fields will be considered in order to determine the value: entity.customized_name, entity.conditional_name, entity.detected_name.
easyTravel
entity.type
string
resourcestable The entity type.
host; service
gcpZone
string
stable GCP zone, retrieved from instance metadata service.
icon
string
stable An icon property.
id
string
stable The entity ID. Tags: entity-id
lifetime
timeframe
stable A complex record that contains two number fields start and end representing the timestamps of the entity being seen for the first time and for the last time. DQL datatype Duration.
oneAgentCustomHostName
string
stable The custom name defined in OneAgent config.
tags
string[]
experimental A string array containing all string representations of tags that are assigned to the entity. This includes manual tags and auto tags. The string represention contains Context, Key and Value.
['[context]key:value', 'key:value', 'value']
Browser
Discontinued entity type for browsers. Only used by Dynatrace classic's problem analysis and root cause detection.
Browser fields
Attribute
Type
Description
Examples
browserDetail
string
stable Browser entities are hierarchical structured into type, family and majorVersion.
FAMILY
child_of
record
stable Relationship field that contains all child_of-relationships as nested fields. Opposite direction: parent_of
Relationships: string dt.entity.browser
customIconPath
string
stable A custom icon property.
entity.name
string
resourcestable All entities have an entity.name field. The following fields will be considered in order to determine the value: entity.customized_name, entity.conditional_name, entity.detected_name.
easyTravel
entity.type
string
resourcestable The entity type.
host; service
id
string
stable The entity ID. Tags: entity-id
lifetime
timeframe
stable A complex record that contains two number fields start and end representing the timestamps of the entity being seen for the first time and for the last time. DQL datatype Duration.
parent_of
record
stable Relationship field that contains all parent_of-relationships as nested fields. Opposite direction: child_of
Relationships: string[] dt.entity.browser
tags
string[]
experimental A string array containing all string representations of tags that are assigned to the entity. This includes manual tags and auto tags. The string represention contains Context, Key and Value.
['[context]key:value', 'key:value', 'value']
Cf Foundation
Fields used for dt.entity.cf_foundation.
Cf Foundation fields
Attribute
Type
Description
Examples
awsNameTag
string
deprecated AWS name tag.
boshName
string
stable Name constructed from BOSH vcap metadata in form of name/id.
mysql/fa96ff4c-8290-47ef-80c1-bbca9b4c699d
contains
record
stable Relationship field that contains all contains-relationships as nested fields. Opposite direction: belongs_to
Relationships: string[] dt.entity.host
customIconPath
string
stable A custom icon property.
entity.conditional_name
string
resourcestable The entity name as defined by conditional naming rules. This name will be calculated based on a rules on the cluster side.
Cl-Prod1 Ser-1
entity.customized_name
string
resourcestable The entity name as defined in the entity settings screen. This name is statically defined by the user for a particular entity.
Host 1234
entity.detected_name
string
resourcestable The entity name as detected by Dynatrace or defined by the data source of the entity. Depending on the entity type this can involve different heuristics.
ip-10-100-200-5.eu-west-1.compute.internal
entity.name
string
resourcestable All entities have an entity.name field. The following fields will be considered in order to determine the value: entity.customized_name, entity.conditional_name, entity.detected_name.
easyTravel
entity.type
string
resourcestable The entity type.
host; service
gcpZone
string
stable GCP zone, retrieved from instance metadata service.
icon
string
stable An icon property.
id
string
stable The entity ID. Tags: entity-id
lifetime
timeframe
stable A complex record that contains two number fields start and end representing the timestamps of the entity being seen for the first time and for the last time. DQL datatype Duration.
managementZones
array
stable Managment zones this entity belongs to.
Cloud: Google
oneAgentCustomHostName
string
stable The custom name defined in OneAgent config.
tags
string[]
experimental A string array containing all string representations of tags that are assigned to the entity. This includes manual tags and auto tags. The string represention contains Context, Key and Value.
['[context]key:value', 'key:value', 'value']
Cloud application
Kubernetes workloads (e.g., Deployments, Statefulsets, Daemonsets, Jobs, Cronjobs, …) are modeled as cloud applications.
Cloud application fields
Attribute
Type
Description
Examples
awsNameTag
string
deprecated AWS name tag.
balanced_by
record
stable Relationship field that contains all balanced_by-relationships as nested fields. Opposite direction: balances
resourcestable The entity name as defined by conditional naming rules. This name will be calculated based on a rules on the cluster side.
Cl-Prod1 Ser-1
entity.customized_name
string
resourcestable The entity name as defined in the entity settings screen. This name is statically defined by the user for a particular entity.
Host 1234
entity.detected_name
string
resourcestable The entity name as detected by Dynatrace or defined by the data source of the entity. Depending on the entity type this can involve different heuristics.
ip-10-100-200-5.eu-west-1.compute.internal
entity.name
string
resourcestable All entities have an entity.name field. The following fields will be considered in order to determine the value: entity.customized_name, entity.conditional_name, entity.detected_name.
easyTravel
entity.type
string
resourcestable The entity type.
host; service
gcpZone
string
stable GCP zone, retrieved from instance metadata service.
icon
string
stable An icon property.
id
string
stable The entity ID. Tags: entity-id
instantiates
record
stable Relationship field that contains all instantiates-relationships as nested fields. Opposite direction: instance_of
stable A complex record that contains two number fields start and end representing the timestamps of the entity being seen for the first time and for the last time. DQL datatype Duration.
managementZones
array
stable Managment zones this entity belongs to.
Cloud: Google
namespaceName
string
stable The k8s namespace name. See also 'k8s.namespace.name'.
observedBy
array
stable An observedBy property.
oneAgentCustomHostName
string
stable The custom name defined in OneAgent config.
resourceUid
string
stable A resourceUid property.
tags
string[]
experimental A string array containing all string representations of tags that are assigned to the entity. This includes manual tags and auto tags. The string represention contains Context, Key and Value.
['[context]key:value', 'key:value', 'value']
Cloud application instance
Kubernetes pods are modeled as cloud application instances.
Cloud application instance fields
Attribute
Type
Description
Examples
awsNameTag
string
deprecated AWS name tag.
balanced_by
record
stable Relationship field that contains all balanced_by-relationships as nested fields. Opposite direction: balances
resourcestable The entity name as defined by conditional naming rules. This name will be calculated based on a rules on the cluster side.
Cl-Prod1 Ser-1
entity.customized_name
string
resourcestable The entity name as defined in the entity settings screen. This name is statically defined by the user for a particular entity.
Host 1234
entity.detected_name
string
resourcestable The entity name as detected by Dynatrace or defined by the data source of the entity. Depending on the entity type this can involve different heuristics.
ip-10-100-200-5.eu-west-1.compute.internal
entity.name
string
resourcestable All entities have an entity.name field. The following fields will be considered in order to determine the value: entity.customized_name, entity.conditional_name, entity.detected_name.
easyTravel
entity.type
string
resourcestable The entity type.
host; service
gcpZone
string
stable GCP zone, retrieved from instance metadata service.
icon
string
stable An icon property.
id
string
stable The entity ID. Tags: entity-id
instance_of
record
stable Relationship field that contains all instance_of-relationships as nested fields. Opposite direction: instantiates
Relationships: string dt.entity.cloud_application
internalIpAddresses
array
stable An internalIpAddresses property.
lifetime
timeframe
stable A complex record that contains two number fields start and end representing the timestamps of the entity being seen for the first time and for the last time. DQL datatype Duration.
limitsCPU
long
experimental A limitsCPU property.
42
limitsMemory
long
experimental A limitsMemory property.
42
managementZones
array
stable Managment zones this entity belongs to.
Cloud: Google
namespaceName
string
stable The k8s namespace name. See also 'k8s.namespace.name'.
nodeName
string
stable The k8s node name. See also 'k8s.node.name'.
oneAgentCustomHostName
string
stable The custom name defined in OneAgent config.
requestsCPU
long
experimental A requestsCPU property.
42
requestsMemory
long
experimental A requestsMemory property.
42
resourceCreationTimestamp
timestamp
stable A resourceCreationTimestamp property.
resourceDeletionTimestamp
timestamp
stable A resourceDeletionTimestamp property.
resourceUid
string
stable A resourceUid property.
runningContainersCount
long
experimental A runningContainersCount property.
42
runs_on
record
stable Relationship field that contains all runs_on-relationships as nested fields. Opposite direction: runs
Relationships: string dt.entity.kubernetes_node
tags
string[]
experimental A string array containing all string representations of tags that are assigned to the entity. This includes manual tags and auto tags. The string represention contains Context, Key and Value.
['[context]key:value', 'key:value', 'value']
workloadName
string
stable The k8s workload name. See also 'k8s.workload.name'.
workloadType
string
stable A workloadType property.
Cloud application namespace
Kubernetes namespaces are modeled as cloud application namespaces.
Cloud application namespace fields
Attribute
Type
Description
Examples
awsNameTag
string
deprecated AWS name tag.
boshName
string
stable Name constructed from BOSH vcap metadata in form of name/id.
mysql/fa96ff4c-8290-47ef-80c1-bbca9b4c699d
cloudApplicationLabels
record
stable A cloudApplicationLabels property.
clustered_by
record
stable Relationship field that contains all clustered_by-relationships as nested fields. Opposite direction: cluster_of
resourcestable The entity name as defined by conditional naming rules. This name will be calculated based on a rules on the cluster side.
Cl-Prod1 Ser-1
entity.customized_name
string
resourcestable The entity name as defined in the entity settings screen. This name is statically defined by the user for a particular entity.
Host 1234
entity.detected_name
string
resourcestable The entity name as detected by Dynatrace or defined by the data source of the entity. Depending on the entity type this can involve different heuristics.
ip-10-100-200-5.eu-west-1.compute.internal
entity.name
string
resourcestable All entities have an entity.name field. The following fields will be considered in order to determine the value: entity.customized_name, entity.conditional_name, entity.detected_name.
easyTravel
entity.type
string
resourcestable The entity type.
host; service
gcpZone
string
stable GCP zone, retrieved from instance metadata service.
icon
string
stable An icon property.
id
string
stable The entity ID. Tags: entity-id
lifetime
timeframe
stable A complex record that contains two number fields start and end representing the timestamps of the entity being seen for the first time and for the last time. DQL datatype Duration.
managementZones
array
stable Managment zones this entity belongs to.
Cloud: Google
oneAgentCustomHostName
string
stable The custom name defined in OneAgent config.
resourceUid
string
stable A resourceUid property.
tags
string[]
experimental A string array containing all string representations of tags that are assigned to the entity. This includes manual tags and auto tags. The string represention contains Context, Key and Value.
['[context]key:value', 'key:value', 'value']
Container group
Fields used for dt.entity.container_group.
Container group fields
Attribute
Type
Description
Examples
contains
record
stable Relationship field that contains all contains-relationships as nested fields. Opposite direction: belongs_to
Relationships: string[] dt.entity.process_group
customIconPath
string
stable A custom icon property.
entity.conditional_name
string
resourcestable The entity name as defined by conditional naming rules. This name will be calculated based on a rules on the cluster side.
Cl-Prod1 Ser-1
entity.customized_name
string
resourcestable The entity name as defined in the entity settings screen. This name is statically defined by the user for a particular entity.
Host 1234
entity.detected_name
string
resourcestable The entity name as detected by Dynatrace or defined by the data source of the entity. Depending on the entity type this can involve different heuristics.
ip-10-100-200-5.eu-west-1.compute.internal
entity.name
string
resourcestable All entities have an entity.name field. The following fields will be considered in order to determine the value: entity.customized_name, entity.conditional_name, entity.detected_name.
easyTravel
entity.type
string
resourcestable The entity type.
host; service
id
string
stable The entity ID. Tags: entity-id
instantiates
record
stable Relationship field that contains all instantiates-relationships as nested fields. Opposite direction: instance_of
stable A complex record that contains two number fields start and end representing the timestamps of the entity being seen for the first time and for the last time. DQL datatype Duration.
managementZones
array
stable Managment zones this entity belongs to.
Cloud: Google
metadata
array
stable Contains a diagnostic collection of input parameters that were used or could have been used in creation of this Container Group.
experimental A string array containing all string representations of tags that are assigned to the entity. This includes manual tags and auto tags. The string represention contains Context, Key and Value.
['[context]key:value', 'key:value', 'value']
Container group instance
Containers are modeled as container group instances.
Container group instance fields
Attribute
Type
Description
Examples
belongs_to
record
stable Relationship field that contains all belongs_to-relationships as nested fields. Opposite direction: contains
stable A runtime used to execute standalone containers or used by orchestration platform to run containers. Note this is not the low-level runtime (runC), but a level above it, such as Docker, CRI-O, Garden, etc.
DOCKER
contains
record
stable Relationship field that contains all contains-relationships as nested fields. Opposite direction: belongs_to
resourcestable The entity name as defined by conditional naming rules. This name will be calculated based on a rules on the cluster side.
Cl-Prod1 Ser-1
entity.customized_name
string
resourcestable The entity name as defined in the entity settings screen. This name is statically defined by the user for a particular entity.
Host 1234
entity.detected_name
string
resourcestable The entity name as detected by Dynatrace or defined by the data source of the entity. Depending on the entity type this can involve different heuristics.
ip-10-100-200-5.eu-west-1.compute.internal
entity.name
string
resourcestable All entities have an entity.name field. The following fields will be considered in order to determine the value: entity.customized_name, entity.conditional_name, entity.detected_name.
easyTravel
entity.type
string
resourcestable The entity type.
host; service
id
string
stable The entity ID. Tags: entity-id
instance_of
record
stable Relationship field that contains all instance_of-relationships as nested fields. Opposite direction: instantiates
Relationships: string dt.entity.container_group
ipAddress
array
stable An array of IP addresses.
10.150.160.2; 10.150.160.3
lifetime
timeframe
stable A complex record that contains two number fields start and end representing the timestamps of the entity being seen for the first time and for the last time. DQL datatype Duration.
managementZones
array
stable Managment zones this entity belongs to.
Cloud: Google
metadata
array
stable Contains a diagnostic collection of input parameters that were used or could have been used in creation of this Container Group Instance.
stable The k8s namespace name. See also 'k8s.namespace.name'.
nodeName
string
stable The k8s node name. See also 'k8s.node.name'.
podName
string
stable The k8s pod name. 'See also k8s.pod.name'.
tags
string[]
experimental A string array containing all string representations of tags that are assigned to the entity. This includes manual tags and auto tags. The string represention contains Context, Key and Value.
['[context]key:value', 'key:value', 'value']
workloadName
string
stable The k8s workload name. See also 'k8s.workload.name'.
Custom application
Entity of a RUM custom application.
Custom application fields
Attribute
Type
Description
Examples
calls
record
stable Relationship field that contains all calls-relationships as nested fields. Opposite direction: called_by
Relationships: string[] dt.entity.service
customIconPath
string
stable A custom icon property.
entity.name
string
resourcestable All entities have an entity.name field. The following fields will be considered in order to determine the value: entity.customized_name, entity.conditional_name, entity.detected_name.
easyTravel
entity.type
string
resourcestable The entity type.
host; service
id
string
stable The entity ID. Tags: entity-id
lifetime
timeframe
stable A complex record that contains two number fields start and end representing the timestamps of the entity being seen for the first time and for the last time. DQL datatype Duration.
managementZones
array
stable Managment zones this entity belongs to.
Cloud: Google
mobileOsFamily
array
stable Contains the operating systems detected on the mobile application. Possible values are ANDROID, IOS, WINDOWS, OTHER, LINUX, MAC_OS, TVOS.
['ANDROID', 'IOS', 'TVOS']
tags
string[]
experimental A string array containing all string representations of tags that are assigned to the entity. This includes manual tags and auto tags. The string represention contains Context, Key and Value.
stable Relationship field that contains all child_of-relationships as nested fields. Opposite direction: parent_of
Relationships: string dt.entity.custom_device
contains
record
stable Relationship field that contains all contains-relationships as nested fields. Opposite direction: belongs_to
Relationships: string[] dt.entity.custom_device
customFavicon
string
stable A customFavicon property.
customIconPath
string
stable A custom icon property.
customProperties
record
stable A customProperties property.
dnsNames
array
experimental A dnsNames property.
entity.conditional_name
string
resourcestable The entity name as defined by conditional naming rules. This name will be calculated based on a rules on the cluster side.
Cl-Prod1 Ser-1
entity.customized_name
string
resourcestable The entity name as defined in the entity settings screen. This name is statically defined by the user for a particular entity.
Host 1234
entity.detected_name
string
resourcestable The entity name as detected by Dynatrace or defined by the data source of the entity. Depending on the entity type this can involve different heuristics.
ip-10-100-200-5.eu-west-1.compute.internal
entity.name
string
resourcestable All entities have an entity.name field. The following fields will be considered in order to determine the value: entity.customized_name, entity.conditional_name, entity.detected_name.
easyTravel
entity.type
string
resourcestable The entity type.
host; service
icon
string
stable An icon property.
id
string
stable The entity ID. Tags: entity-id
instance_of
record
stable Relationship field that contains all instance_of-relationships as nested fields. Opposite direction: instantiates
stable Relationship field that contains all instantiates-relationships as nested fields. Opposite direction: instance_of
Relationships: string[] dt.entity.custom_device
ipAddress
array
stable An array of IP addresses.
10.150.160.2; 10.150.160.3
lifetime
timeframe
stable A complex record that contains two number fields start and end representing the timestamps of the entity being seen for the first time and for the last time. DQL datatype Duration.
listenPorts
array
stable An array of open listen ports.
50000; 50001; 50002; 50003
managementZones
array
stable Managment zones this entity belongs to.
Cloud: Google
oneAgentCustomHostName
string
stable The custom name defined in OneAgent config.
parent_of
record
stable Relationship field that contains all parent_of-relationships as nested fields. Opposite direction: child_of
Relationships: string[] dt.entity.custom_device
runs
record
stable Relationship field that contains all runs-relationships as nested fields. Opposite direction: runs_on
stable Relationship field that contains all same_as-relationships as nested fields. This is a bidirectional relationship
Relationships: string[] dt.entity.custom_device
tags
string[]
experimental A string array containing all string representations of tags that are assigned to the entity. This includes manual tags and auto tags. The string represention contains Context, Key and Value.
resourcestable The entity name as defined by conditional naming rules. This name will be calculated based on a rules on the cluster side.
Cl-Prod1 Ser-1
entity.customized_name
string
resourcestable The entity name as defined in the entity settings screen. This name is statically defined by the user for a particular entity.
Host 1234
entity.detected_name
string
resourcestable The entity name as detected by Dynatrace or defined by the data source of the entity. Depending on the entity type this can involve different heuristics.
ip-10-100-200-5.eu-west-1.compute.internal
entity.name
string
resourcestable All entities have an entity.name field. The following fields will be considered in order to determine the value: entity.customized_name, entity.conditional_name, entity.detected_name.
easyTravel
entity.type
string
resourcestable The entity type.
host; service
icon
string
stable An icon property.
id
string
stable The entity ID. Tags: entity-id
instantiates
record
stable Relationship field that contains all instantiates-relationships as nested fields. Opposite direction: instance_of
Relationships: string[] dt.entity.custom_device
lifetime
timeframe
stable A complex record that contains two number fields start and end representing the timestamps of the entity being seen for the first time and for the last time. DQL datatype Duration.
managementZones
array
stable Managment zones this entity belongs to.
Cloud: Google
oneAgentCustomHostName
string
stable The custom name defined in OneAgent config.
pluginsRunning
array
stable A pluginsRunning property.
runs
record
stable Relationship field that contains all runs-relationships as nested fields. Opposite direction: runs_on
Relationships: string[] dt.entity.service
softwareTechnologies
array
stable A collection of software technologies relevant for given entity. It can describe role of given entity, but also includes supplementary technologies used, such as known third party libraries. Each technology is a triplet of type, edition and version.
experimental A string array containing all string representations of tags that are assigned to the entity. This includes manual tags and auto tags. The string represention contains Context, Key and Value.
['[context]key:value', 'key:value', 'value']
Datastore
Fields used for dt.entity.datastore.
Datastore fields
Attribute
Type
Description
Examples
awsNameTag
string
deprecated AWS name tag.
belongs_to
record
stable Relationship field that contains all belongs_to-relationships as nested fields. Opposite direction: contains
stable Name constructed from BOSH vcap metadata in form of name/id.
mysql/fa96ff4c-8290-47ef-80c1-bbca9b4c699d
customIconPath
string
stable A custom icon property.
datastoreFreeSpace
long
experimental A datastoreFreeSpace property.
42
datastoreTotalSpace
long
experimental A datastoreTotalSpace property.
42
datastoreUrl
string
stable A datastoreUrl property.
entity.conditional_name
string
resourcestable The entity name as defined by conditional naming rules. This name will be calculated based on a rules on the cluster side.
Cl-Prod1 Ser-1
entity.customized_name
string
resourcestable The entity name as defined in the entity settings screen. This name is statically defined by the user for a particular entity.
Host 1234
entity.detected_name
string
resourcestable The entity name as detected by Dynatrace or defined by the data source of the entity. Depending on the entity type this can involve different heuristics.
ip-10-100-200-5.eu-west-1.compute.internal
entity.name
string
resourcestable All entities have an entity.name field. The following fields will be considered in order to determine the value: entity.customized_name, entity.conditional_name, entity.detected_name.
easyTravel
entity.type
string
resourcestable The entity type.
host; service
gcpZone
string
stable GCP zone, retrieved from instance metadata service.
icon
string
stable An icon property.
id
string
stable The entity ID. Tags: entity-id
lifetime
timeframe
stable A complex record that contains two number fields start and end representing the timestamps of the entity being seen for the first time and for the last time. DQL datatype Duration.
oneAgentCustomHostName
string
stable The custom name defined in OneAgent config.
tags
string[]
experimental A string array containing all string representations of tags that are assigned to the entity. This includes manual tags and auto tags. The string represention contains Context, Key and Value.
['[context]key:value', 'key:value', 'value']
Device application method
Discontinued entity type for RUM mobile and custom user actions. Only used by Dynatrace classic's problem analysis and root cause detection.
Device application method fields
Attribute
Type
Description
Examples
belongs_to
record
stable Relationship field that contains all belongs_to-relationships as nested fields. Opposite direction: contains
resourcestable All entities have an entity.name field. The following fields will be considered in order to determine the value: entity.customized_name, entity.conditional_name, entity.detected_name.
easyTravel
entity.type
string
resourcestable The entity type.
host; service
id
string
stable The entity ID. Tags: entity-id
lifetime
timeframe
stable A complex record that contains two number fields start and end representing the timestamps of the entity being seen for the first time and for the last time. DQL datatype Duration.
tags
string[]
experimental A string array containing all string representations of tags that are assigned to the entity. This includes manual tags and auto tags. The string represention contains Context, Key and Value.
['[context]key:value', 'key:value', 'value']
Device application method group
Discontinued entity type for grouping device_application_method entities. Only used by Dynatrace classic's problem analysis and root cause detection.
Device application method group fields
Attribute
Type
Description
Examples
contains
record
stable Relationship field that contains all contains-relationships as nested fields. Opposite direction: belongs_to
resourcestable All entities have an entity.name field. The following fields will be considered in order to determine the value: entity.customized_name, entity.conditional_name, entity.detected_name.
easyTravel
entity.type
string
resourcestable The entity type.
host; service
group_of
record
stable Relationship field that contains all group_of-relationships as nested fields. Opposite direction: groups
stable A complex record that contains two number fields start and end representing the timestamps of the entity being seen for the first time and for the last time. DQL datatype Duration.
tags
string[]
experimental A string array containing all string representations of tags that are assigned to the entity. This includes manual tags and auto tags. The string represention contains Context, Key and Value.
['[context]key:value', 'key:value', 'value']
Disk
Fields used for dt.entity.disk.
Disk fields
Attribute
Type
Description
Examples
belongs_to
record
stable Relationship field that contains all belongs_to-relationships as nested fields. Opposite direction: contains
Relationships: string dt.entity.host
contains
record
stable Relationship field that contains all contains-relationships as nested fields. Opposite direction: belongs_to
Relationships: string[] dt.entity.ebs_volume
customIconPath
string
stable A custom icon property.
entity.customized_name
string
resourcestable The entity name as defined in the entity settings screen. This name is statically defined by the user for a particular entity.
Host 1234
entity.detected_name
string
resourcestable The entity name as detected by Dynatrace or defined by the data source of the entity. Depending on the entity type this can involve different heuristics.
ip-10-100-200-5.eu-west-1.compute.internal
entity.name
string
resourcestable All entities have an entity.name field. The following fields will be considered in order to determine the value: entity.customized_name, entity.conditional_name, entity.detected_name.
easyTravel
entity.type
string
resourcestable The entity type.
host; service
id
string
stable The entity ID. Tags: entity-id
lifetime
timeframe
stable A complex record that contains two number fields start and end representing the timestamps of the entity being seen for the first time and for the last time. DQL datatype Duration.
remoteDiskId
long
stable Unique identifier of remote disk
0; 16864135562327138441; 18446744073709551615
tags
string[]
experimental A string array containing all string representations of tags that are assigned to the entity. This includes manual tags and auto tags. The string represention contains Context, Key and Value.
['[context]key:value', 'key:value', 'value']
Environment
Fields used for dt.entity.environment.
Environment fields
Attribute
Type
Description
Examples
awsNameTag
string
deprecated AWS name tag.
boshName
string
stable Name constructed from BOSH vcap metadata in form of name/id.
mysql/fa96ff4c-8290-47ef-80c1-bbca9b4c699d
customIconPath
string
stable A custom icon property.
entity.conditional_name
string
resourcestable The entity name as defined by conditional naming rules. This name will be calculated based on a rules on the cluster side.
Cl-Prod1 Ser-1
entity.customized_name
string
resourcestable The entity name as defined in the entity settings screen. This name is statically defined by the user for a particular entity.
Host 1234
entity.detected_name
string
resourcestable The entity name as detected by Dynatrace or defined by the data source of the entity. Depending on the entity type this can involve different heuristics.
ip-10-100-200-5.eu-west-1.compute.internal
entity.name
string
resourcestable All entities have an entity.name field. The following fields will be considered in order to determine the value: entity.customized_name, entity.conditional_name, entity.detected_name.
easyTravel
entity.type
string
resourcestable The entity type.
host; service
gcpZone
string
stable GCP zone, retrieved from instance metadata service.
icon
string
stable An icon property.
id
string
stable The entity ID. Tags: entity-id
lifetime
timeframe
stable A complex record that contains two number fields start and end representing the timestamps of the entity being seen for the first time and for the last time. DQL datatype Duration.
oneAgentCustomHostName
string
stable The custom name defined in OneAgent config.
tags
string[]
experimental A string array containing all string representations of tags that are assigned to the entity. This includes manual tags and auto tags. The string represention contains Context, Key and Value.
['[context]key:value', 'key:value', 'value']
External Synthetic test
Fields used for dt.entity.external_synthetic_test.
resourcestable All entities have an entity.name field. The following fields will be considered in order to determine the value: entity.customized_name, entity.conditional_name, entity.detected_name.
Workflow test
entity.type
string
resourcestable The entity type.
EXTERNAL_SYNTHETIC_TEST
externalSyntheticTestSubtype
string
experimental The subtype of a third-party Synthetic monitor.
customType
id
string
stable The entity ID. Tags: entity-id
EXTERNAL_SYNTHETIC_TEST-AB02C9D0A9E18B99
isEnabled
boolean
stable If false, the corresponding entity is disabled.
true
lastExecutionTimestamp
long
experimental the timestamp of the latest execution.
42
lastModificationSource
string
experimental The source of the latest modification operation.
webui; rest
lastModifiedBy
string
experimental Identifies the one who made the latest modification.
jane.doe@dynatrace.com
lifetime
timeframe
stable A complex record that contains two number fields start and end representing the timestamps of the entity being seen for the first time and for the last time. DQL datatype Duration.
modificationTimestamp
long
experimental The timestamp of the latest modification.
42
monitors
record
stable Relationship field that contains all monitors-relationships as nested fields. Opposite direction: monitored_by
Relationships: string[] dt.entity.application
runs_on
record
stable Relationship field that contains all runs_on-relationships as nested fields. Opposite direction: runs
experimental The frequency of a Synthetic monitor in minutes.
5
tags
string[]
experimental A string array containing all string representations of tags that are assigned to the entity. This includes manual tags and auto tags. The string represention contains Context, Key and Value.
['[context]key:value', 'key:value', 'value']
External Synthetic test step
Fields used for dt.entity.external_synthetic_test_step.
External Synthetic test step fields
Attribute
Type
Description
Examples
belongs_to
record
stable Relationship field that contains all belongs_to-relationships as nested fields. Opposite direction: contains
resourcestable All entities have an entity.name field. The following fields will be considered in order to determine the value: entity.customized_name, entity.conditional_name, entity.detected_name.
easyTravel
entity.type
string
resourcestable The entity type.
host; service
id
string
stable The entity ID. Tags: entity-id
lifetime
timeframe
stable A complex record that contains two number fields start and end representing the timestamps of the entity being seen for the first time and for the last time. DQL datatype Duration.
tags
string[]
experimental A string array containing all string representations of tags that are assigned to the entity. This includes manual tags and auto tags. The string represention contains Context, Key and Value.
resourcestable The entity name as defined by conditional naming rules. This name will be calculated based on a rules on the cluster side.
Cl-Prod1 Ser-1
entity.customized_name
string
resourcestable The entity name as defined in the entity settings screen. This name is statically defined by the user for a particular entity.
Host 1234
entity.detected_name
string
resourcestable The entity name as detected by Dynatrace or defined by the data source of the entity. Depending on the entity type this can involve different heuristics.
ip-10-100-200-5.eu-west-1.compute.internal
entity.name
string
resourcestable All entities have an entity.name field. The following fields will be considered in order to determine the value: entity.customized_name, entity.conditional_name, entity.detected_name.
easyTravel
entity.type
string
resourcestable The entity type.
host; service
icon
string
stable An icon property.
id
string
stable The entity ID. Tags: entity-id
lifetime
timeframe
stable A complex record that contains two number fields start and end representing the timestamps of the entity being seen for the first time and for the last time. DQL datatype Duration.
oneAgentCustomHostName
string
stable The custom name defined in OneAgent config.
tags
string[]
experimental A string array containing all string representations of tags that are assigned to the entity. This includes manual tags and auto tags. The string represention contains Context, Key and Value.
['[context]key:value', 'key:value', 'value']
Geoloc Site
Fields used for dt.entity.geoloc_site.
Geoloc Site fields
Attribute
Type
Description
Examples
awsNameTag
string
deprecated AWS name tag.
boshName
string
stable Name constructed from BOSH vcap metadata in form of name/id.
mysql/fa96ff4c-8290-47ef-80c1-bbca9b4c699d
contains
record
stable Relationship field that contains all contains-relationships as nested fields. Opposite direction: belongs_to
Relationships: string[] dt.entity.host
customIconPath
string
stable A custom icon property.
entity.conditional_name
string
resourcestable The entity name as defined by conditional naming rules. This name will be calculated based on a rules on the cluster side.
Cl-Prod1 Ser-1
entity.customized_name
string
resourcestable The entity name as defined in the entity settings screen. This name is statically defined by the user for a particular entity.
Host 1234
entity.detected_name
string
resourcestable The entity name as detected by Dynatrace or defined by the data source of the entity. Depending on the entity type this can involve different heuristics.
ip-10-100-200-5.eu-west-1.compute.internal
entity.name
string
resourcestable All entities have an entity.name field. The following fields will be considered in order to determine the value: entity.customized_name, entity.conditional_name, entity.detected_name.
easyTravel
entity.type
string
resourcestable The entity type.
host; service
gcpZone
string
stable GCP zone, retrieved from instance metadata service.
icon
string
stable An icon property.
id
string
stable The entity ID. Tags: entity-id
lifetime
timeframe
stable A complex record that contains two number fields start and end representing the timestamps of the entity being seen for the first time and for the last time. DQL datatype Duration.
oneAgentCustomHostName
string
stable The custom name defined in OneAgent config.
tags
string[]
experimental A string array containing all string representations of tags that are assigned to the entity. This includes manual tags and auto tags. The string represention contains Context, Key and Value.
['[context]key:value', 'key:value', 'value']
Geolocation
Discontinued entity type for geolocations. Only used by Dynatrace classic's problem analysis and root cause detection.
Geolocation fields
Attribute
Type
Description
Examples
child_of
record
stable Relationship field that contains all child_of-relationships as nested fields. Opposite direction: parent_of
Relationships: string dt.entity.geolocation
customIconPath
string
stable A custom icon property.
entity.name
string
resourcestable All entities have an entity.name field. The following fields will be considered in order to determine the value: entity.customized_name, entity.conditional_name, entity.detected_name.
easyTravel
entity.type
string
resourcestable The entity type.
host; service
geolocationType
string
stable Geolocation entities are hierarchical structured into continent, country, region and city.
CITY
id
string
stable The entity ID. Tags: entity-id
latitude
double
stable Decimal latitude of a city geolocation.
48.3074
lifetime
timeframe
stable A complex record that contains two number fields start and end representing the timestamps of the entity being seen for the first time and for the last time. DQL datatype Duration.
longitude
double
stable Decimal longitude of a city geolocation.
14.285
parent_of
record
stable Relationship field that contains all parent_of-relationships as nested fields. Opposite direction: child_of
Relationships: string[] dt.entity.geolocation
tags
string[]
experimental A string array containing all string representations of tags that are assigned to the entity. This includes manual tags and auto tags. The string represention contains Context, Key and Value.
stable Relationship field that contains all child_of-relationships as nested fields. Opposite direction: parent_of
Relationships: string dt.entity.cloud:gcp:project
customIconPath
string
stable A custom icon property.
icon
string
stable An icon property.
id
string
stable The entity ID. Tags: entity-id
lifetime
timeframe
stable A complex record that contains two number fields start and end representing the timestamps of the entity being seen for the first time and for the last time. DQL datatype Duration.
managementZones
array
stable Managment zones this entity belongs to.
Cloud: Google
module_id
string
stable The service/module name.
default
project_id
string
stable The identifier of the GCP project associated with this resource.
my-gcp-project-id
version_id
string
stable The version name.
20210527t141714; 20231220t210134
zone
string
stable The GAE zone where the application is running.
stable Relationship field that contains all child_of-relationships as nested fields. Opposite direction: parent_of
Relationships: string dt.entity.cloud:gcp:project
customIconPath
string
stable A custom icon property.
icon
string
stable An icon property.
id
string
stable The entity ID. Tags: entity-id
lifetime
timeframe
stable A complex record that contains two number fields start and end representing the timestamps of the entity being seen for the first time and for the last time. DQL datatype Duration.
location
string
stable The zone or region for the autoscaler
us-central1
managementZones
array
stable Managment zones this entity belongs to.
Cloud: Google
project_id
string
stable The identifier of the GCP project associated with this resource.
stable Relationship field that contains all child_of-relationships as nested fields. Opposite direction: parent_of
Relationships: string dt.entity.cloud:gcp:project
customIconPath
string
stable A custom icon property.
function_name
string
stable The short function name.
icon
string
stable An icon property.
id
string
stable The entity ID. Tags: entity-id
lifetime
timeframe
stable A complex record that contains two number fields start and end representing the timestamps of the entity being seen for the first time and for the last time. DQL datatype Duration.
managementZones
array
stable Managment zones this entity belongs to.
Cloud: Google
project_id
string
stable The identifier of the GCP project associated with this resource.
my-gcp-project-id
region
string
stable The region in which the function is running.
stable Relationship field that contains all child_of-relationships as nested fields. Opposite direction: parent_of
Relationships: string dt.entity.cloud:gcp:project
customIconPath
string
stable A custom icon property.
gateway_name
string
stable The name of the NAT gateway.
my-gateway
icon
string
stable An icon property.
id
string
stable The entity ID. Tags: entity-id
lifetime
timeframe
stable A complex record that contains two number fields start and end representing the timestamps of the entity being seen for the first time and for the last time. DQL datatype Duration.
managementZones
array
stable Managment zones this entity belongs to.
Cloud: Google
project_id
string
stable The identifier of the GCP project associated with this resource.
my-gcp-project-id
region
string
stable The region where the NAT gateway is located.
asia-northeast1; europe-north1
router_id
string
stable Identifier of the router under which the NAT gateway is defined.
stable Relationship field that contains all child_of-relationships as nested fields. Opposite direction: parent_of
Relationships: string dt.entity.cloud:gcp:project
configuration_name
string
stable Name of the configuration which created the monitored revision.
e2e-test-sample-service
customIconPath
string
stable A custom icon property.
icon
string
stable An icon property.
id
string
stable The entity ID. Tags: entity-id
lifetime
timeframe
stable A complex record that contains two number fields start and end representing the timestamps of the entity being seen for the first time and for the last time. DQL datatype Duration.
location
string
stable Region where the service is running.
europe-central2; us-central1
managementZones
array
stable Managment zones this entity belongs to.
Cloud: Google
project_id
string
stable The identifier of the GCP project associated with this resource.
|fieldsadd gcp.project.id = project_id, gcp.cloudsql_database.database_id = database_id, gcp.cloudsql_database.region = region
Google Cloud SQL database fields
Attribute
Type
Description
Examples
child_of
record
stable Relationship field that contains all child_of-relationships as nested fields. Opposite direction: parent_of
Relationships: string dt.entity.cloud:gcp:project
customIconPath
string
stable A custom icon property.
database_id
string
stable The ID of the database.
dynatrace-gcp-extension:mna-deleteme
icon
string
stable An icon property.
id
string
stable The entity ID. Tags: entity-id
lifetime
timeframe
stable A complex record that contains two number fields start and end representing the timestamps of the entity being seen for the first time and for the last time. DQL datatype Duration.
managementZones
array
stable Managment zones this entity belongs to.
Cloud: Google
project_id
string
stable The identifier of the GCP project associated with this resource.
my-gcp-project-id
region
string
stable The Google Cloud SQL region in which the database is running.
stable Relationship field that contains all child_of-relationships as nested fields. Opposite direction: parent_of
Relationships: string dt.entity.cloud:gcp:project
customIconPath
string
stable A custom icon property.
icon
string
stable An icon property.
id
string
stable The entity ID. Tags: entity-id
instance_config
string
stable Instance config for the instance.
instance_id
string
stable An immutable identifier for an instance.
lifetime
timeframe
stable A complex record that contains two number fields start and end representing the timestamps of the entity being seen for the first time and for the last time. DQL datatype Duration.
location
string
stable Cloud Spanner region.
managementZones
array
stable Managment zones this entity belongs to.
Cloud: Google
project_id
string
stable The identifier of the GCP project associated with this resource.
stable Relationship field that contains all child_of-relationships as nested fields. Opposite direction: parent_of
Relationships: string dt.entity.cloud:gcp:project
customIconPath
string
stable A custom icon property.
icon
string
stable An icon property.
id
string
stable The entity ID. Tags: entity-id
lifetime
timeframe
stable A complex record that contains two number fields start and end representing the timestamps of the entity being seen for the first time and for the last time. DQL datatype Duration.
location
string
stable Location of the bucket.
us-west2; europe-central2; eu; asia; us
managementZones
array
stable Managment zones this entity belongs to.
Cloud: Google
project_id
string
stable The identifier of the GCP project associated with this resource.
stable Relationship field that contains all child_of-relationships as nested fields. Opposite direction: parent_of
Relationships: string dt.entity.cloud:gcp:project
customIconPath
string
stable A custom icon property.
icon
string
stable An icon property.
id
string
stable The entity ID. Tags: entity-id
lifetime
timeframe
stable A complex record that contains two number fields start and end representing the timestamps of the entity being seen for the first time and for the last time. DQL datatype Duration.
managementZones
array
stable Managment zones this entity belongs to.
Cloud: Google
node_id
string
stable The ID of the TPU Node.
project_id
string
stable The identifier of the GCP project associated with this resource.
my-gcp-project-id
worker_id
string
stable The ID of a TPU Worker within the TPU Node.
zone
string
stable The Google Cloud zone in which the TPU Worker is running.
stable Relationship field that contains all child_of-relationships as nested fields. Opposite direction: parent_of
Relationships: string dt.entity.cloud:gcp:project
customIconPath
string
stable A custom icon property.
icon
string
stable An icon property.
id
string
stable The entity ID. Tags: entity-id
lifetime
timeframe
stable A complex record that contains two number fields start and end representing the timestamps of the entity being seen for the first time and for the last time. DQL datatype Duration.
managementZones
array
stable Managment zones this entity belongs to.
Cloud: Google
project_id
string
stable The identifier of the GCP project associated with this resource.
my-gcp-project-id
queue_id
string
stable The name of the queue.
sample-queue
region
string
stable The zone or region where the application is running.
us-central1
target_type
string
stable The target type the queue is dispatching to.
stable Relationship field that contains all child_of-relationships as nested fields. Opposite direction: parent_of
Relationships: string dt.entity.cloud:gcp:project
customIconPath
string
stable A custom icon property.
icon
string
stable An icon property.
id
string
stable The entity ID. Tags: entity-id
lifetime
timeframe
stable A complex record that contains two number fields start and end representing the timestamps of the entity being seen for the first time and for the last time. DQL datatype Duration.
stable Relationship field that contains all belongs_to-relationships as nested fields. Opposite direction: contains
Relationships: string dt.entity.gcp_zone
customIconPath
string
stable A custom icon property.
entity.conditional_name
string
resourcestable The entity name as defined by conditional naming rules. This name will be calculated based on a rules on the cluster side.
Cl-Prod1 Ser-1
entity.customized_name
string
resourcestable The entity name as defined in the entity settings screen. This name is statically defined by the user for a particular entity.
Host 1234
entity.detected_name
string
resourcestable The entity name as detected by Dynatrace or defined by the data source of the entity. Depending on the entity type this can involve different heuristics.
ip-10-100-200-5.eu-west-1.compute.internal
entity.name
string
resourcestable All entities have an entity.name field. The following fields will be considered in order to determine the value: entity.customized_name, entity.conditional_name, entity.detected_name.
easyTravel
entity.type
string
resourcestable The entity type.
host; service
icon
string
stable An icon property.
id
string
stable The entity ID. Tags: entity-id
lifetime
timeframe
stable A complex record that contains two number fields start and end representing the timestamps of the entity being seen for the first time and for the last time. DQL datatype Duration.
runs
record
stable Relationship field that contains all runs-relationships as nested fields. Opposite direction: runs_on
Relationships: string dt.entity.host
tags
string[]
experimental A string array containing all string representations of tags that are assigned to the entity. This includes manual tags and auto tags. The string represention contains Context, Key and Value.
stable Relationship field that contains all child_of-relationships as nested fields. Opposite direction: parent_of
Relationships: string dt.entity.cloud:gcp:project
customIconPath
string
stable A custom icon property.
icon
string
stable An icon property.
id
string
stable The entity ID. Tags: entity-id
instance_name
string
stable The name for the Filestore instance.
lifetime
timeframe
stable A complex record that contains two number fields start and end representing the timestamps of the entity being seen for the first time and for the last time. DQL datatype Duration.
location
string
stable The physical location of the instance.
managementZones
array
stable Managment zones this entity belongs to.
Cloud: Google
project_id
string
stable The identifier of the GCP project associated with this resource.
stable The name of the backend group. Can be a special value if the backend wasn't assigned.
backend_scope
string
stable The scope (zone-name or region-name) of the backend group. Can be a special value if the backend wasn't assigned. Can be empty if there is no response from the backend.
backend_scope_type
string
stable The type of the scope of the backend group.
ZONE; REGION
backend_target_name
string
stable The name of the backend target - service or bucket.
backend_target_type
string
stable The type of the backend target.
BACKEND_SERVICE; BACKEND_BUCKET
child_of
record
stable Relationship field that contains all child_of-relationships as nested fields. Opposite direction: parent_of
Relationships: string dt.entity.cloud:gcp:project
customIconPath
string
stable A custom icon property.
forwarding_rule_name
string
stable The name of the forwarding rule.
icon
string
stable An icon property.
id
string
stable The entity ID. Tags: entity-id
lifetime
timeframe
stable A complex record that contains two number fields start and end representing the timestamps of the entity being seen for the first time and for the last time. DQL datatype Duration.
location
string
stable The region on which HTTP/S Load Balancer is applied, such as 'global' or 'us-central1'. Various other objects are defined per that locality.
managementZones
array
stable Managment zones this entity belongs to.
Cloud: Google
project_id
string
stable The identifier of the GCP project associated with this resource.
stable The type of the scope of the backend group.
ZONE; REGION; UNKNOWN
backend_target_name
string
stable The name of the backend target or service.
backend_target_type
string
stable The type of the backend target.
BACKEND_SERVICE; UNKNOWN
backend_type
string
stable The type of the backend group.
INSTANCE_GROUP; NETWORK_ENDPOINT_GROUP; UNKNOWN
child_of
record
stable Relationship field that contains all child_of-relationships as nested fields. Opposite direction: parent_of
Relationships: string dt.entity.cloud:gcp:project
customIconPath
string
stable A custom icon property.
forwarding_rule_name
string
stable The name of the forwarding rule.
icon
string
stable An icon property.
id
string
stable The entity ID. Tags: entity-id
lifetime
timeframe
stable A complex record that contains two number fields start and end representing the timestamps of the entity being seen for the first time and for the last time. DQL datatype Duration.
location
string
stable The region under which the Load Balancer is defined.
managementZones
array
stable Managment zones this entity belongs to.
Cloud: Google
network_name
string
stable The name of the customer network in which the Load Balancer resides.
project_id
string
stable The identifier of the Google Cloud project associated with this resource, such as 'my-project'.
stable The name of the backend group that handled the connection.
backend_scope
string
stable The scope (zone or region) of the backend group that handled the connection.
backend_scope_type
string
stable The type of the scope of the backend group that handled the connection.
ZONE; REGION
backend_target_name
string
stable The name of the backend target that handled the connection.
backend_target_type
string
stable The type of the backend target that handled the connection.
BACKEND_SERVICE
backend_type
string
stable The type of the backend group that handled the connection.
INSTANCE_GROUP; NETWORK_ENDPOINT_GROUP
child_of
record
stable Relationship field that contains all child_of-relationships as nested fields. Opposite direction: parent_of
Relationships: string dt.entity.cloud:gcp:project
customIconPath
string
stable A custom icon property.
icon
string
stable An icon property.
id
string
stable The entity ID. Tags: entity-id
lifetime
timeframe
stable A complex record that contains two number fields start and end representing the timestamps of the entity being seen for the first time and for the last time. DQL datatype Duration.
load_balancer_name
string
stable The name of the load balancer.
location
string
stable The region of the backend target.
managementZones
array
stable Managment zones this entity belongs to.
Cloud: Google
network_name
string
stable The name of the subnetwork of the backend.
project_id
string
stable The identifier of the GCP project associated with this resource.
stable Relationship field that contains all child_of-relationships as nested fields. Opposite direction: parent_of
Relationships: string dt.entity.cloud:gcp:project
cluster_name
string
stable The name of the cluster.
acceptance-cluster; e2e-test
customIconPath
string
stable A custom icon property.
icon
string
stable An icon property.
id
string
stable The entity ID. Tags: entity-id
lifetime
timeframe
stable A complex record that contains two number fields start and end representing the timestamps of the entity being seen for the first time and for the last time. DQL datatype Duration.
location
string
stable The physical location of the cluster.
us-central1-a; us-central1; europe-central2-a
managementZones
array
stable Managment zones this entity belongs to.
Cloud: Google
project_id
string
stable The identifier of the GCP project associated with this resource.
stable Relationship field that contains all child_of-relationships as nested fields. Opposite direction: parent_of
Relationships: string dt.entity.cloud:gcp:project
cluster_name
string
stable The name of the cluster that the container is running in.
acceptance-cluster; e2e-test
customIconPath
string
stable A custom icon property.
icon
string
stable An icon property.
id
string
stable The entity ID. Tags: entity-id
lifetime
timeframe
stable A complex record that contains two number fields start and end representing the timestamps of the entity being seen for the first time and for the last time. DQL datatype Duration.
location
string
stable The physical location of the cluster that contains the container.
us-central1; europe-central2-a; europe-central2-a
managementZones
array
stable Managment zones this entity belongs to.
Cloud: Google
namespace_name
string
stable The name of the namespace that the container is running in.
stable Relationship field that contains all child_of-relationships as nested fields. Opposite direction: parent_of
Relationships: string dt.entity.cloud:gcp:project
cluster_name
string
stable The name of the cluster that the node is a part of.
acceptance-cluster; e2e-test
customIconPath
string
stable A custom icon property.
icon
string
stable An icon property.
id
string
stable The entity ID. Tags: entity-id
lifetime
timeframe
stable A complex record that contains two number fields start and end representing the timestamps of the entity being seen for the first time and for the last time. DQL datatype Duration.
location
string
stable The physical location of the cluster that contains the node.
stable Relationship field that contains all child_of-relationships as nested fields. Opposite direction: parent_of
Relationships: string dt.entity.cloud:gcp:project
cluster_name
string
stable The name of the cluster that the pod is running in.
acceptance-cluster; e2e-test
customIconPath
string
stable A custom icon property.
icon
string
stable An icon property.
id
string
stable The entity ID. Tags: entity-id
lifetime
timeframe
stable A complex record that contains two number fields start and end representing the timestamps of the entity being seen for the first time and for the last time. DQL datatype Duration.
location
string
stable The physical location of the cluster that contains the pod.
us-central1-a; us-central1; europe-central2-a
managementZones
array
stable Managment zones this entity belongs to.
Cloud: Google
namespace_name
string
stable The name of the namespace that the pod is running in.
stable A complex record that contains two number fields start and end representing the timestamps of the entity being seen for the first time and for the last time. DQL datatype Duration.
managementZones
array
stable Managment zones this entity belongs to.
Cloud: Google
node_id
string
stable The ID of a Redis node within the managed instance.
node-0; node-1
project_id
string
stable The identifier of the GCP project associated with this resource.
my-gcp-project-id
region
string
stable The Google Cloud region in which the managed instance is running.
stable A complex record that contains two number fields start and end representing the timestamps of the entity being seen for the first time and for the last time. DQL datatype Duration.
stable Relationship field that contains all child_of-relationships as nested fields. Opposite direction: parent_of
Relationships: string dt.entity.cloud:gcp:project
customIconPath
string
stable A custom icon property.
icon
string
stable An icon property.
id
string
stable The entity ID. Tags: entity-id
lifetime
timeframe
stable A complex record that contains two number fields start and end representing the timestamps of the entity being seen for the first time and for the last time. DQL datatype Duration.
location
string
stable The GCP zone where the subscription's topic resides.
us-east1-a; us-west1-a
managementZones
array
stable Managment zones this entity belongs to.
Cloud: Google
partition
long
stable The partition within the subscription's topic.
0
project_id
string
stable The identifier of the GCP project associated with this resource.
stable Relationship field that contains all child_of-relationships as nested fields. Opposite direction: parent_of
Relationships: string dt.entity.cloud:gcp:project
customIconPath
string
stable A custom icon property.
icon
string
stable An icon property.
id
string
stable The entity ID. Tags: entity-id
lifetime
timeframe
stable A complex record that contains two number fields start and end representing the timestamps of the entity being seen for the first time and for the last time. DQL datatype Duration.
location
string
stable The GCP zone where the topic resides.
us-east1-a; us-west1-a
managementZones
array
stable Managment zones this entity belongs to.
Cloud: Google
partition
long
stable The partition within the topic.
-1
project_id
string
stable The identifier of the GCP project associated with this resource.
stable Relationship field that contains all child_of-relationships as nested fields. Opposite direction: parent_of
Relationships: string dt.entity.cloud:gcp:project
customIconPath
string
stable A custom icon property.
icon
string
stable An icon property.
id
string
stable The entity ID. Tags: entity-id
lifetime
timeframe
stable A complex record that contains two number fields start and end representing the timestamps of the entity being seen for the first time and for the last time. DQL datatype Duration.
managementZones
array
stable Managment zones this entity belongs to.
Cloud: Google
project_id
string
stable The identifier of the GCP project associated with this resource.
my-gcp-project-id
snapshot_id
string
stable The identifier of the snapshot, such as "my-snapshot".
stable Relationship field that contains all child_of-relationships as nested fields. Opposite direction: parent_of
Relationships: string dt.entity.cloud:gcp:project
customIconPath
string
stable A custom icon property.
icon
string
stable An icon property.
id
string
stable The entity ID. Tags: entity-id
lifetime
timeframe
stable A complex record that contains two number fields start and end representing the timestamps of the entity being seen for the first time and for the last time. DQL datatype Duration.
managementZones
array
stable Managment zones this entity belongs to.
Cloud: Google
project_id
string
stable The identifier of the GCP project associated with this resource.
stable Relationship field that contains all child_of-relationships as nested fields. Opposite direction: parent_of
Relationships: string dt.entity.cloud:gcp:project
customIconPath
string
stable A custom icon property.
icon
string
stable An icon property.
id
string
stable The entity ID. Tags: entity-id
lifetime
timeframe
stable A complex record that contains two number fields start and end representing the timestamps of the entity being seen for the first time and for the last time. DQL datatype Duration.
managementZones
array
stable Managment zones this entity belongs to.
Cloud: Google
project_id
string
stable The identifier of the GCP project associated with this resource.
stable The scope (zone or region) of the backend group.
backend_scope_type
string
stable The type of the scope of the backend group.
ZONE; REGION
backend_target_name
string
stable The name of the backend target.
backend_target_type
string
stable The type of the backend target.
BACKEND_SERVICE
backend_type
string
stable The type of the backend group.
INSTANCE_GROUP; NETWORK_ENDPOINT_GROUP
child_of
record
stable Relationship field that contains all child_of-relationships as nested fields. Opposite direction: parent_of
Relationships: string dt.entity.cloud:gcp:project
customIconPath
string
stable A custom icon property.
icon
string
stable An icon property.
id
string
stable The entity ID. Tags: entity-id
lifetime
timeframe
stable A complex record that contains two number fields start and end representing the timestamps of the entity being seen for the first time and for the last time. DQL datatype Duration.
location
string
stable The region on which TCP/SSL proxy is applied.
global; us-central1
managementZones
array
stable Managment zones this entity belongs to.
Cloud: Google
project_id
string
stable The identifier of the GCP project associated with this resource.
stable A complex record that contains two number fields start and end representing the timestamps of the entity being seen for the first time and for the last time. DQL datatype Duration.
managementZones
array
stable Managment zones this entity belongs to.
Cloud: Google
project_id
string
stable The identifier of the GCP project associated with this resource.
my-gcp-project-id
zone
string
stable The Compute Engine zone in which the VM is running.
stable A complex record that contains two number fields start and end representing the timestamps of the entity being seen for the first time and for the last time. DQL datatype Duration.
location
string
stable The zone or region of the instance group.
us-central1-c; us-central1; us-central1
managementZones
array
stable Managment zones this entity belongs to.
Cloud: Google
project_id
string
stable The identifier of the GCP project associated with this resource.
stable Relationship field that contains all calls-relationships as nested fields. Opposite direction: called_by
Relationships: string[] dt.entity.service
contains
record
stable Relationship field that contains all contains-relationships as nested fields. Opposite direction: belongs_to
Relationships: string[] dt.entity.http_check_step
createdBy
string
experimental A string identifying the creator.
jane.doe@dynatrace.com
customIconPath
string
stable A custom icon property.
entity.name
string
resourcestable All entities have an entity.name field. The following fields will be considered in order to determine the value: entity.customized_name, entity.conditional_name, entity.detected_name.
EasyTravel
entity.type
string
resourcestable The entity type.
HTTP_CHECK
httpMonitorSubtype
string
stable The subtype of the synthetic HTTP monitor, which indicates the resource requirements and capabilities of the monitor.
HTTP; HIGH_RESOURCE
id
string
stable The entity ID. Tags: entity-id
HTTP_CHECK-A2C7B19E60E8812B
isEnabled
boolean
stable If false, the corresponding entity is disabled.
true
lastExecutionTimestamp
long
experimental the timestamp of the latest execution.
42
lastModificationSource
string
experimental The source of the latest modification operation.
webui; rest
lastModifiedBy
string
experimental Identifies the one who made the latest modification.
jane.doe@dynatrace.com
lifetime
timeframe
stable A complex record that contains two number fields start and end representing the timestamps of the entity being seen for the first time and for the last time. DQL datatype Duration.
manuallyAssignedApplications
array
experimental A list of manually assigned applications.
['APPLICATION-5CB5CFDC37582832']
modificationTimestamp
long
experimental The timestamp of the latest modification.
42
monitors
record
stable Relationship field that contains all monitors-relationships as nested fields. Opposite direction: monitored_by
Relationships: string[] dt.entity.application
runs_on
record
stable Relationship field that contains all runs_on-relationships as nested fields. Opposite direction: runs
experimental The frequency of a Synthetic monitor in minutes.
5
tags
string[]
experimental A string array containing all string representations of tags that are assigned to the entity. This includes manual tags and auto tags. The string represention contains Context, Key and Value.
['[context]key:value', 'key:value', 'value']
HTTP check step
Fields used for dt.entity.http_check_step.
HTTP check step fields
Attribute
Type
Description
Examples
belongs_to
record
stable Relationship field that contains all belongs_to-relationships as nested fields. Opposite direction: contains
Relationships: string dt.entity.http_check
customIconPath
string
stable A custom icon property.
entity.name
string
resourcestable All entities have an entity.name field. The following fields will be considered in order to determine the value: entity.customized_name, entity.conditional_name, entity.detected_name.
easyTravel
entity.type
string
resourcestable The entity type.
host; service
id
string
stable The entity ID. Tags: entity-id
lifetime
timeframe
stable A complex record that contains two number fields start and end representing the timestamps of the entity being seen for the first time and for the last time. DQL datatype Duration.
sequenceNumber
long
stable The sequence number of the step within the synthetic HTTP monitor, indicating the order of execution of the steps.
42; 5; 1
tags
string[]
experimental A string array containing all string representations of tags that are assigned to the entity. This includes manual tags and auto tags. The string represention contains Context, Key and Value.
['[context]key:value', 'key:value', 'value']
Host
Host performance is tracked across multiple Dynatrace pages, beginning with high-level health metrics on dashboard tiles and extending down to dedicated pages for each of your hosts.
A host refers to a physical or virtual machine that runs applications, services, and infrastructure components, whose performance and health are monitored to ensure system reliability and efficiency. The dt.entity.hosts table provides information about all monitored hosts.
Host fields
Attribute
Type
Description
Examples
additionalSystemInfo
record
stable Supplementary information about the monitored system.
experimental Number of CPU cores on monitored host.
4
customHostMetadata
array
stable A collection of additional metadata information imported to Dynatrace. The value in square bracket represents source of this property. It is followed by key-value pair, separated by colon.
stable Indicates whether the entity has public traffic detected via eBPF Discovery.
true
entity.conditional_name
string
resourcestable The entity name as defined by conditional naming rules. This name will be calculated based on a rules on the cluster side.
Cl-Prod1 Ser-1
entity.customized_name
string
resourcestable The entity name as defined in the entity settings screen. This name is statically defined by the user for a particular entity.
Host 1234
entity.detected_name
string
resourcestable The entity name as detected by Dynatrace or defined by the data source of the entity. Depending on the entity type this can involve different heuristics.
ip-10-100-200-5.eu-west-1.compute.internal
entity.name
string
resourcestable All entities have an entity.name field. The following fields will be considered in order to determine the value: entity.customized_name, entity.conditional_name, entity.detected_name.
easyTravel
entity.type
string
resourcestable The entity type.
host; service
gceHostName
string
stable GCE host name, retrieved from instance metadata service.
stable GCE id, retrieved from instance metadata service.
7395358062463303481
gceInstanceName
string
stable GCE instance name, retrieved from instance metadata service.
gke-keptn-demo1-cos-bd5b5ae9-fk69
gceMachineType
string
stable GCE machine-type, retrieved from instance metadata service.
n2-highcpu-8
gceNumericProjectId
string
stable GCE numeric-project-id, retrieved from instance metadata service.
gceNumericProjectId
gceProjectId
string
stable GCE project-id, retrieved from instance metadata service.
dynatrace-demoability
gcePublicIpAddresses
array
stable Public IP addresses, based on network-interfaces instance metadata.
35.188.50.71; 35.226.180.68; 34.31.75.83
gcpZone
string
stable GCP zone, retrieved from instance metadata service.
hasPublicTraffic
boolean
stable Indicates whether the entity has public traffic.
true
hypervisorType
string
stable Discovered virtualization hypervisor.
KVM; VMWARE
id
string
stable The entity ID. Tags: entity-id
installerPotentialProblem
boolean
stable Last AutoUpdate was not successful for unclear reason, so a potential problem was created for this entity.
false
installerSupportAlert
boolean
stable Last AutoUpdate was not successful, installer sent specific reason (e.g. needs more disk space).
true
installerTrackedDownload
boolean
stable AutoUpdate is currently tracked for this entity.
true
installerVersion
string
stable Version of DynatraceOneAgent installer used to monitor this entity.
1.277.165.20231024-150054
instance_of
record
stable Relationship field that contains all instance_of-relationships as nested fields. Opposite direction: instantiates
Relationships: string dt.entity.host_group
ipAddress
array
stable An array of IP addresses.
10.150.160.2; 10.150.160.3
isMonitoringCandidate
boolean
stable If true, this host is not monitored by OneAgent. Only some fields are available, depending on discovery method.
true
kubernetesLabels
record
stable Record containing lables retrieved from Kubernetes integration.
lifetime
timeframe
stable A complex record that contains two number fields start and end representing the timestamps of the entity being seen for the first time and for the last time. DQL datatype Duration.
logFileStatus
record
experimental A logFileStatus property.
logPathLastUpdate
record
experimental A logPathLastUpdate property.
logSourceState
record
experimental A logSourceState property.
logicalCpuCores
long
experimental Logical CPU cores on monitored host.
8
logicalCpus
long
experimental Logical CPUs on monitored host. Applies to AIX LPARs.
8
macAddresses
array
stable A macAddresses property.
managementZones
array
stable Managment zones this entity belongs to.
Cloud: Google
memoryTotal
long
experimental Total memory of monitored host, expressed in bytes.
8141684736
monitoringMode
string
stable Monitoring mode of OneAgent used to monitor this entity.
FULL_STACK; INFRASTRUCTURE
networkZone
string
experimental A discovered network zone.
demo-ocp
oneAgentCustomHostName
string
stable The custom name defined in OneAgent config.
osArchitecture
string
stable Architecture of the CPU, discovered from the operating system.
X86
osServices
array
stable Operating System Services discovered on monitored host. A collection of fields describing os services.
experimental Number of threads for AIX Simultaneous Multithreading feature.
4
softwareTechnologies
array
stable A collection of software technologies relevant for given entity. It can describe role of given entity, but also includes supplementary technologies used, such as known third party libraries. Each technology is a triplet of type, edition and version.
experimental True, if given host is monitored only by standalone code modules.
true
standaloneSpecialAgentsOnly
boolean
experimental True, if given host is monitored only by standalone code modules.
true
state
string
experimental State related to availability monitoring.
RUNNING
tags
string[]
experimental A string array containing all string representations of tags that are assigned to the entity. This includes manual tags and auto tags. The string represention contains Context, Key and Value.
['[context]key:value', 'key:value', 'value']
virtualCpus
long
experimental A number of virtual CPUs for AIX LPAR.
2
zosCPUModelNumber
string
experimental A zosCPUModelNumber property.
zosCPUSerialNumber
string
experimental A zosCPUSerialNumber property.
zosLparName
string
experimental A zosLparName property.
zosSystemName
string
experimental A zosSystemName property.
zosTotalGeneralPurposeProcessors
long
experimental A zosTotalGeneralPurposeProcessors property.
42
zosTotalPhysicalMemory
long
experimental A zosTotalPhysicalMemory property.
42
zosTotalZiipProcessors
long
experimental A zosTotalZiipProcessors property.
42
zosVirtualization
string
experimental A zosVirtualization property.
Host group
Fields used for dt.entity.host_group.
Host group fields
Attribute
Type
Description
Examples
customIconPath
string
stable A custom icon property.
entity.conditional_name
string
resourcestable The entity name as defined by conditional naming rules. This name will be calculated based on a rules on the cluster side.
Cl-Prod1 Ser-1
entity.customized_name
string
resourcestable The entity name as defined in the entity settings screen. This name is statically defined by the user for a particular entity.
Host 1234
entity.detected_name
string
resourcestable The entity name as detected by Dynatrace or defined by the data source of the entity. Depending on the entity type this can involve different heuristics.
ip-10-100-200-5.eu-west-1.compute.internal
entity.name
string
resourcestable All entities have an entity.name field. The following fields will be considered in order to determine the value: entity.customized_name, entity.conditional_name, entity.detected_name.
easyTravel
entity.type
string
resourcestable The entity type.
host; service
group_of
record
stable Relationship field that contains all group_of-relationships as nested fields. Opposite direction: groups
stable Relationship field that contains all instantiates-relationships as nested fields. Opposite direction: instance_of
Relationships: string[] dt.entity.host
lifetime
timeframe
stable A complex record that contains two number fields start and end representing the timestamps of the entity being seen for the first time and for the last time. DQL datatype Duration.
managementZones
array
stable Managment zones this entity belongs to.
Cloud: Google
tags
string[]
experimental A string array containing all string representations of tags that are assigned to the entity. This includes manual tags and auto tags. The string represention contains Context, Key and Value.
['[context]key:value', 'key:value', 'value']
Kubernetes cluster
Fields used for dt.entity.kubernetes_cluster.
Kubernetes cluster fields
Attribute
Type
Description
Examples
activeGateId
string
stable The ID of the ActiveGate monitoring the Kubernetes cluster.
0xa72f286e
activeGateVersion
string
stable Version of the ActiveGate monitoring the Kubernetes cluster.
1.287.0.20240214-093858
awsNameTag
string
deprecated AWS name tag.
boshName
string
stable Name constructed from BOSH vcap metadata in form of name/id.
mysql/fa96ff4c-8290-47ef-80c1-bbca9b4c699d
cluster_of
record
stable Relationship field that contains all cluster_of-relationships as nested fields. Opposite direction: clustered_by
resourcestable The entity name as defined by conditional naming rules. This name will be calculated based on a rules on the cluster side.
Cl-Prod1 Ser-1
entity.customized_name
string
resourcestable The entity name as defined in the entity settings screen. This name is statically defined by the user for a particular entity.
Host 1234
entity.detected_name
string
resourcestable The entity name as detected by Dynatrace or defined by the data source of the entity. Depending on the entity type this can involve different heuristics.
ip-10-100-200-5.eu-west-1.compute.internal
entity.name
string
resourcestable All entities have an entity.name field. The following fields will be considered in order to determine the value: entity.customized_name, entity.conditional_name, entity.detected_name.
easyTravel
entity.type
string
resourcestable The entity type.
host; service
gcpZone
string
stable GCP zone, retrieved from instance metadata service.
icon
string
stable An icon property.
id
string
stable The entity ID. Tags: entity-id
kubernetesClusterId
string
stable A kubernetesClusterId property.
kubernetesDistribution
string
stable A kubernetesDistribution property.
lifetime
timeframe
stable A complex record that contains two number fields start and end representing the timestamps of the entity being seen for the first time and for the last time. DQL datatype Duration.
managementZones
array
stable Managment zones this entity belongs to.
Cloud: Google
oneAgentCustomHostName
string
stable The custom name defined in OneAgent config.
tags
string[]
experimental A string array containing all string representations of tags that are assigned to the entity. This includes manual tags and auto tags. The string represention contains Context, Key and Value.
['[context]key:value', 'key:value', 'value']
Kubernetes node
Fields used for dt.entity.kubernetes_node.
Kubernetes node fields
Attribute
Type
Description
Examples
awsNameTag
string
deprecated AWS name tag.
belongs_to
record
stable Relationship field that contains all belongs_to-relationships as nested fields. Opposite direction: contains
Relationships: string dt.entity.host
boshName
string
stable Name constructed from BOSH vcap metadata in form of name/id.
mysql/fa96ff4c-8290-47ef-80c1-bbca9b4c699d
clustered_by
record
stable Relationship field that contains all clustered_by-relationships as nested fields. Opposite direction: cluster_of
resourcestable The entity name as defined by conditional naming rules. This name will be calculated based on a rules on the cluster side.
Cl-Prod1 Ser-1
entity.customized_name
string
resourcestable The entity name as defined in the entity settings screen. This name is statically defined by the user for a particular entity.
Host 1234
entity.detected_name
string
resourcestable The entity name as detected by Dynatrace or defined by the data source of the entity. Depending on the entity type this can involve different heuristics.
ip-10-100-200-5.eu-west-1.compute.internal
entity.name
string
resourcestable All entities have an entity.name field. The following fields will be considered in order to determine the value: entity.customized_name, entity.conditional_name, entity.detected_name.
easyTravel
entity.type
string
resourcestable The entity type.
host; service
gcpZone
string
stable GCP zone, retrieved from instance metadata service.
icon
string
stable An icon property.
id
string
stable The entity ID. Tags: entity-id
internalIpAddresses
array
stable An internalIpAddresses property.
ipAddress
array
stable An array of IP addresses.
10.150.160.2; 10.150.160.3
kubeletVersion
string
stable A kubeletVersion property.
kubernetesConditions
record
stable A kubernetesConditions property.
kubernetesLabels
record
stable Record containing lables retrieved from Kubernetes integration.
kubernetesNodeConditions
record
stable A kubernetesNodeConditions property.
kubernetesNodeCordoned
boolean
stable A kubernetesNodeCordoned property.
true
kubernetesNodeRoles
array
stable A kubernetesNodeRoles property.
kubernetesNodeStates
array
stable A kubernetesNodeStates property.
kubernetesNodeUid
string
stable A kubernetesNodeUid property.
kubernetesProviderType
string
stable A kubernetesProviderType property.
lifetime
timeframe
stable A complex record that contains two number fields start and end representing the timestamps of the entity being seen for the first time and for the last time. DQL datatype Duration.
managementZones
array
stable Managment zones this entity belongs to.
Cloud: Google
oneAgentCustomHostName
string
stable The custom name defined in OneAgent config.
osArchitecture
string
stable The Architecture reported by the node.
X86
osInfo
string
stable Additional info about Operating System of the node (e.g. image).
Ubuntu 16.04.5 LTS
osType
string
stable The Operating System reported by the node.
LINUX; WINDOWS
osVersion
string
stable Kernel Version reported by the node.
5.15.133+
runs
record
stable Relationship field that contains all runs-relationships as nested fields. Opposite direction: runs_on
experimental A string array containing all string representations of tags that are assigned to the entity. This includes manual tags and auto tags. The string represention contains Context, Key and Value.
['[context]key:value', 'key:value', 'value']
Kubernetes service
Fields used for dt.entity.kubernetes_service.
Kubernetes service fields
Attribute
Type
Description
Examples
awsNameTag
string
deprecated AWS name tag.
balances
record
stable Relationship field that contains all balances-relationships as nested fields. Opposite direction: balanced_by
resourcestable The entity name as defined by conditional naming rules. This name will be calculated based on a rules on the cluster side.
Cl-Prod1 Ser-1
entity.customized_name
string
resourcestable The entity name as defined in the entity settings screen. This name is statically defined by the user for a particular entity.
Host 1234
entity.detected_name
string
resourcestable The entity name as detected by Dynatrace or defined by the data source of the entity. Depending on the entity type this can involve different heuristics.
ip-10-100-200-5.eu-west-1.compute.internal
entity.name
string
resourcestable All entities have an entity.name field. The following fields will be considered in order to determine the value: entity.customized_name, entity.conditional_name, entity.detected_name.
easyTravel
entity.type
string
resourcestable The entity type.
host; service
externalName
string
stable An externalName property.
gcpZone
string
stable GCP zone, retrieved from instance metadata service.
icon
string
stable An icon property.
id
string
stable The entity ID. Tags: entity-id
internalIpAddresses
array
stable An internalIpAddresses property.
ipAddress
array
stable An array of IP addresses.
10.150.160.2; 10.150.160.3
kubernetesLabels
record
stable Record containing lables retrieved from Kubernetes integration.
lifetime
timeframe
stable A complex record that contains two number fields start and end representing the timestamps of the entity being seen for the first time and for the last time. DQL datatype Duration.
managementZones
array
stable Managment zones this entity belongs to.
Cloud: Google
namespaceName
string
stable The k8s namespace name. See also 'k8s.namespace.name'.
oneAgentCustomHostName
string
stable The custom name defined in OneAgent config.
resourceCreationTimestamp
timestamp
stable A resourceCreationTimestamp property.
tags
string[]
experimental A string array containing all string representations of tags that are assigned to the entity. This includes manual tags and auto tags. The string represention contains Context, Key and Value.
stable Relationship field that contains all child_of-relationships as nested fields. Opposite direction: parent_of
Relationships: string dt.entity.cloud:gcp:project
customIconPath
string
stable A custom icon property.
fqdn
string
stable The fully qualified domain name of the Active Directory Domain.
icon
string
stable An icon property.
id
string
stable The entity ID. Tags: entity-id
location
string
stable The zone or region for the autoscaler
us-central1
managementZones
array
stable Managment zones this entity belongs to.
Cloud: Google
project_id
string
stable The identifier of the GCP project associated with this resource.
my-gcp-project-id
Mobile application
Entity of a RUM mobile application.
Mobile application fields
Attribute
Type
Description
Examples
calls
record
stable Relationship field that contains all calls-relationships as nested fields. Opposite direction: called_by
Relationships: string[] dt.entity.service
customIconPath
string
stable A custom icon property.
entity.name
string
resourcestable All entities have an entity.name field. The following fields will be considered in order to determine the value: entity.customized_name, entity.conditional_name, entity.detected_name.
easyTravel
entity.type
string
resourcestable The entity type.
host; service
id
string
stable The entity ID. Tags: entity-id
lifetime
timeframe
stable A complex record that contains two number fields start and end representing the timestamps of the entity being seen for the first time and for the last time. DQL datatype Duration.
managementZones
array
stable Managment zones this entity belongs to.
Cloud: Google
mobileOsFamily
array
stable Contains the operating systems detected on the mobile application. Possible values are ANDROID, IOS, WINDOWS, OTHER, LINUX, MAC_OS, TVOS.
['ANDROID', 'IOS', 'TVOS']
tags
string[]
experimental A string array containing all string representations of tags that are assigned to the entity. This includes manual tags and auto tags. The string represention contains Context, Key and Value.
resourcestable All entities have an entity.name field. The following fields will be considered in order to determine the value: entity.customized_name, entity.conditional_name, entity.detected_name.
Lab network availability
entity.type
string
resourcestable The entity type.
MULTIPROTOCOL_MONITOR
id
string
stable The entity ID. Tags: entity-id
MULTIPROTOCOL_MONITOR-793019F0A907DB38
isEnabled
boolean
stable If false, the corresponding entity is disabled.
true
lastExecutionTimestamp
long
experimental the timestamp of the latest execution.
42
lastModificationSource
string
experimental The source of the latest modification operation.
webui; rest
lastModifiedBy
string
experimental Identifies the one who made the latest modification.
jane.doe@dynatrace.com
lifetime
timeframe
stable A complex record that contains two number fields start and end representing the timestamps of the entity being seen for the first time and for the last time. DQL datatype Duration.
modificationTimestamp
long
experimental The timestamp of the latest modification.
42
monitors
record
stable Relationship field that contains all monitors-relationships as nested fields. Opposite direction: monitored_by
Relationships: string[] dt.entity.host
multiProtocolMonitorSubtype
string
experimental The subtype of a Synthetic multi-protocol monitor.
TCP; ICMP; DNS
runs_on
record
stable Relationship field that contains all runs_on-relationships as nested fields. Opposite direction: runs
experimental The frequency of a Synthetic monitor in minutes.
5
tags
string[]
experimental A string array containing all string representations of tags that are assigned to the entity. This includes manual tags and auto tags. The string represention contains Context, Key and Value.
['[context]key:value', 'key:value', 'value']
Network device
Fields used for dt.entity.network:device.
Query
Query network devices.
fetch`dt.entity.network:device`
Query network devices that are not yet monitored, along with the recommended Dynatrace extension.
fetch`dt.entity.network:device`
|filter devMonitoringMode == "Discovery"
|fields entity.name, dt.ip_addresses
Network device fields
Attribute
Type
Description
Examples
calls
record
stable Relationship field that contains all calls-relationships as nested fields. Opposite direction: called_by
Relationships: string[] dt.entity.network_device
customIconPath
string
stable A custom icon property.
devDescription
string
experimental The textual description of a network device. This value should include the full name and version identification of the system's hardware type, software operating-system, and networking software. It is mandatory that this only contain printable ASCII characters.
resourcestable All entities have an entity.name field. The following fields will be considered in order to determine the value: entity.customized_name, entity.conditional_name, entity.detected_name.
easyTravel
entity.type
string
resourcestable The entity type.
host; service
extCfgGroupLabel
string
experimental Network device discovery group label.
resourcestable The entity name as defined in the entity settings screen. This name is statically defined by the user for a particular entity.
Host 1234
entity.detected_name
string
resourcestable The entity name as detected by Dynatrace or defined by the data source of the entity. Depending on the entity type this can involve different heuristics.
ip-10-100-200-5.eu-west-1.compute.internal
entity.name
string
resourcestable All entities have an entity.name field. The following fields will be considered in order to determine the value: entity.customized_name, entity.conditional_name, entity.detected_name.
easyTravel
entity.type
string
resourcestable The entity type.
host; service
id
string
stable The entity ID. Tags: entity-id
ipAddress
array
stable An array of IP addresses.
10.150.160.2; 10.150.160.3
lifetime
timeframe
stable A complex record that contains two number fields start and end representing the timestamps of the entity being seen for the first time and for the last time. DQL datatype Duration.
macAddress
string
stable MAC address.
4C:03:4F:5B:E8:89
networkInterfaceSpeed
long
stable Speed of the network interface, expressed in bits per second.
516000000
tags
string[]
experimental A string array containing all string representations of tags that are assigned to the entity. This includes manual tags and auto tags. The string represention contains Context, Key and Value.
['[context]key:value', 'key:value', 'value']
Network interface (generic)
Fields used for dt.entity.network:interface
Query
Query generic network interfaces.
fetch`dt.entity.network:interface`
Query generic network interfaces along with their status.
fetch`dt.entity.network:interface`
|fieldsAdd entity.name
Chart the inbound traffic (in bytes per second) for all generic network interfaces.
stable Relationship field that contains all child_of-relationships as nested fields. Opposite direction: parent_of
Relationships: string dt.entity.network_port
customIconPath
string
stable A custom icon property.
entity.name
string
resourcestable All entities have an entity.name field. The following fields will be considered in order to determine the value: entity.customized_name, entity.conditional_name, entity.detected_name.
easyTravel
entity.type
string
resourcestable The entity type.
host; service
ifAdminStatus
string
experimental The administrative status of a network interface.
up; down
ifOperStatus
string
experimental The operational status of a network interface.
up; down
ifSpeed
long
experimental The speed of a network interface in megabytes per second.
1000; 5000
macAddress
string
stable MAC address.
4C:03:4F:5B:E8:89
runs_on
record
stable Relationship field that contains all runs_on-relationships as nested fields. Opposite direction: runs
Relationships: string dt.entity.network_device
Network port
Fields used for dt.entity.network:port.
Query
Query network ports.
fetch`dt.entity.network:port`
Query network ports along with the network device they run on.
resourcestable All entities have an entity.name field. The following fields will be considered in order to determine the value: entity.customized_name, entity.conditional_name, entity.detected_name.
easyTravel
entity.type
string
resourcestable The entity type.
host; service
macAddress
string
stable MAC address.
4C:03:4F:5B:E8:89
parent_of
record
stable Relationship field that contains all parent_of-relationships as nested fields. Opposite direction: child_of
stable Name constructed from BOSH vcap metadata in form of name/id.
mysql/fa96ff4c-8290-47ef-80c1-bbca9b4c699d
customIconPath
string
stable A custom icon property.
entity.conditional_name
string
resourcestable The entity name as defined by conditional naming rules. This name will be calculated based on a rules on the cluster side.
Cl-Prod1 Ser-1
entity.customized_name
string
resourcestable The entity name as defined in the entity settings screen. This name is statically defined by the user for a particular entity.
Host 1234
entity.detected_name
string
resourcestable The entity name as detected by Dynatrace or defined by the data source of the entity. Depending on the entity type this can involve different heuristics.
ip-10-100-200-5.eu-west-1.compute.internal
entity.name
string
resourcestable All entities have an entity.name field. The following fields will be considered in order to determine the value: entity.customized_name, entity.conditional_name, entity.detected_name.
easyTravel
entity.type
string
resourcestable The entity type.
host; service
gcpZone
string
stable GCP zone, retrieved from instance metadata service.
icon
string
stable An icon property.
id
string
stable The entity ID. Tags: entity-id
lifetime
timeframe
stable A complex record that contains two number fields start and end representing the timestamps of the entity being seen for the first time and for the last time. DQL datatype Duration.
oneAgentCustomHostName
string
stable The custom name defined in OneAgent config.
tags
string[]
experimental A string array containing all string representations of tags that are assigned to the entity. This includes manual tags and auto tags. The string represention contains Context, Key and Value.
['[context]key:value', 'key:value', 'value']
Openstack VM
Fields used for dt.entity.openstack_vm.
Openstack VM fields
Attribute
Type
Description
Examples
contains
record
stable Relationship field that contains all contains-relationships as nested fields. Opposite direction: belongs_to
resourcestable The entity name as detected by Dynatrace or defined by the data source of the entity. Depending on the entity type this can involve different heuristics.
ip-10-100-200-5.eu-west-1.compute.internal
entity.name
string
resourcestable All entities have an entity.name field. The following fields will be considered in order to determine the value: entity.customized_name, entity.conditional_name, entity.detected_name.
easyTravel
entity.type
string
resourcestable The entity type.
host; service
id
string
stable The entity ID. Tags: entity-id
lifetime
timeframe
stable A complex record that contains two number fields start and end representing the timestamps of the entity being seen for the first time and for the last time. DQL datatype Duration.
openStackInstanceType
string
stable Instance Type (flavor) of OpenStack virtual machine.
t1.nano
openstackAvZone
string
stable Openstack Availability Zone.
nova
openstackSecurityGroups
array
stable Openstack security groups.
name=default``
runs
record
stable Relationship field that contains all runs-relationships as nested fields. Opposite direction: runs_on
Relationships: string dt.entity.host
runs_on
record
stable Relationship field that contains all runs_on-relationships as nested fields. Opposite direction: runs
Relationships: string dt.entity.host
tags
string[]
experimental A string array containing all string representations of tags that are assigned to the entity. This includes manual tags and auto tags. The string represention contains Context, Key and Value.
['[context]key:value', 'key:value', 'value']
Operating system
Discontinued entity type for operating systems. Only used by Dynatrace classic's problem analysis and root cause detection.
Operating system fields
Attribute
Type
Description
Examples
child_of
record
stable Relationship field that contains all child_of-relationships as nested fields. Opposite direction: parent_of
Relationships: string dt.entity.os
customIconPath
string
stable A custom icon property.
entity.name
string
resourcestable All entities have an entity.name field. The following fields will be considered in order to determine the value: entity.customized_name, entity.conditional_name, entity.detected_name.
easyTravel
entity.type
string
resourcestable The entity type.
host; service
id
string
stable The entity ID. Tags: entity-id
lifetime
timeframe
stable A complex record that contains two number fields start and end representing the timestamps of the entity being seen for the first time and for the last time. DQL datatype Duration.
osDetail
string
stable Operating system entities are hierarchical structured into OS family and OS version.
VERSION
parent_of
record
stable Relationship field that contains all parent_of-relationships as nested fields. Opposite direction: child_of
Relationships: string[] dt.entity.os
tags
string[]
experimental A string array containing all string representations of tags that are assigned to the entity. This includes manual tags and auto tags. The string represention contains Context, Key and Value.
['[context]key:value', 'key:value', 'value']
Process group
A process group entity. A process group (PG) is a logical cluster of processes that belong to the same application or deployment unit and perform the same function across multiple hosts.
Process group fields
Attribute
Type
Description
Examples
belongs_to
record
stable Relationship field that contains all belongs_to-relationships as nested fields. Opposite direction: contains
stable A collection of additional metadata information imported to Dynatrace. The value in square bracket represents source of this property. It is followed by key-value pair, separated by colon.
resourcestable The entity name as defined by conditional naming rules. This name will be calculated based on a rules on the cluster side.
Cl-Prod1 Ser-1
entity.customized_name
string
resourcestable The entity name as defined in the entity settings screen. This name is statically defined by the user for a particular entity.
Host 1234
entity.detected_name
string
resourcestable The entity name as detected by Dynatrace or defined by the data source of the entity. Depending on the entity type this can involve different heuristics.
ip-10-100-200-5.eu-west-1.compute.internal
entity.name
string
resourcestable All entities have an entity.name field. The following fields will be considered in order to determine the value: entity.customized_name, entity.conditional_name, entity.detected_name.
easyTravel
entity.type
string
resourcestable The entity type.
host; service
groups
record
stable Relationship field that contains all groups-relationships as nested fields. Opposite direction: group_of
Relationships: string dt.entity.host_group
id
string
stable The entity ID. Tags: entity-id
instantiates
record
stable Relationship field that contains all instantiates-relationships as nested fields. Opposite direction: instance_of
stable A complex record that contains two number fields start and end representing the timestamps of the entity being seen for the first time and for the last time. DQL datatype Duration.
listenPorts
array
stable An array of open listen ports.
50000; 50001; 50002; 50003
managementZones
array
stable Managment zones this entity belongs to.
Cloud: Google
metadata
array
stable Contains a diagnostic collection of input parameters that were used or could have been used in creation of this Process Group.
stable A collection of software technologies relevant for given entity. It can describe role of given entity, but also includes supplementary technologies used, such as known third party libraries. Each technology is a triplet of type, edition and version.
experimental A string array containing all string representations of tags that are assigned to the entity. This includes manual tags and auto tags. The string represention contains Context, Key and Value.
['[context]key:value', 'key:value', 'value']
Process group instance
A process group instance represents a "process" running on a specific host. Dynatrace automatically merges related processes (e.g. worker processes) into process groups instances.
Process group instance fields
Attribute
Type
Description
Examples
agentVersion
string
experimental An agentVersion property.
appVersion
string
deprecated A technology-specific version of monitored application. It is recommended to use softwareTechnologies field instead.
nginx/1.16.0; 14.20.0
awsNameTag
string
deprecated AWS name tag.
azureHostName
string
deprecated Azure host name.
easytravelazure-weather-service.azurewebsites.net
azureSiteName
string
deprecated Azure Site Name.
easytravelazure-weather-service
belongs_to
record
stable Relationship field that contains all belongs_to-relationships as nested fields. Opposite direction: contains
stable A collection of additional metadata information imported to Dynatrace. The value in square bracket represents source of this property. It is followed by key-value pair, separated by colon.
stable Indicates whether the entity has public traffic detected via eBPF Discovery.
true
entity.conditional_name
string
resourcestable The entity name as defined by conditional naming rules. This name will be calculated based on a rules on the cluster side.
Cl-Prod1 Ser-1
entity.customized_name
string
resourcestable The entity name as defined in the entity settings screen. This name is statically defined by the user for a particular entity.
Host 1234
entity.detected_name
string
resourcestable The entity name as detected by Dynatrace or defined by the data source of the entity. Depending on the entity type this can involve different heuristics.
ip-10-100-200-5.eu-west-1.compute.internal
entity.name
string
resourcestable All entities have an entity.name field. The following fields will be considered in order to determine the value: entity.customized_name, entity.conditional_name, entity.detected_name.
easyTravel
entity.type
string
resourcestable The entity type.
host; service
gardenApplicationNames
array
stable A collection of Garden application names.
groups
record
stable Relationship field that contains all groups-relationships as nested fields. Opposite direction: group_of
Relationships: string dt.entity.host_group
hasPublicTraffic
boolean
stable Indicates whether the entity has public traffic.
true
id
string
stable The entity ID. Tags: entity-id
installerVersion
string
stable Version of DynatraceOneAgent installer used to monitor this entity.
1.277.165.20231024-150054
instance_of
record
stable Relationship field that contains all instance_of-relationships as nested fields. Opposite direction: instantiates
Relationships: string dt.entity.process_group
isDockerized
boolean
stable True, if given entity runs in Docker container.
true
jvmClrVersion
string
deprecated Version of JVM CLR in monitored application. It is recommended to use softwareTechnologies field instead.
11.0.5
jvmVendor
string
deprecated Vendor of JVM in monitored application. It is recommended to use softwareTechnologies field instead.
OpenJDK
lifetime
timeframe
stable A complex record that contains two number fields start and end representing the timestamps of the entity being seen for the first time and for the last time. DQL datatype Duration.
listenPorts
array
stable An array of open listen ports.
50000; 50001; 50002; 50003
logFileStatus
record
experimental A logFileStatus property.
logPathLastUpdate
record
experimental A logPathLastUpdate property.
logSourceState
record
experimental A logSourceState property.
managementZones
array
stable Managment zones this entity belongs to.
Cloud: Google
metadata
array
stable Contains a diagnostic collection of input parameters that were used or could have been used in creation of this Process Group Instance.
NODE_JS_APP_BASE_DIRECTORY:C:/home/site/wwwroot
modules
array
stable A collection of modules used in this entity.
stable Relationship field that contains all runs_on-relationships as nested fields. Opposite direction: runs
Relationships: string[] dt.entity.custom_device
softwareTechnologies
array
stable A collection of software technologies relevant for given entity. It can describe role of given entity, but also includes supplementary technologies used, such as known third party libraries. Each technology is a triplet of type, edition and version.
experimental A string array containing all string representations of tags that are assigned to the entity. This includes manual tags and auto tags. The string represention contains Context, Key and Value.
['[context]key:value', 'key:value', 'value']
versionedModules
array
stable A collection of modules used in monitored entity and their versions.
stable Name constructed from BOSH vcap metadata in form of name/id.
mysql/fa96ff4c-8290-47ef-80c1-bbca9b4c699d
contains
record
stable Relationship field that contains all contains-relationships as nested fields. Opposite direction: belongs_to
Relationships: string[] dt.entity.service
customIconPath
string
stable A custom icon property.
entity.conditional_name
string
resourcestable The entity name as defined by conditional naming rules. This name will be calculated based on a rules on the cluster side.
Cl-Prod1 Ser-1
entity.customized_name
string
resourcestable The entity name as defined in the entity settings screen. This name is statically defined by the user for a particular entity.
Host 1234
entity.detected_name
string
resourcestable The entity name as detected by Dynatrace or defined by the data source of the entity. Depending on the entity type this can involve different heuristics.
ip-10-100-200-5.eu-west-1.compute.internal
entity.name
string
resourcestable All entities have an entity.name field. The following fields will be considered in order to determine the value: entity.customized_name, entity.conditional_name, entity.detected_name.
easyTravel
entity.type
string
resourcestable The entity type.
host; service
gcpZone
string
stable GCP zone, retrieved from instance metadata service.
icon
string
stable An icon property.
id
string
stable The entity ID. Tags: entity-id
indirectly_receives_from
record
stable Relationship field that contains all indirectly_receives_from-relationships as nested fields. Opposite direction: indirectly_sends_to
Relationships: string[] dt.entity.service
instantiates
record
stable Relationship field that contains all instantiates-relationships as nested fields. Opposite direction: instance_of
Relationships: string[] dt.entity.queue_instance
lifetime
timeframe
stable A complex record that contains two number fields start and end representing the timestamps of the entity being seen for the first time and for the last time. DQL datatype Duration.
managementZones
array
stable Managment zones this entity belongs to.
Cloud: Google
oneAgentCustomHostName
string
stable The custom name defined in OneAgent config.
propagated_from
record
stable Relationship field that contains all propagated_from-relationships as nested fields. Opposite direction: propagates_to
Relationships: string[] dt.entity.queue
propagates_to
record
stable Relationship field that contains all propagates_to-relationships as nested fields. Opposite direction: propagated_from
Relationships: string[] dt.entity.queue
queueDestinationType
string
stable A queueDestinationType property.
queueName
string
stable A queueName property.
queueVendorName
string
stable A queueVendorName property.
receives_from
record
stable Relationship field that contains all receives_from-relationships as nested fields. Opposite direction: sends_to
Relationships: string[] dt.entity.service
sends_to
record
stable Relationship field that contains all sends_to-relationships as nested fields. Opposite direction: receives_from
Relationships: string[] dt.entity.service
softwareTechnologies
array
stable A collection of software technologies relevant for given entity. It can describe role of given entity, but also includes supplementary technologies used, such as known third party libraries. Each technology is a triplet of type, edition and version.
experimental A string array containing all string representations of tags that are assigned to the entity. This includes manual tags and auto tags. The string represention contains Context, Key and Value.
['[context]key:value', 'key:value', 'value']
Queue instance
Fields used for dt.entity.queue_instance.
Queue instance fields
Attribute
Type
Description
Examples
awsNameTag
string
deprecated AWS name tag.
boshName
string
stable Name constructed from BOSH vcap metadata in form of name/id.
mysql/fa96ff4c-8290-47ef-80c1-bbca9b4c699d
contains
record
stable Relationship field that contains all contains-relationships as nested fields. Opposite direction: belongs_to
resourcestable The entity name as defined by conditional naming rules. This name will be calculated based on a rules on the cluster side.
Cl-Prod1 Ser-1
entity.customized_name
string
resourcestable The entity name as defined in the entity settings screen. This name is statically defined by the user for a particular entity.
Host 1234
entity.detected_name
string
resourcestable The entity name as detected by Dynatrace or defined by the data source of the entity. Depending on the entity type this can involve different heuristics.
ip-10-100-200-5.eu-west-1.compute.internal
entity.name
string
resourcestable All entities have an entity.name field. The following fields will be considered in order to determine the value: entity.customized_name, entity.conditional_name, entity.detected_name.
easyTravel
entity.type
string
resourcestable The entity type.
host; service
gcpZone
string
stable GCP zone, retrieved from instance metadata service.
icon
string
stable An icon property.
id
string
stable The entity ID. Tags: entity-id
instance_of
record
stable Relationship field that contains all instance_of-relationships as nested fields. Opposite direction: instantiates
Relationships: string dt.entity.queue
lifetime
timeframe
stable A complex record that contains two number fields start and end representing the timestamps of the entity being seen for the first time and for the last time. DQL datatype Duration.
oneAgentCustomHostName
string
stable The custom name defined in OneAgent config.
receives_from
record
stable Relationship field that contains all receives_from-relationships as nested fields. Opposite direction: sends_to
experimental A string array containing all string representations of tags that are assigned to the entity. This includes manual tags and auto tags. The string represention contains Context, Key and Value.
['[context]key:value', 'key:value', 'value']
Runtime component
Fields used for dt.entity.runtime_component.
Runtime component fields
Attribute
Type
Description
Examples
belongs_to
record
stable Relationship field that contains all belongs_to-relationships as nested fields. Opposite direction: contains
resourcestable All entities have an entity.name field. The following fields will be considered in order to determine the value: entity.customized_name, entity.conditional_name, entity.detected_name.
easyTravel
entity.type
string
resourcestable The entity type.
host; service
id
string
stable The entity ID. Tags: entity-id
lifetime
timeframe
stable A complex record that contains two number fields start and end representing the timestamps of the entity being seen for the first time and for the last time. DQL datatype Duration.
runtimeComponentShortName
string
stable A short name of a runtime component.
Java
runtimeComponentTechnologyName
string
stable The name of the technology of a runtime component.
JAVA
runtimeComponentTechnologyVersion
string
stable The version of the technology of a runtime component.
11.0.5
Service
Fields used for dt.entity.service.
Service fields
Attribute
Type
Description
Examples
agentTechnologyType
string
stable An agentTechnologyType property.
akkaActorSystem
string
stable An akkaActorSystem property.
applicationBuildVersion
array
stable An applicationBuildVersion property.
applicationEnvironment
array
stable An applicationEnvironment property.
applicationName
array
stable An applicationName property.
applicationReleaseVersion
array
stable An applicationReleaseVersion property.
awsNameTag
string
deprecated AWS name tag.
belongs_to
record
stable Relationship field that contains all belongs_to-relationships as nested fields. Opposite direction: contains
stable Relationship field that contains all contains-relationships as nested fields. Opposite direction: belongs_to
Relationships: string[] dt.entity.service_method
contextRoot
string
stable A contextRoot property.
customIconPath
string
stable A custom icon property.
databaseHostNames
array
stable A databaseHostNames property.
databaseName
string
stable A databaseName property.
databaseVendor
string
stable A databaseVendor property.
entity.conditional_name
string
resourcestable The entity name as defined by conditional naming rules. This name will be calculated based on a rules on the cluster side.
Cl-Prod1 Ser-1
entity.customized_name
string
resourcestable The entity name as defined in the entity settings screen. This name is statically defined by the user for a particular entity.
Host 1234
entity.detected_name
string
resourcestable The entity name as detected by Dynatrace or defined by the data source of the entity. Depending on the entity type this can involve different heuristics.
ip-10-100-200-5.eu-west-1.compute.internal
entity.name
string
resourcestable All entities have an entity.name field. The following fields will be considered in order to determine the value: entity.customized_name, entity.conditional_name, entity.detected_name.
easyTravel
entity.type
string
resourcestable The entity type.
host; service
esbApplicationName
string
stable An esbApplicationName property.
fallbackServiceType
string
experimental Fallback type of a service indicating issues with detecting the service.
Unexpected service; Incompletely detected service; Volatile service
gcpZone
string
stable GCP zone, retrieved from instance metadata service.
groups
record
stable Relationship field that contains all groups-relationships as nested fields. Opposite direction: group_of
stable A complex record that contains two number fields start and end representing the timestamps of the entity being seen for the first time and for the last time. DQL datatype Duration.
managementZones
array
stable Managment zones this entity belongs to.
Cloud: Google
oneAgentCustomHostName
string
stable The custom name defined in OneAgent config.
path
string
stable A path property.
port
long
experimental A port property.
42
publicCloudId
string
stable A publicCloudId property.
publicCloudRegion
string
stable A publicCloudRegion property.
receives_from
record
stable Relationship field that contains all receives_from-relationships as nested fields. Opposite direction: sends_to
Relationships: string[] dt.entity.queue
remoteCrossEnvironments
string[]
experimental Remote environment IDs on services that are monitored in different Dynatrace environments (cross-environment linking).
['105dd39a-9ba8-5b29-94cc-deadbeef9287:af442ddf']
remoteEndpoint
string
stable A remoteEndpoint property.
remoteServiceName
string
stable A remoteServiceName property.
runs_on
record
stable Relationship field that contains all runs_on-relationships as nested fields. Opposite direction: runs
stable Relationship field that contains all sends_to-relationships as nested fields. Opposite direction: receives_from
Relationships: string[] dt.entity.queue
serviceTechnologyTypes
array
stable A serviceTechnologyTypes property.
serviceType
string
stable A serviceType property.
softwareTechnologies
array
stable A collection of software technologies relevant for given entity. It can describe role of given entity, but also includes supplementary technologies used, such as known third party libraries. Each technology is a triplet of type, edition and version.
experimental A string array containing all string representations of tags that are assigned to the entity. This includes manual tags and auto tags. The string represention contains Context, Key and Value.
['[context]key:value', 'key:value', 'value']
unifiedServiceIndicators
array
stable A unifiedServiceIndicators property.
webApplicationId
string
stable A webApplicationId property.
webServerName
string
stable A webServerName property.
webServiceName
string
stable A webServiceName property.
webServiceNamespace
string
stable A webServiceNamespace property.
Service instance
Fields used for dt.entity.service_instance.
Service instance fields
Attribute
Type
Description
Examples
awsNameTag
string
deprecated AWS name tag.
belongs_to
record
stable Relationship field that contains all belongs_to-relationships as nested fields. Opposite direction: contains
Relationships: string[] dt.entity.queue_instance
boshName
string
stable Name constructed from BOSH vcap metadata in form of name/id.
mysql/fa96ff4c-8290-47ef-80c1-bbca9b4c699d
customIconPath
string
stable A custom icon property.
entity.conditional_name
string
resourcestable The entity name as defined by conditional naming rules. This name will be calculated based on a rules on the cluster side.
Cl-Prod1 Ser-1
entity.customized_name
string
resourcestable The entity name as defined in the entity settings screen. This name is statically defined by the user for a particular entity.
Host 1234
entity.detected_name
string
resourcestable The entity name as detected by Dynatrace or defined by the data source of the entity. Depending on the entity type this can involve different heuristics.
ip-10-100-200-5.eu-west-1.compute.internal
entity.name
string
resourcestable All entities have an entity.name field. The following fields will be considered in order to determine the value: entity.customized_name, entity.conditional_name, entity.detected_name.
easyTravel
entity.type
string
resourcestable The entity type.
host; service
gcpZone
string
stable GCP zone, retrieved from instance metadata service.
icon
string
stable An icon property.
id
string
stable The entity ID. Tags: entity-id
instance_of
record
stable Relationship field that contains all instance_of-relationships as nested fields. Opposite direction: instantiates
Relationships: string dt.entity.service
lifetime
timeframe
stable A complex record that contains two number fields start and end representing the timestamps of the entity being seen for the first time and for the last time. DQL datatype Duration.
oneAgentCustomHostName
string
stable The custom name defined in OneAgent config.
receives_from
record
stable Relationship field that contains all receives_from-relationships as nested fields. Opposite direction: sends_to
Relationships: string[] dt.entity.queue_instance
runs_on
record
stable Relationship field that contains all runs_on-relationships as nested fields. Opposite direction: runs
stable Relationship field that contains all sends_to-relationships as nested fields. Opposite direction: receives_from
Relationships: string[] dt.entity.queue_instance
tags
string[]
experimental A string array containing all string representations of tags that are assigned to the entity. This includes manual tags and auto tags. The string represention contains Context, Key and Value.
['[context]key:value', 'key:value', 'value']
Service method
Fields used for dt.entity.service_method.
Service method fields
Attribute
Type
Description
Examples
awsNameTag
string
deprecated AWS name tag.
belongs_to
record
stable Relationship field that contains all belongs_to-relationships as nested fields. Opposite direction: contains
stable Name constructed from BOSH vcap metadata in form of name/id.
mysql/fa96ff4c-8290-47ef-80c1-bbca9b4c699d
customIconPath
string
stable A custom icon property.
entity.conditional_name
string
resourcestable The entity name as defined by conditional naming rules. This name will be calculated based on a rules on the cluster side.
Cl-Prod1 Ser-1
entity.customized_name
string
resourcestable The entity name as defined in the entity settings screen. This name is statically defined by the user for a particular entity.
Host 1234
entity.detected_name
string
resourcestable The entity name as detected by Dynatrace or defined by the data source of the entity. Depending on the entity type this can involve different heuristics.
ip-10-100-200-5.eu-west-1.compute.internal
entity.name
string
resourcestable All entities have an entity.name field. The following fields will be considered in order to determine the value: entity.customized_name, entity.conditional_name, entity.detected_name.
easyTravel
entity.type
string
resourcestable The entity type.
host; service
gcpZone
string
stable GCP zone, retrieved from instance metadata service.
icon
string
stable An icon property.
id
string
stable The entity ID. Tags: entity-id
lifetime
timeframe
stable A complex record that contains two number fields start and end representing the timestamps of the entity being seen for the first time and for the last time. DQL datatype Duration.
oneAgentCustomHostName
string
stable The custom name defined in OneAgent config.
tags
string[]
experimental A string array containing all string representations of tags that are assigned to the entity. This includes manual tags and auto tags. The string represention contains Context, Key and Value.
['[context]key:value', 'key:value', 'value']
Service method group
Fields used for dt.entity.service_method_group.
Service method group fields
Attribute
Type
Description
Examples
awsNameTag
string
deprecated AWS name tag.
boshName
string
stable Name constructed from BOSH vcap metadata in form of name/id.
mysql/fa96ff4c-8290-47ef-80c1-bbca9b4c699d
contains
record
stable Relationship field that contains all contains-relationships as nested fields. Opposite direction: belongs_to
Relationships: string[] dt.entity.service_method
customIconPath
string
stable A custom icon property.
entity.conditional_name
string
resourcestable The entity name as defined by conditional naming rules. This name will be calculated based on a rules on the cluster side.
Cl-Prod1 Ser-1
entity.customized_name
string
resourcestable The entity name as defined in the entity settings screen. This name is statically defined by the user for a particular entity.
Host 1234
entity.detected_name
string
resourcestable The entity name as detected by Dynatrace or defined by the data source of the entity. Depending on the entity type this can involve different heuristics.
ip-10-100-200-5.eu-west-1.compute.internal
entity.name
string
resourcestable All entities have an entity.name field. The following fields will be considered in order to determine the value: entity.customized_name, entity.conditional_name, entity.detected_name.
easyTravel
entity.type
string
resourcestable The entity type.
host; service
gcpZone
string
stable GCP zone, retrieved from instance metadata service.
group_of
record
stable Relationship field that contains all group_of-relationships as nested fields. Opposite direction: groups
Relationships: string dt.entity.service
icon
string
stable An icon property.
id
string
stable The entity ID. Tags: entity-id
lifetime
timeframe
stable A complex record that contains two number fields start and end representing the timestamps of the entity being seen for the first time and for the last time. DQL datatype Duration.
oneAgentCustomHostName
string
stable The custom name defined in OneAgent config.
tags
string[]
experimental A string array containing all string representations of tags that are assigned to the entity. This includes manual tags and auto tags. The string represention contains Context, Key and Value.
['[context]key:value', 'key:value', 'value']
Software component
A software component is a minimal description of the software that OneAgent monitors and reports. It usually consists of a package in a particular version.
Software component fields
Attribute
Type
Description
Examples
belongs_to
record
stable Set of process group instances in which the software component was detected.
resourcestable Name of the software component, consisting of a package name and a version number, if available.
easyTravel:1.0.1
entity.type
string
resourcestable Entity type. This is always set to SOFTWARE_COMPONENT.
SOFTWARE_COMPONENT
id
string
stable ID of the software component. Tags: entity-id
SOFTWARE_COMPONENT-0123456789ABCDEF
lifetime
timeframe
stable A complex record that contains two number fields start and end representing the timestamps of the entity being seen for the first time and for the last time. DQL datatype Duration.
start: 7/1/2020, 1:00:05 PM end: 12/6/2023, 9:19:38 AM
packageName
string
stable Package name of the software component. Might be missing if there is insufficient data for the name.
easyTravel
softwareComponentFileHashes
record
stable Hashes of the software component file. Supported for the Java and .NET technologies. The field is populated if the Java software component hash reporting or respectively .NET software component hash reporting OneAgent feature is enabled. Contains key-value pairs of the hash algorithm and hash value. May be empty if no hash value data is present.
stable Short name of the software component. Might be missing if there is insufficient data for the name.
easyTravel
softwareComponentType
string
stable Technology type of the software component.
JAVA; GO; NODE_JS
softwareComponentVersion
string
stable Version of the software component. Might be missing if there is insufficient data to determine the version.
1.0.1
Synthetic location
Fields used for dt.entity.synthetic_location.
Synthetic location fields
Attribute
Type
Description
Examples
cloudProvider
string
experimental The cloud provider of a location.
Azure; GCP
customIconPath
string
stable A custom icon property.
deploymentType
string
stable The deployment type of the synthetic location, such as "KUBERNETES".
STANDARD; KUBERNETES
entity.name
string
resourcestable All entities have an entity.name field. The following fields will be considered in order to determine the value: entity.customized_name, entity.conditional_name, entity.detected_name.
easyTravel
entity.type
string
resourcestable The entity type.
host; service
isDeleted
boolean
experimental Indicates whether the synthetic location is deleted.
true; false
locationType
string
stable The type of the synthetic location, such as "PUBLIC" or "PRIVATE".
PUBLIC; PRIVATE
nodesWithCapabilities
array
stable The capabilities of the nodes in the synthetic location.
experimental A string array containing all string representations of tags that are assigned to the entity. This includes manual tags and auto tags. The string represention contains Context, Key and Value.
stable The device profile used for the synthetic browser monitor, such as "Desktop", "Custom", or a specific mobile device profile like "Apple iPhone 12 Pro".
Desktop; Custom; Apple iPhone 12 Pro
entity.name
string
resourcestable All entities have an entity.name field. The following fields will be considered in order to determine the value: entity.customized_name, entity.conditional_name, entity.detected_name.
EasyTravel
entity.type
string
resourcestable The entity type.
SYNTHETIC_TEST
id
string
stable The entity ID. Tags: entity-id
SYNTHETIC_TEST-0587385DE9B18149
isEnabled
boolean
stable If false, the corresponding entity is disabled.
true
lastExecutionTimestamp
long
experimental the timestamp of the latest execution.
42
lastModificationSource
string
experimental The source of the latest modification operation.
webui; rest
lastModifiedBy
string
experimental Identifies the one who made the latest modification.
jane.doe@dynatrace.com
lifetime
timeframe
stable A complex record that contains two number fields start and end representing the timestamps of the entity being seen for the first time and for the last time. DQL datatype Duration.
manuallyAssignedApplications
array
experimental A list of manually assigned applications.
['APPLICATION-5CB5CFDC37582832']
modificationTimestamp
long
experimental The timestamp of the latest modification.
42
monitors
record
stable Relationship field that contains all monitors-relationships as nested fields. Opposite direction: monitored_by
Relationships: string[] dt.entity.application
runs_on
record
stable Relationship field that contains all runs_on-relationships as nested fields. Opposite direction: runs
experimental The frequency of a Synthetic monitor in minutes.
5
syntheticScreenshotRegularErrorUri
string
experimental The uri of a screenshot taken on error.
https://www.dynatrace.com/
syntheticScreenshotRegularUri
string
experimental The uri of a regular screenshot.
https://www.dynatrace.com/
syntheticScreenshotThumbnailErrorUri
string
experimental The uri of the thumbnail of a screenshot taken on error.
https://www.dynatrace.com/
syntheticScreenshotThumbnailUri
string
experimental The uri of the thumbnail of a regular screenshot.
https://www.dynatrace.com/
tags
string[]
experimental A string array containing all string representations of tags that are assigned to the entity. This includes manual tags and auto tags. The string represention contains Context, Key and Value.
['[context]key:value', 'key:value', 'value']
url
string
experimental The url of a browser monitor.
https://www.dynatrace.com/
Synthetic test step
Fields used for dt.entity.synthetic_test_step.
Synthetic test step fields
Attribute
Type
Description
Examples
belongs_to
record
stable Relationship field that contains all belongs_to-relationships as nested fields. Opposite direction: contains
Relationships: string dt.entity.synthetic_test
customIconPath
string
stable A custom icon property.
entity.name
string
resourcestable All entities have an entity.name field. The following fields will be considered in order to determine the value: entity.customized_name, entity.conditional_name, entity.detected_name.
easyTravel
entity.type
string
resourcestable The entity type.
host; service
id
string
stable The entity ID. Tags: entity-id
lifetime
timeframe
stable A complex record that contains two number fields start and end representing the timestamps of the entity being seen for the first time and for the last time. DQL datatype Duration.
sequenceNumber
long
stable The sequence number of the step within the synthetic HTTP monitor, indicating the order of execution of the steps.
42; 5; 1
tags
string[]
experimental A string array containing all string representations of tags that are assigned to the entity. This includes manual tags and auto tags. The string represention contains Context, Key and Value.
resourcestable The entity name as detected by Dynatrace or defined by the data source of the entity. Depending on the entity type this can involve different heuristics.
ip-10-100-200-5.eu-west-1.compute.internal
entity.name
string
resourcestable All entities have an entity.name field. The following fields will be considered in order to determine the value: entity.customized_name, entity.conditional_name, entity.detected_name.
easyTravel
entity.type
string
resourcestable The entity type.
host; service
icon
string
stable An icon property.
id
string
stable The entity ID. Tags: entity-id
lifetime
timeframe
stable A complex record that contains two number fields start and end representing the timestamps of the entity being seen for the first time and for the last time. DQL datatype Duration.
managed_by
record
stable Relationship field that contains all managed_by-relationships as nested fields. Opposite direction: manages
Relationships: string dt.entity.vcenter
tags
string[]
experimental A string array containing all string representations of tags that are assigned to the entity. This includes manual tags and auto tags. The string represention contains Context, Key and Value.
experimental Number of CPU cores on monitored host.
4
customIconPath
string
stable A custom icon property.
entity.detected_name
string
resourcestable The entity name as detected by Dynatrace or defined by the data source of the entity. Depending on the entity type this can involve different heuristics.
ip-10-100-200-5.eu-west-1.compute.internal
entity.name
string
resourcestable All entities have an entity.name field. The following fields will be considered in order to determine the value: entity.customized_name, entity.conditional_name, entity.detected_name.
easyTravel
entity.type
string
resourcestable The entity type.
host; service
hardwareModel
string
stable A hardwareModel property.
hardwareVendor
string
stable A hardwareVendor property.
hypervisorType
string
stable Discovered virtualization hypervisor.
KVM; VMWARE
icon
string
stable An icon property.
id
string
stable The entity ID. Tags: entity-id
inMaintenance
boolean
stable An inMaintenance property.
true
lifetime
timeframe
stable A complex record that contains two number fields start and end representing the timestamps of the entity being seen for the first time and for the last time. DQL datatype Duration.
managed_by
record
stable Relationship field that contains all managed_by-relationships as nested fields. Opposite direction: manages
Relationships: string dt.entity.vcenter
managementZones
array
stable Managment zones this entity belongs to.
Cloud: Google
memoryTotal
long
experimental Total memory of monitored host, expressed in bytes.
8141684736
oneAgentCustomHostName
string
stable The custom name defined in OneAgent config.
powerState
string
stable A powerState property.
productName
string
stable A productName property.
productVersion
string
stable A productVersion property.
runs
record
stable Relationship field that contains all runs-relationships as nested fields. Opposite direction: runs_on
experimental A string array containing all string representations of tags that are assigned to the entity. This includes manual tags and auto tags. The string represention contains Context, Key and Value.
stable Relationship field that contains all contains-relationships as nested fields. Opposite direction: belongs_to
Relationships: string[] dt.entity.hypervisor
customIconPath
string
stable A custom icon property.
entity.detected_name
string
resourcestable The entity name as detected by Dynatrace or defined by the data source of the entity. Depending on the entity type this can involve different heuristics.
ip-10-100-200-5.eu-west-1.compute.internal
entity.name
string
resourcestable All entities have an entity.name field. The following fields will be considered in order to determine the value: entity.customized_name, entity.conditional_name, entity.detected_name.
easyTravel
entity.type
string
resourcestable The entity type.
host; service
icon
string
stable An icon property.
id
string
stable The entity ID. Tags: entity-id
isDistributedResourceScheduler
boolean
stable An isDistributedResourceScheduler property.
true
isHighAvailability
boolean
stable An isHighAvailability property.
true
lifetime
timeframe
stable A complex record that contains two number fields start and end representing the timestamps of the entity being seen for the first time and for the last time. DQL datatype Duration.
oneAgentCustomHostName
string
stable The custom name defined in OneAgent config.
tags
string[]
experimental A string array containing all string representations of tags that are assigned to the entity. This includes manual tags and auto tags. The string represention contains Context, Key and Value.
resourcestable The entity name as detected by Dynatrace or defined by the data source of the entity. Depending on the entity type this can involve different heuristics.
ip-10-100-200-5.eu-west-1.compute.internal
entity.name
string
resourcestable All entities have an entity.name field. The following fields will be considered in order to determine the value: entity.customized_name, entity.conditional_name, entity.detected_name.
easyTravel
entity.type
string
resourcestable The entity type.
host; service
icon
string
stable An icon property.
id
string
stable The entity ID. Tags: entity-id
lifetime
timeframe
stable A complex record that contains two number fields start and end representing the timestamps of the entity being seen for the first time and for the last time. DQL datatype Duration.
oneAgentCustomHostName
string
stable The custom name defined in OneAgent config.
tags
string[]
experimental A string array containing all string representations of tags that are assigned to the entity. This includes manual tags and auto tags. The string represention contains Context, Key and Value.
stable Name constructed from BOSH vcap metadata in form of name/id.
mysql/fa96ff4c-8290-47ef-80c1-bbca9b4c699d
customIconPath
string
stable A custom icon property.
entity.conditional_name
string
resourcestable The entity name as defined by conditional naming rules. This name will be calculated based on a rules on the cluster side.
Cl-Prod1 Ser-1
entity.customized_name
string
resourcestable The entity name as defined in the entity settings screen. This name is statically defined by the user for a particular entity.
Host 1234
entity.detected_name
string
resourcestable The entity name as detected by Dynatrace or defined by the data source of the entity. Depending on the entity type this can involve different heuristics.
ip-10-100-200-5.eu-west-1.compute.internal
entity.name
string
resourcestable All entities have an entity.name field. The following fields will be considered in order to determine the value: entity.customized_name, entity.conditional_name, entity.detected_name.
easyTravel
entity.type
string
resourcestable The entity type.
host; service
gcpZone
string
stable GCP zone, retrieved from instance metadata service.
icon
string
stable An icon property.
id
string
stable The entity ID. Tags: entity-id
lifetime
timeframe
stable A complex record that contains two number fields start and end representing the timestamps of the entity being seen for the first time and for the last time. DQL datatype Duration.
managementZones
array
stable Managment zones this entity belongs to.
Cloud: Google
manages
record
stable Relationship field that contains all manages-relationships as nested fields. Opposite direction: managed_by
stable The custom name defined in OneAgent config.
tags
string[]
experimental A string array containing all string representations of tags that are assigned to the entity. This includes manual tags and auto tags. The string represention contains Context, Key and Value.
['[context]key:value', 'key:value', 'value']
vcenterFailedConnectionRetries
long
experimental A vcenterFailedConnectionRetries property.
42
vcenterHostNumber
long
experimental A vcenterHostNumber property.
42
vcenterInfo
string
stable A vcenterInfo property.
vcenterVmNumber
long
experimental A vcenterVmNumber property.
42
virtualizationSupervisor
string
stable A virtualizationSupervisor property.
VMWare Virtual Machine
Fields used for dt.entity.virtualmachine.
VMWare Virtual Machine fields
Attribute
Type
Description
Examples
belongs_to
record
stable Relationship field that contains all belongs_to-relationships as nested fields. Opposite direction: contains
Relationships: string dt.entity.vmware_datacenter
connectionState
string
stable A connectionState property.
contains
record
stable Relationship field that contains all contains-relationships as nested fields. Opposite direction: belongs_to
Relationships: string[] dt.entity.datastore
cpuCores
long
experimental Number of CPU cores on monitored host.
4
customIconPath
string
stable A custom icon property.
entity.detected_name
string
resourcestable The entity name as detected by Dynatrace or defined by the data source of the entity. Depending on the entity type this can involve different heuristics.
ip-10-100-200-5.eu-west-1.compute.internal
entity.name
string
resourcestable All entities have an entity.name field. The following fields will be considered in order to determine the value: entity.customized_name, entity.conditional_name, entity.detected_name.
easyTravel
entity.type
string
resourcestable The entity type.
host; service
guestOsFamily
string
stable A guestOsFamily property.
hypervisorType
string
stable Discovered virtualization hypervisor.
KVM; VMWARE
icon
string
stable An icon property.
id
string
stable The entity ID. Tags: entity-id
ipAddress
array
stable An array of IP addresses.
10.150.160.2; 10.150.160.3
lifetime
timeframe
stable A complex record that contains two number fields start and end representing the timestamps of the entity being seen for the first time and for the last time. DQL datatype Duration.
memoryTotal
long
experimental Total memory of monitored host, expressed in bytes.
8141684736
osType
string
stable Type of discovered operating system.
LINUX; WINDOWS
osVersion
string
stable Version of discovered operating system.
Ubuntu 16.04.7 LTS (Xenial Xerus) (kernel 4.15.0-206-generic); Windows Server 2022 Datacenter 21H2 2009, ver. 10.0.20348
powerState
string
stable A powerState property.
runs
record
stable Relationship field that contains all runs-relationships as nested fields. Opposite direction: runs_on
Relationships: string dt.entity.host
runs_on
record
stable Relationship field that contains all runs_on-relationships as nested fields. Opposite direction: runs
Relationships: string dt.entity.hypervisor
state
string
experimental State related to availability monitoring.
RUNNING
tags
string[]
experimental A string array containing all string representations of tags that are assigned to the entity. This includes manual tags and auto tags. The string represention contains Context, Key and Value.