Topology
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 the following 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
calls
Relationship field that contains all
calls
-relationships as nested fields.Opposite direction:
called_by
called_by
Relationship field that contains all
called_by
-relationships as nested fields.Opposite direction:
calls
runs
Relationship field that contains all
runs
-relationships as nested fields.Opposite direction:
runs_on
runs_on
Relationship field that contains all
runs_on
-relationships as nested fields.Opposite direction:
runs
instance_of
Relationship field that contains all
instance_of
-relationships as nested fields.Opposite direction:
instantiates
instantiates
Relationship field that contains all
instantiates
-relationships as nested fields.Opposite direction:
instance_of
parent_of
Relationship field that contains all
parent_of
-relationships as nested fields.Opposite direction:
child_of
child_of
Relationship field that contains all
child_of
-relationships as nested fields.Opposite direction:
parent_of
contains
Relationship field that contains all
contains
-relationships as nested fields.Opposite direction:
belongs_to
belongs_to
Relationship field that contains all
belongs_to
-relationships as nested fields.Opposite direction:
contains
balances
Relationship field that contains all
balances
-relationships as nested fields.Opposite direction:
balanced_by
balanced_by
Relationship field that contains all
balanced_by
-relationships as nested fields.Opposite direction:
balances
can_access
Relationship field that contains all
can_access
-relationships as nested fields.Opposite direction:
accessible_by
accessible_by
Relationship field that contains all
accessible_by
-relationships as nested fields.Opposite direction:
can_access
clustered_by
Relationship field that contains all
clustered_by
-relationships as nested fields.Opposite direction:
cluster_of
cluster_of
Relationship field that contains all
cluster_of
-relationships as nested fields.Opposite direction:
clustered_by
manages
Relationship field that contains all
manages
-relationships as nested fields.Opposite direction:
managed_by
managed_by
Relationship field that contains all
managed_by
-relationships as nested fields.Opposite direction:
manages
monitors
Relationship field that contains all
monitors
-relationships as nested fields.Opposite direction:
monitored_by
monitored_by
Relationship field that contains all
monitored_by
-relationships as nested fields.Opposite direction:
monitors
sends_to
Relationship field that contains all
sends_to
-relationships as nested fields.Opposite direction:
receives_from
receives_from
Relationship field that contains all
receives_from
-relationships as nested fields.Opposite direction:
sends_to
affects
Relationship field that contains all
affects
-relationships as nested fields.Opposite direction:
affected_by
affected_by
Relationship field that contains all
affected_by
-relationships as nested fields.Opposite direction:
affects
related_to
Relationship field that contains all
related_to
-relationships as nested fields. This is a bidirectional relationship
same_as
Relationship field that contains all
same_as
-relationships as nested fields. This is a bidirectional relationship
propagates_to
Relationship field that contains all
propagates_to
-relationships as nested fields.Opposite direction:
propagated_from
propagated_from
Relationship field that contains all
propagated_from
-relationships as nested fields.Opposite direction:
propagates_to
indirectly_sends_to
Relationship field that contains all
indirectly_sends_to
-relationships as nested fields.Opposite direction:
indirectly_receives_from
indirectly_receives_from
Relationship field that contains all
indirectly_receives_from
-relationships as nested fields.Opposite direction:
indirectly_sends_to
groups
Relationship field that contains all
groups
-relationships as nested fields.Opposite direction:
group_of
group_of
Relationship field that contains all
group_of
-relationships as nested fields.Opposite direction:
groups
consists_of
Relationship field that contains all
consists_of
-relationships as nested fields.Opposite direction:
part_of
part_of
Relationship field that contains all
part_of
-relationships as nested fields.Opposite direction:
consists_of
serves
Relationship field that contains all
serves
-relationships as nested fields.Opposite direction:
served_by
served_by
Relationship field that contains all
part_of
-relationships as nested fields.Opposite direction:
served_by
hosted_by
Relationship field that contains all
hosted_by
-relationships as nested fields.Opposite direction:
hosts
hosts
Relationship field that contains all
hosts
-relationships as nested fields.Opposite direction:
hosted_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.
Application
Entity of a RUM web application.
Fields
applicationType
The type of the RUM web application.
AUTO_INJECTED
calls
Relationship field that contains all
calls
-relationships as nested fields.Opposite direction:
called_by
Relationships:
string[] dt.entity.service
entity.name
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
The entity type
host
; service
id
The entity ID.
Tags:
entity-id
lifetime
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
Managment zones this entity belongs to.
Cloud: Google
monitored_by
Relationship field that contains all
monitored_by
-relationships as nested fields.Opposite direction:
monitors
Relationships:
string[] dt.entity.external_synthetic_test
string[] dt.entity.http_check
string[] dt.entity.synthetic_test
tags
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.
Fields
belongs_to
Relationship field that contains all
belongs_to
-relationships as nested fields.Opposite direction:
contains
Relationships:
string dt.entity.application
string dt.entity.application_method_group
entity.name
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
The entity type
host
; service
id
The entity ID.
Tags:
entity-id
lifetime
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
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.
Fields
contains
Relationship field that contains all
contains
-relationships as nested fields.Opposite direction:
belongs_to
Relationships:
string[] dt.entity.application_method
entity.name
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
The entity type
host
; service
group_of
Relationship field that contains all
group_of
-relationships as nested fields.Opposite direction:
groups
Relationships:
string dt.entity.application
id
The entity ID.
Tags:
entity-id
lifetime
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
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]
AWS Auto Scaling Group (Classic)
Query
Entities can be queried in Grail with the following query:
fetch dt.entity.auto_scaling_group| fieldsAdd accessible_by, arn, asgMaxSize,asgMinSize, asgSize, beanstalkEnvironmentName, contains, entity.detected_name, entity.name, entity.type, icon, id, instantiates, lifetime, managementZones, tags
accessible_by
Relationship field that contains all
accessible_by
-relationships as nested fields.Opposite direction:
can_access
Relationships:
string[] dt.entity.aws_credentials
arn
Amazon Resource Name (ARN)
arn:aws:lambda:us-east-1:478983378254:function:acceptanceWeatherBackend
asgMaxSize
An asgMaxSize property.
42
asgMinSize
An asgMinSize property.
42
asgSize
An asgSize property.
42
beanstalkEnvironmentName
A beanstalkEnvironmentName property.
contains
Relationship field that contains all
contains
-relationships as nested fields.Opposite direction:
belongs_to
Relationships:
string[] dt.entity.host
entity.detected_name
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
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
The entity type
host
; service
icon
An icon property.
id
The entity ID.
Tags:
entity-id
instantiates
Relationship field that contains all
instantiates
-relationships as nested fields.Opposite direction:
instance_of
Relationships:
string[] dt.entity.ec2_instance
lifetime
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
Managment zones this entity belongs to.
Cloud: Google
tags
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]
AWS Application Load Balancer (Classic)
Query
Entities can be queried in Grail with the following query:
fetch dt.entity.aws_application_load_balancer| fieldsAdd accessible_by, arn, awsVpcName, balances, beanstalkEnvironmentName, called_by, calls, dnsNames, entity.detected_name, entity.name, entity.type, icon, id, lbPortMultimap, lbUnhealthyInstances, lbUnhealthyIps, lifetime, managementZones, runs, sitesOfBalancedInstances, tags
accessible_by
Relationship field that contains all
accessible_by
-relationships as nested fields.Opposite direction:
can_access
Relationships:
string[] dt.entity.aws_credentials
arn
Amazon Resource Name (ARN)
arn:aws:lambda:us-east-1:478983378254:function:acceptanceWeatherBackend
awsVpcName
EC2 instance VPC name
vpc-12345678
balances
Relationship field that contains all
balances
-relationships as nested fields.Opposite direction:
balanced_by
Relationships:
string[] dt.entity.ec2_instance
beanstalkEnvironmentName
A beanstalkEnvironmentName property.
called_by
Relationship field that contains all
called_by
-relationships as nested fields.Opposite direction:
calls
Relationships:
string[] dt.entity.aws_application_load_balancer
string[] dt.entity.aws_lambda_function
string[] dt.entity.aws_network_load_balancer
string[] dt.entity.azure_api_management_service
string[] dt.entity.azure_application_gateway
string[] dt.entity.azure_cosmos_db
string[] dt.entity.azure_event_hub_namespace
string[] dt.entity.azure_function_app
string[] dt.entity.azure_iot_hub
string[] dt.entity.azure_load_balancer
string[] dt.entity.azure_redis_cache
string[] dt.entity.azure_service_bus_namespace
string[] dt.entity.azure_sql_server
string[] dt.entity.azure_storage_account
string[] dt.entity.custom_device
string[] dt.entity.custom_device_group
string[] dt.entity.elastic_load_balancer
string[] dt.entity.host
string[] dt.entity.process_group
string[] dt.entity.process_group_instance
string[] dt.entity.relational_database_service
calls
Relationship field that contains all
calls
-relationships as nested fields.Opposite direction:
called_by
Relationships:
string[] dt.entity.aws_application_load_balancer
string[] dt.entity.aws_lambda_function
string[] dt.entity.aws_network_load_balancer
string[] dt.entity.azure_api_management_service
string[] dt.entity.azure_application_gateway
string[] dt.entity.azure_cosmos_db
string[] dt.entity.azure_event_hub_namespace
string[] dt.entity.azure_function_app
string[] dt.entity.azure_iot_hub
string[] dt.entity.azure_load_balancer
string[] dt.entity.azure_redis_cache
string[] dt.entity.azure_service_bus_namespace
string[] dt.entity.azure_sql_server
string[] dt.entity.azure_storage_account
string[] dt.entity.custom_device
string[] dt.entity.custom_device_group
string[] dt.entity.elastic_load_balancer
string[] dt.entity.host
string[] dt.entity.process_group
string[] dt.entity.process_group_instance
string[] dt.entity.relational_database_service
dnsNames
A dnsNames property.
entity.detected_name
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
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
The entity type
host
; service
icon
An icon property.
id
The entity ID.
Tags:
entity-id
ipAddress
An array of IP addresses.
10.150.160.2
; 10.150.160.3
lbBalancedIps
A lbBalancedIps property.
lbPortMultimap
A lbPortMultimap property.
lbUnhealthyInstances
A lbUnhealthyInstances property.
lbUnhealthyIps
A lbUnhealthyIps property.
lifetime
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
Managment zones this entity belongs to.
Cloud: Google
runs
Relationship field that contains all
runs
-relationships as nested fields.Opposite direction:
runs_on
Relationships:
string[] dt.entity.custom_device
string[] dt.entity.queue_instance
string[] dt.entity.service
string[] dt.entity.service_instance
sitesOfBalancedInstances
A sitesOfBalancedInstances property.
tags
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]
AWS Availability Zone (Classic)
Query
Entities can be queried in Grail with the following query:
fetch dt.entity.aws_availability_zone| fieldsadd accessible_by,contains,entity.detected_name,entity.name,entity.type,icon,id,lifetime,managementZones,regionName,tags
accessible_by
Relationship field that contains all
accessible_by
-relationships as nested fields.Opposite direction:
can_access
Relationships:
string[] dt.entity.aws_credentials
contains
Relationship field that contains all
contains
-relationships as nested fields.Opposite direction:
belongs_to
Relationships:
string[] dt.entity.aws_lambda_function
string[] dt.entity.dynamo_db_table
string[] dt.entity.ec2_instance
string[] dt.entity.host
string[] dt.entity.relational_database_service
entity.conditional_name
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
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
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
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
The entity type
host
; service
gcpZone
GCP zone, retrieved from instance metadata service.
icon
An icon property.
id
The entity ID.
Tags:
entity-id
lifetime
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
Managment zones this entity belongs to.
Cloud: Google
oneAgentCustomHostName
The custom name defined in OneAgent config.
regionName
A regionName property.
tags
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]
AWS Credentials (Classic)
Query
Entities can be queried in Grail with the following query:
fetch dt.entity.aws_credentials| fieldsadd awsAccountId,can_access,entity.detected_name,entity.name,entity.type,icon,id,lifetime,managementZones,tags
awsAccountId
EC2 instance AWS account id.
123456789012
can_access
Relationship field that contains all
can_access
-relationships as nested fields.Opposite direction:
accessible_by
Relationships:
string[] dt.entity.auto_scaling_group
string[] dt.entity.aws_application_load_balancer
string[] dt.entity.aws_availability_zone
string[] dt.entity.aws_lambda_function
string[] dt.entity.aws_network_load_balancer
string[] dt.entity.custom_device
string[] dt.entity.custom_device_group
string[] dt.entity.dynamo_db_table
string[] dt.entity.ec2_instance
string[] dt.entity.elastic_load_balancer
string[] dt.entity.relational_database_service
string[] dt.entity.s3bucket
entity.detected_name
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
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
The entity type
host
; service
icon
An icon property.
id
The entity ID.
Tags:
entity-id
lifetime
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
Managment zones this entity belongs to.
Cloud: Google
tags
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]
AWS Lambda (Classic)
Query
Entities can be queried in Grail with the following query:
fetch dt.entity.aws_lambda_function| fieldsadd accessible_by,apiEndpointUrls,arn,awsCodeSize,awsMemorySize,awsNameTag,awsRuntime,awsTimeout,awsVersion,belongs_to,called_by,calls,entity.detected_name,entity.name,entity.type,icon,id,lifetime,managementZones,runs,softwareTechnologies,tags
accessible_by
Relationship field that contains all
accessible_by
-relationships as nested fields.Opposite direction:
can_access
Relationships:
string[] dt.entity.aws_credentials
apiEndpointUrls
An apiEndpointUrls property.
arn
Amazon Resource Name (ARN)
arn:aws:lambda:us-east-1:478983378254:function:acceptanceWeatherBackend
awsCodeSize
AWS Lambda Code size.
42
awsMemorySize
AWS Lambda memory size.
42
awsRuntime
AWS Lambda runtime.
nodejs20.x
awsTimeout
AWS Lambda timeout.
42
awsVersion
AWS Lambda version.
$LATEST
belongs_to
Relationship field that contains all
belongs_to
-relationships as nested fields.Opposite direction:
contains
Relationships:
string dt.entity.aws_availability_zone
called_by
Relationship field that contains all
called_by
-relationships as nested fields.Opposite direction:
calls
Relationships:
string[] dt.entity.aws_application_load_balancer
string[] dt.entity.aws_lambda_function
string[] dt.entity.aws_network_load_balancer
string[] dt.entity.azure_api_management_service
string[] dt.entity.azure_application_gateway
string[] dt.entity.azure_cosmos_db
string[] dt.entity.azure_event_hub_namespace
string[] dt.entity.azure_function_app
string[] dt.entity.azure_iot_hub
string[] dt.entity.azure_load_balancer
string[] dt.entity.azure_redis_cache
string[] dt.entity.azure_service_bus_namespace
string[] dt.entity.azure_sql_server
string[] dt.entity.azure_storage_account
string[] dt.entity.custom_device
string[] dt.entity.custom_device_group
string[] dt.entity.elastic_load_balancer
string[] dt.entity.process_group
string[] dt.entity.process_group_instance
string[] dt.entity.relational_database_service
calls
Relationship field that contains all
calls
-relationships as nested fields.Opposite direction:
called_by
Relationships:
string[] dt.entity.aws_application_load_balancer
string[] dt.entity.aws_lambda_function
string[] dt.entity.aws_network_load_balancer
string[] dt.entity.azure_api_management_service
string[] dt.entity.azure_application_gateway
string[] dt.entity.azure_cosmos_db
string[] dt.entity.azure_event_hub_namespace
string[] dt.entity.azure_function_app
string[] dt.entity.azure_iot_hub
string[] dt.entity.azure_load_balancer
string[] dt.entity.azure_redis_cache
string[] dt.entity.azure_service_bus_namespace
string[] dt.entity.azure_sql_server
string[] dt.entity.azure_storage_account
string[] dt.entity.custom_device
string[] dt.entity.custom_device_group
string[] dt.entity.elastic_load_balancer
string[] dt.entity.host
string[] dt.entity.process_group
string[] dt.entity.process_group_instance
string[] dt.entity.relational_database_service
entity.detected_name
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
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
The entity type
host
; service
icon
An icon property.
id
The entity ID.
Tags:
entity-id
lifetime
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
Managment zones this entity belongs to.
Cloud: Google
runs
Relationship field that contains all
runs
-relationships as nested fields.Opposite direction:
runs_on
Relationships:
string[] dt.entity.custom_device
string[] dt.entity.queue_instance
string[] dt.entity.service
string[] dt.entity.service_instance
softwareTechnologies
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.
type:DOTNET,edition:.NET Framework,version:4.8.9139.0
; type:KUBERNETES,edition:worker,version:null
tags
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]
AWS Network Load Balancer (Classic)
Query
Entities can be queried in Grail with the following query:
fetch dt.entity.aws_network_load_balancer| fieldsadd accessible_by,arn,awsVpcName,balances,beanstalkEnvironmentName,called_by,calls,dnsNames,entity.detected_name,entity.name,entity.type,icon,id,ipAddress,lbBalancedIps,lbPortMultimap,lbUnhealthyInstances,lbUnhealthyIps,lifetime,managementZones,runs,sitesOfBalancedInstances,tags
accessible_by
Relationship field that contains all
accessible_by
-relationships as nested fields.Opposite direction:
can_access
Relationships:
string[] dt.entity.aws_credentials
arn
Amazon Resource Name (ARN)
arn:aws:lambda:us-east-1:478983378254:function:acceptanceWeatherBackend
awsVpcName
EC2 instance VPC name
vpc-12345678
balances
Relationship field that contains all
balances
-relationships as nested fields.Opposite direction:
balanced_by
Relationships:
string[] dt.entity.ec2_instance
beanstalkEnvironmentName
A beanstalkEnvironmentName property.
called_by
Relationship field that contains all
called_by
-relationships as nested fields.Opposite direction:
calls
Relationships:
string[] dt.entity.aws_application_load_balancer
string[] dt.entity.aws_lambda_function
string[] dt.entity.aws_network_load_balancer
string[] dt.entity.azure_api_management_service
string[] dt.entity.azure_application_gateway
string[] dt.entity.azure_cosmos_db
string[] dt.entity.azure_event_hub_namespace
string[] dt.entity.azure_function_app
string[] dt.entity.azure_iot_hub
string[] dt.entity.azure_load_balancer
string[] dt.entity.azure_redis_cache
string[] dt.entity.azure_service_bus_namespace
string[] dt.entity.azure_sql_server
string[] dt.entity.azure_storage_account
string[] dt.entity.custom_device
string[] dt.entity.custom_device_group
string[] dt.entity.elastic_load_balancer
string[] dt.entity.host
string[] dt.entity.process_group
string[] dt.entity.process_group_instance
string[] dt.entity.relational_database_service
calls
Relationship field that contains all
calls
-relationships as nested fields.Opposite direction:
called_by
Relationships:
string[] dt.entity.aws_application_load_balancer
string[] dt.entity.aws_lambda_function
string[] dt.entity.aws_network_load_balancer
string[] dt.entity.azure_api_management_service
string[] dt.entity.azure_application_gateway
string[] dt.entity.azure_cosmos_db
string[] dt.entity.azure_event_hub_namespace
string[] dt.entity.azure_function_app
string[] dt.entity.azure_iot_hub
string[] dt.entity.azure_load_balancer
string[] dt.entity.azure_redis_cache
string[] dt.entity.azure_service_bus_namespace
string[] dt.entity.azure_sql_server
string[] dt.entity.azure_storage_account
string[] dt.entity.custom_device
string[] dt.entity.custom_device_group
string[] dt.entity.elastic_load_balancer
string[] dt.entity.host
string[] dt.entity.process_group
string[] dt.entity.process_group_instance
string[] dt.entity.relational_database_service
dnsNames
A dnsNames property.
entity.detected_name
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
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
The entity type
host
; service
icon
An icon property.
id
The entity ID.
Tags:
entity-id
ipAddress
An array of IP addresses.
10.150.160.2
; 10.150.160.3
lbBalancedIps
A lbBalancedIps property.
lbPortMultimap
A lbPortMultimap property.
lbUnhealthyInstances
A lbUnhealthyInstances property.
lbUnhealthyIps
A lbUnhealthyIps property.
lifetime
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
Managment zones this entity belongs to.
Cloud: Google
runs
Relationship field that contains all
runs
-relationships as nested fields.Opposite direction:
runs_on
Relationships:
string[] dt.entity.custom_device
string[] dt.entity.queue_instance
string[] dt.entity.service
string[] dt.entity.service_instance
sitesOfBalancedInstances
A sitesOfBalancedInstances property.
tags
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]
Azure API Management Service (Classic)
Query
Entities can be queried in Grail with the following query:
fetch dt.entity.azure_api_management_service| fieldsadd accessible_by, azureApiMgmtSku, azureResourceGroupName, belongs_to, called_by, calls, dnsNames, entity.detected_name, entity.name, entity.type, icon, id, ipAddress, lifetime, managementZones, runs, tags
accessible_by
Relationship field that contains all
accessible_by
-relationships as nested fields.Opposite direction:
can_access
Relationships:
string[] dt.entity.azure_subscription
azureApiMgmtSku
Azure API management SKU
azureResourceGroupName
Azure Resource Group name.
my-resource-group
belongs_to
Relationship field that contains all
belongs_to
-relationships as nested fields.Opposite direction:
contains
Relationships:
string dt.entity.azure_region
called_by
Relationship field that contains all
called_by
-relationships as nested fields.Opposite direction:
calls
Relationships:
string[] dt.entity.aws_application_load_balancer
string[] dt.entity.aws_lambda_function
string[] dt.entity.aws_network_load_balancer
string[] dt.entity.azure_api_management_service
string[] dt.entity.azure_application_gateway
string[] dt.entity.azure_cosmos_db
string[] dt.entity.azure_event_hub_namespace
string[] dt.entity.azure_function_app
string[] dt.entity.azure_iot_hub
string[] dt.entity.azure_load_balancer
string[] dt.entity.azure_redis_cache
string[] dt.entity.azure_service_bus_namespace
string[] dt.entity.azure_sql_server
string[] dt.entity.azure_storage_account
string[] dt.entity.custom_device
string[] dt.entity.custom_device_group
string[] dt.entity.elastic_load_balancer
string[] dt.entity.host
string[] dt.entity.process_group
string[] dt.entity.process_group_instance
string[] dt.entity.relational_database_service
calls
Relationship field that contains all
calls
-relationships as nested fields.Opposite direction:
called_by
Relationships:
string[] dt.entity.aws_application_load_balancer
string[] dt.entity.aws_lambda_function
string[] dt.entity.aws_network_load_balancer
string[] dt.entity.azure_api_management_service
string[] dt.entity.azure_application_gateway
string[] dt.entity.azure_cosmos_db
string[] dt.entity.azure_event_hub_namespace
string[] dt.entity.azure_function_app
string[] dt.entity.azure_iot_hub
string[] dt.entity.azure_load_balancer
string[] dt.entity.azure_redis_cache
string[] dt.entity.azure_service_bus_namespace
string[] dt.entity.azure_sql_server
string[] dt.entity.azure_storage_account
string[] dt.entity.custom_device
string[] dt.entity.custom_device_group
string[] dt.entity.elastic_load_balancer
string[] dt.entity.host
string[] dt.entity.process_group
string[] dt.entity.process_group_instance
string[] dt.entity.relational_database_service
dnsNames
A dnsNames property.
entity.detected_name
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
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
The entity type
host
; service
icon
An icon property.
id
The entity ID.
Tags:
entity-id
ipAddress
An array of IP addresses.
10.150.160.2
; 10.150.160.3
lifetime
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
Managment zones this entity belongs to.
Cloud: Google
runs
Relationship field that contains all
runs
-relationships as nested fields.Opposite direction:
runs_on
Relationships:
string[] dt.entity.custom_device
string[] dt.entity.queue_instance
string[] dt.entity.service
string[] dt.entity.service_instance
tags
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]
Azure App Service Plan (Classic)
Query
Entities can be queried in Grail with the following query:
fetch dt.entity.azure_app_service_plan| fieldsadd accessible_by, azureAppServicePlanTier, azureResourceGroupName, contains, entity.detected_name, entity.name, entity.type, icon, id, lifetime, managementZones, tags
accessible_by
Relationship field that contains all
accessible_by
-relationships as nested fields.Opposite direction:
can_access
Relationships:
string[] dt.entity.azure_subscription
azureAppServicePlanTier
Azure App Service Plan tier
azureResourceGroupName
Azure Resource Group name.
my-resource-group
contains
Relationship field that contains all
contains
-relationships as nested fields.Opposite direction:
belongs_to
Relationships:
string[] dt.entity.azure_function_app
string[] dt.entity.azure_web_app
entity.conditional_name
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.name
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
The entity type
host
; service
icon
An icon property.
id
The entity ID.
Tags:
entity-id
lifetime
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
Managment zones this entity belongs to.
Cloud: Google
tags
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]
Azure Application Gateway (Classic)
Query
Entities can be queried in Grail with the following query:
fetch dt.entity.azure_application_gateway| fieldsadd accessible_by, azureResourceGroupName, balances, belongs_to, called_by, calls, dnsNames, entity.detected_name, entity.name, entity.type, icon, id, ipAddress, lifetime, listenPorts, managementZones, runs, tags
accessible_by
Relationship field that contains all
accessible_by
-relationships as nested fields.Opposite direction:
can_access
Relationships:
string[] dt.entity.azure_subscription
azureResourceGroupName
Azure Resource Group name.
my-resource-group
balances
Relationship field that contains all
balances
-relationships as nested fields.Opposite direction:
balanced_by
Relationships:
string[] dt.entity.azure_vm
belongs_to
Relationship field that contains all
belongs_to
-relationships as nested fields.Opposite direction:
contains
Relationships:
string dt.entity.azure_region
boshName
Name constructed from BOSH vcap metadata in form of name/id.
mysql/fa96ff4c-8290-47ef-80c1-bbca9b4c699d
called_by
Relationship field that contains all
called_by
-relationships as nested fields.Opposite direction:
calls
Relationships:
string[] dt.entity.aws_application_load_balancer
string[] dt.entity.aws_lambda_function
string[] dt.entity.aws_network_load_balancer
string[] dt.entity.azure_api_management_service
string[] dt.entity.azure_application_gateway
string[] dt.entity.azure_cosmos_db
string[] dt.entity.azure_event_hub_namespace
string[] dt.entity.azure_function_app
string[] dt.entity.azure_iot_hub
string[] dt.entity.azure_load_balancer
string[] dt.entity.azure_redis_cache
string[] dt.entity.azure_service_bus_namespace
string[] dt.entity.azure_sql_server
string[] dt.entity.azure_storage_account
string[] dt.entity.custom_device
string[] dt.entity.custom_device_group
string[] dt.entity.elastic_load_balancer
string[] dt.entity.host
string[] dt.entity.process_group
string[] dt.entity.process_group_instance
string[] dt.entity.relational_database_service
calls
Relationship field that contains all
calls
-relationships as nested fields.Opposite direction:
called_by
Relationships:
string[] dt.entity.aws_application_load_balancer
string[] dt.entity.aws_lambda_function
string[] dt.entity.aws_network_load_balancer
string[] dt.entity.azure_api_management_service
string[] dt.entity.azure_application_gateway
string[] dt.entity.azure_cosmos_db
string[] dt.entity.azure_event_hub_namespace
string[] dt.entity.azure_function_app
string[] dt.entity.azure_iot_hub
string[] dt.entity.azure_load_balancer
string[] dt.entity.azure_redis_cache
string[] dt.entity.azure_service_bus_namespace
string[] dt.entity.azure_sql_server
string[] dt.entity.azure_storage_account
string[] dt.entity.custom_device
string[] dt.entity.custom_device_group
string[] dt.entity.elastic_load_balancer
string[] dt.entity.host
string[] dt.entity.process_group
string[] dt.entity.process_group_instance
string[] dt.entity.relational_database_service
dnsNames
A dnsNames property.
entity.detected_name
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
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
The entity type
host
; service
icon
An icon property.
id
The entity ID.
Tags:
entity-id
ipAddress
An array of IP addresses.
10.150.160.2
; 10.150.160.3
lifetime
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
An array of open listen ports.
50000
; 50001
; 50002
; 50003
managementZones
Managment zones this entity belongs to.
Cloud: Google
runs
Relationship field that contains all
runs
-relationships as nested fields.Opposite direction:
runs_on
Relationships:
string[] dt.entity.custom_device
string[] dt.entity.queue_instance
string[] dt.entity.service
string[] dt.entity.service_instance
tags
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]
Azure Cosmos DB (Classic)
Query
Entities can be queried in Grail with the following query:
fetch dt.entity.azure_cosmos_db| fieldsadd accessible_by, azureCosmosDbAccountType, azureResourceGroupName, belongs_to, called_by, calls, dnsNames, entity.detected_name, entity.name, entity.type, icon, id, lifetime, managementZones, runs, tags
accessible_by
Relationship field that contains all
accessible_by
-relationships as nested fields.Opposite direction:
can_access
Relationships:
string[] dt.entity.azure_subscription
azureCosmosDbAccountType
Azure Cosmos DB account type.
AZURE_COSMOSDB_ACCOUNT_TYPE_MONGO_DB
azureResourceGroupName
Azure Resource Group name.
my-resource-group
belongs_to
Relationship field that contains all
belongs_to
-relationships as nested fields.Opposite direction:
contains
Relationships:
string dt.entity.azure_region
boshName
Name constructed from BOSH vcap metadata in form of name/id.
mysql/fa96ff4c-8290-47ef-80c1-bbca9b4c699d
called_by
Relationship field that contains all
called_by
-relationships as nested fields.Opposite direction:
calls
Relationships:
string[] dt.entity.aws_application_load_balancer
string[] dt.entity.aws_lambda_function
string[] dt.entity.aws_network_load_balancer
string[] dt.entity.azure_api_management_service
string[] dt.entity.azure_application_gateway
string[] dt.entity.azure_cosmos_db
string[] dt.entity.azure_event_hub_namespace
string[] dt.entity.azure_function_app
string[] dt.entity.azure_iot_hub
string[] dt.entity.azure_load_balancer
string[] dt.entity.azure_redis_cache
string[] dt.entity.azure_service_bus_namespace
string[] dt.entity.azure_sql_server
string[] dt.entity.azure_storage_account
string[] dt.entity.custom_device
string[] dt.entity.custom_device_group
string[] dt.entity.elastic_load_balancer
string[] dt.entity.host
string[] dt.entity.process_group
string[] dt.entity.process_group_instance
string[] dt.entity.relational_database_service
calls
Relationship field that contains all
calls
-relationships as nested fields.Opposite direction:
called_by
Relationships:
string[] dt.entity.aws_application_load_balancer
string[] dt.entity.aws_lambda_function
string[] dt.entity.aws_network_load_balancer
string[] dt.entity.azure_api_management_service
string[] dt.entity.azure_application_gateway
string[] dt.entity.azure_cosmos_db
string[] dt.entity.azure_event_hub_namespace
string[] dt.entity.azure_function_app
string[] dt.entity.azure_iot_hub
string[] dt.entity.azure_load_balancer
string[] dt.entity.azure_redis_cache
string[] dt.entity.azure_service_bus_namespace
string[] dt.entity.azure_sql_server
string[] dt.entity.azure_storage_account
string[] dt.entity.custom_device
string[] dt.entity.custom_device_group
string[] dt.entity.elastic_load_balancer
string[] dt.entity.host
string[] dt.entity.process_group
string[] dt.entity.process_group_instance
string[] dt.entity.relational_database_service
dnsNames
A dnsNames property.
entity.detected_name
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
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
The entity type
host
; service
icon
An icon property.
id
The entity ID.
Tags:
entity-id
lifetime
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
Managment zones this entity belongs to.
Cloud: Google
runs
Relationship field that contains all
runs
-relationships as nested fields.Opposite direction:
runs_on
Relationships:
string[] dt.entity.custom_device
string[] dt.entity.queue_instance
string[] dt.entity.service
string[] dt.entity.service_instance
tags
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]
Azure Credentials (Classic)
Query
Entities can be queried in Grail with the following query:
fetch dt.entity.azure_credentials| fieldsadd azureResourceGroupName, belongs_to, can_access, entity.detected_name, entity.name, entity.type, icon, id, lifetime, managementZones, tags
azureResourceGroupName
Azure Resource Group name.
my-resource-group
belongs_to
Relationship field that contains all
belongs_to
-relationships as nested fields.Opposite direction:
contains
Relationships:
string[] dt.entity.azure_subscription
boshName
Name constructed from BOSH vcap metadata in form of name/id.
mysql/fa96ff4c-8290-47ef-80c1-bbca9b4c699d
can_access
Relationship field that contains all
can_access
-relationships as nested fields.Opposite direction:
accessible_by
Relationships:
string[] dt.entity.custom_device
string[] dt.entity.custom_device_group
entity.detected_name
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
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
The entity type
host
; service
icon
An icon property.
id
The entity ID.
Tags:
entity-id
lifetime
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
Managment zones this entity belongs to.
Cloud: Google
tags
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]
Azure Event Hub (Classic)
Query
Entities can be queried in Grail with the following query:
fetch dt.entity.azure_event_hub| fieldsadd accessible_by, azureEventHubMessageRetentionDays, azureEventHubPartitionCount, azureResourceGroupName, belongs_to, entity.detected_name, entity.name, entity.type, icon, id, lifetime, managementZones, tags
accessible_by
Relationship field that contains all
accessible_by
-relationships as nested fields.Opposite direction:
can_access
Relationships:
string[] dt.entity.azure_subscription
azureEventHubMessageRetentionDays
Azure Event Hub message retention days.
1
azureEventHubPartitionCount
Azure Event Hub partition count.
2
azureResourceGroupName
Azure Resource Group name.
my-resource-group
belongs_to
Relationship field that contains all
belongs_to
-relationships as nested fields.Opposite direction:
contains
Relationships:
string dt.entity.azure_event_hub_namespace
string dt.entity.azure_storage_account
entity.detected_name
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
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
The entity type
host
; service
icon
An icon property.
id
The entity ID.
Tags:
entity-id
lifetime
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
Managment zones this entity belongs to.
Cloud: Google
tags
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]
Azure Event Hub Namespace (Classic)
Query
Entities can be queried in Grail with the following query:
fetch dt.entity.azure_event_hub_namespace| fieldsadd accessible_by, azureEventHubNamespaceSku, azureResourceGroupName, belongs_to, called_by, calls, contains, dnsNames, entity.detected_name, entity.name, entity.type, icon, id, lifetime, managementZones, runs, tags
accessible_by
Relationship field that contains all
accessible_by
-relationships as nested fields.Opposite direction:
can_access
Relationships:
string[] dt.entity.azure_subscription
azureEventHubNamespaceSku
Azure Event Hub Namespace SKU.
AZURE_EVENT_HUB_NAMESPACE_SKU_BASIC
azureResourceGroupName
Azure Resource Group name.
my-resource-group
belongs_to
Relationship field that contains all
belongs_to
-relationships as nested fields.Opposite direction:
contains
Relationships:
string dt.entity.azure_region
called_by
Relationship field that contains all
called_by
-relationships as nested fields.Opposite direction:
calls
Relationships:
string[] dt.entity.aws_application_load_balancer
string[] dt.entity.aws_lambda_function
string[] dt.entity.aws_network_load_balancer
string[] dt.entity.azure_api_management_service
string[] dt.entity.azure_application_gateway
string[] dt.entity.azure_cosmos_db
string[] dt.entity.azure_event_hub_namespace
string[] dt.entity.azure_function_app
string[] dt.entity.azure_iot_hub
string[] dt.entity.azure_load_balancer
string[] dt.entity.azure_redis_cache
string[] dt.entity.azure_service_bus_namespace
string[] dt.entity.azure_sql_server
string[] dt.entity.azure_storage_account
string[] dt.entity.custom_device
string[] dt.entity.custom_device_group
string[] dt.entity.elastic_load_balancer
string[] dt.entity.host
string[] dt.entity.process_group
string[] dt.entity.process_group_instance
string[] dt.entity.relational_database_service
calls
Relationship field that contains all
calls
-relationships as nested fields.Opposite direction:
called_by
Relationships:
string[] dt.entity.aws_application_load_balancer
string[] dt.entity.aws_lambda_function
string[] dt.entity.aws_network_load_balancer
string[] dt.entity.azure_api_management_service
string[] dt.entity.azure_application_gateway
string[] dt.entity.azure_cosmos_db
string[] dt.entity.azure_event_hub_namespace
string[] dt.entity.azure_function_app
string[] dt.entity.azure_iot_hub
string[] dt.entity.azure_load_balancer
string[] dt.entity.azure_redis_cache
string[] dt.entity.azure_service_bus_namespace
string[] dt.entity.azure_sql_server
string[] dt.entity.azure_storage_account
string[] dt.entity.custom_device
string[] dt.entity.custom_device_group
string[] dt.entity.elastic_load_balancer
string[] dt.entity.host
string[] dt.entity.process_group
string[] dt.entity.process_group_instance
string[] dt.entity.relational_database_service
contains
Relationship field that contains all
contains
-relationships as nested fields.Opposite direction:
belongs_to
Relationships:
string[] dt.entity.azure_event_hub
dnsNames
A dnsNames property.
entity.detected_name
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
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
The entity type
host
; service
icon
An icon property.
id
The entity ID.
Tags:
entity-id
lifetime
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
Managment zones this entity belongs to.
Cloud: Google
runs
Relationship field that contains all
runs
-relationships as nested fields.Opposite direction:
runs_on
Relationships:
string[] dt.entity.custom_device
string[] dt.entity.queue_instance
string[] dt.entity.service
string[] dt.entity.service_instance
tags
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]
Azure Function (Classic)
Query
Entities can be queried in Grail with the following query:
fetch dt.entity.azure_function_app| fieldsadd accessible_by, azureFunctionLanguage, azureResourceGroupName, azureResourceId, belongs_to, called_by, calls, dnsNames, entity.detected_name, entity.name, entity.type, icon, id, lifetime, managementZones, runs, sku, tags
accessible_by
Relationship field that contains all
accessible_by
-relationships as nested fields.Opposite direction:
can_access
Relationships:
string[] dt.entity.azure_subscription
azureFunctionLanguage
Azure Function language.
dotnet-isolated
azureResourceGroupName
Azure Resource Group name.
my-resource-group
azureResourceId
Azure VM resource id.
/subscriptions/000000000-0000-0000-0000-000000000000/resourceGroups/abc-rg/providers/Microsoft.Compute/virtualMachines/my-vm
belongs_to
Relationship field that contains all
belongs_to
-relationships as nested fields.Opposite direction:
contains
Relationships:
string dt.entity.azure_app_service_plan
string[] dt.entity.host
string[] dt.entity.process_group
string[] dt.entity.process_group_instance
called_by
Relationship field that contains all
called_by
-relationships as nested fields.Opposite direction:
calls
Relationships:
string[] dt.entity.aws_application_load_balancer
string[] dt.entity.aws_lambda_function
string[] dt.entity.aws_network_load_balancer
string[] dt.entity.azure_api_management_service
string[] dt.entity.azure_application_gateway
string[] dt.entity.azure_cosmos_db
string[] dt.entity.azure_event_hub_namespace
string[] dt.entity.azure_function_app
string[] dt.entity.azure_iot_hub
string[] dt.entity.azure_load_balancer
string[] dt.entity.azure_redis_cache
string[] dt.entity.azure_service_bus_namespace
string[] dt.entity.azure_sql_server
string[] dt.entity.azure_storage_account
string[] dt.entity.custom_device_group
string[] dt.entity.elastic_load_balancer
string[] dt.entity.process_group
string[] dt.entity.relational_database_service
calls
Relationship field that contains all
calls
-relationships as nested fields.Opposite direction:
called_by
Relationships:
string[] dt.entity.aws_application_load_balancer
string[] dt.entity.aws_lambda_function
string[] dt.entity.aws_network_load_balancer
string[] dt.entity.azure_api_management_service
string[] dt.entity.azure_application_gateway
string[] dt.entity.azure_cosmos_db
string[] dt.entity.azure_event_hub_namespace
string[] dt.entity.azure_function_app
string[] dt.entity.azure_iot_hub
string[] dt.entity.azure_load_balancer
string[] dt.entity.azure_redis_cache
string[] dt.entity.azure_service_bus_namespace
string[] dt.entity.azure_sql_server
string[] dt.entity.azure_storage_account
string[] dt.entity.custom_device_group
string[] dt.entity.elastic_load_balancer
string[] dt.entity.process_group
string[] dt.entity.relational_database_service
dnsNames
A dnsNames property.
entity.detected_name
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
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
The entity type
host
; service
icon
An icon property.
id
The entity ID.
Tags:
entity-id
lifetime
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
Managment zones this entity belongs to.
Cloud: Google
runs
Relationship field that contains all
runs
-relationships as nested fields.Opposite direction:
runs_on
Relationships:
string[] dt.entity.service
sku
A sku property.
tags
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]
Azure Iot Hub (Classic)
Query
Entities can be queried in Grail with the following query:
fetch dt.entity.azure_iot_hub| fieldsadd accessible_by, azureIotHubBuildInEventHubEndpoint, azureIotHubCapacityProvisionedUnits, azurePricingTier, azureResourceGroupName, belongs_to, called_by, calls, dnsNames, entity.detected_name, entity.name, entity.type, icon, id, lifetime, managementZones, runs, sku, tags
accessible_by
Relationship field that contains all
accessible_by
-relationships as nested fields.Opposite direction:
can_access
Relationships:
string[] dt.entity.azure_subscription
azureIotHubBuildInEventHubEndpoint
Aazure Iot Hub build in Event Hub endpoint.
1231231231namespace.servicebus.windows.net
azureIotHubCapacityProvisionedUnits
Azure IoT Hub capacity provisioned units.
1
azurePricingTier
Azure IoT Hub pricing tier.
Free
azureResourceGroupName
Azure Resource Group name.
my-resource-group
belongs_to
Relationship field that contains all
belongs_to
-relationships as nested fields.Opposite direction:
contains
Relationships:
string dt.entity.azure_region
called_by
Relationship field that contains all
called_by
-relationships as nested fields.Opposite direction:
calls
Relationships:
string[] dt.entity.aws_application_load_balancer
string[] dt.entity.aws_lambda_function
string[] dt.entity.aws_network_load_balancer
string[] dt.entity.azure_api_management_service
string[] dt.entity.azure_application_gateway
string[] dt.entity.azure_cosmos_db
string[] dt.entity.azure_event_hub_namespace
string[] dt.entity.azure_function_app
string[] dt.entity.azure_iot_hub
string[] dt.entity.azure_load_balancer
string[] dt.entity.azure_redis_cache
string[] dt.entity.azure_service_bus_namespace
string[] dt.entity.azure_sql_server
string[] dt.entity.azure_storage_account
string[] dt.entity.custom_device
string[] dt.entity.custom_device_group
string[] dt.entity.elastic_load_balancer
string[] dt.entity.host
string[] dt.entity.process_group
string[] dt.entity.process_group_instance
string[] dt.entity.relational_database_service
calls
Relationship field that contains all
calls
-relationships as nested fields.Opposite direction:
called_by
Relationships:
string[] dt.entity.aws_application_load_balancer
string[] dt.entity.aws_lambda_function
string[] dt.entity.aws_network_load_balancer
string[] dt.entity.azure_api_management_service
string[] dt.entity.azure_application_gateway
string[] dt.entity.azure_cosmos_db
string[] dt.entity.azure_event_hub_namespace
string[] dt.entity.azure_function_app
string[] dt.entity.azure_iot_hub
string[] dt.entity.azure_load_balancer
string[] dt.entity.azure_redis_cache
string[] dt.entity.azure_service_bus_namespace
string[] dt.entity.azure_sql_server
string[] dt.entity.azure_storage_account
string[] dt.entity.custom_device
string[] dt.entity.custom_device_group
string[] dt.entity.elastic_load_balancer
string[] dt.entity.host
string[] dt.entity.process_group
string[] dt.entity.process_group_instance
string[] dt.entity.relational_database_service
dnsNames
A dnsNames property.
entity.detected_name
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
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
The entity type
host
; service
icon
An icon property.
id
The entity ID.
Tags:
entity-id
lifetime
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
Managment zones this entity belongs to.
Cloud: Google
runs
Relationship field that contains all
runs
-relationships as nested fields.Opposite direction:
runs_on
Relationships:
string[] dt.entity.custom_device
string[] dt.entity.queue_instance
string[] dt.entity.service
string[] dt.entity.service_instance
sku
A sku property.
tags
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]
Azure Load Balancer (Classic)
Query
Entities can be queried in Grail with the following query:
fetch dt.entity.azure_load_balancer| fieldsadd accessible_by, azureLoadBalancerSku, azureResourceGroupName, balances, belongs_to, called_by, calls, dnsNames, entity.detected_name, entity.name, entity.type, icon, id, ipAddress, lifetime, listenPorts, managementZones, runs, tags
accessible_by
Relationship field that contains all
accessible_by
-relationships as nested fields.Opposite direction:
can_access
Relationships:
string[] dt.entity.azure_subscription
azureLoadBalancerSku
Azure Load Balancer SKU.
AZURE_LB_STANDARD
azureResourceGroupName
Azure Resource Group name.
my-resource-group
balances
Relationship field that contains all
balances
-relationships as nested fields.Opposite direction:
balanced_by
Relationships:
string[] dt.entity.azure_vm
belongs_to
Relationship field that contains all
belongs_to
-relationships as nested fields.Opposite direction:
contains
Relationships:
string dt.entity.azure_region
called_by
Relationship field that contains all
called_by
-relationships as nested fields.Opposite direction:
calls
Relationships:
string[] dt.entity.aws_application_load_balancer
string[] dt.entity.aws_lambda_function
string[] dt.entity.aws_network_load_balancer
string[] dt.entity.azure_api_management_service
string[] dt.entity.azure_application_gateway
string[] dt.entity.azure_cosmos_db
string[] dt.entity.azure_event_hub_namespace
string[] dt.entity.azure_function_app
string[] dt.entity.azure_iot_hub
string[] dt.entity.azure_load_balancer
string[] dt.entity.azure_redis_cache
string[] dt.entity.azure_service_bus_namespace
string[] dt.entity.azure_sql_server
string[] dt.entity.azure_storage_account
string[] dt.entity.custom_device
string[] dt.entity.custom_device_group
string[] dt.entity.elastic_load_balancer
string[] dt.entity.host
string[] dt.entity.process_group
string[] dt.entity.process_group_instance
string[] dt.entity.relational_database_service
calls
Relationship field that contains all
calls
-relationships as nested fields.Opposite direction:
called_by
Relationships:
string[] dt.entity.aws_application_load_balancer
string[] dt.entity.aws_lambda_function
string[] dt.entity.aws_network_load_balancer
string[] dt.entity.azure_api_management_service
string[] dt.entity.azure_application_gateway
string[] dt.entity.azure_cosmos_db
string[] dt.entity.azure_event_hub_namespace
string[] dt.entity.azure_function_app
string[] dt.entity.azure_iot_hub
string[] dt.entity.azure_load_balancer
string[] dt.entity.azure_redis_cache
string[] dt.entity.azure_service_bus_namespace
string[] dt.entity.azure_sql_server
string[] dt.entity.azure_storage_account
string[] dt.entity.custom_device
string[] dt.entity.custom_device_group
string[] dt.entity.elastic_load_balancer
string[] dt.entity.host
string[] dt.entity.process_group
string[] dt.entity.process_group_instance
string[] dt.entity.relational_database_service
dnsNames
A dnsNames property.
entity.detected_name
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
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
The entity type
host
; service
icon
An icon property.
id
The entity ID.
Tags:
entity-id
ipAddress
An array of IP addresses.
10.150.160.2
; 10.150.160.3
lifetime
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
An array of open listen ports.
50000
; 50001
; 50002
; 50003
managementZones
Managment zones this entity belongs to.
Cloud: Google
runs
Relationship field that contains all
runs
-relationships as nested fields.Opposite direction:
runs_on
Relationships:
string[] dt.entity.custom_device
string[] dt.entity.queue_instance
string[] dt.entity.service
string[] dt.entity.service_instance
tags
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]
Azure Management Group (Classic)
Query
Entities can be queried in Grail with the following query:
fetch dt.entity.azure_mgmt_group| fieldsadd azureManagementGroupUuid, azureResourceGroupName, belongs_to, contains, entity.detected_name, entity.name, entity.type, icon, id, lifetime, managementZones, tags
azureManagementGroupUuid
Azure Management Group UUID.
azureResourceGroupName
Azure Resource Group name.
my-resource-group
belongs_to
Relationship field that contains all
belongs_to
-relationships as nested fields.Opposite direction:
contains
Relationships:
string dt.entity.azure_tenant
contains
Relationship field that contains all
contains
-relationships as nested fields.Opposite direction:
belongs_to
Relationships:
string[] dt.entity.azure_subscription
entity.detected_name
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
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
The entity type
host
; service
icon
An icon property.
id
The entity ID.
Tags:
entity-id
lifetime
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
Managment zones this entity belongs to.
Cloud: Google
tags
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]
Azure Redis Cache (Classic)
Query
Entities can be queried in Grail with the following query:
fetch dt.entity.azure_redis_cache| fieldsadd accessible_by, azureResourceGroupName, belongs_to, called_by, calls, dnsNames, entity.detected_name, entity.name, entity.type, icon, id, lifetime, listenPorts, managementZones, runs, tags
accessible_by
Relationship field that contains all
accessible_by
-relationships as nested fields.Opposite direction:
can_access
Relationships:
string[] dt.entity.azure_subscription
azureResourceGroupName
Azure Resource Group name.
my-resource-group
belongs_to
Relationship field that contains all
belongs_to
-relationships as nested fields.Opposite direction:
contains
Relationships:
string dt.entity.azure_region
boshName
Name constructed from BOSH vcap metadata in form of name/id.
mysql/fa96ff4c-8290-47ef-80c1-bbca9b4c699d
called_by
Relationship field that contains all
called_by
-relationships as nested fields.Opposite direction:
calls
Relationships:
string[] dt.entity.aws_application_load_balancer
string[] dt.entity.aws_lambda_function
string[] dt.entity.aws_network_load_balancer
string[] dt.entity.azure_api_management_service
string[] dt.entity.azure_application_gateway
string[] dt.entity.azure_cosmos_db
string[] dt.entity.azure_event_hub_namespace
string[] dt.entity.azure_function_app
string[] dt.entity.azure_iot_hub
string[] dt.entity.azure_load_balancer
string[] dt.entity.azure_redis_cache
string[] dt.entity.azure_service_bus_namespace
string[] dt.entity.azure_sql_server
string[] dt.entity.azure_storage_account
string[] dt.entity.custom_device
string[] dt.entity.custom_device_group
string[] dt.entity.elastic_load_balancer
string[] dt.entity.host
string[] dt.entity.process_group
string[] dt.entity.process_group_instance
string[] dt.entity.relational_database_service
calls
Relationship field that contains all
calls
-relationships as nested fields.Opposite direction:
called_by
Relationships:
string[] dt.entity.aws_application_load_balancer
string[] dt.entity.aws_lambda_function
string[] dt.entity.aws_network_load_balancer
string[] dt.entity.azure_api_management_service
string[] dt.entity.azure_application_gateway
string[] dt.entity.azure_cosmos_db
string[] dt.entity.azure_event_hub_namespace
string[] dt.entity.azure_function_app
string[] dt.entity.azure_iot_hub
string[] dt.entity.azure_load_balancer
string[] dt.entity.azure_redis_cache
string[] dt.entity.azure_service_bus_namespace
string[] dt.entity.azure_sql_server
string[] dt.entity.azure_storage_account
string[] dt.entity.custom_device
string[] dt.entity.custom_device_group
string[] dt.entity.elastic_load_balancer
string[] dt.entity.host
string[] dt.entity.process_group
string[] dt.entity.process_group_instance
string[] dt.entity.relational_database_service
dnsNames
A dnsNames property.
entity.detected_name
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
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
The entity type
host
; service
icon
An icon property.
id
The entity ID.
Tags:
entity-id
lifetime
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
An array of open listen ports.
50000
; 50001
; 50002
; 50003
managementZones
Managment zones this entity belongs to.
Cloud: Google
runs
Relationship field that contains all
runs
-relationships as nested fields.Opposite direction:
runs_on
Relationships:
string[] dt.entity.custom_device
string[] dt.entity.queue_instance
string[] dt.entity.service
string[] dt.entity.service_instance
tags
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]
Azure Region (Classic)
Query
Entities can be queried in Grail with the following query:
fetch dt.entity.azure_region| fieldsadd accessible_by, contains, entity.detected_name, entity.name, entity.type, icon, id, lifetime, tags
accessible_by
Relationship field that contains all
accessible_by
-relationships as nested fields.Opposite direction:
can_access
Relationships:
string[] dt.entity.azure_subscription
contains
Relationship field that contains all
contains
-relationships as nested fields.Opposite direction:
belongs_to
Relationships:
string[] dt.entity.azure_api_management_service
string[] dt.entity.azure_application_gateway
string[] dt.entity.azure_cosmos_db
string[] dt.entity.azure_event_hub_namespace
string[] dt.entity.azure_iot_hub
string[] dt.entity.azure_load_balancer
string[] dt.entity.azure_redis_cache
string[] dt.entity.azure_service_bus_namespace
string[] dt.entity.azure_sql_server
string[] dt.entity.azure_storage_account
string[] dt.entity.azure_vm
string[] dt.entity.custom_device
string[] dt.entity.host
entity.detected_name
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
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
The entity type
host
; service
icon
An icon property.
id
The entity ID.
Tags:
entity-id
lifetime
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
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]
Azure Service Bus Namespace (Classic)
Query
Entities can be queried in Grail with the following query:
fetch dt.entity.azure_service_bus_namespace| fieldsadd accessible_by, azureResourceGroupName, belongs_to, called_by, calls, contains, dnsNames, entity.detected_name, entity.name, entity.type, icon, id, lifetime, managementZones, runs, tags
accessible_by
Relationship field that contains all
accessible_by
-relationships as nested fields.Opposite direction:
can_access
Relationships:
string[] dt.entity.azure_subscription
azureResourceGroupName
Azure Resource Group name.
my-resource-group
belongs_to
Relationship field that contains all
belongs_to
-relationships as nested fields.Opposite direction:
contains
Relationships:
string dt.entity.azure_region
called_by
Relationship field that contains all
called_by
-relationships as nested fields.Opposite direction:
calls
Relationships:
string[] dt.entity.aws_application_load_balancer
string[] dt.entity.aws_lambda_function
string[] dt.entity.aws_network_load_balancer
string[] dt.entity.azure_api_management_service
string[] dt.entity.azure_application_gateway
string[] dt.entity.azure_cosmos_db
string[] dt.entity.azure_event_hub_namespace
string[] dt.entity.azure_function_app
string[] dt.entity.azure_iot_hub
string[] dt.entity.azure_load_balancer
string[] dt.entity.azure_redis_cache
string[] dt.entity.azure_service_bus_namespace
string[] dt.entity.azure_sql_server
string[] dt.entity.azure_storage_account
string[] dt.entity.custom_device
string[] dt.entity.custom_device_group
string[] dt.entity.elastic_load_balancer
string[] dt.entity.host
string[] dt.entity.process_group
string[] dt.entity.process_group_instance
string[] dt.entity.relational_database_service
calls
Relationship field that contains all
calls
-relationships as nested fields.Opposite direction:
called_by
Relationships:
string[] dt.entity.aws_application_load_balancer
string[] dt.entity.aws_lambda_function
string[] dt.entity.aws_network_load_balancer
string[] dt.entity.azure_api_management_service
string[] dt.entity.azure_application_gateway
string[] dt.entity.azure_cosmos_db
string[] dt.entity.azure_event_hub_namespace
string[] dt.entity.azure_function_app
string[] dt.entity.azure_iot_hub
string[] dt.entity.azure_load_balancer
string[] dt.entity.azure_redis_cache
string[] dt.entity.azure_service_bus_namespace
string[] dt.entity.azure_sql_server
string[] dt.entity.azure_storage_account
string[] dt.entity.custom_device
string[] dt.entity.custom_device_group
string[] dt.entity.elastic_load_balancer
string[] dt.entity.host
string[] dt.entity.process_group
string[] dt.entity.process_group_instance
string[] dt.entity.relational_database_service
contains
Relationship field that contains all
contains
-relationships as nested fields.Opposite direction:
belongs_to
Relationships:
string[] dt.entity.azure_service_bus_queue
string[] dt.entity.azure_service_bus_topic
dnsNames
A dnsNames property.
entity.detected_name
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
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
The entity type
host
; service
icon
An icon property.
id
The entity ID.
Tags:
entity-id
lifetime
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
Managment zones this entity belongs to.
Cloud: Google
runs
Relationship field that contains all
runs
-relationships as nested fields.Opposite direction:
runs_on
Relationships:
string[] dt.entity.custom_device
string[] dt.entity.queue_instance
string[] dt.entity.service
string[] dt.entity.service_instance
tags
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]
Azure Service Bus Queue (Classic)s
Query
Entities can be queried in Grail with the following query:
fetch dt.entity.azure_service_bus_queue| fieldsadd accessible_by, azureResourceGroupName, azureServiceBusLastAccessTimestamp, azureServiceBusMaxSizeMb, belongs_to, entity.detected_name, entity.name, entity.type, icon, id, lifetime, managementZones, tags
accessible_by
Relationship field that contains all
accessible_by
-relationships as nested fields.Opposite direction:
can_access
Relationships:
string[] dt.entity.azure_subscription
azureResourceGroupName
Azure Resource Group name.
my-resource-group
azureServiceBusLastAccessTimestamp
Azure Service Bus queue last access timestamp.
-62135596800000
azureServiceBusMaxSizeMb
Azure Service Bus queue max size Mb.
1024
belongs_to
Relationship field that contains all
belongs_to
-relationships as nested fields.Opposite direction:
contains
Relationships:
string dt.entity.azure_service_bus_namespace
entity.detected_name
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
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
The entity type
host
; service
icon
An icon property.
id
The entity ID.
Tags:
entity-id
lifetime
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
Managment zones this entity belongs to.
Cloud: Google
tags
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]
Azure Service Bus Topic (Classic)
Query
Entities can be queried in Grail with the following query:
fetch dt.entity.azure_service_bus_topic| fieldsadd accessible_by, azureResourceGroupName, azureServiceBusLastAccessTimestamp, azureServiceBusMaxSizeMb, azureServiceBusTopicSubscriptionCount, belongs_to, entity.detected_name, entity.name, entity.type, icon, id, lifetime, managementZones, tags
accessible_by
Relationship field that contains all
accessible_by
-relationships as nested fields.Opposite direction:
can_access
Relationships:
string[] dt.entity.azure_subscription
azureResourceGroupName
Azure Resource Group name.
my-resource-group
azureServiceBusLastAccessTimestamp
Azure Service Bus queue last access timestamp.
-62135596800000
azureServiceBusMaxSizeMb
Azure Service Bus queue max size Mb.
1024
azureServiceBusTopicSubscriptionCount
Azure Service Bus Topic subscription count.
42
belongs_to
Relationship field that contains all
belongs_to
-relationships as nested fields.Opposite direction:
contains
Relationships:
string dt.entity.azure_service_bus_namespace
entity.detected_name
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
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
The entity type
host
; service
icon
An icon property.
id
The entity ID.
Tags:
entity-id
lifetime
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
Managment zones this entity belongs to.
Cloud: Google
tags
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]
Azure SQL Database (Classic)
Query
Entities can be queried in Grail with the following query:
fetch dt.entity.azure_sql_database| fieldsadd accessible_by, azureResourceGroupName, azureSqlDbId, azureSqlDbMaxSizeBytes, azureSqlDbSecondaryRegion, belongs_to, entity.detected_name, entity.name, entity.type, icon, id, lifetime, managementZones, tags
accessible_by
Relationship field that contains all
accessible_by
-relationships as nested fields.Opposite direction:
can_access
Relationships:
string[] dt.entity.azure_subscription
azureResourceGroupName
Azure Resource Group name.
my-resource-group
azureSqlDbId
Azure SQL DB ID.
00000000-0000-0000-0000-000000000000
azureSqlDbMaxSizeBytes
Azure SQL DB max size bytes.
42
azureSqlDbSecondaryRegion
Azure SQL DB secondary region.
belongs_to
Relationship field that contains all
belongs_to
-relationships as nested fields.Opposite direction:
contains
Relationships:
string dt.entity.azure_sql_elastic_pool
string dt.entity.azure_sql_server
entity.detected_name
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
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
The entity type
host
; service
icon
An icon property.
id
The entity ID.
Tags:
entity-id
lifetime
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
Managment zones this entity belongs to.
Cloud: Google
tags
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]
Azure SQL Elastic Pool (Classic)
Query
Entities can be queried in Grail with the following query:
fetch dt.entity.azure_sql_elastic_pool| fieldsadd accessible_by, azureResourceGroupName, azureSqlElasticPoolDatabaseMaxCapacity, azureSqlElasticPoolDatabaseMinCapacity, azureSqlElasticPoolDtu, azureSqlElasticPoolStorageLimitMb, azureSqlElasticPoolTier, contains, entity.detected_name, entity.name, entity.type, icon, id, lifetime, managementZones, tags
accessible_by
Relationship field that contains all
accessible_by
-relationships as nested fields.Opposite direction:
can_access
Relationships:
string[] dt.entity.azure_subscription
azureResourceGroupName
Azure Resource Group name.
my-resource-group
azureSqlElasticPoolDatabaseMaxCapacity
Azure SQL Elastic Pool database max capacity.
2.0
azureSqlElasticPoolDatabaseMinCapacity
Azure SQL ElasticPool database min capacity.
0.0
azureSqlElasticPoolDtu
Azure SQL Elastic Pool DTU.
2
azureSqlElasticPoolStorageLimitMb
Azure SQL Elastic Pool storage limit Mb.
1073741824
azureSqlElasticPoolTier
Azure SQL Elastic Pool tier.
GeneralPurpose
contains
Relationship field that contains all
contains
-relationships as nested fields.Opposite direction:
belongs_to
Relationships:
string[] dt.entity.azure_sql_database
string dt.entity.azure_sql_server
entity.detected_name
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
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
The entity type
host
; service
icon
An icon property.
id
The entity ID.
Tags:
entity-id
lifetime
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
Managment zones this entity belongs to.
Cloud: Google
tags
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]
Azure SQL Server (Classic)
Query
Entities can be queried in Grail with the following query:
fetch dt.entity.azure_sql_server| fieldsadd accessible_by, azureResourceGroupName, belongs_to, called_by, calls, contains, dnsNames, entity.detected_name, entity.name, entity.type, icon, id, lifetime, managementZones, runs, softwareTechnologies, tags
accessible_by
Relationship field that contains all
accessible_by
-relationships as nested fields.Opposite direction:
can_access
Relationships:
string[] dt.entity.azure_subscription
azureResourceGroupName
Azure Resource Group name.
my-resource-group
belongs_to
Relationship field that contains all
belongs_to
-relationships as nested fields.Opposite direction:
contains
Relationships:
string dt.entity.azure_region
string[] dt.entity.azure_sql_elastic_pool
called_by
Relationship field that contains all
called_by
-relationships as nested fields.Opposite direction:
calls
Relationships:
string[] dt.entity.aws_application_load_balancer
string[] dt.entity.aws_lambda_function
string[] dt.entity.aws_network_load_balancer
string[] dt.entity.azure_api_management_service
string[] dt.entity.azure_application_gateway
string[] dt.entity.azure_cosmos_db
string[] dt.entity.azure_event_hub_namespace
string[] dt.entity.azure_function_app
string[] dt.entity.azure_iot_hub
string[] dt.entity.azure_load_balancer
string[] dt.entity.azure_redis_cache
string[] dt.entity.azure_service_bus_namespace
string[] dt.entity.azure_sql_server
string[] dt.entity.azure_storage_account
string[] dt.entity.custom_device
string[] dt.entity.custom_device_group
string[] dt.entity.elastic_load_balancer
string[] dt.entity.host
string[] dt.entity.process_group
string[] dt.entity.process_group_instance
string[] dt.entity.relational_database_service
calls
Relationship field that contains all
calls
-relationships as nested fields.Opposite direction:
called_by
Relationships:
string[] dt.entity.aws_application_load_balancer
string[] dt.entity.aws_lambda_function
string[] dt.entity.aws_network_load_balancer
string[] dt.entity.azure_api_management_service
string[] dt.entity.azure_application_gateway
string[] dt.entity.azure_cosmos_db
string[] dt.entity.azure_event_hub_namespace
string[] dt.entity.azure_function_app
string[] dt.entity.azure_iot_hub
string[] dt.entity.azure_load_balancer
string[] dt.entity.azure_redis_cache
string[] dt.entity.azure_service_bus_namespace
string[] dt.entity.azure_sql_server
string[] dt.entity.azure_storage_account
string[] dt.entity.custom_device
string[] dt.entity.custom_device_group
string[] dt.entity.elastic_load_balancer
string[] dt.entity.host
string[] dt.entity.process_group
string[] dt.entity.process_group_instance
string[] dt.entity.relational_database_service
contains
Relationship field that contains all
contains
-relationships as nested fields.Opposite direction:
belongs_to
Relationships:
string[] dt.entity.azure_sql_database
dnsNames
A dnsNames property.
entity.detected_name
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
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
The entity type
host
; service
icon
An icon property.
id
The entity ID.
Tags:
entity-id
lifetime
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
Managment zones this entity belongs to.
Cloud: Google
runs
Relationship field that contains all
runs
-relationships as nested fields.Opposite direction:
runs_on
Relationships:
string[] dt.entity.custom_device
string[] dt.entity.queue_instance
string[] dt.entity.service
string[] dt.entity.service_instance
softwareTechnologies
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.
type:DOTNET,edition:.NET Framework,version:4.8.9139.0
; type:KUBERNETES,edition:worker,version:null
tags
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]
Azure Storage Account (Classic)
Query
Entities can be queried in Grail with the following query:
fetch dt.entity.azure_storage_account| fieldsadd accessible_by, azureResourceGroupName, azureStorageAccountPrimaryRegion, azureStorageAccountSecondaryRegion, belongs_to, called_by, calls, contains, dnsNames, entity.detected_name, entity.name, entity.type, icon, id, lifetime, managementZones, runs, tags
accessible_by
Relationship field that contains all
accessible_by
-relationships as nested fields.Opposite direction:
can_access
Relationships:
string[] dt.entity.azure_subscription
azureResourceGroupName
Azure Resource Group name.
my-resource-group
azureStorageAccountPrimaryRegion
Azure Storage Account primary region.
azureStorageAccountSecondaryRegion
Azure Storage Account secondary region.
belongs_to
Relationship field that contains all
belongs_to
-relationships as nested fields.Opposite direction:
contains
Relationships:
string dt.entity.azure_region
called_by
Relationship field that contains all
called_by
-relationships as nested fields.Opposite direction:
calls
Relationships:
string[] dt.entity.aws_application_load_balancer
string[] dt.entity.aws_lambda_function
string[] dt.entity.aws_network_load_balancer
string[] dt.entity.azure_api_management_service
string[] dt.entity.azure_application_gateway
string[] dt.entity.azure_cosmos_db
string[] dt.entity.azure_event_hub_namespace
string[] dt.entity.azure_function_app
string[] dt.entity.azure_iot_hub
string[] dt.entity.azure_load_balancer
string[] dt.entity.azure_redis_cache
string[] dt.entity.azure_service_bus_namespace
string[] dt.entity.azure_sql_server
string[] dt.entity.azure_storage_account
string[] dt.entity.custom_device
string[] dt.entity.custom_device_group
string[] dt.entity.elastic_load_balancer
string[] dt.entity.host
string[] dt.entity.process_group
string[] dt.entity.process_group_instance
string[] dt.entity.relational_database_service
calls
Relationship field that contains all
calls
-relationships as nested fields.Opposite direction:
called_by
Relationships:
string[] dt.entity.aws_application_load_balancer
string[] dt.entity.aws_lambda_function
string[] dt.entity.aws_network_load_balancer
string[] dt.entity.azure_api_management_service
string[] dt.entity.azure_application_gateway
string[] dt.entity.azure_cosmos_db
string[] dt.entity.azure_event_hub_namespace
string[] dt.entity.azure_function_app
string[] dt.entity.azure_iot_hub
string[] dt.entity.azure_load_balancer
string[] dt.entity.azure_redis_cache
string[] dt.entity.azure_service_bus_namespace
string[] dt.entity.azure_sql_server
string[] dt.entity.azure_storage_account
string[] dt.entity.custom_device
string[] dt.entity.custom_device_group
string[] dt.entity.elastic_load_balancer
string[] dt.entity.host
string[] dt.entity.process_group
string[] dt.entity.process_group_instance
string[] dt.entity.relational_database_service
contains
Relationship field that contains all
contains
-relationships as nested fields.Opposite direction:
belongs_to
Relationships:
string[] dt.entity.azure_event_hub
dnsNames
A dnsNames property.
entity.detected_name
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
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
The entity type
host
; service
icon
An icon property.
id
The entity ID.
Tags:
entity-id
lifetime
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
Managment zones this entity belongs to.
Cloud: Google
runs
Relationship field that contains all
runs
-relationships as nested fields.Opposite direction:
runs_on
Relationships:
string[] dt.entity.custom_device
string[] dt.entity.queue_instance
string[] dt.entity.service
string[] dt.entity.service_instance
tags
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]
Azure Subscription (Classic)
Query
Entities can be queried in Grail with the following query:
fetch dt.entity.azure_subscription| fieldsadd azureSubscriptionUuid, belongs_to, can_access, contains, entity.detected_name, entity.name, entity.type, icon, id, lifetime, managementZones, tags
azureSubscriptionUuid
Azure Subscription UUID.
00000000-0000-0000-0000-000000000000
belongs_to
Relationship field that contains all
belongs_to
-relationships as nested fields.Opposite direction:
contains
Relationships:
string[] dt.entity.azure_mgmt_group
string dt.entity.azure_tenant
can_access
Relationship field that contains all
can_access
-relationships as nested fields.Opposite direction:
accessible_by
Relationships:
string[] dt.entity.azure_api_management_service
string[] dt.entity.azure_app_service_plan
string[] dt.entity.azure_application_gateway
string[] dt.entity.azure_cosmos_db
string[] dt.entity.azure_event_hub
string[] dt.entity.azure_event_hub_namespace
string[] dt.entity.azure_function_app
string[] dt.entity.azure_iot_hub
string[] dt.entity.azure_load_balancer
string[] dt.entity.azure_redis_cache
string[] dt.entity.azure_region
string[] dt.entity.azure_service_bus_namespace
string[] dt.entity.azure_service_bus_queue
string[] dt.entity.azure_service_bus_topic
string[] dt.entity.azure_sql_database
string[] dt.entity.azure_sql_elastic_pool
string[] dt.entity.azure_sql_server
string[] dt.entity.azure_storage_account
string[] dt.entity.azure_vm
string[] dt.entity.azure_vm_scale_set
string[] dt.entity.azure_web_app
contains
Relationship field that contains all
contains
-relationships as nested fields.Opposite direction:
belongs_to
Relationships:
string[] dt.entity.azure_credentials
string[] dt.entity.custom_device
string[] dt.entity.custom_device_group
entity.detected_name
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
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
The entity type
host
; service
icon
An icon property.
id
The entity ID.
Tags:
entity-id
lifetime
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
Managment zones this entity belongs to.
Cloud: Google
tags
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]
Azure Tenant (Classic)
Query
Entities can be queried in Grail with the following query:
fetch dt.entity.azure_tenant| fieldsadd azureResourceGroupName, azureTenantUuid, contains, entity.detected_name, entity.name, entity.type, icon, id, lifetime, managementZones, tags
azureResourceGroupName
Azure Resource Group name.
my-resource-group
azureTenantUuid
Azure Entra Tenant UUID.
00000000-0000-0000-0000-000000000000
contains
Relationship field that contains all
contains
-relationships as nested fields.Opposite direction:
belongs_to
Relationships:
string[] dt.entity.azure_mgmt_group
string[] dt.entity.azure_subscription
entity.detected_name
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
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
The entity type
host
; service
icon
An icon property.
id
The entity ID.
Tags:
entity-id
lifetime
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
Managment zones this entity belongs to.
Cloud: Google
tags
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]
Azure VM (Classic)
Query
Entities can be queried in Grail with the following query:
fetch dt.entity.azure_vm| fieldsadd accessible_by, azureResourceGroupName, azureResourceId, azureVmAvailabilitySetName, azureVmSize, balanced_by, belongs_to, dnsNames, entity.detected_name, entity.name, entity.type, icon, id, ipAddress, lifetime, managementZones, osType, runs, tags
accessible_by
Relationship field that contains all
accessible_by
-relationships as nested fields.Opposite direction:
can_access
Relationships:
string[] dt.entity.azure_subscription
azureResourceGroupName
Azure Resource Group name.
my-resource-group
azureResourceId
Azure VM resource id.
/subscriptions/000000000-0000-0000-0000-000000000000/resourceGroups/abc-rg/providers/Microsoft.Compute/virtualMachines/my-vm
azureVmAvailabilitySetName
Azure VM Availability Set name.
my-availability-set
azureVmSize
Azure VM size.
balanced_by
Relationship field that contains all
balanced_by
-relationships as nested fields.Opposite direction:
balances
Relationships:
string[] dt.entity.azure_application_gateway
string[] dt.entity.azure_load_balancer
belongs_to
Relationship field that contains all
belongs_to
-relationships as nested fields.Opposite direction:
contains
Relationships:
string dt.entity.azure_region
string dt.entity.azure_vm_scale_set
dnsNames
A dnsNames property.
entity.detected_name
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
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
The entity type
host
; service
gcpZone
GCP zone, retrieved from instance metadata service.
id
The entity ID.
Tags:
entity-id
ipAddress
An array of IP addresses.
10.150.160.2
; 10.150.160.3
lifetime
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
The custom name defined in OneAgent config.
osType
Type of discovered operating system.
LINUX
; WINDOWS
runs
Relationship field that contains all
runs
-relationships as nested fields.Opposite direction:
runs_on
Relationships:
string dt.entity.host
tags
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]
Azure VM Scale Set (Classic)
Query
Entities can be queried in Grail with the following query:
fetch dt.entity.azure_vm_scale_set| fieldsadd accessible_by, azureResourceGroupName, azureScaleSetCapacity, azureVmSize, contains, entity.detected_name, entity.name, entity.type, icon, id, lifetime, managementZones, tags
accessible_by
Relationship field that contains all
accessible_by
-relationships as nested fields.Opposite direction:
can_access
Relationships:
string[] dt.entity.azure_subscription
azureResourceGroupName
Azure Resource Group name.
my-resource-group
azureScaleSetCapacity
Azure VM Scale Set capacity.
1
azureVmSize
Azure VM size.
contains
Relationship field that contains all
contains
-relationships as nested fields.Opposite direction:
belongs_to
Relationships:
string[] dt.entity.azure_vm
string[] dt.entity.host
entity.detected_name
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
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
The entity type
host
; service
icon
An icon property.
id
The entity ID.
Tags:
entity-id
lifetime
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
The custom name defined in OneAgent config.
tags
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]
Azure Web App (Classic)
Query
Entities can be queried in Grail with the following query:
fetch dt.entity.azure_web_app| fieldsadd accessible_by, belongs_to, entity.detected_name, entity.name, entity.type, icon, id, lifetime, managementZones, tags
accessible_by
Relationship field that contains all
accessible_by
-relationships as nested fields.Opposite direction:
can_access
Relationships:
string[] dt.entity.azure_subscription
belongs_to
Relationship field that contains all
belongs_to
-relationships as nested fields.Opposite direction:
contains
Relationships:
string dt.entity.azure_app_service_plan
string[] dt.entity.host
string[] dt.entity.process_group
string[] dt.entity.process_group_instance
entity.conditional_name
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
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
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
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
The entity type
host
; service
icon
An icon property.
id
The entity ID.
Tags:
entity-id
lifetime
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
Managment zones this entity belongs to.
Cloud: Google
tags
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.
Fields
awsNameTag
AWS name tag.
boshName
Name constructed from BOSH vcap metadata in form of name/id.
mysql/fa96ff4c-8290-47ef-80c1-bbca9b4c699d
contains
Relationship field that contains all
contains
-relationships as nested fields.Opposite direction:
belongs_to
Relationships:
string[] dt.entity.host
entity.conditional_name
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
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
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
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
The entity type
host
; service
gcpZone
GCP zone, retrieved from instance metadata service.
icon
An icon property.
id
The entity ID.
Tags:
entity-id
lifetime
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
The custom name defined in OneAgent config.
tags
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.
Fields
browserDetail
Browser entities are hierarchical structured into type, family and majorVersion.
FAMILY
child_of
Relationship field that contains all
child_of
-relationships as nested fields.Opposite direction:
parent_of
Relationships:
string dt.entity.browser
entity.name
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
The entity type
host
; service
id
The entity ID.
Tags:
entity-id
lifetime
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
Relationship field that contains all
parent_of
-relationships as nested fields.Opposite direction:
child_of
Relationships:
string[] dt.entity.browser
tags
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.
Fields
awsNameTag
AWS name tag.
boshName
Name constructed from BOSH vcap metadata in form of name/id.
mysql/fa96ff4c-8290-47ef-80c1-bbca9b4c699d
contains
Relationship field that contains all
contains
-relationships as nested fields.Opposite direction:
belongs_to
Relationships:
string[] dt.entity.host
entity.conditional_name
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
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
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
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
The entity type
host
; service
gcpZone
GCP zone, retrieved from instance metadata service.
icon
An icon property.
id
The entity ID.
Tags:
entity-id
lifetime
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
Managment zones this entity belongs to.
Cloud: Google
oneAgentCustomHostName
The custom name defined in OneAgent config.
tags
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
Fields used for dt.entity.cloud_application.
Fields
awsNameTag
AWS name tag.
balanced_by
Relationship field that contains all
balanced_by
-relationships as nested fields.Opposite direction:
balances
Relationships:
string[] dt.entity.kubernetes_service
belongs_to
Relationship field that contains all
belongs_to
-relationships as nested fields.Opposite direction:
contains
Relationships:
string dt.entity.cloud_application_namespace
boshName
Name constructed from BOSH vcap metadata in form of name/id.
mysql/fa96ff4c-8290-47ef-80c1-bbca9b4c699d
called_by
Relationship field that contains all
called_by
-relationships as nested fields.Opposite direction:
calls
Relationships:
string[] dt.entity.cloud_application
calls
Relationship field that contains all
calls
-relationships as nested fields.Opposite direction:
called_by
Relationships:
string[] dt.entity.cloud_application
string[] dt.entity.kubernetes_service
cloudApplicationDeploymentTypes
A cloudApplicationDeploymentTypes property.
cloudApplicationLabels
A cloudApplicationLabels property.
clustered_by
Relationship field that contains all
clustered_by
-relationships as nested fields.Opposite direction:
cluster_of
Relationships:
string dt.entity.kubernetes_cluster
contains
Relationship field that contains all
contains
-relationships as nested fields.Opposite direction:
belongs_to
Relationships:
string[] dt.entity.container_group_instance
string[] dt.entity.process_group
string[] dt.entity.service
entity.conditional_name
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
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
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
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
The entity type
host
; service
gcpZone
GCP zone, retrieved from instance metadata service.
icon
An icon property.
id
The entity ID.
Tags:
entity-id
instantiates
Relationship field that contains all
instantiates
-relationships as nested fields.Opposite direction:
instance_of
Relationships:
string[] dt.entity.cloud_application_instance
kubernetesConditions
A kubernetesConditions property.
lifetime
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
Managment zones this entity belongs to.
Cloud: Google
namespaceName
The k8s namespace name. See also 'k8s.namespace.name'.
observedBy
An observedBy property.
oneAgentCustomHostName
The custom name defined in OneAgent config.
resourceUid
A resourceUid property.
tags
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
Fields used for dt.entity.cloud_application_instance.
Fields
awsNameTag
AWS name tag.
balanced_by
Relationship field that contains all
balanced_by
-relationships as nested fields.Opposite direction:
balances
Relationships:
string[] dt.entity.kubernetes_service
belongs_to
Relationship field that contains all
belongs_to
-relationships as nested fields.Opposite direction:
contains
Relationships:
string dt.entity.cloud_application_namespace
boshName
Name constructed from BOSH vcap metadata in form of name/id.
mysql/fa96ff4c-8290-47ef-80c1-bbca9b4c699d
cloudApplicationInstancePhase
A cloudApplicationInstancePhase property.
cloudApplicationLabels
A cloudApplicationLabels property.
clustered_by
Relationship field that contains all
clustered_by
-relationships as nested fields.Opposite direction:
cluster_of
Relationships:
string dt.entity.kubernetes_cluster
containerRestartCount
A containerRestartCount property.
42
contains
Relationship field that contains all
contains
-relationships as nested fields.Opposite direction:
belongs_to
Relationships:
string[] dt.entity.container_group_instance
string[] dt.entity.process_group
desiredContainersCount
A desiredContainersCount property.
42
entity.conditional_name
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
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
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
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
The entity type
host
; service
gcpZone
GCP zone, retrieved from instance metadata service.
icon
An icon property.
id
The entity ID.
Tags:
entity-id
instance_of
Relationship field that contains all
instance_of
-relationships as nested fields.Opposite direction:
instantiates
Relationships:
string dt.entity.cloud_application
internalIpAddresses
An internalIpAddresses property.
lifetime
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
A limitsCPU property.
42
limitsMemory
A limitsMemory property.
42
managementZones
Managment zones this entity belongs to.
Cloud: Google
namespaceName
The k8s namespace name. See also 'k8s.namespace.name'.
nodeName
The k8s node name. See also 'k8s.node.name'.
oneAgentCustomHostName
The custom name defined in OneAgent config.
requestsCPU
A requestsCPU property.
42
requestsMemory
A requestsMemory property.
42
resourceCreationTimestamp
A resourceCreationTimestamp property.
resourceDeletionTimestamp
A resourceDeletionTimestamp property.
resourceUid
A resourceUid property.
runningContainersCount
A runningContainersCount property.
42
runs_on
Relationship field that contains all
runs_on
-relationships as nested fields.Opposite direction:
runs
Relationships:
string dt.entity.kubernetes_node
tags
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
The k8s workload name. See also 'k8s.workload.name'.
workloadType
A workloadType property.
Cloud Application Namespace
Fields used for dt.entity.cloud_application_namespace.
Fields
awsNameTag
AWS name tag.
boshName
Name constructed from BOSH vcap metadata in form of name/id.
mysql/fa96ff4c-8290-47ef-80c1-bbca9b4c699d
cloudApplicationLabels
A cloudApplicationLabels property.
clustered_by
Relationship field that contains all
clustered_by
-relationships as nested fields.Opposite direction:
cluster_of
Relationships:
string dt.entity.kubernetes_cluster
contains
Relationship field that contains all
contains
-relationships as nested fields.Opposite direction:
belongs_to
Relationships:
string[] dt.entity.cloud_application
string[] dt.entity.cloud_application_instance
string[] dt.entity.container_group_instance
string[] dt.entity.kubernetes_service
string[] dt.entity.process_group
string[] dt.entity.service
entity.conditional_name
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
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
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
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
The entity type
host
; service
gcpZone
GCP zone, retrieved from instance metadata service.
icon
An icon property.
id
The entity ID.
Tags:
entity-id
lifetime
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
Managment zones this entity belongs to.
Cloud: Google
oneAgentCustomHostName
The custom name defined in OneAgent config.
resourceUid
A resourceUid property.
tags
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.
Fields
contains
Relationship field that contains all
contains
-relationships as nested fields.Opposite direction:
belongs_to
Relationships:
string[] dt.entity.process_group
entity.conditional_name
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
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
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
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
The entity type
host
; service
id
The entity ID.
Tags:
entity-id
instantiates
Relationship field that contains all
instantiates
-relationships as nested fields.Opposite direction:
instance_of
Relationships:
string[] dt.entity.container_group_instance
lifetime
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
Managment zones this entity belongs to.
Cloud: Google
metadata
Contains a diagnostic collection of input parameters that were used or could have been used in creation of this Container Group.
KUBERNETES_CONTAINER_NAME:netd
; KUBERNETES_BASE_POD_NAME:netd
; KUBERNETES_NAMESPACE:kube-system
tags
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
Fields used for dt.entity.container_group_instance.
Fields
belongs_to
Relationship field that contains all
belongs_to
-relationships as nested fields.Opposite direction:
contains
Relationships:
string dt.entity.cloud_application
string dt.entity.cloud_application_instance
string dt.entity.cloud_application_namespace
string dt.entity.host
string dt.entity.kubernetes_cluster
containerImageDigest
A container runtime specific hash of OCI-image.
sha256:c7b48b077bf9130a6bd3b2fcb6d473e88eafc488262256f38fd663e890133af9
containerImageId
A container runtime specific OCI-image identifier.
6b344b222ca01944f96315337dac9a5fa09d6e17a9445f2154b704ebf9759aa0a
containerImageName
A container runtime specific name of OCI-image.
guu84124.live.dynatrace.com/linux/oneagent:latest
containerNames
A container runtime specific collection of container names.
keen_payne
; silly_mestorf"
containerNamesTruncated
True if container names were truncated in processing.
True
containerProperties
A collection of per-container properties in given CGI.
[{containerName=keen_payne, containerId=88304d82ea86d845fcd32e38b2d0afc97a3dd75bbe0e9eb54ebabc46bc4ea5c7}, {containerName=silly_mestorf, containerId=ddb08c4cc76f41be213828eaea5a417d6d7ad46d0252f02d1c610aeca6ac54e8}]
containerizationType
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
Relationship field that contains all
contains
-relationships as nested fields.Opposite direction:
belongs_to
Relationships:
string[] dt.entity.process_group_instance
entity.conditional_name
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
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
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
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
The entity type
host
; service
id
The entity ID.
Tags:
entity-id
instance_of
Relationship field that contains all
instance_of
-relationships as nested fields.Opposite direction:
instantiates
Relationships:
string dt.entity.container_group
ipAddress
An array of IP addresses.
10.150.160.2
; 10.150.160.3
lifetime
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
Managment zones this entity belongs to.
Cloud: Google
metadata
Contains a diagnostic collection of input parameters that were used or could have been used in creation of this Container Group Instance.
KUBERNETES_CLUSTER_ID:31170620-3655-4e4d-900f-42c760e34820
; KUBERNETES_FULL_POD_NAME:netd-4hr47
; KUBERNETES_POD_UID:7307c1f4-7b8c-4358-9235-0e9eba651088
; KUBERNETES_CONTAINER_NAME:netd
; KUBERNETES_BASE_POD_NAME:netd
; KUBERNETES_NAMESPACE:kube-system
namespaceName
The k8s namespace name. See also 'k8s.namespace.name'.
nodeName
The k8s node name. See also 'k8s.node.name'.
podName
The k8s pod name. 'See also k8s.pod.name'.
tags
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
The k8s workload name. See also 'k8s.workload.name'.
Custom Application
Entity of a RUM custom application.
Fields
calls
Relationship field that contains all
calls
-relationships as nested fields.Opposite direction:
called_by
Relationships:
string[] dt.entity.service
entity.name
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
The entity type
host
; service
id
The entity ID.
Tags:
entity-id
lifetime
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
Managment zones this entity belongs to.
Cloud: Google
mobileOsFamily
Contains the operating systems detected on the mobile application. Possible values are ANDROID, IOS, WINDOWS, OTHER, LINUX, MAC_OS, TVOS.
['ANDROID', 'IOS', 'TVOS']
tags
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]
Custom Device
Query
CUSTOM_DEVICE
entities can be queried in Grail with the following query, generic way:
fetch dt.entity.custom_device| fieldsadd accessible_by, belongs_to, called_by, calls, child_of, contains, customFavicon, customProperties, dnsNames, entity.detected_name, entity.name, entity.type, icon, id, instance_of, instantiates, ipAddress, lifetime, listenPorts, managementZones, parent_of, runs, runs_on, same_as, tags
accessible_by
Relationship field that contains all
accessible_by
-relationships as nested fields.Opposite direction:
can_access
Relationships:
string[] dt.entity.aws_credentials
string[] dt.entity.azure_credentials
belongs_to
Relationship field that contains all
belongs_to
-relationships as nested fields.Opposite direction:
contains
Relationships:
string[] dt.entity.azure_region
string dt.entity.azure_subscription
string[] dt.entity.custom_device
called_by
Relationship field that contains all
called_by
-relationships as nested fields.Opposite direction:
calls
Relationships:
string[] dt.entity.aws_application_load_balancer
string[] dt.entity.aws_lambda_function
string[] dt.entity.aws_network_load_balancer
string[] dt.entity.azure_api_management_service
string[] dt.entity.azure_application_gateway
string[] dt.entity.azure_cosmos_db
string[] dt.entity.azure_event_hub_namespace
string[] dt.entity.azure_iot_hub
string[] dt.entity.azure_load_balancer
string[] dt.entity.azure_redis_cache
string[] dt.entity.azure_service_bus_namespace
string[] dt.entity.azure_sql_server
string[] dt.entity.azure_storage_account
string[] dt.entity.custom_device
string[] dt.entity.elastic_load_balancer
string[] dt.entity.host
string[] dt.entity.process_group_instance
string[] dt.entity.relational_database_service
calls
Relationship field that contains all
calls
-relationships as nested fields.Opposite direction:
called_by
Relationships:
string[] dt.entity.aws_application_load_balancer
string[] dt.entity.aws_lambda_function
string[] dt.entity.aws_network_load_balancer
string[] dt.entity.azure_api_management_service
string[] dt.entity.azure_application_gateway
string[] dt.entity.azure_cosmos_db
string[] dt.entity.azure_event_hub_namespace
string[] dt.entity.azure_iot_hub
string[] dt.entity.azure_load_balancer
string[] dt.entity.azure_redis_cache
string[] dt.entity.azure_service_bus_namespace
string[] dt.entity.azure_sql_server
string[] dt.entity.azure_storage_account
string[] dt.entity.custom_device
string[] dt.entity.elastic_load_balancer
string[] dt.entity.host
string[] dt.entity.process_group_instance
string[] dt.entity.relational_database_service
child_of
Relationship field that contains all
child_of
-relationships as nested fields.Opposite direction:
parent_of
Relationships:
string dt.entity.custom_device
contains
Relationship field that contains all
contains
-relationships as nested fields.Opposite direction:
belongs_to
Relationships:
string[] dt.entity.custom_device
customFavicon
A customFavicon property.
customProperties
A customProperties property.
dnsNames
A dnsNames property.
entity.conditional_name
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
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
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
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
The entity type
host
; service
icon
An icon property.
id
The entity ID.
Tags:
entity-id
instance_of
Relationship field that contains all
instance_of
-relationships as nested fields.Opposite direction:
instantiates
Relationships:
string dt.entity.custom_device
string dt.entity.custom_device_group
instantiates
Relationship field that contains all
instantiates
-relationships as nested fields.Opposite direction:
instance_of
Relationships:
string[] dt.entity.custom_device
ipAddress
An array of IP addresses.
10.150.160.2
; 10.150.160.3
lifetime
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
An array of open listen ports.
50000
; 50001
; 50002
; 50003
managementZones
Managment zones this entity belongs to.
Cloud: Google
oneAgentCustomHostName
The custom name defined in OneAgent config.
parent_of
Relationship field that contains all
parent_of
-relationships as nested fields.Opposite direction:
child_of
Relationships:
string[] dt.entity.custom_device
runs
Relationship field that contains all
runs
-relationships as nested fields.Opposite direction:
runs_on
Relationships:
string[] dt.entity.custom_device
string[] dt.entity.host
string[] dt.entity.process_group
string[] dt.entity.process_group_instance
string[] dt.entity.queue_instance
string[] dt.entity.service
string[] dt.entity.service_instance
runs_on
Relationship field that contains all
runs_on
-relationships as nested fields.Opposite direction:
runs
Relationships:
string[] dt.entity.aws_application_load_balancer
string[] dt.entity.aws_lambda_function
string[] dt.entity.aws_network_load_balancer
string[] dt.entity.azure_api_management_service
string[] dt.entity.azure_application_gateway
string[] dt.entity.azure_cosmos_db
string[] dt.entity.azure_event_hub_namespace
string[] dt.entity.azure_iot_hub
string[] dt.entity.azure_load_balancer
string[] dt.entity.azure_redis_cache
string[] dt.entity.azure_service_bus_namespace
string[] dt.entity.azure_sql_server
string[] dt.entity.azure_storage_account
string[] dt.entity.custom_device
string[] dt.entity.elastic_load_balancer
string[] dt.entity.process_group_instance
string[] dt.entity.relational_database_service
same_as
Relationship field that contains all
same_as
-relationships as nested fields. This is a bidirectional relationshipRelationships:
string[] dt.entity.custom_device
tags
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]
Custom Device Group
Query
Entities can be queried in Grail with the following query:
fetch dt.entity.custom_device_group| fieldsadd accessible_by, belongs_to, called_by, calls, customFavicon, customProperties, entity.detected_name, entity.name, entity.type, icon, id, instantiates, lifetime, managementZones, pluginsRunning, runs, softwareTechnologies, tags
accessible_by
Relationship field that contains all
accessible_by
-relationships as nested fields.Opposite direction:
can_access
Relationships:
string[] dt.entity.aws_credentials
string[] dt.entity.azure_credentials
belongs_to
Relationship field that contains all
belongs_to
-relationships as nested fields.Opposite direction:
contains
Relationships:
string[] dt.entity.azure_subscription
boshName
Name constructed from BOSH vcap metadata in form of name/id.
mysql/fa96ff4c-8290-47ef-80c1-bbca9b4c699d
called_by
Relationship field that contains all
called_by
-relationships as nested fields.Opposite direction:
calls
Relationships:
string[] dt.entity.aws_application_load_balancer
string[] dt.entity.aws_lambda_function
string[] dt.entity.aws_network_load_balancer
string[] dt.entity.azure_api_management_service
string[] dt.entity.azure_application_gateway
string[] dt.entity.azure_cosmos_db
string[] dt.entity.azure_event_hub_namespace
string[] dt.entity.azure_function_app
string[] dt.entity.azure_iot_hub
string[] dt.entity.azure_load_balancer
string[] dt.entity.azure_redis_cache
string[] dt.entity.azure_service_bus_namespace
string[] dt.entity.azure_sql_server
string[] dt.entity.azure_storage_account
string[] dt.entity.custom_device_group
string[] dt.entity.elastic_load_balancer
string[] dt.entity.process_group
string[] dt.entity.relational_database_service
calls
Relationship field that contains all
calls
-relationships as nested fields.Opposite direction:
called_by
Relationships:
string[] dt.entity.aws_application_load_balancer
string[] dt.entity.aws_lambda_function
string[] dt.entity.aws_network_load_balancer
string[] dt.entity.azure_api_management_service
string[] dt.entity.azure_application_gateway
string[] dt.entity.azure_cosmos_db
string[] dt.entity.azure_event_hub_namespace
string[] dt.entity.azure_function_app
string[] dt.entity.azure_iot_hub
string[] dt.entity.azure_load_balancer
string[] dt.entity.azure_redis_cache
string[] dt.entity.azure_service_bus_namespace
string[] dt.entity.azure_sql_server
string[] dt.entity.azure_storage_account
string[] dt.entity.custom_device_group
string[] dt.entity.elastic_load_balancer
string[] dt.entity.process_group
string[] dt.entity.relational_database_service
customFavicon
A customFavicon property.
customProperties
A customProperties property.
entity.conditional_name
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
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
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
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
The entity type
host
; service
icon
An icon property.
id
The entity ID.
Tags:
entity-id
instantiates
Relationship field that contains all
instantiates
-relationships as nested fields.Opposite direction:
instance_of
Relationships:
string[] dt.entity.custom_device
lifetime
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
Managment zones this entity belongs to.
Cloud: Google
oneAgentCustomHostName
The custom name defined in OneAgent config.
pluginsRunning
A pluginsRunning property.
runs
Relationship field that contains all
runs
-relationships as nested fields.Opposite direction:
runs_on
Relationships:
string[] dt.entity.service
softwareTechnologies
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.
type:DOTNET,edition:.NET Framework,version:4.8.9139.0
; type:KUBERNETES,edition:worker,version:null
tags
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.
Fields
awsNameTag
AWS name tag.
belongs_to
Relationship field that contains all
belongs_to
-relationships as nested fields.Opposite direction:
contains
Relationships:
string[] dt.entity.hypervisor
string[] dt.entity.virtualmachine
string[] dt.entity.vmware_datacenter
boshName
Name constructed from BOSH vcap metadata in form of name/id.
mysql/fa96ff4c-8290-47ef-80c1-bbca9b4c699d
datastoreFreeSpace
A datastoreFreeSpace property.
42
datastoreTotalSpace
A datastoreTotalSpace property.
42
datastoreUrl
A datastoreUrl property.
entity.conditional_name
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
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
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
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
The entity type
host
; service
gcpZone
GCP zone, retrieved from instance metadata service.
icon
An icon property.
id
The entity ID.
Tags:
entity-id
lifetime
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
The custom name defined in OneAgent config.
tags
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.
Fields
belongs_to
Relationship field that contains all
belongs_to
-relationships as nested fields.Opposite direction:
contains
Relationships:
string dt.entity.custom_application
string dt.entity.device_application_method_group
string dt.entity.mobile_application
entity.name
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
The entity type
host
; service
id
The entity ID.
Tags:
entity-id
lifetime
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
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.
Fields
contains
Relationship field that contains all
contains
-relationships as nested fields.Opposite direction:
belongs_to
Relationships:
string[] dt.entity.device_application_method
entity.name
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
The entity type
host
; service
group_of
Relationship field that contains all
group_of
-relationships as nested fields.Opposite direction:
groups
Relationships:
string dt.entity.custom_application
string dt.entity.mobile_application
id
The entity ID.
Tags:
entity-id
lifetime
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
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.
Fields
belongs_to
Relationship field that contains all
belongs_to
-relationships as nested fields.Opposite direction:
contains
Relationships:
string dt.entity.host
contains
Relationship field that contains all
contains
-relationships as nested fields.Opposite direction:
belongs_to
Relationships:
string[] dt.entity.ebs_volume
entity.customized_name
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
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
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
The entity type
host
; service
id
The entity ID.
Tags:
entity-id
lifetime
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
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]
AWS Dynamo DB Table (Classic)
Query
Entities can be queried in Grail with the following query:
fetch dt.entity.dynamo_db_table| fieldsadd accessible_by, arn, belongs_to, entity.detected_name, entity.name, entity.type, icon, id, lifetime, tags
accessible_by
Relationship field that contains all
accessible_by
-relationships as nested fields.Opposite direction:
can_access
Relationships:
string[] dt.entity.aws_credentials
arn
Amazon Resource Name (ARN)
arn:aws:lambda:us-east-1:478983378254:function:acceptanceWeatherBackend
belongs_to
Relationship field that contains all
belongs_to
-relationships as nested fields.Opposite direction:
contains
Relationships:
string dt.entity.aws_availability_zone
entity.detected_name
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
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
The entity type
host
; service
icon
An icon property.
id
The entity ID.
Tags:
entity-id
lifetime
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
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]
AWS EBS Volume (Classic)
Query
Entities can be queried in Grail with the following query:
fetch dt.entity.ebs_volume| fieldsadd arn, belongs_to, creationTimestamp, deviceName, ebsSnapshotId, ebsType, entity.detected_name, entity.name, entity.type, icon, id, iops, lifetime, tags
arn
Amazon Resource Name (ARN)
arn:aws:lambda:us-east-1:478983378254:function:acceptanceWeatherBackend
belongs_to
Relationship field that contains all
belongs_to
-relationships as nested fields.Opposite direction:
contains
Relationships:
string[] dt.entity.disk
string[] dt.entity.ec2_instance
creationTimestamp
A creationTimestamp property.
deviceName
A deviceName property.
ebsSnapshotId
An ebsSnapshotId property.
ebsType
An ebsType property.
entity.detected_name
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
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
The entity type
host
; service
icon
An icon property.
id
The entity ID.
Tags:
entity-id
iops
An iops property.
42
lifetime
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
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]
AWS EC2 Instance (Classic)
Fields used for dt.entity.ec2_instance.
Query
Entities can be queried in Grail with the following query:
fetch dt.entity.ec2_instance| fieldsadd accessible_by, amiId, arn, awsBasicMonitoring, awsBasicMonitoringSince, awsInstanceId, awsInstanceType, awsSecurityGroup, awsVpcName, balanced_by, beanstalkEnvironmentName, belongs_to, contains, entity.detected_name, entity.name, entity.type, icon, id, instance_of, lifetime, localHostName, localIp, managementZones, osArchitecture, publicHostName, publicIp, runs, tags, virtualizedDiskType
accessible_by
Relationship field that contains all
accessible_by
-relationships as nested fields.Opposite direction:
can_access
Relationships:
string[] dt.entity.aws_credentials
amiId
An amiId property.
arn
Amazon Resource Name (ARN)
arn:aws:lambda:us-east-1:478983378254:function:acceptanceWeatherBackend
awsBasicMonitoring
EC2 instance basic monitoring mode enabled.
True
awsBasicMonitoringSince
EC2 instance basic monitoring mode since.
42
awsInstanceId
EC2 instance unique identifier.
i-0922cda4579db3a45
awsInstanceType
EC2 instance type.
t3.large
awsSecurityGroup
EC2 instance security group.
awsVpcName
EC2 instance VPC name
vpc-12345678
balanced_by
Relationship field that contains all
balanced_by
-relationships as nested fields.Opposite direction:
balances
Relationships:
string[] dt.entity.aws_application_load_balancer
string[] dt.entity.aws_network_load_balancer
string[] dt.entity.elastic_load_balancer
beanstalkEnvironmentName
A beanstalkEnvironmentName property.
belongs_to
Relationship field that contains all
belongs_to
-relationships as nested fields.Opposite direction:
contains
Relationships:
string dt.entity.aws_availability_zone
contains
Relationship field that contains all
contains
-relationships as nested fields.Opposite direction:
belongs_to
Relationships:
string[] dt.entity.ebs_volume
entity.detected_name
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
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
The entity type
host
; service
icon
An icon property.
id
The entity ID.
Tags:
entity-id
instance_of
Relationship field that contains all
instance_of
-relationships as nested fields.Opposite direction:
instantiates
Relationships:
string dt.entity.auto_scaling_group
lifetime
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
A localHostName property.
localIp
A localIp property.
managementZones
Managment zones this entity belongs to.
Cloud: Google
osArchitecture
Architecture of the CPU, discovered from the operating system.
X86
publicHostName
A publicHostName property.
publicIp
A publicIp property.
runs
Relationship field that contains all
runs
-relationships as nested fields.Opposite direction:
runs_on
Relationships:
string dt.entity.host
tags
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]
virtualizedDiskType
A virtualizedDiskType property.
AWS Elastic Load Balancer (Classic)
Query
Entities can be queried in Grail with the following query:
fetch dt.entity.elastic_load_balancer| fieldsadd accessible_by, arn, awsVpcName, balances, beanstalkEnvironmentName, called_by, calls, dnsNames, elbDnsName, elbPortMap, entity.detected_name, entity.name, entity.type, icon, id, ipAddress, lbPortMultimap, lbUnhealthyInstances, lifetime, managementZones, runs, sitesOfBalancedInstances, tags
accessible_by
Relationship field that contains all
accessible_by
-relationships as nested fields.Opposite direction:
can_access
Relationships:
string[] dt.entity.aws_credentials
arn
Amazon Resource Name (ARN)
arn:aws:lambda:us-east-1:478983378254:function:acceptanceWeatherBackend
awsVpcName
EC2 instance VPC name
vpc-12345678
balances
Relationship field that contains all
balances
-relationships as nested fields.Opposite direction:
balanced_by
Relationships:
string[] dt.entity.ec2_instance
beanstalkEnvironmentName
A beanstalkEnvironmentName property.
called_by
Relationship field that contains all
called_by
-relationships as nested fields.Opposite direction:
calls
Relationships:
string[] dt.entity.aws_application_load_balancer
string[] dt.entity.aws_lambda_function
string[] dt.entity.aws_network_load_balancer
string[] dt.entity.azure_api_management_service
string[] dt.entity.azure_application_gateway
string[] dt.entity.azure_cosmos_db
string[] dt.entity.azure_event_hub_namespace
string[] dt.entity.azure_function_app
string[] dt.entity.azure_iot_hub
string[] dt.entity.azure_load_balancer
string[] dt.entity.azure_redis_cache
string[] dt.entity.azure_service_bus_namespace
string[] dt.entity.azure_sql_server
string[] dt.entity.azure_storage_account
string[] dt.entity.custom_device
string[] dt.entity.custom_device_group
string[] dt.entity.elastic_load_balancer
string[] dt.entity.host
string[] dt.entity.process_group
string[] dt.entity.process_group_instance
string[] dt.entity.relational_database_service
calls
Relationship field that contains all
calls
-relationships as nested fields.Opposite direction:
called_by
Relationships:
string[] dt.entity.aws_application_load_balancer
string[] dt.entity.aws_lambda_function
string[] dt.entity.aws_network_load_balancer
string[] dt.entity.azure_api_management_service
string[] dt.entity.azure_application_gateway
string[] dt.entity.azure_cosmos_db
string[] dt.entity.azure_event_hub_namespace
string[] dt.entity.azure_function_app
string[] dt.entity.azure_iot_hub
string[] dt.entity.azure_load_balancer
string[] dt.entity.azure_redis_cache
string[] dt.entity.azure_service_bus_namespace
string[] dt.entity.azure_sql_server
string[] dt.entity.azure_storage_account
string[] dt.entity.custom_device
string[] dt.entity.custom_device_group
string[] dt.entity.elastic_load_balancer
string[] dt.entity.host
string[] dt.entity.process_group
string[] dt.entity.process_group_instance
string[] dt.entity.relational_database_service
dnsNames
A dnsNames property.
elbDnsName
An elbDnsName property.
elbPortMap
An elbPortMap property.
entity.detected_name
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
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
The entity type
host
; service
icon
An icon property.
id
The entity ID.
Tags:
entity-id
ipAddress
An array of IP addresses.
10.150.160.2
; 10.150.160.3
lbPortMultimap
A lbPortMultimap property.
lbUnhealthyInstances
A lbUnhealthyInstances property.
lifetime
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
Managment zones this entity belongs to.
Cloud: Google
runs
Relationship field that contains all
runs
-relationships as nested fields.Opposite direction:
runs_on
Relationships:
string[] dt.entity.custom_device
string[] dt.entity.queue_instance
string[] dt.entity.service
string[] dt.entity.service_instance
sitesOfBalancedInstances
A sitesOfBalancedInstances property.
tags
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.
Fields
awsNameTag