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 this query.

fetch dt.entity.host

Entity relationships

The following fields represent relationships between monitored entities. Relationships are directed, there is also a corresponding relationship for the opposite direction. Relationships are modelled as records and contain nested fields that contain the name of the target type they reference as foreign keys.

Query

The following example shows how to query the runs_on relationship for a service entity.

fetch dt.entity.service
| fieldsAdd runs_on
Attribute
Type
Description
Examples
accessible_by
record
stable
Relationship field that contains all accessible_by-relationships as nested fields.
Opposite direction: can_access
affected_by
record
stable
Relationship field that contains all affected_by-relationships as nested fields.
Opposite direction: affects
affects
record
stable
Relationship field that contains all affects-relationships as nested fields.
Opposite direction: affected_by
balanced_by
record
stable
Relationship field that contains all balanced_by-relationships as nested fields.
Opposite direction: balances
balances
record
stable
Relationship field that contains all balances-relationships as nested fields.
Opposite direction: balanced_by
belongs_to
record
stable
Relationship field that contains all belongs_to-relationships as nested fields.
Opposite direction: contains
called_by
record
stable
Relationship field that contains all called_by-relationships as nested fields.
Opposite direction: calls
calls
record
stable
Relationship field that contains all calls-relationships as nested fields.
Opposite direction: called_by
can_access
record
stable
Relationship field that contains all can_access-relationships as nested fields.
Opposite direction: accessible_by
child_of
record
stable
Relationship field that contains all child_of-relationships as nested fields.
Opposite direction: parent_of
cluster_of
record
stable
Relationship field that contains all cluster_of-relationships as nested fields.
Opposite direction: clustered_by
clustered_by
record
stable
Relationship field that contains all clustered_by-relationships as nested fields.
Opposite direction: cluster_of
consists_of
record
stable
Relationship field that contains all consists_of-relationships as nested fields.
Opposite direction: part_of
contains
record
stable
Relationship field that contains all contains-relationships as nested fields.
Opposite direction: belongs_to
group_of
record
stable
Relationship field that contains all group_of-relationships as nested fields.
Opposite direction: groups
groups
record
stable
Relationship field that contains all groups-relationships as nested fields.
Opposite direction: group_of
hosted_by
record
stable
Relationship field that contains all hosted_by-relationships as nested fields.
Opposite direction: hosts
hosts
record
stable
Relationship field that contains all hosts-relationships as nested fields.
Opposite direction: hosted_by
indirectly_receives_from
record
stable
Relationship field that contains all indirectly_receives_from-relationships as nested fields.
Opposite direction: indirectly_sends_to
indirectly_sends_to
record
stable
Relationship field that contains all indirectly_sends_to-relationships as nested fields.
Opposite direction: indirectly_receives_from
instance_of
record
stable
Relationship field that contains all instance_of-relationships as nested fields.
Opposite direction: instantiates
instantiates
record
stable
Relationship field that contains all instantiates-relationships as nested fields.
Opposite direction: instance_of
managed_by
record
stable
Relationship field that contains all managed_by-relationships as nested fields.
Opposite direction: manages
manages
record
stable
Relationship field that contains all manages-relationships as nested fields.
Opposite direction: managed_by
monitored_by
record
stable
Relationship field that contains all monitored_by-relationships as nested fields.
Opposite direction: monitors
monitors
record
stable
Relationship field that contains all monitors-relationships as nested fields.
Opposite direction: monitored_by
parent_of
record
stable
Relationship field that contains all parent_of-relationships as nested fields.
Opposite direction: child_of
part_of
record
stable
Relationship field that contains all part_of-relationships as nested fields.
Opposite direction: consists_of
propagated_from
record
stable
Relationship field that contains all propagated_from-relationships as nested fields.
Opposite direction: propagates_to
propagates_to
record
stable
Relationship field that contains all propagates_to-relationships as nested fields.
Opposite direction: propagated_from
receives_from
record
stable
Relationship field that contains all receives_from-relationships as nested fields.
Opposite direction: sends_to
related_to
record
stable
Relationship field that contains all related_to-relationships as nested fields. This is a bidirectional relationship
runs
record
stable
Relationship field that contains all runs-relationships as nested fields.
Opposite direction: runs_on
runs_on
record
stable
Relationship field that contains all runs_on-relationships as nested fields.
Opposite direction: runs
same_as
record
stable
Relationship field that contains all same_as-relationships as nested fields. This is a bidirectional relationship
sends_to
record
stable
Relationship field that contains all sends_to-relationships as nested fields.
Opposite direction: receives_from
served_by
record
stable
Relationship field that contains all part_of-relationships as nested fields.
Opposite direction: served_by
serves
record
stable
Relationship field that contains all serves-relationships as nested fields.
Opposite direction: served_by

Relationship mapping table

Entity relationships in the previous Dynatrace (for example, the environment API v2) are mapped to the new names in DQL records according to the following table.

Relationship name
From -> To
To -> From
belongsTo
belongs_to
contains
calls
calls
called_by
candidateTalksWith
called_by
calls
hostsComputeNode
hosts
hosted_by
indirectlySendsToQueue
indirectly_sends_to
indirectly_receives_from
isAccessibleBy
accessible_by
can_access
isApplicationMethodOf
belongs_to
contains
isApplicationMethodOfGroup
belongs_to
contains
isApplicationOfSyntheticTest
monitored_by
monitors
isAzrAppServicePlanOf
contains
belongs_to
isAzrEventHubNamespaceOfEventHub
contains
belongs_to
isAzrMgmtGroupOfAzrTenant
belongs_to
contains
isAzrServiceBusNamespaceOfQueue
contains
belongs_to
isAzrServiceBusNamespaceOfTopic
contains
belongs_to
isAzrSQLDatabaseOfElasticPool
belongs_to
contains
isAzrSqlServerOfDatabase
contains
belongs_to
isAzrSqlServerOfElasticPool
belongs_to
contains
isAzrStorageAccountOfAzrEventHub
contains
belongs_to
isAzrSubscriptionOfAzrMgmtGroup
belongs_to
contains
isAzrSubscriptionOfAzrTenant
belongs_to
contains
isAzrSubscriptionOfCredentials
contains
belongs_to
isBalancedBy
balanced_by
balances
isBoshDeploymentOfHost
contains
belongs_to
isCfFoundationOfHost
contains
belongs_to
isCgiOfCa
belongs_to
contains
isCgiOfCai
belongs_to
contains
isCgiOfCluster
belongs_to
contains
isCgiOfHost
belongs_to
contains
isCgiOfNamespace
belongs_to
contains
isChildOf
child_of
parent_of
isClusterOfCa
cluster_of
clustered_by
isClusterOfCai
cluster_of
clustered_by
isClusterOfCni
cluster_of
clustered_by
isClusterOfHost
cluster_of
clustered_by
isClusterOfKubernetesSvc
cluster_of
clustered_by
isClusterOfNamespace
cluster_of
clustered_by
isClusterOfNode
cluster_of
clustered_by
isClusterOfPg
cluster_of
clustered_by
isClusterOfService
cluster_of
clustered_by
isCnpOfCai
belongs_to
contains
isDatastoreOf
belongs_to
contains
isDeviceApplicationMethodOf
belongs_to
contains
isDeviceApplicationMethodOfGroup
belongs_to
contains
isDiskOf
belongs_to
contains
isDockerContainerOf
contains
belongs_to
isDockerContainerOfPg
contains
belongs_to
isEbsVolumeOf
belongs_to
contains
isGroupOf
group_of
groups
isHostGroupOf
instantiates
instance_of
isHostOfContainer
hosts
hosted_by
isInstanceOf
instance_of
instantiates
isKubernetesSvcOfCa
balances
balanced_by
isKubernetesSvcOfCai
balances
balanced_by
isLocatedIn
belongs_to
contains
isMainPgiOfCgi
belongs_to
contains
isMemberOf
belongs_to
contains
isMemberOfScalingGroup
belongs_to
contains
isNamespaceOfCa
contains
belongs_to
isNamespaceOfCai
contains
belongs_to
isNamespaceOfCni
contains
belongs_to
isNamespaceOfCnp
contains
belongs_to
isNamespaceOfKubernetesSvc
contains
belongs_to
isNamespaceOfPg
contains
belongs_to
isNamespaceOfService
contains
belongs_to
isNetworkClientOf
calls
called_by
isNetworkClientOfHost
calls
called_by
isNetworkClientOfProcessGroup
calls
called_by
isNetworkInterfaceOf
belongs_to
contains
isNodeOfHost
belongs_to
contains
isOpenstackAvZoneOf
belongs_to
contains
isPartOf
belongs_to
contains
isPgAppOf
belongs_to
contains
isPgiOfCgi
belongs_to
contains
isPgOfCa
belongs_to
contains
isPgOfCai
belongs_to
contains
isPgOfCg
belongs_to
contains
isProcessOf
belongs_to
contains
isProcessRunningOpenstackVm
belongs_to
contains
isRuntimeComponentOf
belongs_to
contains
isRuntimeOfPgi
belongs_to
contains
isSameAs
same_as
same_as
isServedByDcrumService
served_by
serves
isServiceMethodOf
belongs_to
contains
isServiceMethodOfService
belongs_to
contains
isServiceOf
belongs_to
contains
isServiceOfProcessGroup
belongs_to
contains
isSiteOf
contains
belongs_to
isSoftwareComponentOfPgi
belongs_to
contains
isStepOf
belongs_to
contains
isUserActionOf
belongs_to
contains
listensOnQueue
belongs_to
contains
manages
manages
managed_by
monitors
monitors
monitored_by
propagatesTo
propagates_to
propagated_from
receivesFromQueue
receives_from
sends_to
runsOn
runs_on
runs
runsOnHost
runs_on
runs
runsOnProcessGroupInstance
runs_on
runs
runsOnResource
runs_on
runs
sendsToQueue
sends_to
receives_from
talksWithCandidate
calls
called_by
affects
affects
affected_by
isRelatedTo
related_to
related_to

AWS Application Load Balancer (Classic)

Query

Query entities in Grail.

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
Attribute
Type
Description
Examples
accessible_by
record
stable
Relationship field that contains all accessible_by-relationships as nested fields.
Opposite direction: can_access

Relationships:
string[] dt.entity.aws_credentials
arn
string
deprecated
Amazon Resource Name (ARN)
arn:aws:lambda:us-east-1:478983378254:function:acceptanceWeatherBackend
awsVpcName
string
deprecated
EC2 instance VPC name
vpc-12345678
balances
record
stable
Relationship field that contains all balances-relationships as nested fields.
Opposite direction: balanced_by

Relationships:
string[] dt.entity.ec2_instance
beanstalkEnvironmentName
string
stable
A beanstalkEnvironmentName property.
called_by
record
stable
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
record
stable
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
array
experimental
A dnsNames property.
entity.detected_name
string
stable
The entity name as detected by Dynatrace or defined by the data source of the entity. Depending on the entity type this can involve different heuristics.
ip-10-100-200-5.eu-west-1.compute.internal
entity.name
string
stable
All entities have an entity.name field. The following fields will be considered in order to determine the value: entity.customized_name, entity.conditional_name, entity.detected_name.
easyTravel
entity.type
string
stable
The entity type
host; service
icon
string
stable
An icon property.
id
string
stable
The entity ID.
Tags: entity-id
ipAddress
array
stable
An array of IP addresses.
10.150.160.2; 10.150.160.3
lbBalancedIps
array
stable
A lbBalancedIps property.
lbPortMultimap
record
stable
A lbPortMultimap property.
lbUnhealthyInstances
array
stable
A lbUnhealthyInstances property.
lbUnhealthyIps
array
stable
A lbUnhealthyIps property.
lifetime
timeframe
stable
A complex record that contains two number fields start and end representing the timestamps of the entity being seen for the first time and for the last time. DQL datatype Duration.
managementZones
array
stable
Managment zones this entity belongs to.
Cloud: Google
runs
record
stable
Relationship field that contains all runs-relationships as nested fields.
Opposite direction: runs_on

Relationships:
string[] dt.entity.custom_device
string[] dt.entity.queue_instance
string[] dt.entity.service
string[] dt.entity.service_instance
sitesOfBalancedInstances
array
stable
A sitesOfBalancedInstances property.
tags
string[]
experimental
A string array containing all string representations of tags that are assigned to the entity. This includes manual tags and auto tags. The string represention contains Context, Key and Value.
[[context]key:value, key:value, value]

AWS Auto Scaling Group (Classic)

Query

Query entities in Grail.

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
Attribute
Type
Description
Examples
accessible_by
record
stable
Relationship field that contains all accessible_by-relationships as nested fields.
Opposite direction: can_access

Relationships:
string[] dt.entity.aws_credentials
arn
string
deprecated
Amazon Resource Name (ARN)
arn:aws:lambda:us-east-1:478983378254:function:acceptanceWeatherBackend
asgMaxSize
long
experimental
An asgMaxSize property.
42
asgMinSize
long
experimental
An asgMinSize property.
42
asgSize
long
experimental
An asgSize property.
42
beanstalkEnvironmentName
string
stable
A beanstalkEnvironmentName property.
contains
record
stable
Relationship field that contains all contains-relationships as nested fields.
Opposite direction: belongs_to

Relationships:
string[] dt.entity.host
entity.detected_name
string
stable
The entity name as detected by Dynatrace or defined by the data source of the entity. Depending on the entity type this can involve different heuristics.
ip-10-100-200-5.eu-west-1.compute.internal
entity.name
string
stable
All entities have an entity.name field. The following fields will be considered in order to determine the value: entity.customized_name, entity.conditional_name, entity.detected_name.
easyTravel
entity.type
string
stable
The entity type
host; service
icon
string
stable
An icon property.
id
string
stable
The entity ID.
Tags: entity-id
instantiates
record
stable
Relationship field that contains all instantiates-relationships as nested fields.
Opposite direction: instance_of

Relationships:
string[] dt.entity.ec2_instance
lifetime
timeframe
stable
A complex record that contains two number fields start and end representing the timestamps of the entity being seen for the first time and for the last time. DQL datatype Duration.
managementZones
array
stable
Managment zones this entity belongs to.
Cloud: Google
tags
string[]
experimental
A string array containing all string representations of tags that are assigned to the entity. This includes manual tags and auto tags. The string represention contains Context, Key and Value.
[[context]key:value, key:value, value]

AWS Availability Zone (Classic)

Query

Query entities in Grail.

fetch dt.entity.aws_availability_zone
| fieldsadd accessible_by,contains,entity.detected_name,entity.name,entity.type,icon,id,lifetime,managementZones,regionName,tags
Attribute
Type
Description
Examples
accessible_by
record
stable
Relationship field that contains all accessible_by-relationships as nested fields.
Opposite direction: can_access

Relationships:
string[] dt.entity.aws_credentials
contains
record
stable
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
string
stable
The entity name as defined by conditional naming rules. This name will be calculated based on a rules on the cluster side.
Cl-Prod1 Ser-1
entity.customized_name
string
stable
The entity name as defined in the entity settings screen. This name is statically defined by the user for a particular entity.
Host 1234
entity.detected_name
string
stable
The entity name as detected by Dynatrace or defined by the data source of the entity. Depending on the entity type this can involve different heuristics.
ip-10-100-200-5.eu-west-1.compute.internal
entity.name
string
stable
All entities have an entity.name field. The following fields will be considered in order to determine the value: entity.customized_name, entity.conditional_name, entity.detected_name.
easyTravel
entity.type
string
stable
The entity type
host; service
gcpZone
string
stable
GCP zone, retrieved from instance metadata service.
icon
string
stable
An icon property.
id
string
stable
The entity ID.
Tags: entity-id
lifetime
timeframe
stable
A complex record that contains two number fields start and end representing the timestamps of the entity being seen for the first time and for the last time. DQL datatype Duration.
managementZones
array
stable
Managment zones this entity belongs to.
Cloud: Google
oneAgentCustomHostName
string
stable
The custom name defined in OneAgent config.
regionName
string
stable
A regionName property.
tags
string[]
experimental
A string array containing all string representations of tags that are assigned to the entity. This includes manual tags and auto tags. The string represention contains Context, Key and Value.
[[context]key:value, key:value, value]

AWS Credentials (Classic)

Query

Query entities in Grail.

fetch dt.entity.aws_credentials
| fieldsadd awsAccountId,can_access,entity.detected_name,entity.name,entity.type,icon,id,lifetime,managementZones,tags
Attribute
Type
Description
Examples
awsAccountId
string
deprecated
EC2 instance AWS account id.
123456789012
can_access
record
stable
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
string
stable
The entity name as detected by Dynatrace or defined by the data source of the entity. Depending on the entity type this can involve different heuristics.
ip-10-100-200-5.eu-west-1.compute.internal
entity.name
string
stable
All entities have an entity.name field. The following fields will be considered in order to determine the value: entity.customized_name, entity.conditional_name, entity.detected_name.
easyTravel
entity.type
string
stable
The entity type
host; service
icon
string
stable
An icon property.
id
string
stable
The entity ID.
Tags: entity-id
lifetime
timeframe
stable
A complex record that contains two number fields start and end representing the timestamps of the entity being seen for the first time and for the last time. DQL datatype Duration.
managementZones
array
stable
Managment zones this entity belongs to.
Cloud: Google
tags
string[]
experimental
A string array containing all string representations of tags that are assigned to the entity. This includes manual tags and auto tags. The string represention contains Context, Key and Value.
[[context]key:value, key:value, value]

AWS Dynamo DB Table (Classic)

Query

Query entities in Grail.

fetch dt.entity.dynamo_db_table
| fieldsadd accessible_by, arn, belongs_to, entity.detected_name, entity.name, entity.type, icon, id, lifetime, tags
Attribute
Type
Description
Examples
accessible_by
record
stable
Relationship field that contains all accessible_by-relationships as nested fields.
Opposite direction: can_access

Relationships:
string[] dt.entity.aws_credentials
arn
string
deprecated
Amazon Resource Name (ARN)
arn:aws:lambda:us-east-1:478983378254:function:acceptanceWeatherBackend
belongs_to
record
stable
Relationship field that contains all belongs_to-relationships as nested fields.
Opposite direction: contains

Relationships:
string dt.entity.aws_availability_zone
entity.detected_name
string
stable
The entity name as detected by Dynatrace or defined by the data source of the entity. Depending on the entity type this can involve different heuristics.
ip-10-100-200-5.eu-west-1.compute.internal
entity.name
string
stable
All entities have an entity.name field. The following fields will be considered in order to determine the value: entity.customized_name, entity.conditional_name, entity.detected_name.
easyTravel
entity.type
string
stable
The entity type
host; service
icon
string
stable
An icon property.
id
string
stable
The entity ID.
Tags: entity-id
lifetime
timeframe
stable
A complex record that contains two number fields start and end representing the timestamps of the entity being seen for the first time and for the last time. DQL datatype Duration.
tags
string[]
experimental
A string array containing all string representations of tags that are assigned to the entity. This includes manual tags and auto tags. The string represention contains Context, Key and Value.
[[context]key:value, key:value, value]

AWS EBS Volume (Classic)

Query

Query entities in Grail.

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
Attribute
Type
Description
Examples
arn
string
deprecated
Amazon Resource Name (ARN)
arn:aws:lambda:us-east-1:478983378254:function:acceptanceWeatherBackend
belongs_to
record
stable
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
timestamp
stable
A creationTimestamp property.
deviceName
string
stable
A deviceName property.
ebsSnapshotId
string
stable
An ebsSnapshotId property.
ebsType
string
stable
An ebsType property.
entity.detected_name
string
stable
The entity name as detected by Dynatrace or defined by the data source of the entity. Depending on the entity type this can involve different heuristics.
ip-10-100-200-5.eu-west-1.compute.internal
entity.name
string
stable
All entities have an entity.name field. The following fields will be considered in order to determine the value: entity.customized_name, entity.conditional_name, entity.detected_name.
easyTravel
entity.type
string
stable
The entity type
host; service
icon
string
stable
An icon property.
id
string
stable
The entity ID.
Tags: entity-id
iops
long
experimental
An iops property.
42
lifetime
timeframe
stable
A complex record that contains two number fields start and end representing the timestamps of the entity being seen for the first time and for the last time. DQL datatype Duration.
tags
string[]
experimental
A string array containing all string representations of tags that are assigned to the entity. This includes manual tags and auto tags. The string represention contains Context, Key and Value.
[[context]key:value, key:value, value]

AWS EC2 Instance (Classic)

Fields used for dt.entity.ec2_instance.

Query

Query entities in Grail.

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
Attribute
Type
Description
Examples
accessible_by
record
stable
Relationship field that contains all accessible_by-relationships as nested fields.
Opposite direction: can_access

Relationships:
string[] dt.entity.aws_credentials
amiId
string
stable
An amiId property.
arn
string
deprecated
Amazon Resource Name (ARN)
arn:aws:lambda:us-east-1:478983378254:function:acceptanceWeatherBackend
awsBasicMonitoring
boolean
deprecated
EC2 instance basic monitoring mode enabled.
true
awsBasicMonitoringSince
long
deprecated
EC2 instance basic monitoring mode since.
42
awsInstanceId
string
deprecated
EC2 instance unique identifier.
i-0922cda4579db3a45
awsInstanceType
string
deprecated
EC2 instance type.
t3.large
awsSecurityGroup
array
deprecated
EC2 instance security group.
awsVpcName
string
deprecated
EC2 instance VPC name
vpc-12345678
balanced_by
record
stable
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
string
stable
A beanstalkEnvironmentName property.
belongs_to
record
stable
Relationship field that contains all belongs_to-relationships as nested fields.
Opposite direction: contains

Relationships:
string dt.entity.aws_availability_zone
contains
record
stable
Relationship field that contains all contains-relationships as nested fields.
Opposite direction: belongs_to

Relationships:
string[] dt.entity.ebs_volume
entity.detected_name
string
stable
The entity name as detected by Dynatrace or defined by the data source of the entity. Depending on the entity type this can involve different heuristics.
ip-10-100-200-5.eu-west-1.compute.internal
entity.name
string
stable
All entities have an entity.name field. The following fields will be considered in order to determine the value: entity.customized_name, entity.conditional_name, entity.detected_name.
easyTravel
entity.type
string
stable
The entity type
host; service
icon
string
stable
An icon property.
id
string
stable
The entity ID.
Tags: entity-id
instance_of
record
stable
Relationship field that contains all instance_of-relationships as nested fields.
Opposite direction: instantiates

Relationships:
string dt.entity.auto_scaling_group
lifetime
timeframe
stable
A complex record that contains two number fields start and end representing the timestamps of the entity being seen for the first time and for the last time. DQL datatype Duration.
localHostName
string
stable
A localHostName property.
localIp
string
stable
A localIp property.
managementZones
array
stable
Managment zones this entity belongs to.
Cloud: Google
osArchitecture
string
stable
Architecture of the CPU, discovered from the operating system.
X86
publicHostName
string
stable
A publicHostName property.
publicIp
string
stable
A publicIp property.
runs
record
stable
Relationship field that contains all runs-relationships as nested fields.
Opposite direction: runs_on

Relationships:
string dt.entity.host
tags
string[]
experimental
A string array containing all string representations of tags that are assigned to the entity. This includes manual tags and auto tags. The string represention contains Context, Key and Value.
[[context]key:value, key:value, value]
virtualizedDiskType
string
stable
A virtualizedDiskType property.

AWS Elastic Load Balancer (Classic)

Query

Query entities in Grail.

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
Attribute
Type
Description
Examples
accessible_by
record
stable
Relationship field that contains all accessible_by-relationships as nested fields.
Opposite direction: can_access

Relationships:
string[] dt.entity.aws_credentials
arn
string
deprecated
Amazon Resource Name (ARN)
arn:aws:lambda:us-east-1:478983378254:function:acceptanceWeatherBackend
awsVpcName
string
deprecated
EC2 instance VPC name
vpc-12345678
balances
record
stable
Relationship field that contains all balances-relationships as nested fields.
Opposite direction: balanced_by

Relationships:
string[] dt.entity.ec2_instance
beanstalkEnvironmentName
string
stable
A beanstalkEnvironmentName property.
called_by
record
stable
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
record
stable
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
array
experimental
A dnsNames property.
elbDnsName
string
stable
An elbDnsName property.
elbPortMap
record
stable
An elbPortMap property.
entity.detected_name
string
stable
The entity name as detected by Dynatrace or defined by the data source of the entity. Depending on the entity type this can involve different heuristics.
ip-10-100-200-5.eu-west-1.compute.internal
entity.name
string
stable
All entities have an entity.name field. The following fields will be considered in order to determine the value: entity.customized_name, entity.conditional_name, entity.detected_name.
easyTravel
entity.type
string
stable
The entity type
host; service
icon
string
stable
An icon property.
id
string
stable
The entity ID.
Tags: entity-id
ipAddress
array
stable
An array of IP addresses.
10.150.160.2; 10.150.160.3
lbPortMultimap
record
stable
A lbPortMultimap property.
lbUnhealthyInstances
array
stable
A lbUnhealthyInstances property.
lifetime
timeframe
stable
A complex record that contains two number fields start and end representing the timestamps of the entity being seen for the first time and for the last time. DQL datatype Duration.
managementZones
array
stable
Managment zones this entity belongs to.
Cloud: Google
runs
record
stable
Relationship field that contains all runs-relationships as nested fields.
Opposite direction: runs_on

Relationships:
string[] dt.entity.custom_device
string[] dt.entity.queue_instance
string[] dt.entity.service
string[] dt.entity.service_instance
sitesOfBalancedInstances
array
stable
A sitesOfBalancedInstances property.
tags
string[]
experimental
A string array containing all string representations of tags that are assigned to the entity. This includes manual tags and auto tags. The string represention contains Context, Key and Value.
[[context]key:value, key:value, value]

AWS Lambda (Classic)

Query

Query entities in Grail.

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
Attribute
Type
Description
Examples
accessible_by
record
stable
Relationship field that contains all accessible_by-relationships as nested fields.
Opposite direction: can_access

Relationships:
string[] dt.entity.aws_credentials
apiEndpointUrls
array
stable
An apiEndpointUrls property.
arn
string
deprecated
Amazon Resource Name (ARN)
arn:aws:lambda:us-east-1:478983378254:function:acceptanceWeatherBackend
awsCodeSize
long
deprecated
AWS Lambda Code size.
42
awsMemorySize
long
deprecated
AWS Lambda memory size.
42
awsRuntime
string
deprecated
AWS Lambda runtime.
nodejs20.x
awsTimeout
long
deprecated
AWS Lambda timeout.
42
awsVersion
string
deprecated
AWS Lambda version.
$LATEST
belongs_to
record
stable
Relationship field that contains all belongs_to-relationships as nested fields.
Opposite direction: contains

Relationships:
string dt.entity.aws_availability_zone
called_by
record
stable
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
record
stable
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
string
stable
The entity name as detected by Dynatrace or defined by the data source of the entity. Depending on the entity type this can involve different heuristics.
ip-10-100-200-5.eu-west-1.compute.internal
entity.name
string
stable
All entities have an entity.name field. The following fields will be considered in order to determine the value: entity.customized_name, entity.conditional_name, entity.detected_name.
easyTravel
entity.type
string
stable
The entity type
host; service
icon
string
stable
An icon property.
id
string
stable
The entity ID.
Tags: entity-id
lifetime
timeframe
stable
A complex record that contains two number fields start and end representing the timestamps of the entity being seen for the first time and for the last time. DQL datatype Duration.
managementZones
array
stable
Managment zones this entity belongs to.
Cloud: Google
runs
record
stable
Relationship field that contains all runs-relationships as nested fields.
Opposite direction: runs_on

Relationships:
string[] dt.entity.custom_device
string[] dt.entity.queue_instance
string[] dt.entity.service
string[] dt.entity.service_instance
softwareTechnologies
array
stable
A collection of software technologies relevant for given entity. It can describe role of given entity, but also includes supplementary technologies used, such as known third party libraries. Each technology is a triplet of type, edition and version.
type:DOTNET,edition:.NET Framework,version:4.8.9139.0; type:KUBERNETES,edition:worker,version:null
tags
string[]
experimental
A string array containing all string representations of tags that are assigned to the entity. This includes manual tags and auto tags. The string represention contains Context, Key and Value.
[[context]key:value, key:value, value]

AWS Network Load Balancer (Classic)

Query

Query entities in Grail.

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
Attribute
Type
Description
Examples
accessible_by
record
stable
Relationship field that contains all accessible_by-relationships as nested fields.
Opposite direction: can_access

Relationships:
string[] dt.entity.aws_credentials
arn
string
deprecated
Amazon Resource Name (ARN)
arn:aws:lambda:us-east-1:478983378254:function:acceptanceWeatherBackend
awsVpcName
string
deprecated
EC2 instance VPC name
vpc-12345678
balances
record
stable
Relationship field that contains all balances-relationships as nested fields.
Opposite direction: balanced_by

Relationships:
string[] dt.entity.ec2_instance
beanstalkEnvironmentName
string
stable
A beanstalkEnvironmentName property.
called_by
record
stable
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
record
stable
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
array
experimental
A dnsNames property.
entity.detected_name
string
stable
The entity name as detected by Dynatrace or defined by the data source of the entity. Depending on the entity type this can involve different heuristics.
ip-10-100-200-5.eu-west-1.compute.internal
entity.name
string
stable
All entities have an entity.name field. The following fields will be considered in order to determine the value: entity.customized_name, entity.conditional_name, entity.detected_name.
easyTravel
entity.type
string
stable
The entity type
host; service
icon
string
stable
An icon property.
id
string
stable
The entity ID.
Tags: entity-id
ipAddress
array
stable
An array of IP addresses.
10.150.160.2; 10.150.160.3
lbBalancedIps
array
stable
A lbBalancedIps property.
lbPortMultimap
record
stable
A lbPortMultimap property.
lbUnhealthyInstances
array
stable
A lbUnhealthyInstances property.
lbUnhealthyIps
array
stable
A lbUnhealthyIps property.
lifetime
timeframe
stable
A complex record that contains two number fields start and end representing the timestamps of the entity being seen for the first time and for the last time. DQL datatype Duration.
managementZones
array
stable
Managment zones this entity belongs to.
Cloud: Google
runs
record
stable
Relationship field that contains all runs-relationships as nested fields.
Opposite direction: runs_on

Relationships:
string[] dt.entity.custom_device
string[] dt.entity.queue_instance
string[] dt.entity.service
string[] dt.entity.service_instance
sitesOfBalancedInstances
array
stable
A sitesOfBalancedInstances property.
tags
string[]
experimental
A string array containing all string representations of tags that are assigned to the entity. This includes manual tags and auto tags. The string represention contains Context, Key and Value.
[[context]key:value, key:value, value]

AWS Relational Database Service (Classic)

Query

Query entities in Grail.

fetch dt.entity.relational_database_service
| fieldsadd accessible_by, arn, beanstalkEnvironmentName, belongs_to, called_by, calls, dnsNames, entity.detected_name, entity.name, entity.type, icon, id, iops, ipAddress, lifetime, managementZones, rdsDbInstanceClass, rdsDbInstanceIdentifier, rdsDbName, rdsDbSnapshotIdentifier, rdsEndpoint, rdsEngine, rdsEngineVersion, rdsMultiAz, rdsPort, rdsPrimaryAvailabilityZone, rdsSecondaryAvailabilityZone, runs, state, tags
Attribute
Type
Description
Examples
accessible_by
record
stable
Relationship field that contains all accessible_by-relationships as nested fields.
Opposite direction: can_access

Relationships:
string[] dt.entity.aws_credentials
arn
string
deprecated
Amazon Resource Name (ARN)
arn:aws:lambda:us-east-1:478983378254:function:acceptanceWeatherBackend
beanstalkEnvironmentName
string
stable
A beanstalkEnvironmentName property.
belongs_to
record
stable
Relationship field that contains all belongs_to-relationships as nested fields.
Opposite direction: contains

Relationships:
string dt.entity.aws_availability_zone
called_by
record
stable
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
record
stable
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
array
experimental
A dnsNames property.
entity.detected_name
string
stable
The entity name as detected by Dynatrace or defined by the data source of the entity. Depending on the entity type this can involve different heuristics.
ip-10-100-200-5.eu-west-1.compute.internal
entity.name
string
stable
All entities have an entity.name field. The following fields will be considered in order to determine the value: entity.customized_name, entity.conditional_name, entity.detected_name.
easyTravel
entity.type
string
stable
The entity type
host; service
icon
string
stable
An icon property.
id
string
stable
The entity ID.
Tags: entity-id
iops
long
experimental
An iops property.
42
ipAddress
array
stable
An array of IP addresses.
10.150.160.2; 10.150.160.3
lifetime
timeframe
stable
A complex record that contains two number fields start and end representing the timestamps of the entity being seen for the first time and for the last time. DQL datatype Duration.
managementZones
array
stable
Managment zones this entity belongs to.
Cloud: Google
rdsDbInstanceClass
string
stable
A rdsDbInstanceClass property.
rdsDbInstanceIdentifier
string
stable
A rdsDbInstanceIdentifier property.
rdsDbName
string
stable
A rdsDbName property.
rdsDbSnapshotIdentifier
string
stable
A rdsDbSnapshotIdentifier property.
rdsEndpoint
string
stable
A rdsEndpoint property.
rdsEngine
string
stable
A rdsEngine property.
rdsEngineVersion
string
stable
A rdsEngineVersion property.
rdsMultiAz
boolean
stable
A rdsMultiAz property.
true
rdsPort
long
experimental
A rdsPort property.
42
rdsPrimaryAvailabilityZone
string
stable
A rdsPrimaryAvailabilityZone property.
rdsSecondaryAvailabilityZone
string
stable
A rdsSecondaryAvailabilityZone property.
runs
record
stable
Relationship field that contains all runs-relationships as nested fields.
Opposite direction: runs_on

Relationships:
string[] dt.entity.custom_device
string[] dt.entity.queue_instance
string[] dt.entity.service
string[] dt.entity.service_instance
state
string
experimental
State related to availability monitoring.
RUNNING
tags
string[]
experimental
A string array containing all string representations of tags that are assigned to the entity. This includes manual tags and auto tags. The string represention contains Context, Key and Value.
[[context]key:value, key:value, value]

AWS S3 Bucket (Classic)

Query

Query entities in Grail.

fetch dt.entity.s3bucket
| fieldsadd accessible_by, arn, creationTimestamp, entity.detected_name, entity.name, entity.type, icon, id, lifetime, tags
Attribute
Type
Description
Examples
accessible_by
record
stable
Relationship field that contains all accessible_by-relationships as nested fields.
Opposite direction: can_access

Relationships:
string[] dt.entity.aws_credentials
arn
string
deprecated
Amazon Resource Name (ARN)
arn:aws:lambda:us-east-1:478983378254:function:acceptanceWeatherBackend
creationTimestamp
timestamp
stable
A creationTimestamp property.
entity.detected_name
string
stable
The entity name as detected by Dynatrace or defined by the data source of the entity. Depending on the entity type this can involve different heuristics.
ip-10-100-200-5.eu-west-1.compute.internal
entity.name
string
stable
All entities have an entity.name field. The following fields will be considered in order to determine the value: entity.customized_name, entity.conditional_name, entity.detected_name.
easyTravel
entity.type
string
stable
The entity type
host; service
icon
string
stable
An icon property.
id
string
stable
The entity ID.
Tags: entity-id
lifetime
timeframe
stable
A complex record that contains two number fields start and end representing the timestamps of the entity being seen for the first time and for the last time. DQL datatype Duration.
tags
string[]
experimental
A string array containing all string representations of tags that are assigned to the entity. This includes manual tags and auto tags. The string represention contains Context, Key and Value.
[[context]key:value, key:value, value]

Application

Entity of a RUM web application.

Fields

Attribute
Type
Description
Examples
applicationType
string
stable
The type of the RUM web application.
AUTO_INJECTED
calls
record
stable
Relationship field that contains all calls-relationships as nested fields.
Opposite direction: called_by

Relationships:
string[] dt.entity.service
entity.name
string
stable
All entities have an entity.name field. The following fields will be considered in order to determine the value: entity.customized_name, entity.conditional_name, entity.detected_name.
easyTravel
entity.type
string
stable
The entity type
host; service
id
string
stable
The entity ID.
Tags: entity-id
lifetime
timeframe
stable
A complex record that contains two number fields start and end representing the timestamps of the entity being seen for the first time and for the last time. DQL datatype Duration.
managementZones
array
stable
Managment zones this entity belongs to.
Cloud: Google
monitored_by
record
stable
Relationship field that contains all monitored_by-relationships as nested fields.
Opposite direction: monitors

Relationships:
string[] dt.entity.external_synthetic_test
string[] dt.entity.http_check
string[] dt.entity.synthetic_test
tags
string[]
experimental
A string array containing all string representations of tags that are assigned to the entity. This includes manual tags and auto tags. The string represention contains Context, Key and Value.
[[context]key:value, key:value, value]

Application Method

Discontinued entity type for RUM web user actions. Only used by Dynatrace classic's problem analysis and root cause detection.

Fields

Attribute
Type
Description
Examples
belongs_to
record
stable
Relationship field that contains all belongs_to-relationships as nested fields.
Opposite direction: contains

Relationships:
string dt.entity.application
string dt.entity.application_method_group
entity.name
string
stable
All entities have an entity.name field. The following fields will be considered in order to determine the value: entity.customized_name, entity.conditional_name, entity.detected_name.
easyTravel
entity.type
string
stable
The entity type
host; service
id
string
stable
The entity ID.
Tags: entity-id
lifetime
timeframe
stable
A complex record that contains two number fields start and end representing the timestamps of the entity being seen for the first time and for the last time. DQL datatype Duration.
tags
string[]
experimental
A string array containing all string representations of tags that are assigned to the entity. This includes manual tags and auto tags. The string represention contains Context, Key and Value.
[[context]key:value, key:value, value]

Application Method Group

Discontinued entity type for grouping application_method entities. Only used by Dynatrace classic's problem analysis and root cause detection.

Fields

Attribute
Type
Description
Examples
contains
record
stable
Relationship field that contains all contains-relationships as nested fields.
Opposite direction: belongs_to

Relationships:
string[] dt.entity.application_method
entity.name
string
stable
All entities have an entity.name field. The following fields will be considered in order to determine the value: entity.customized_name, entity.conditional_name, entity.detected_name.
easyTravel
entity.type
string
stable
The entity type
host; service
group_of
record
stable
Relationship field that contains all group_of-relationships as nested fields.
Opposite direction: groups

Relationships:
string dt.entity.application
id
string
stable
The entity ID.
Tags: entity-id
lifetime
timeframe
stable
A complex record that contains two number fields start and end representing the timestamps of the entity being seen for the first time and for the last time. DQL datatype Duration.
tags
string[]
experimental
A string array containing all string representations of tags that are assigned to the entity. This includes manual tags and auto tags. The string represention contains Context, Key and Value.
[[context]key:value, key:value, value]

Azure API Management Service (Classic)

Query

Query entities in Grail.

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
Attribute
Type
Description
Examples
accessible_by
record
stable
Relationship field that contains all accessible_by-relationships as nested fields.
Opposite direction: can_access

Relationships:
string[] dt.entity.azure_subscription
azureApiMgmtSku
string
deprecated
Azure API management SKU
azureResourceGroupName
string
deprecated
Azure Resource Group name.
my-resource-group
belongs_to
record
stable
Relationship field that contains all belongs_to-relationships as nested fields.
Opposite direction: contains

Relationships:
string dt.entity.azure_region
called_by
record
stable
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
record
stable
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
array
experimental
A dnsNames property.
entity.detected_name
string
stable
The entity name as detected by Dynatrace or defined by the data source of the entity. Depending on the entity type this can involve different heuristics.
ip-10-100-200-5.eu-west-1.compute.internal
entity.name
string
stable
All entities have an entity.name field. The following fields will be considered in order to determine the value: entity.customized_name, entity.conditional_name, entity.detected_name.
easyTravel
entity.type
string
stable
The entity type
host; service
icon
string
stable
An icon property.
id
string
stable
The entity ID.
Tags: entity-id
ipAddress
array
stable
An array of IP addresses.
10.150.160.2; 10.150.160.3
lifetime
timeframe
stable
A complex record that contains two number fields start and end representing the timestamps of the entity being seen for the first time and for the last time. DQL datatype Duration.
managementZones
array
stable
Managment zones this entity belongs to.
Cloud: Google
runs
record
stable
Relationship field that contains all runs-relationships as nested fields.
Opposite direction: runs_on

Relationships:
string[] dt.entity.custom_device
string[] dt.entity.queue_instance
string[] dt.entity.service
string[] dt.entity.service_instance
tags
string[]
experimental
A string array containing all string representations of tags that are assigned to the entity. This includes manual tags and auto tags. The string represention contains Context, Key and Value.
[[context]key:value, key:value, value]

Azure App Service Plan (Classic)

Query

Query entities in Grail.

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
Attribute
Type
Description
Examples
accessible_by
record
stable
Relationship field that contains all accessible_by-relationships as nested fields.
Opposite direction: can_access

Relationships:
string[] dt.entity.azure_subscription
azureAppServicePlanTier
string
deprecated
Azure App Service Plan tier
azureResourceGroupName
string
deprecated
Azure Resource Group name.
my-resource-group
contains
record
stable
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
string
stable
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
string
stable
All entities have an entity.name field. The following fields will be considered in order to determine the value: entity.customized_name, entity.conditional_name, entity.detected_name.
easyTravel
entity.type
string
stable
The entity type
host; service
icon
string
stable
An icon property.
id
string
stable
The entity ID.
Tags: entity-id
lifetime
timeframe
stable
A complex record that contains two number fields start and end representing the timestamps of the entity being seen for the first time and for the last time. DQL datatype Duration.
managementZones
array
stable
Managment zones this entity belongs to.
Cloud: Google
tags
string[]
experimental
A string array containing all string representations of tags that are assigned to the entity. This includes manual tags and auto tags. The string represention contains Context, Key and Value.
[[context]key:value, key:value, value]

Azure Application Gateway (Classic)

Query

Query entities in Grail.

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
Attribute
Type
Description
Examples
accessible_by
record
stable
Relationship field that contains all accessible_by-relationships as nested fields.
Opposite direction: can_access

Relationships:
string[] dt.entity.azure_subscription
azureResourceGroupName
string
deprecated
Azure Resource Group name.
my-resource-group
balances
record
stable
Relationship field that contains all balances-relationships as nested fields.
Opposite direction: balanced_by

Relationships:
string[] dt.entity.azure_vm
belongs_to
record
stable
Relationship field that contains all belongs_to-relationships as nested fields.
Opposite direction: contains

Relationships:
string dt.entity.azure_region
boshName
string
stable
Name constructed from BOSH vcap metadata in form of name/id.
mysql/fa96ff4c-8290-47ef-80c1-bbca9b4c699d
called_by
record
stable
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
record
stable
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
array
experimental
A dnsNames property.
entity.detected_name
string
stable
The entity name as detected by Dynatrace or defined by the data source of the entity. Depending on the entity type this can involve different heuristics.
ip-10-100-200-5.eu-west-1.compute.internal
entity.name
string
stable
All entities have an entity.name field. The following fields will be considered in order to determine the value: entity.customized_name, entity.conditional_name, entity.detected_name.
easyTravel
entity.type
string
stable
The entity type
host; service
icon
string
stable
An icon property.
id
string
stable
The entity ID.
Tags: entity-id
ipAddress
array
stable
An array of IP addresses.
10.150.160.2; 10.150.160.3
lifetime
timeframe
stable
A complex record that contains two number fields start and end representing the timestamps of the entity being seen for the first time and for the last time. DQL datatype Duration.
listenPorts
array
stable
An array of open listen ports.
50000; 50001; 50002; 50003
managementZones
array
stable
Managment zones this entity belongs to.
Cloud: Google
runs
record
stable
Relationship field that contains all runs-relationships as nested fields.
Opposite direction: runs_on

Relationships:
string[] dt.entity.custom_device
string[] dt.entity.queue_instance
string[] dt.entity.service
string[] dt.entity.service_instance
tags
string[]
experimental
A string array containing all string representations of tags that are assigned to the entity. This includes manual tags and auto tags. The string represention contains Context, Key and Value.
[[context]key:value, key:value, value]

Azure Cosmos DB (Classic)

Query

Query entities in Grail.

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
Attribute
Type
Description
Examples
accessible_by
record
stable
Relationship field that contains all accessible_by-relationships as nested fields.
Opposite direction: can_access

Relationships:
string[] dt.entity.azure_subscription
azureCosmosDbAccountType
string
deprecated
Azure Cosmos DB account type.
AZURE_COSMOSDB_ACCOUNT_TYPE_MONGO_DB
azureResourceGroupName
string
deprecated
Azure Resource Group name.
my-resource-group
belongs_to
record
stable
Relationship field that contains all belongs_to-relationships as nested fields.
Opposite direction: contains

Relationships:
string dt.entity.azure_region
boshName
string
stable
Name constructed from BOSH vcap metadata in form of name/id.
mysql/fa96ff4c-8290-47ef-80c1-bbca9b4c699d
called_by
record
stable
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
record
stable
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
array
experimental
A dnsNames property.
entity.detected_name
string
stable
The entity name as detected by Dynatrace or defined by the data source of the entity. Depending on the entity type this can involve different heuristics.
ip-10-100-200-5.eu-west-1.compute.internal
entity.name
string
stable
All entities have an entity.name field. The following fields will be considered in order to determine the value: entity.customized_name, entity.conditional_name, entity.detected_name.
easyTravel
entity.type
string
stable
The entity type
host; service
icon
string
stable
An icon property.
id
string
stable
The entity ID.
Tags: entity-id
lifetime
timeframe
stable
A complex record that contains two number fields start and end representing the timestamps of the entity being seen for the first time and for the last time. DQL datatype Duration.
managementZones
array
stable
Managment zones this entity belongs to.
Cloud: Google
runs
record
stable
Relationship field that contains all runs-relationships as nested fields.
Opposite direction: runs_on

Relationships:
string[] dt.entity.custom_device
string[] dt.entity.queue_instance
string[] dt.entity.service
string[] dt.entity.service_instance
tags
string[]
experimental
A string array containing all string representations of tags that are assigned to the entity. This includes manual tags and auto tags. The string represention contains Context, Key and Value.
[[context]key:value, key:value, value]

Azure Credentials (Classic)

Query

Query entities in Grail.

fetch dt.entity.azure_credentials
| fieldsadd azureResourceGroupName, belongs_to, can_access, entity.detected_name, entity.name, entity.type, icon, id, lifetime, managementZones, tags
Attribute
Type
Description
Examples
azureResourceGroupName
string
deprecated
Azure Resource Group name.
my-resource-group
belongs_to
record
stable
Relationship field that contains all belongs_to-relationships as nested fields.
Opposite direction: contains

Relationships:
string[] dt.entity.azure_subscription
boshName
string
stable
Name constructed from BOSH vcap metadata in form of name/id.
mysql/fa96ff4c-8290-47ef-80c1-bbca9b4c699d
can_access
record
stable
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
string
stable
The entity name as detected by Dynatrace or defined by the data source of the entity. Depending on the entity type this can involve different heuristics.
ip-10-100-200-5.eu-west-1.compute.internal
entity.name
string
stable
All entities have an entity.name field. The following fields will be considered in order to determine the value: entity.customized_name, entity.conditional_name, entity.detected_name.
easyTravel
entity.type
string
stable
The entity type
host; service
icon
string
stable
An icon property.
id
string
stable
The entity ID.
Tags: entity-id
lifetime
timeframe
stable
A complex record that contains two number fields start and end representing the timestamps of the entity being seen for the first time and for the last time. DQL datatype Duration.
managementZones
array
stable
Managment zones this entity belongs to.
Cloud: Google
tags
string[]
experimental
A string array containing all string representations of tags that are assigned to the entity. This includes manual tags and auto tags. The string represention contains Context, Key and Value.
[[context]key:value, key:value, value]

Azure Event Hub (Classic)

Query

Query entities in Grail.

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
Attribute
Type
Description
Examples
accessible_by
record
stable
Relationship field that contains all accessible_by-relationships as nested fields.
Opposite direction: can_access

Relationships:
string[] dt.entity.azure_subscription
azureEventHubMessageRetentionDays
long
deprecated
Azure Event Hub message retention days.
1
azureEventHubPartitionCount
long
deprecated
Azure Event Hub partition count.
2
azureResourceGroupName
string
deprecated
Azure Resource Group name.
my-resource-group
belongs_to
record
stable
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
string
stable
The entity name as detected by Dynatrace or defined by the data source of the entity. Depending on the entity type this can involve different heuristics.
ip-10-100-200-5.eu-west-1.compute.internal
entity.name
string
stable
All entities have an entity.name field. The following fields will be considered in order to determine the value: entity.customized_name, entity.conditional_name, entity.detected_name.
easyTravel
entity.type
string
stable
The entity type
host; service
icon
string
stable
An icon property.
id
string
stable
The entity ID.
Tags: entity-id
lifetime
timeframe
stable
A complex record that contains two number fields start and end representing the timestamps of the entity being seen for the first time and for the last time. DQL datatype Duration.
managementZones
array
stable
Managment zones this entity belongs to.
Cloud: Google
tags
string[]
experimental
A string array containing all string representations of tags that are assigned to the entity. This includes manual tags and auto tags. The string represention contains Context, Key and Value.
[[context]key:value, key:value, value]

Azure Event Hub Namespace (Classic)

Query

Query entities in Grail.

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
Attribute
Type
Description
Examples
accessible_by
record
stable
Relationship field that contains all accessible_by-relationships as nested fields.
Opposite direction: can_access

Relationships:
string[] dt.entity.azure_subscription
azureEventHubNamespaceSku
string
deprecated
Azure Event Hub Namespace SKU.
AZURE_EVENT_HUB_NAMESPACE_SKU_BASIC
azureResourceGroupName
string
deprecated
Azure Resource Group name.
my-resource-group
belongs_to
record
stable
Relationship field that contains all belongs_to-relationships as nested fields.
Opposite direction: contains

Relationships:
string dt.entity.azure_region
called_by
record
stable
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
record
stable
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
record
stable
Relationship field that contains all contains-relationships as nested fields.
Opposite direction: belongs_to

Relationships:
string[] dt.entity.azure_event_hub
dnsNames
array
experimental
A dnsNames property.
entity.detected_name
string
stable
The entity name as detected by Dynatrace or defined by the data source of the entity. Depending on the entity type this can involve different heuristics.
ip-10-100-200-5.eu-west-1.compute.internal
entity.name
string
stable
All entities have an entity.name field. The following fields will be considered in order to determine the value: entity.customized_name, entity.conditional_name, entity.detected_name.
easyTravel
entity.type
string
stable
The entity type
host; service
icon
string
stable
An icon property.
id
string
stable
The entity ID.
Tags: entity-id
lifetime
timeframe
stable
A complex record that contains two number fields start and end representing the timestamps of the entity being seen for the first time and for the last time. DQL datatype Duration.
managementZones
array
stable
Managment zones this entity belongs to.
Cloud: Google
runs
record
stable
Relationship field that contains all runs-relationships as nested fields.
Opposite direction: runs_on

Relationships:
string[] dt.entity.custom_device
string[] dt.entity.queue_instance
string[] dt.entity.service
string[] dt.entity.service_instance
tags
string[]
experimental
A string array containing all string representations of tags that are assigned to the entity. This includes manual tags and auto tags. The string represention contains Context, Key and Value.
[[context]key:value, key:value, value]

Azure Function (Classic)

Query

Query entities in Grail.

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
Attribute
Type
Description
Examples
accessible_by
record
stable
Relationship field that contains all accessible_by-relationships as nested fields.
Opposite direction: can_access

Relationships:
string[] dt.entity.azure_subscription
azureFunctionLanguage
string
deprecated
Azure Function language.
dotnet-isolated
azureResourceGroupName
string
deprecated
Azure Resource Group name.
my-resource-group
azureResourceId
string
deprecated
Azure VM resource id.
/subscriptions/000000000-0000-0000-0000-000000000000/resourceGroups/abc-rg/providers/Microsoft.Compute/virtualMachines/my-vm
belongs_to
record
stable
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
record
stable
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
record
stable
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
array
experimental
A dnsNames property.
entity.detected_name
string
stable
The entity name as detected by Dynatrace or defined by the data source of the entity. Depending on the entity type this can involve different heuristics.
ip-10-100-200-5.eu-west-1.compute.internal
entity.name
string
stable
All entities have an entity.name field. The following fields will be considered in order to determine the value: entity.customized_name, entity.conditional_name, entity.detected_name.
easyTravel
entity.type
string
stable
The entity type
host; service
icon
string
stable
An icon property.
id
string
stable
The entity ID.
Tags: entity-id
lifetime
timeframe
stable
A complex record that contains two number fields start and end representing the timestamps of the entity being seen for the first time and for the last time. DQL datatype Duration.
managementZones
array
stable
Managment zones this entity belongs to.
Cloud: Google
runs
record
stable
Relationship field that contains all runs-relationships as nested fields.
Opposite direction: runs_on

Relationships:
string[] dt.entity.service
sku
string
stable
A sku property.
tags
string[]
experimental
A string array containing all string representations of tags that are assigned to the entity. This includes manual tags and auto tags. The string represention contains Context, Key and Value.
[[context]key:value, key:value, value]

Azure IoT Hub (Classic)

Query

Query entities in Grail.

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
Attribute
Type
Description
Examples
accessible_by
record
stable
Relationship field that contains all accessible_by-relationships as nested fields.
Opposite direction: can_access

Relationships:
string[] dt.entity.azure_subscription
azureIotHubBuildInEventHubEndpoint
string
deprecated
Aazure Iot Hub build in Event Hub endpoint.
1231231231namespace.servicebus.windows.net
azureIotHubCapacityProvisionedUnits
long
deprecated
Azure IoT Hub capacity provisioned units.
1
azurePricingTier
string
deprecated
Azure IoT Hub pricing tier.
Free
azureResourceGroupName
string
deprecated
Azure Resource Group name.
my-resource-group
belongs_to
record
stable
Relationship field that contains all belongs_to-relationships as nested fields.
Opposite direction: contains

Relationships:
string dt.entity.azure_region
called_by
record
stable
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
record
stable
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
array
experimental
A dnsNames property.
entity.detected_name
string
stable
The entity name as detected by Dynatrace or defined by the data source of the entity. Depending on the entity type this can involve different heuristics.
ip-10-100-200-5.eu-west-1.compute.internal
entity.name
string
stable
All entities have an entity.name field. The following fields will be considered in order to determine the value: entity.customized_name, entity.conditional_name, entity.detected_name.
easyTravel
entity.type
string
stable
The entity type
host; service
icon
string
stable
An icon property.
id
string
stable
The entity ID.
Tags: entity-id
lifetime
timeframe
stable
A complex record that contains two number fields start and end representing the timestamps of the entity being seen for the first time and for the last time. DQL datatype Duration.
managementZones
array
stable
Managment zones this entity belongs to.
Cloud: Google
runs
record
stable
Relationship field that contains all runs-relationships as nested fields.
Opposite direction: runs_on

Relationships:
string[] dt.entity.custom_device
string[] dt.entity.queue_instance
string[] dt.entity.service
string[] dt.entity.service_instance
sku
string
stable
A sku property.
tags
string[]
experimental
A string array containing all string representations of tags that are assigned to the entity. This includes manual tags and auto tags. The string represention contains Context, Key and Value.
[[context]key:value, key:value, value]

Azure Load Balancer (Classic)

Query

Query entities in Grail.

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
Attribute
Type
Description
Examples
accessible_by
record
stable
Relationship field that contains all accessible_by-relationships as nested fields.
Opposite direction: can_access

Relationships:
string[] dt.entity.azure_subscription
azureLoadBalancerSku
string
deprecated
Azure Load Balancer SKU.
AZURE_LB_STANDARD
azureResourceGroupName
string
deprecated
Azure Resource Group name.
my-resource-group
balances
record
stable
Relationship field that contains all balances-relationships as nested fields.
Opposite direction: balanced_by

Relationships:
string[] dt.entity.azure_vm
belongs_to
record
stable
Relationship field that contains all belongs_to-relationships as nested fields.
Opposite direction: contains

Relationships:
string dt.entity.azure_region
called_by
record
stable
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
record
stable
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
array
experimental
A dnsNames property.
entity.detected_name
string
stable
The entity name as detected by Dynatrace or defined by the data source of the entity. Depending on the entity type this can involve different heuristics.
ip-10-100-200-5.eu-west-1.compute.internal
entity.name
string
stable
All entities have an entity.name field. The following fields will be considered in order to determine the value: entity.customized_name, entity.conditional_name, entity.detected_name.
easyTravel
entity.type
string
stable
The entity type
host; service
icon
string
stable
An icon property.
id
string
stable
The entity ID.
Tags: entity-id
ipAddress
array
stable
An array of IP addresses.
10.150.160.2; 10.150.160.3
lifetime
timeframe
stable
A complex record that contains two number fields start and end representing the timestamps of the entity being seen for the first time and for the last time. DQL datatype Duration.
listenPorts
array
stable
An array of open listen ports.
50000; 50001; 50002; 50003
managementZones
array
stable
Managment zones this entity belongs to.
Cloud: Google
runs
record
stable
Relationship field that contains all runs-relationships as nested fields.
Opposite direction: runs_on

Relationships:
string[] dt.entity.custom_device
string[] dt.entity.queue_instance
string[] dt.entity.service
string[] dt.entity.service_instance
tags
string[]
experimental
A string array containing all string representations of tags that are assigned to the entity. This includes manual tags and auto tags. The string represention contains Context, Key and Value.
[[context]key:value, key:value, value]

Azure Management Group (Classic)

Query

Query entities in Grail.

fetch dt.entity.azure_mgmt_group
| fieldsadd azureManagementGroupUuid, azureResourceGroupName, belongs_to, contains, entity.detected_name, entity.name, entity.type, icon, id, lifetime, managementZones, tags
Attribute
Type
Description
Examples
azureManagementGroupUuid
string
deprecated
Azure Management Group UUID.
azureResourceGroupName
string
deprecated
Azure Resource Group name.
my-resource-group
belongs_to
record
stable
Relationship field that contains all belongs_to-relationships as nested fields.
Opposite direction: contains

Relationships:
string dt.entity.azure_tenant
contains
record
stable
Relationship field that contains all contains-relationships as nested fields.
Opposite direction: belongs_to

Relationships:
string[] dt.entity.azure_subscription
entity.detected_name
string
stable
The entity name as detected by Dynatrace or defined by the data source of the entity. Depending on the entity type this can involve different heuristics.
ip-10-100-200-5.eu-west-1.compute.internal
entity.name
string
stable
All entities have an entity.name field. The following fields will be considered in order to determine the value: entity.customized_name, entity.conditional_name, entity.detected_name.
easyTravel
entity.type
string
stable
The entity type
host; service
icon
string
stable
An icon property.
id
string
stable
The entity ID.
Tags: entity-id
lifetime
timeframe
stable
A complex record that contains two number fields start and end representing the timestamps of the entity being seen for the first time and for the last time. DQL datatype Duration.
managementZones
array
stable
Managment zones this entity belongs to.
Cloud: Google
tags
string[]
experimental
A string array containing all string representations of tags that are assigned to the entity. This includes manual tags and auto tags. The string represention contains Context, Key and Value.
[[context]key:value, key:value, value]

Azure Redis Cache (Classic)

Query

Query entities in Grail.

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
Attribute
Type
Description
Examples
accessible_by
record
stable
Relationship field that contains all accessible_by-relationships as nested fields.
Opposite direction: can_access

Relationships:
string[] dt.entity.azure_subscription
azureResourceGroupName
string
deprecated
Azure Resource Group name.
my-resource-group
belongs_to
record
stable
Relationship field that contains all belongs_to-relationships as nested fields.
Opposite direction: contains

Relationships:
string dt.entity.azure_region
boshName
string
stable
Name constructed from BOSH vcap metadata in form of name/id.
mysql/fa96ff4c-8290-47ef-80c1-bbca9b4c699d
called_by
record
stable
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
record
stable
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
array
experimental
A dnsNames property.
entity.detected_name
string
stable
The entity name as detected by Dynatrace or defined by the data source of the entity. Depending on the entity type this can involve different heuristics.
ip-10-100-200-5.eu-west-1.compute.internal
entity.name
string
stable
All entities have an entity.name field. The following fields will be considered in order to determine the value: entity.customized_name, entity.conditional_name, entity.detected_name.
easyTravel
entity.type
string
stable
The entity type
host; service
icon
string
stable
An icon property.
id
string
stable
The entity ID.
Tags: entity-id
lifetime
timeframe
stable
A complex record that contains two number fields start and end representing the timestamps of the entity being seen for the first time and for the last time. DQL datatype Duration.
listenPorts
array
stable
An array of open listen ports.
50000; 50001; 50002; 50003
managementZones
array
stable
Managment zones this entity belongs to.
Cloud: Google
runs
record
stable
Relationship field that contains all runs-relationships as nested fields.
Opposite direction: runs_on

Relationships:
string[] dt.entity.custom_device
string[] dt.entity.queue_instance
string[] dt.entity.service
string[] dt.entity.service_instance
tags
string[]
experimental
A string array containing all string representations of tags that are assigned to the entity. This includes manual tags and auto tags. The string represention contains Context, Key and Value.
[[context]key:value, key:value, value]

Azure Region (Classic)

Query

Query entities in Grail.

fetch dt.entity.azure_region
| fieldsadd accessible_by, contains, entity.detected_name, entity.name, entity.type, icon, id, lifetime, tags
Attribute
Type
Description
Examples
accessible_by
record
stable
Relationship field that contains all accessible_by-relationships as nested fields.
Opposite direction: can_access

Relationships:
string[] dt.entity.azure_subscription
contains
record
stable
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
string
stable
The entity name as detected by Dynatrace or defined by the data source of the entity. Depending on the entity type this can involve different heuristics.
ip-10-100-200-5.eu-west-1.compute.internal
entity.name
string
stable
All entities have an entity.name field. The following fields will be considered in order to determine the value: entity.customized_name, entity.conditional_name, entity.detected_name.
easyTravel
entity.type
string
stable
The entity type
host; service
icon
string
stable
An icon property.
id
string
stable
The entity ID.
Tags: entity-id
lifetime
timeframe
stable
A complex record that contains two number fields start and end representing the timestamps of the entity being seen for the first time and for the last time. DQL datatype Duration.
tags
string[]
experimental
A string array containing all string representations of tags that are assigned to the entity. This includes manual tags and auto tags. The string represention contains Context, Key and Value.
[[context]key:value, key:value, value]

Azure SQL Database (Classic)

Query

Query entities in Grail.

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
Attribute
Type
Description
Examples
accessible_by
record
stable
Relationship field that contains all accessible_by-relationships as nested fields.
Opposite direction: can_access

Relationships:
string[] dt.entity.azure_subscription
azureResourceGroupName
string
deprecated
Azure Resource Group name.
my-resource-group
azureSqlDbId
string
deprecated
Azure SQL DB ID.
00000000-0000-0000-0000-000000000000
azureSqlDbMaxSizeBytes
long
deprecated
Azure SQL DB max size bytes.
42
azureSqlDbSecondaryRegion
string
deprecated
Azure SQL DB secondary region.
belongs_to
record
stable
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
string
stable
The entity name as detected by Dynatrace or defined by the data source of the entity. Depending on the entity type this can involve different heuristics.
ip-10-100-200-5.eu-west-1.compute.internal
entity.name
string
stable
All entities have an entity.name field. The following fields will be considered in order to determine the value: entity.customized_name, entity.conditional_name, entity.detected_name.
easyTravel
entity.type
string
stable
The entity type
host; service
icon
string
stable
An icon property.
id
string
stable
The entity ID.
Tags: entity-id
lifetime
timeframe
stable
A complex record that contains two number fields start and end representing the timestamps of the entity being seen for the first time and for the last time. DQL datatype Duration.
managementZones
array
stable
Managment zones this entity belongs to.
Cloud: Google
tags
string[]
experimental
A string array containing all string representations of tags that are assigned to the entity. This includes manual tags and auto tags. The string represention contains Context, Key and Value.
[[context]key:value, key:value, value]

Azure SQL Elastic Pool (Classic)

Query

Query entities in Grail.

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
Attribute
Type
Description
Examples
accessible_by
record
stable
Relationship field that contains all accessible_by-relationships as nested fields.
Opposite direction: can_access

Relationships:
string[] dt.entity.azure_subscription
azureResourceGroupName
string
deprecated
Azure Resource Group name.
my-resource-group
azureSqlElasticPoolDatabaseMaxCapacity
double
deprecated
Azure SQL Elastic Pool database max capacity.
2.0
azureSqlElasticPoolDatabaseMinCapacity
double
deprecated
Azure SQL ElasticPool database min capacity.
0.0
azureSqlElasticPoolDtu
long
deprecated
Azure SQL Elastic Pool DTU.
2
azureSqlElasticPoolStorageLimitMb
long
deprecated
Azure SQL Elastic Pool storage limit Mb.
1073741824
azureSqlElasticPoolTier
string
deprecated
Azure SQL Elastic Pool tier.
GeneralPurpose
contains
record
stable
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
string
stable
The entity name as detected by Dynatrace or defined by the data source of the entity. Depending on the entity type this can involve different heuristics.
ip-10-100-200-5.eu-west-1.compute.internal
entity.name
string
stable
All entities have an entity.name field. The following fields will be considered in order to determine the value: entity.customized_name, entity.conditional_name, entity.detected_name.
easyTravel
entity.type
string
stable
The entity type
host; service
icon
string
stable
An icon property.
id
string
stable
The entity ID.
Tags: entity-id
lifetime
timeframe
stable
A complex record that contains two number fields start and end representing the timestamps of the entity being seen for the first time and for the last time. DQL datatype Duration.
managementZones
array
stable
Managment zones this entity belongs to.
Cloud: Google
tags
string[]
experimental
A string array containing all string representations of tags that are assigned to the entity. This includes manual tags and auto tags. The string represention contains Context, Key and Value.
[[context]key:value, key:value, value]

Azure SQL Server (Classic)

Query

Query entities in Grail.

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
Attribute
Type
Description
Examples
accessible_by
record
stable
Relationship field that contains all accessible_by-relationships as nested fields.
Opposite direction: can_access

Relationships:
string[] dt.entity.azure_subscription
azureResourceGroupName
string
deprecated
Azure Resource Group name.
my-resource-group
belongs_to
record
stable
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
record
stable
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
record
stable
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
record
stable
Relationship field that contains all contains-relationships as nested fields.
Opposite direction: belongs_to

Relationships:
string[] dt.entity.azure_sql_database
dnsNames
array
experimental
A dnsNames property.
entity.detected_name
string
stable
The entity name as detected by Dynatrace or defined by the data source of the entity. Depending on the entity type this can involve different heuristics.
ip-10-100-200-5.eu-west-1.compute.internal
entity.name
string
stable
All entities have an entity.name field. The following fields will be considered in order to determine the value: entity.customized_name, entity.conditional_name, entity.detected_name.
easyTravel
entity.type
string
stable
The entity type
host; service
icon
string
stable
An icon property.
id
string
stable
The entity ID.
Tags: entity-id
lifetime
timeframe
stable
A complex record that contains two number fields start and end representing the timestamps of the entity being seen for the first time and for the last time. DQL datatype Duration.
managementZones
array
stable
Managment zones this entity belongs to.
Cloud: Google
runs
record
stable
Relationship field that contains all runs-relationships as nested fields.
Opposite direction: runs_on

Relationships:
string[] dt.entity.custom_device
string[] dt.entity.queue_instance
string[] dt.entity.service
string[] dt.entity.service_instance
softwareTechnologies
array
stable
A collection of software technologies relevant for given entity. It can describe role of given entity, but also includes supplementary technologies used, such as known third party libraries. Each technology is a triplet of type, edition and version.
type:DOTNET,edition:.NET Framework,version:4.8.9139.0; type:KUBERNETES,edition:worker,version:null
tags
string[]
experimental
A string array containing all string representations of tags that are assigned to the entity. This includes manual tags and auto tags. The string represention contains Context, Key and Value.
[[context]key:value, key:value, value]

Azure Service Bus Namespace (Classic)

Query

Query entities in Grail.

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
Attribute
Type
Description
Examples
accessible_by
record
stable
Relationship field that contains all accessible_by-relationships as nested fields.
Opposite direction: can_access

Relationships:
string[] dt.entity.azure_subscription
azureResourceGroupName
string
deprecated
Azure Resource Group name.
my-resource-group
belongs_to
record
stable
Relationship field that contains all belongs_to-relationships as nested fields.
Opposite direction: contains

Relationships:
string dt.entity.azure_region
called_by
record
stable
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
record
stable
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
record
stable
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
array
experimental
A dnsNames property.
entity.detected_name
string
stable
The entity name as detected by Dynatrace or defined by the data source of the entity. Depending on the entity type this can involve different heuristics.
ip-10-100-200-5.eu-west-1.compute.internal
entity.name
string
stable
All entities have an entity.name field. The following fields will be considered in order to determine the value: entity.customized_name, entity.conditional_name, entity.detected_name.
easyTravel
entity.type
string
stable
The entity type
host; service
icon
string
stable
An icon property.
id
string
stable
The entity ID.
Tags: entity-id
lifetime
timeframe
stable
A complex record that contains two number fields start and end representing the timestamps of the entity being seen for the first time and for the last time. DQL datatype Duration.
managementZones
array
stable
Managment zones this entity belongs to.
Cloud: Google
runs
record
stable
Relationship field that contains all runs-relationships as nested fields.
Opposite direction: runs_on

Relationships:
string[] dt.entity.custom_device
string[] dt.entity.queue_instance
string[] dt.entity.service
string[] dt.entity.service_instance
tags
string[]
experimental
A string array containing all string representations of tags that are assigned to the entity. This includes manual tags and auto tags. The string represention contains Context, Key and Value.
[[context]key:value, key:value, value]

Azure Service Bus Queue (Classic)

Query

Query entities in Grail.

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
Attribute
Type
Description
Examples
accessible_by
record
stable
Relationship field that contains all accessible_by-relationships as nested fields.
Opposite direction: can_access

Relationships:
string[] dt.entity.azure_subscription
azureResourceGroupName
string
deprecated
Azure Resource Group name.
my-resource-group
azureServiceBusLastAccessTimestamp
timestamp
deprecated
Azure Service Bus queue last access timestamp.
-62135596800000
azureServiceBusMaxSizeMb
long
deprecated
Azure Service Bus queue max size Mb.
1024
belongs_to
record
stable
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
string
stable
The entity name as detected by Dynatrace or defined by the data source of the entity. Depending on the entity type this can involve different heuristics.
ip-10-100-200-5.eu-west-1.compute.internal
entity.name
string
stable
All entities have an entity.name field. The following fields will be considered in order to determine the value: entity.customized_name, entity.conditional_name, entity.detected_name.
easyTravel
entity.type
string
stable
The entity type
host; service
icon
string
stable
An icon property.
id
string
stable
The entity ID.
Tags: entity-id
lifetime
timeframe
stable
A complex record that contains two number fields start and end representing the timestamps of the entity being seen for the first time and for the last time. DQL datatype Duration.
managementZones
array
stable
Managment zones this entity belongs to.
Cloud: Google
tags
string[]
experimental
A string array containing all string representations of tags that are assigned to the entity. This includes manual tags and auto tags. The string represention contains Context, Key and Value.
[[context]key:value, key:value, value]

Azure Service Bus Topic (Classic)

Query

Query entities in Grail.

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
Attribute
Type
Description
Examples
accessible_by
record
stable
Relationship field that contains all accessible_by-relationships as nested fields.
Opposite direction: can_access

Relationships:
string[] dt.entity.azure_subscription
azureResourceGroupName
string
deprecated
Azure Resource Group name.
my-resource-group
azureServiceBusLastAccessTimestamp
timestamp
deprecated
Azure Service Bus queue last access timestamp.
-62135596800000
azureServiceBusMaxSizeMb
long
deprecated
Azure Service Bus queue max size Mb.
1024
azureServiceBusTopicSubscriptionCount
long
deprecated
Azure Service Bus Topic subscription count.
42
belongs_to
record
stable
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
string
stable
The entity name as detected by Dynatrace or defined by the data source of the entity. Depending on the entity type this can involve different heuristics.
ip-10-100-200-5.eu-west-1.compute.internal
entity.name
string
stable
All entities have an entity.name field. The following fields will be considered in order to determine the value: entity.customized_name, entity.conditional_name, entity.detected_name.
easyTravel
entity.type
string
stable
The entity type
host; service
icon
string
stable
An icon property.
id
string
stable
The entity ID.
Tags: entity-id
lifetime
timeframe
stable
A complex record that contains two number fields start and end representing the timestamps of the entity being seen for the first time and for the last time. DQL datatype Duration.
managementZones
array
stable
Managment zones this entity belongs to.
Cloud: Google
tags
string[]
experimental
A string array containing all string representations of tags that are assigned to the entity. This includes manual tags and auto tags. The string represention contains Context, Key and Value.
[[context]key:value, key:value, value]

Azure Storage Account (Classic)

Query

Query entities in Grail.

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
Attribute
Type
Description
Examples
accessible_by
record
stable
Relationship field that contains all accessible_by-relationships as nested fields.
Opposite direction: can_access

Relationships:
string[] dt.entity.azure_subscription
azureResourceGroupName
string
deprecated
Azure Resource Group name.
my-resource-group
azureStorageAccountPrimaryRegion
string
deprecated
Azure Storage Account primary region.
azureStorageAccountSecondaryRegion
string
deprecated
Azure Storage Account secondary region.
belongs_to
record
stable
Relationship field that contains all belongs_to-relationships as nested fields.
Opposite direction: contains

Relationships:
string dt.entity.azure_region
called_by
record
stable
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
record
stable
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
record
stable
Relationship field that contains all contains-relationships as nested fields.
Opposite direction: belongs_to

Relationships:
string[] dt.entity.azure_event_hub
dnsNames
array
experimental
A dnsNames property.
entity.detected_name
string
stable
The entity name as detected by Dynatrace or defined by the data source of the entity. Depending on the entity type this can involve different heuristics.
ip-10-100-200-5.eu-west-1.compute.internal
entity.name
string
stable
All entities have an entity.name field. The following fields will be considered in order to determine the value: entity.customized_name, entity.conditional_name, entity.detected_name.
easyTravel
entity.type
string
stable
The entity type
host; service
icon
string
stable
An icon property.
id
string
stable
The entity ID.
Tags: entity-id
lifetime
timeframe
stable
A complex record that contains two number fields start and end representing the timestamps of the entity being seen for the first time and for the last time. DQL datatype Duration.
managementZones
array
stable
Managment zones this entity belongs to.
Cloud: Google
runs
record
stable
Relationship field that contains all runs-relationships as nested fields.
Opposite direction: runs_on

Relationships:
string[] dt.entity.custom_device
string[] dt.entity.queue_instance
string[] dt.entity.service
string[] dt.entity.service_instance
tags
string[]
experimental
A string array containing all string representations of tags that are assigned to the entity. This includes manual tags and auto tags. The string represention contains Context, Key and Value.
[[context]key:value, key:value, value]

Azure Subscription (Classic)

Query

Query entities in Grail.

fetch dt.entity.azure_subscription
| fieldsadd azureSubscriptionUuid, belongs_to, can_access, contains, entity.detected_name, entity.name, entity.type, icon, id, lifetime, managementZones, tags
Attribute
Type
Description
Examples
azureSubscriptionUuid
string
deprecated
Azure Subscription UUID.
00000000-0000-0000-0000-000000000000
belongs_to
record
stable
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
record
stable
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
record
stable
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
string
stable
The entity name as detected by Dynatrace or defined by the data source of the entity. Depending on the entity type this can involve different heuristics.
ip-10-100-200-5.eu-west-1.compute.internal
entity.name
string
stable
All entities have an entity.name field. The following fields will be considered in order to determine the value: entity.customized_name, entity.conditional_name, entity.detected_name.
easyTravel
entity.type
string
stable
The entity type
host; service
icon
string
stable
An icon property.
id
string
stable
The entity ID.
Tags: entity-id
lifetime
timeframe
stable
A complex record that contains two number fields start and end representing the timestamps of the entity being seen for the first time and for the last time. DQL datatype Duration.
managementZones
array
stable
Managment zones this entity belongs to.
Cloud: Google
tags
string[]
experimental
A string array containing all string representations of tags that are assigned to the entity. This includes manual tags and auto tags. The string represention contains Context, Key and Value.
[[context]key:value, key:value, value]

Azure Tenant (Classic)

Query

Query entities in Grail.

fetch dt.entity.azure_tenant
| fieldsadd azureResourceGroupName, azureTenantUuid, contains, entity.detected_name, entity.name, entity.type, icon, id, lifetime, managementZones, tags
Attribute
Type
Description
Examples
azureResourceGroupName
string
deprecated
Azure Resource Group name.
my-resource-group
azureTenantUuid
string
deprecated
Azure Entra Tenant UUID.
00000000-0000-0000-0000-000000000000
contains
record
stable
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
string
stable
The entity name as detected by Dynatrace or defined by the data source of the entity. Depending on the entity type this can involve different heuristics.
ip-10-100-200-5.eu-west-1.compute.internal
entity.name
string
stable
All entities have an entity.name field. The following fields will be considered in order to determine the value: entity.customized_name, entity.conditional_name, entity.detected_name.
easyTravel
entity.type
string
stable
The entity type
host; service
icon
string
stable
An icon property.
id
string
stable
The entity ID.
Tags: entity-id
lifetime
timeframe
stable
A complex record that contains two number fields start and end representing the timestamps of the entity being seen for the first time and for the last time. DQL datatype Duration.
managementZones
array
stable
Managment zones this entity belongs to.
Cloud: Google
tags
string[]
experimental
A string array containing all string representations of tags that are assigned to the entity. This includes manual tags and auto tags. The string represention contains Context, Key and Value.
[[context]key:value, key:value, value]

Azure VM (Classic)

Query

Query entities in Grail.

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
Attribute
Type
Description
Examples
accessible_by
record
stable
Relationship field that contains all accessible_by-relationships as nested fields.
Opposite direction: can_access

Relationships:
string[] dt.entity.azure_subscription
azureResourceGroupName
string
deprecated
Azure Resource Group name.
my-resource-group
azureResourceId
string
deprecated
Azure VM resource id.
/subscriptions/000000000-0000-0000-0000-000000000000/resourceGroups/abc-rg/providers/Microsoft.Compute/virtualMachines/my-vm
azureVmAvailabilitySetName
string
deprecated
Azure VM Availability Set name.
my-availability-set
azureVmSize
record
deprecated
Azure VM size.
balanced_by
record
stable
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
record
stable
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
array
experimental
A dnsNames property.
entity.detected_name
string
stable
The entity name as detected by Dynatrace or defined by the data source of the entity. Depending on the entity type this can involve different heuristics.
ip-10-100-200-5.eu-west-1.compute.internal
entity.name
string
stable
All entities have an entity.name field. The following fields will be considered in order to determine the value: entity.customized_name, entity.conditional_name, entity.detected_name.
easyTravel
entity.type
string
stable
The entity type
host; service
gcpZone
string
stable
GCP zone, retrieved from instance metadata service.
id
string
stable
The entity ID.
Tags: entity-id
ipAddress
array
stable
An array of IP addresses.
10.150.160.2; 10.150.160.3
lifetime
timeframe
stable
A complex record that contains two number fields start and end representing the timestamps of the entity being seen for the first time and for the last time. DQL datatype Duration.
oneAgentCustomHostName
string
stable
The custom name defined in OneAgent config.
osType
string
stable
Type of discovered operating system.
LINUX; WINDOWS
runs
record
stable
Relationship field that contains all runs-relationships as nested fields.
Opposite direction: runs_on

Relationships:
string dt.entity.host
tags
string[]
experimental
A string array containing all string representations of tags that are assigned to the entity. This includes manual tags and auto tags. The string represention contains Context, Key and Value.
[[context]key:value, key:value, value]

Azure VM Scale Set (Classic)

Query

Query entities in Grail.

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
Attribute
Type
Description
Examples
accessible_by
record
stable
Relationship field that contains all accessible_by-relationships as nested fields.
Opposite direction: can_access

Relationships:
string[] dt.entity.azure_subscription
azureResourceGroupName
string
deprecated
Azure Resource Group name.
my-resource-group
azureScaleSetCapacity
long
deprecated
Azure VM Scale Set capacity.
1
azureVmSize
record
deprecated
Azure VM size.
contains
record
stable
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
string
stable
The entity name as detected by Dynatrace or defined by the data source of the entity. Depending on the entity type this can involve different heuristics.
ip-10-100-200-5.eu-west-1.compute.internal
entity.name
string
stable
All entities have an entity.name field. The following fields will be considered in order to determine the value: entity.customized_name, entity.conditional_name, entity.detected_name.
easyTravel
entity.type
string
stable
The entity type
host; service
icon
string
stable
An icon property.
id
string
stable
The entity ID.
Tags: entity-id
lifetime
timeframe
stable
A complex record that contains two number fields start and end representing the timestamps of the entity being seen for the first time and for the last time. DQL datatype Duration.
oneAgentCustomHostName
string
stable
The custom name defined in OneAgent config.
tags
string[]
experimental
A string array containing all string representations of tags that are assigned to the entity. This includes manual tags and auto tags. The string represention contains Context, Key and Value.
[[context]key:value, key:value, value]

Azure Web App (Classic)

Query

Query entities in Grail.

fetch dt.entity.azure_web_app
| fieldsadd accessible_by, belongs_to, entity.detected_name, entity.name, entity.type, icon, id, lifetime, managementZones, tags
Attribute
Type
Description
Examples
accessible_by
record
stable
Relationship field that contains all accessible_by-relationships as nested fields.
Opposite direction: can_access

Relationships:
string[] dt.entity.azure_subscription
belongs_to
record
stable
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
string
stable
The entity name as defined by conditional naming rules. This name will be calculated based on a rules on the cluster side.
Cl-Prod1 Ser-1
entity.customized_name
string
stable
The entity name as defined in the entity settings screen. This name is statically defined by the user for a particular entity.
Host 1234
entity.detected_name
string
stable
The entity name as detected by Dynatrace or defined by the data source of the entity. Depending on the entity type this can involve different heuristics.
ip-10-100-200-5.eu-west-1.compute.internal
entity.name
string
stable
All entities have an entity.name field. The following fields will be considered in order to determine the value: entity.customized_name, entity.conditional_name, entity.detected_name.
easyTravel
entity.type
string
stable
The entity type
host; service
icon
string
stable
An icon property.
id
string
stable
The entity ID.
Tags: entity-id
lifetime
timeframe
stable
A complex record that contains two number fields start and end representing the timestamps of the entity being seen for the first time and for the last time. DQL datatype Duration.
managementZones
array
stable
Managment zones this entity belongs to.
Cloud: Google
tags
string[]
experimental
A string array containing all string representations of tags that are assigned to the entity. This includes manual tags and auto tags. The string represention contains Context, Key and Value.
[[context]key:value, key:value, value]

Bosh Deployment

Fields used for dt.entity.bosh_deployment.

Fields

Attribute
Type
Description
Examples
awsNameTag
string
deprecated
AWS name tag.
boshName
string
stable
Name constructed from BOSH vcap metadata in form of name/id.
mysql/fa96ff4c-8290-47ef-80c1-bbca9b4c699d
contains
record
stable
Relationship field that contains all contains-relationships as nested fields.
Opposite direction: belongs_to

Relationships:
string[] dt.entity.host
entity.conditional_name
string
stable
The entity name as defined by conditional naming rules. This name will be calculated based on a rules on the cluster side.
Cl-Prod1 Ser-1
entity.customized_name
string
stable
The entity name as defined in the entity settings screen. This name is statically defined by the user for a particular entity.
Host 1234
entity.detected_name
string
stable
The entity name as detected by Dynatrace or defined by the data source of the entity. Depending on the entity type this can involve different heuristics.
ip-10-100-200-5.eu-west-1.compute.internal
entity.name
string
stable
All entities have an entity.name field. The following fields will be considered in order to determine the value: entity.customized_name, entity.conditional_name, entity.detected_name.
easyTravel
entity.type
string
stable
The entity type
host; service
gcpZone
string
stable
GCP zone, retrieved from instance metadata service.
icon
string
stable
An icon property.
id
string
stable
The entity ID.
Tags: entity-id
lifetime
timeframe
stable
A complex record that contains two number fields start and end representing the timestamps of the entity being seen for the first time and for the last time. DQL datatype Duration.
oneAgentCustomHostName
string
stable
The custom name defined in OneAgent config.
tags
string[]
experimental
A string array containing all string representations of tags that are assigned to the entity. This includes manual tags and auto tags. The string represention contains Context, Key and Value.
[[context]key:value, key:value, value]

Browser

Discontinued entity type for browsers. Only used by Dynatrace classic's problem analysis and root cause detection.

Fields

Attribute
Type
Description
Examples
browserDetail
string
stable
Browser entities are hierarchical structured into type, family and majorVersion.
FAMILY
child_of
record
stable
Relationship field that contains all child_of-relationships as nested fields.
Opposite direction: parent_of

Relationships:
string dt.entity.browser
entity.name
string
stable
All entities have an entity.name field. The following fields will be considered in order to determine the value: entity.customized_name, entity.conditional_name, entity.detected_name.
easyTravel
entity.type
string
stable
The entity type
host; service
id
string
stable
The entity ID.
Tags: entity-id
lifetime
timeframe
stable
A complex record that contains two number fields start and end representing the timestamps of the entity being seen for the first time and for the last time. DQL datatype Duration.
parent_of
record
stable
Relationship field that contains all parent_of-relationships as nested fields.
Opposite direction: child_of

Relationships:
string[] dt.entity.browser
tags
string[]
experimental
A string array containing all string representations of tags that are assigned to the entity. This includes manual tags and auto tags. The string represention contains Context, Key and Value.
[[context]key:value, key:value, value]

Cf Foundation

Fields used for dt.entity.cf_foundation.

Fields

Attribute
Type
Description
Examples
awsNameTag
string
deprecated
AWS name tag.
boshName
string
stable
Name constructed from BOSH vcap metadata in form of name/id.
mysql/fa96ff4c-8290-47ef-80c1-bbca9b4c699d
contains
record
stable
Relationship field that contains all contains-relationships as nested fields.
Opposite direction: belongs_to

Relationships:
string[] dt.entity.host
entity.conditional_name
string
stable
The entity name as defined by conditional naming rules. This name will be calculated based on a rules on the cluster side.
Cl-Prod1 Ser-1
entity.customized_name
string
stable
The entity name as defined in the entity settings screen. This name is statically defined by the user for a particular entity.
Host 1234
entity.detected_name
string
stable
The entity name as detected by Dynatrace or defined by the data source of the entity. Depending on the entity type this can involve different heuristics.
ip-10-100-200-5.eu-west-1.compute.internal
entity.name
string
stable
All entities have an entity.name field. The following fields will be considered in order to determine the value: entity.customized_name, entity.conditional_name, entity.detected_name.
easyTravel
entity.type
string
stable
The entity type
host; service
gcpZone
string
stable
GCP zone, retrieved from instance metadata service.
icon
string
stable
An icon property.
id
string
stable
The entity ID.
Tags: entity-id
lifetime
timeframe
stable
A complex record that contains two number fields start and end representing the timestamps of the entity being seen for the first time and for the last time. DQL datatype Duration.
managementZones
array
stable
Managment zones this entity belongs to.
Cloud: Google
oneAgentCustomHostName
string
stable
The custom name defined in OneAgent config.
tags
string[]
experimental
A string array containing all string representations of tags that are assigned to the entity. This includes manual tags and auto tags. The string represention contains Context, Key and Value.
[[context]key:value, key:value, value]

Cloud Application

Kubernetes Workloads (e.g., Deployments, Statefulsets, Daemonsets, Jobs, Cronjobs, …) are modeled as cloud applications.

Fields

Attribute
Type
Description
Examples
awsNameTag
string
deprecated
AWS name tag.
balanced_by
record
stable
Relationship field that contains all balanced_by-relationships as nested fields.
Opposite direction: balances

Relationships:
string[] dt.entity.kubernetes_service
belongs_to
record
stable
Relationship field that contains all belongs_to-relationships as nested fields.
Opposite direction: contains

Relationships:
string dt.entity.cloud_application_namespace
boshName
string
stable
Name constructed from BOSH vcap metadata in form of name/id.
mysql/fa96ff4c-8290-47ef-80c1-bbca9b4c699d
called_by
record
stable
Relationship field that contains all called_by-relationships as nested fields.
Opposite direction: calls

Relationships:
string[] dt.entity.cloud_application
calls
record
stable
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
array
stable
A cloudApplicationDeploymentTypes property.
cloudApplicationLabels
record
stable
A cloudApplicationLabels property.
clustered_by
record
stable
Relationship field that contains all clustered_by-relationships as nested fields.
Opposite direction: cluster_of

Relationships:
string dt.entity.kubernetes_cluster
contains
record
stable
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
string
stable
The entity name as defined by conditional naming rules. This name will be calculated based on a rules on the cluster side.
Cl-Prod1 Ser-1
entity.customized_name
string
stable
The entity name as defined in the entity settings screen. This name is statically defined by the user for a particular entity.
Host 1234
entity.detected_name
string
stable
The entity name as detected by Dynatrace or defined by the data source of the entity. Depending on the entity type this can involve different heuristics.
ip-10-100-200-5.eu-west-1.compute.internal
entity.name
string
stable
All entities have an entity.name field. The following fields will be considered in order to determine the value: entity.customized_name, entity.conditional_name, entity.detected_name.
easyTravel
entity.type
string
stable
The entity type
host; service
gcpZone
string
stable
GCP zone, retrieved from instance metadata service.
icon
string
stable
An icon property.
id
string
stable
The entity ID.
Tags: entity-id
instantiates
record
stable
Relationship field that contains all instantiates-relationships as nested fields.
Opposite direction: instance_of

Relationships:
string[] dt.entity.cloud_application_instance
kubernetesConditions
record
stable
A kubernetesConditions property.
lifetime
timeframe
stable
A complex record that contains two number fields start and end representing the timestamps of the entity being seen for the first time and for the last time. DQL datatype Duration.
managementZones
array
stable
Managment zones this entity belongs to.
Cloud: Google
namespaceName
string
stable
The k8s namespace name. See also 'k8s.namespace.name'.
observedBy
array
stable
An observedBy property.
oneAgentCustomHostName
string
stable
The custom name defined in OneAgent config.
resourceUid
string
stable
A resourceUid property.
tags
string[]
experimental
A string array containing all string representations of tags that are assigned to the entity. This includes manual tags and auto tags. The string represention contains Context, Key and Value.
[[context]key:value, key:value, value]

Cloud Application Instance

Kubernetes Pods are modeled as cloud application instances.

Fields

Attribute
Type
Description
Examples
awsNameTag
string
deprecated
AWS name tag.
balanced_by
record
stable
Relationship field that contains all balanced_by-relationships as nested fields.
Opposite direction: balances

Relationships:
string[] dt.entity.kubernetes_service
belongs_to
record
stable
Relationship field that contains all belongs_to-relationships as nested fields.
Opposite direction: contains

Relationships:
string dt.entity.cloud_application_namespace
boshName
string
stable
Name constructed from BOSH vcap metadata in form of name/id.
mysql/fa96ff4c-8290-47ef-80c1-bbca9b4c699d
cloudApplicationInstancePhase
string
stable
A cloudApplicationInstancePhase property.
cloudApplicationLabels
record
stable
A cloudApplicationLabels property.
clustered_by
record
stable
Relationship field that contains all clustered_by-relationships as nested fields.
Opposite direction: cluster_of

Relationships:
string dt.entity.kubernetes_cluster
containerRestartCount
long
experimental
A containerRestartCount property.
42
contains
record
stable
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
long
experimental
A desiredContainersCount property.
42
entity.conditional_name
string
stable
The entity name as defined by conditional naming rules. This name will be calculated based on a rules on the cluster side.
Cl-Prod1 Ser-1
entity.customized_name
string
stable
The entity name as defined in the entity settings screen. This name is statically defined by the user for a particular entity.
Host 1234
entity.detected_name
string
stable
The entity name as detected by Dynatrace or defined by the data source of the entity. Depending on the entity type this can involve different heuristics.
ip-10-100-200-5.eu-west-1.compute.internal
entity.name
string
stable
All entities have an entity.name field. The following fields will be considered in order to determine the value: entity.customized_name, entity.conditional_name, entity.detected_name.
easyTravel
entity.type
string
stable
The entity type
host; service
gcpZone
string
stable
GCP zone, retrieved from instance metadata service.
icon
string
stable
An icon property.
id
string
stable
The entity ID.
Tags: entity-id
instance_of
record
stable
Relationship field that contains all instance_of-relationships as nested fields.
Opposite direction: instantiates

Relationships:
string dt.entity.cloud_application
internalIpAddresses
array
stable
An internalIpAddresses property.
lifetime
timeframe
stable
A complex record that contains two number fields start and end representing the timestamps of the entity being seen for the first time and for the last time. DQL datatype Duration.
limitsCPU
long
experimental
A limitsCPU property.
42
limitsMemory
long
experimental
A limitsMemory property.
42
managementZones
array
stable
Managment zones this entity belongs to.
Cloud: Google
namespaceName
string
stable
The k8s namespace name. See also 'k8s.namespace.name'.
nodeName
string
stable
The k8s node name. See also 'k8s.node.name'.
oneAgentCustomHostName
string
stable
The custom name defined in OneAgent config.
requestsCPU
long
experimental
A requestsCPU property.
42
requestsMemory
long
experimental
A requestsMemory property.
42
resourceCreationTimestamp
timestamp
stable
A resourceCreationTimestamp property.
resourceDeletionTimestamp
timestamp
stable
A resourceDeletionTimestamp property.
resourceUid
string
stable
A resourceUid property.
runningContainersCount
long
experimental
A runningContainersCount property.
42
runs_on
record
stable
Relationship field that contains all runs_on-relationships as nested fields.
Opposite direction: runs

Relationships:
string dt.entity.kubernetes_node
tags
string[]
experimental
A string array containing all string representations of tags that are assigned to the entity. This includes manual tags and auto tags. The string represention contains Context, Key and Value.
[[context]key:value, key:value, value]
workloadName
string
stable
The k8s workload name. See also 'k8s.workload.name'.
workloadType
string
stable
A workloadType property.

Cloud Application Namespace

Kubernetes Namespaces are modeled as cloud application namespaces.

Fields

Attribute
Type
Description
Examples
awsNameTag
string
deprecated
AWS name tag.
boshName
string
stable
Name constructed from BOSH vcap metadata in form of name/id.
mysql/fa96ff4c-8290-47ef-80c1-bbca9b4c699d
cloudApplicationLabels
record
stable
A cloudApplicationLabels property.
clustered_by
record
stable
Relationship field that contains all clustered_by-relationships as nested fields.
Opposite direction: cluster_of

Relationships:
string dt.entity.kubernetes_cluster
contains
record
stable
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
string
stable
The entity name as defined by conditional naming rules. This name will be calculated based on a rules on the cluster side.
Cl-Prod1 Ser-1
entity.customized_name
string
stable
The entity name as defined in the entity settings screen. This name is statically defined by the user for a particular entity.
Host 1234
entity.detected_name
string
stable
The entity name as detected by Dynatrace or defined by the data source of the entity. Depending on the entity type this can involve different heuristics.
ip-10-100-200-5.eu-west-1.compute.internal
entity.name
string
stable
All entities have an entity.name field. The following fields will be considered in order to determine the value: entity.customized_name, entity.conditional_name, entity.detected_name.
easyTravel
entity.type
string
stable
The entity type
host; service
gcpZone
string
stable
GCP zone, retrieved from instance metadata service.
icon
string
stable
An icon property.
id
string
stable
The entity ID.
Tags: entity-id
lifetime
timeframe
stable
A complex record that contains two number fields start and end representing the timestamps of the entity being seen for the first time and for the last time. DQL datatype Duration.
managementZones
array
stable
Managment zones this entity belongs to.
Cloud: Google
oneAgentCustomHostName
string
stable
The custom name defined in OneAgent config.
resourceUid
string
stable
A resourceUid property.
tags
string[]
experimental
A string array containing all string representations of tags that are assigned to the entity. This includes manual tags and auto tags. The string represention contains Context, Key and Value.
[[context]key:value, key:value, value]

Container Group

Fields used for dt.entity.container_group.

Fields

Attribute
Type
Description
Examples
contains
record
stable
Relationship field that contains all contains-relationships as nested fields.
Opposite direction: belongs_to

Relationships:
string[] dt.entity.process_group
entity.conditional_name
string
stable
The entity name as defined by conditional naming rules. This name will be calculated based on a rules on the cluster side.
Cl-Prod1 Ser-1
entity.customized_name
string
stable
The entity name as defined in the entity settings screen. This name is statically defined by the user for a particular entity.
Host 1234
entity.detected_name
string
stable
The entity name as detected by Dynatrace or defined by the data source of the entity. Depending on the entity type this can involve different heuristics.
ip-10-100-200-5.eu-west-1.compute.internal
entity.name
string