Try it free

Classic topology

  • Latest Dynatrace
  • Reference

Note: This is the Classic topology model (backed by the classic entity store). For new implementations, use the Smartscape topology instead, which is Grail-backed and the recommended approach going forward. All monitored entities that make up the Smartscape topology in Dynatrace are also accessible in DQL.

Query

For each entity type there is a dt.entity.* view in Grail. You can for example query host entities with this query.

fetch dt.entity.host

Entity relationships

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

Query

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

fetch dt.entity.service
| fieldsAdd runs_on

Entity relationship fields

AttributeTypeDescriptionExamples
accessible_byrecordstable
Relationship field that contains all accessible_by-relationships as nested fields.
Opposite direction: can_access
affected_byrecordstable
Relationship field that contains all affected_by-relationships as nested fields.
Opposite direction: affects
affectsrecordstable
Relationship field that contains all affects-relationships as nested fields.
Opposite direction: affected_by
balanced_byrecordstable
Relationship field that contains all balanced_by-relationships as nested fields.
Opposite direction: balances
balancesrecordstable
Relationship field that contains all balances-relationships as nested fields.
Opposite direction: balanced_by
belongs_torecordstable
Relationship field that contains all belongs_to-relationships as nested fields.
Opposite direction: contains
called_byrecordstable
Relationship field that contains all called_by-relationships as nested fields.
Opposite direction: calls
callsrecordstable
Relationship field that contains all calls-relationships as nested fields.
Opposite direction: called_by
can_accessrecordstable
Relationship field that contains all can_access-relationships as nested fields.
Opposite direction: accessible_by
child_ofrecordstable
Relationship field that contains all child_of-relationships as nested fields.
Opposite direction: parent_of
cluster_ofrecordstable
Relationship field that contains all cluster_of-relationships as nested fields.
Opposite direction: clustered_by
clustered_byrecordstable
Relationship field that contains all clustered_by-relationships as nested fields.
Opposite direction: cluster_of
consists_ofrecordstable
Relationship field that contains all consists_of-relationships as nested fields.
Opposite direction: part_of
containsrecordstable
Relationship field that contains all contains-relationships as nested fields.
Opposite direction: belongs_to
group_ofrecordstable
Relationship field that contains all group_of-relationships as nested fields.
Opposite direction: groups
groupsrecordstable
Relationship field that contains all groups-relationships as nested fields.
Opposite direction: group_of
hosted_byrecordstable
Relationship field that contains all hosted_by-relationships as nested fields.
Opposite direction: hosts
hostsrecordstable
Relationship field that contains all hosts-relationships as nested fields.
Opposite direction: hosted_by
indirectly_receives_fromrecordstable
Relationship field that contains all indirectly_receives_from-relationships as nested fields.
Opposite direction: indirectly_sends_to
indirectly_sends_torecordstable
Relationship field that contains all indirectly_sends_to-relationships as nested fields.
Opposite direction: indirectly_receives_from
instance_ofrecordstable
Relationship field that contains all instance_of-relationships as nested fields.
Opposite direction: instantiates
instantiatesrecordstable
Relationship field that contains all instantiates-relationships as nested fields.
Opposite direction: instance_of
managed_byrecordstable
Relationship field that contains all managed_by-relationships as nested fields.
Opposite direction: manages
managesrecordstable
Relationship field that contains all manages-relationships as nested fields.
Opposite direction: managed_by
monitored_byrecordstable
Relationship field that contains all monitored_by-relationships as nested fields.
Opposite direction: monitors
monitorsrecordstable
Relationship field that contains all monitors-relationships as nested fields.
Opposite direction: monitored_by
parent_ofrecordstable
Relationship field that contains all parent_of-relationships as nested fields.
Opposite direction: child_of
part_ofrecordstable
Relationship field that contains all part_of-relationships as nested fields.
Opposite direction: consists_of
propagated_fromrecordstable
Relationship field that contains all propagated_from-relationships as nested fields.
Opposite direction: propagates_to
propagates_torecordstable
Relationship field that contains all propagates_to-relationships as nested fields.
Opposite direction: propagated_from
receives_fromrecordstable
Relationship field that contains all receives_from-relationships as nested fields.
Opposite direction: sends_to
related_torecordstable
Relationship field that contains all related_to-relationships as nested fields. This is a bidirectional relationship
runsrecordstable
Relationship field that contains all runs-relationships as nested fields.
Opposite direction: runs_on
runs_onrecordstable
Relationship field that contains all runs_on-relationships as nested fields.
Opposite direction: runs
same_asrecordstable
Relationship field that contains all same_as-relationships as nested fields. This is a bidirectional relationship
sends_torecordstable
Relationship field that contains all sends_to-relationships as nested fields.
Opposite direction: receives_from
served_byrecordstable
Relationship field that contains all part_of-relationships as nested fields.
Opposite direction: served_by
servesrecordstable
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 nameFrom -> ToTo -> From
belongsTobelongs_tocontains
callscallscalled_by
candidateTalksWithcalled_bycalls
hostsComputeNodehostshosted_by
indirectlySendsToQueueindirectly_sends_toindirectly_receives_from
isAccessibleByaccessible_bycan_access
isApplicationMethodOfbelongs_tocontains
isApplicationMethodOfGroupbelongs_tocontains
isApplicationOfSyntheticTestmonitored_bymonitors
isAzrAppServicePlanOfcontainsbelongs_to
isAzrEventHubNamespaceOfEventHubcontainsbelongs_to
isAzrMgmtGroupOfAzrTenantbelongs_tocontains
isAzrServiceBusNamespaceOfQueuecontainsbelongs_to
isAzrServiceBusNamespaceOfTopiccontainsbelongs_to
isAzrSQLDatabaseOfElasticPoolbelongs_tocontains
isAzrSqlServerOfDatabasecontainsbelongs_to
isAzrSqlServerOfElasticPoolbelongs_tocontains
isAzrStorageAccountOfAzrEventHubcontainsbelongs_to
isAzrSubscriptionOfAzrMgmtGroupbelongs_tocontains
isAzrSubscriptionOfAzrTenantbelongs_tocontains
isAzrSubscriptionOfCredentialscontainsbelongs_to
isBalancedBybalanced_bybalances
isBoshDeploymentOfHostcontainsbelongs_to
isCfFoundationOfHostcontainsbelongs_to
isCgiOfCabelongs_tocontains
isCgiOfCaibelongs_tocontains
isCgiOfClusterbelongs_tocontains
isCgiOfHostbelongs_tocontains
isCgiOfNamespacebelongs_tocontains
isChildOfchild_ofparent_of
isClusterOfCacluster_ofclustered_by
isClusterOfCaicluster_ofclustered_by
isClusterOfCnicluster_ofclustered_by
isClusterOfHostcluster_ofclustered_by
isClusterOfKubernetesSvccluster_ofclustered_by
isClusterOfNamespacecluster_ofclustered_by
isClusterOfNodecluster_ofclustered_by
isClusterOfPgcluster_ofclustered_by
isClusterOfServicecluster_ofclustered_by
isCnpOfCaibelongs_tocontains
isDatastoreOfbelongs_tocontains
isDeviceApplicationMethodOfbelongs_tocontains
isDeviceApplicationMethodOfGroupbelongs_tocontains
isDiskOfbelongs_tocontains
isDockerContainerOfcontainsbelongs_to
isDockerContainerOfPgcontainsbelongs_to
isEbsVolumeOfbelongs_tocontains
isGroupOfgroup_ofgroups
isHostGroupOfinstantiatesinstance_of
isHostOfContainerhostshosted_by
isInstanceOfinstance_ofinstantiates
isKubernetesSvcOfCabalancesbalanced_by
isKubernetesSvcOfCaibalancesbalanced_by
isLocatedInbelongs_tocontains
isMainPgiOfCgibelongs_tocontains
isMemberOfbelongs_tocontains
isMemberOfScalingGroupbelongs_tocontains
isNamespaceOfCacontainsbelongs_to
isNamespaceOfCaicontainsbelongs_to
isNamespaceOfCnicontainsbelongs_to
isNamespaceOfCnpcontainsbelongs_to
isNamespaceOfKubernetesSvccontainsbelongs_to
isNamespaceOfPgcontainsbelongs_to
isNamespaceOfServicecontainsbelongs_to
isNetworkClientOfcallscalled_by
isNetworkClientOfHostcallscalled_by
isNetworkClientOfProcessGroupcallscalled_by
isNetworkInterfaceOfbelongs_tocontains
isNodeOfHostbelongs_tocontains
isOpenstackAvZoneOfbelongs_tocontains
isPartOfbelongs_tocontains
isPgAppOfbelongs_tocontains
isPgiOfCgibelongs_tocontains
isPgOfCabelongs_tocontains
isPgOfCaibelongs_tocontains
isPgOfCgbelongs_tocontains
isProcessOfbelongs_tocontains
isProcessRunningOpenstackVmbelongs_tocontains
isRuntimeComponentOfbelongs_tocontains
isRuntimeOfPgibelongs_tocontains
isSameAssame_assame_as
isServedByDcrumServiceserved_byserves
isServiceMethodOfbelongs_tocontains
isServiceMethodOfServicebelongs_tocontains
isServiceOfbelongs_tocontains
isServiceOfProcessGroupbelongs_tocontains
isSiteOfcontainsbelongs_to
isSoftwareComponentOfPgibelongs_tocontains
isStepOfbelongs_tocontains
isUserActionOfbelongs_tocontains
listensOnQueuebelongs_tocontains
managesmanagesmanaged_by
monitorsmonitorsmonitored_by
propagatesTopropagates_topropagated_from
receivesFromQueuereceives_fromsends_to
runsOnruns_onruns
runsOnHostruns_onruns
runsOnProcessGroupInstanceruns_onruns
runsOnResourceruns_onruns
sendsToQueuesends_toreceives_from
talksWithCandidatecallscalled_by
affectsaffectsaffected_by
isRelatedTorelated_torelated_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

AWS Application Load Balancer fields

AttributeTypeDescriptionExamples

accessible_by

record

stableRelationship field that contains all accessible_by-relationships as nested fields.Opposite direction: can_accessRelationships:string[] dt.entity.aws_credentials

arn

string

deprecatedAmazon Resource Name (ARN).

arn:aws:lambda:us-east-1:478983378254:function:acceptanceWeatherBackend

awsVpcName

string

deprecatedEC2 instance VPC name

vpc-12345678

balances

record

stableRelationship field that contains all balances-relationships as nested fields.Opposite direction: balanced_byRelationships:string[] dt.entity.ec2_instance

beanstalkEnvironmentName

string

stableA beanstalkEnvironmentName property.

called_by

record

stableRelationship field that contains all called_by-relationships as nested fields.Opposite direction: callsRelationships: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

stableRelationship field that contains all calls-relationships as nested fields.Opposite direction: called_byRelationships: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

customIconPath

string

stableA custom icon property.

dnsNames

array

experimentalA dnsNames property.

entity.detected_name

string

resource stableThe 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

resource stableAll 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

resource stableThe entity type.

host; service

icon

string

stableAn icon property.

id

string

stableThe entity ID.Tags: entity-id

ipAddress

array

stableAn array of IP addresses.

10.150.160.2; 10.150.160.3

lbBalancedIps

array

stableA lbBalancedIps property.

lbPortMultimap

record

stableA lbPortMultimap property.

lbUnhealthyInstances

array

stableA lbUnhealthyInstances property.

lbUnhealthyIps

array

stableA lbUnhealthyIps property.

lifetime

timeframe

stableA 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

stableManagment zones this entity belongs to.

Cloud: Google

runs

record

stableRelationship field that contains all runs-relationships as nested fields.Opposite direction: runs_onRelationships:string[] dt.entity.custom_device``string[] dt.entity.queue_instance``string[] dt.entity.service``string[] dt.entity.service_instance

sitesOfBalancedInstances

array

stableA sitesOfBalancedInstances property.

tags

string[]

experimentalA 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

AWS Auto Scaling group fields

AttributeTypeDescriptionExamples

accessible_by

record

stableRelationship field that contains all accessible_by-relationships as nested fields.Opposite direction: can_accessRelationships:string[] dt.entity.aws_credentials

arn

string

deprecatedAmazon Resource Name (ARN).

arn:aws:lambda:us-east-1:478983378254:function:acceptanceWeatherBackend

asgMaxSize

long

experimentalAn asgMaxSize property.

42

asgMinSize

long

experimentalAn asgMinSize property.

42

asgSize

long

experimentalAn asgSize property.

42

beanstalkEnvironmentName

string

stableA beanstalkEnvironmentName property.

contains

record

stableRelationship field that contains all contains-relationships as nested fields.Opposite direction: belongs_toRelationships:string[] dt.entity.host

customIconPath

string

stableA custom icon property.

entity.detected_name

string

resource stableThe 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

resource stableAll 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

resource stableThe entity type.

host; service

icon

string

stableAn icon property.

id

string

stableThe entity ID.Tags: entity-id

instantiates

record

stableRelationship field that contains all instantiates-relationships as nested fields.Opposite direction: instance_ofRelationships:string[] dt.entity.ec2_instance

lifetime

timeframe

stableA 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

stableManagment zones this entity belongs to.

Cloud: Google

tags

string[]

experimentalA 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

AWS Availability Zone fields

AttributeTypeDescriptionExamples

accessible_by

record

stableRelationship field that contains all accessible_by-relationships as nested fields.Opposite direction: can_accessRelationships:string[] dt.entity.aws_credentials

contains

record

stableRelationship field that contains all contains-relationships as nested fields.Opposite direction: belongs_toRelationships: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

customIconPath

string

stableA custom icon property.

entity.conditional_name

string

resource stableThe 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

resource stableThe 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

resource stableThe 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

resource stableAll 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

resource stableThe entity type.

host; service

gcpZone

string

stableGCP zone, retrieved from instance metadata service.

icon

string

stableAn icon property.

id

string

stableThe entity ID.Tags: entity-id

lifetime

timeframe

stableA 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

stableManagment zones this entity belongs to.

Cloud: Google

oneAgentCustomHostName

string

stableThe custom name defined in OneAgent config.

regionName

string

stableA regionName property.

tags

string[]

experimentalA 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

AWS Credentials fields

AttributeTypeDescriptionExamples

awsAccountId

string

deprecatedEC2 instance AWS account id.

123456789012

can_access

record

stableRelationship field that contains all can_access-relationships as nested fields.Opposite direction: accessible_byRelationships: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

customIconPath

string

stableA custom icon property.

entity.detected_name

string

resource stableThe 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

resource stableAll 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

resource stableThe entity type.

host; service

icon

string

stableAn icon property.

id

string

stableThe entity ID.Tags: entity-id

lifetime

timeframe

stableA 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

stableManagment zones this entity belongs to.

Cloud: Google

tags

string[]

experimentalA 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

AWS Dynamo DB Table fields

AttributeTypeDescriptionExamples

accessible_by

record

stableRelationship field that contains all accessible_by-relationships as nested fields.Opposite direction: can_accessRelationships:string[] dt.entity.aws_credentials

arn

string

deprecatedAmazon Resource Name (ARN).

arn:aws:lambda:us-east-1:478983378254:function:acceptanceWeatherBackend

belongs_to

record

stableRelationship field that contains all belongs_to-relationships as nested fields.Opposite direction: containsRelationships:string dt.entity.aws_availability_zone

customIconPath

string

stableA custom icon property.

entity.detected_name

string

resource stableThe 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

resource stableAll 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

resource stableThe entity type.

host; service

icon

string

stableAn icon property.

id

string

stableThe entity ID.Tags: entity-id

lifetime

timeframe

stableA 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[]

experimentalA 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

AWS EBS volume fields

AttributeTypeDescriptionExamples

arn

string

deprecatedAmazon Resource Name (ARN).

arn:aws:lambda:us-east-1:478983378254:function:acceptanceWeatherBackend

belongs_to

record

stableRelationship field that contains all belongs_to-relationships as nested fields.Opposite direction: containsRelationships:string[] dt.entity.disk``string[] dt.entity.ec2_instance

creationTimestamp

timestamp

stableA creationTimestamp property.

customIconPath

string

stableA custom icon property.

deviceName

string

stableA deviceName property.

ebsSnapshotId

string

stableAn ebsSnapshotId property.

ebsType

string

stableAn ebsType property.

entity.detected_name

string

resource stableThe 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

resource stableAll 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

resource stableThe entity type.

host; service

icon

string

stableAn icon property.

id

string

stableThe entity ID.Tags: entity-id

iops

long

experimentalAn iops property.

42

lifetime

timeframe

stableA 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[]

experimentalA 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

AWS EC2 instance

AttributeTypeDescriptionExamples

accessible_by

record

stableRelationship field that contains all accessible_by-relationships as nested fields.Opposite direction: can_accessRelationships:string[] dt.entity.aws_credentials

amiId

string

stableAn amiId property.

arn

string

deprecatedAmazon Resource Name (ARN).

arn:aws:lambda:us-east-1:478983378254:function:acceptanceWeatherBackend

awsBasicMonitoring

boolean

deprecatedEC2 instance basic monitoring mode enabled.

true

awsBasicMonitoringSince

long

deprecatedEC2 instance basic monitoring mode since.

42

awsInstanceId

string

deprecatedEC2 instance unique identifier.

i-0922cda4579db3a45

awsInstanceType

string

deprecatedEC2 instance type.

t3.large

awsSecurityGroup

array

deprecatedEC2 instance security group.

awsVpcName

string

deprecatedEC2 instance VPC name

vpc-12345678

balanced_by

record

stableRelationship field that contains all balanced_by-relationships as nested fields.Opposite direction: balancesRelationships:string[] dt.entity.aws_application_load_balancer``string[] dt.entity.aws_network_load_balancer``string[] dt.entity.elastic_load_balancer

beanstalkEnvironmentName

string

stableA beanstalkEnvironmentName property.

belongs_to

record

stableRelationship field that contains all belongs_to-relationships as nested fields.Opposite direction: containsRelationships:string dt.entity.aws_availability_zone

contains

record

stableRelationship field that contains all contains-relationships as nested fields.Opposite direction: belongs_toRelationships:string[] dt.entity.ebs_volume

customIconPath

string

stableA custom icon property.

entity.detected_name

string

resource stableThe 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

resource stableAll 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

resource stableThe entity type.

host; service

icon

string

stableAn icon property.

id

string

stableThe entity ID.Tags: entity-id

instance_of

record

stableRelationship field that contains all instance_of-relationships as nested fields.Opposite direction: instantiatesRelationships:string dt.entity.auto_scaling_group

lifetime

timeframe

stableA 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

stableA localHostName property.

localIp

string

stableA localIp property.

managementZones

array

stableManagment zones this entity belongs to.

Cloud: Google

osArchitecture

string

stableArchitecture of the CPU, discovered from the operating system.

X86

publicHostName

string

stableA publicHostName property.

publicIp

string

stableA publicIp property.

runs

record

stableRelationship field that contains all runs-relationships as nested fields.Opposite direction: runs_onRelationships:string dt.entity.host

tags

string[]

experimentalA 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

stableA 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

AWS Elastic Load Balancer fields

AttributeTypeDescriptionExamples

accessible_by

record

stableRelationship field that contains all accessible_by-relationships as nested fields.Opposite direction: can_accessRelationships:string[] dt.entity.aws_credentials

arn

string

deprecatedAmazon Resource Name (ARN).

arn:aws:lambda:us-east-1:478983378254:function:acceptanceWeatherBackend

awsVpcName

string

deprecatedEC2 instance VPC name

vpc-12345678

balances

record

stableRelationship field that contains all balances-relationships as nested fields.Opposite direction: balanced_byRelationships:string[] dt.entity.ec2_instance

beanstalkEnvironmentName

string

stableA beanstalkEnvironmentName property.

called_by

record

stableRelationship field that contains all called_by-relationships as nested fields.Opposite direction: callsRelationships: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

stableRelationship field that contains all calls-relationships as nested fields.Opposite direction: called_byRelationships: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

customIconPath

string

stableA custom icon property.

dnsNames

array

experimentalA dnsNames property.

elbDnsName

string

stableAn elbDnsName property.

elbPortMap

record

stableAn elbPortMap property.

entity.detected_name

string

resource stableThe 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

resource stableAll 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

resource stableThe entity type.

host; service

icon

string

stableAn icon property.

id

string

stableThe entity ID.Tags: entity-id

ipAddress

array

stableAn array of IP addresses.

10.150.160.2; 10.150.160.3

lbPortMultimap

record

stableA lbPortMultimap property.

lbUnhealthyInstances

array

stableA lbUnhealthyInstances property.

lifetime

timeframe

stableA 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

stableManagment zones this entity belongs to.

Cloud: Google

runs

record

stableRelationship field that contains all runs-relationships as nested fields.Opposite direction: runs_onRelationships:string[] dt.entity.custom_device``string[] dt.entity.queue_instance``string[] dt.entity.service``string[] dt.entity.service_instance

sitesOfBalancedInstances

array

stableA sitesOfBalancedInstances property.

tags

string[]

experimentalA 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

AWS Lambda function fields

AttributeTypeDescriptionExamples

accessible_by

record

stableRelationship field that contains all accessible_by-relationships as nested fields.Opposite direction: can_accessRelationships:string[] dt.entity.aws_credentials

apiEndpointUrls

array

stableAn apiEndpointUrls property.

arn

string

deprecatedAmazon Resource Name (ARN).

arn:aws:lambda:us-east-1:478983378254:function:acceptanceWeatherBackend

awsCodeSize

long

deprecatedAWS Lambda Code size.

42

awsMemorySize

long

deprecatedAWS Lambda memory size.

42

awsRuntime

string

deprecatedAWS Lambda runtime.

nodejs20.x

awsTimeout

long

deprecatedAWS Lambda timeout.

42

awsVersion

string

deprecatedAWS Lambda version.

$LATEST

belongs_to

record

stableRelationship field that contains all belongs_to-relationships as nested fields.Opposite direction: containsRelationships:string dt.entity.aws_availability_zone

called_by

record

stableRelationship field that contains all called_by-relationships as nested fields.Opposite direction: callsRelationships: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

stableRelationship field that contains all calls-relationships as nested fields.Opposite direction: called_byRelationships: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

customIconPath

string

stableA custom icon property.

entity.detected_name

string

resource stableThe 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

resource stableAll 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

resource stableThe entity type.

host; service

icon

string

stableAn icon property.

id

string

stableThe entity ID.Tags: entity-id

lifetime

timeframe

stableA 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

stableManagment zones this entity belongs to.

Cloud: Google

runs

record

stableRelationship field that contains all runs-relationships as nested fields.Opposite direction: runs_onRelationships:string[] dt.entity.custom_device``string[] dt.entity.queue_instance``string[] dt.entity.service``string[] dt.entity.service_instance

softwareTechnologies

array

stableA 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[]

experimentalA 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

AWS Network Load Balancer fields

AttributeTypeDescriptionExamples

accessible_by

record

stableRelationship field that contains all accessible_by-relationships as nested fields.Opposite direction: can_accessRelationships:string[] dt.entity.aws_credentials

arn

string

deprecatedAmazon Resource Name (ARN).

arn:aws:lambda:us-east-1:478983378254:function:acceptanceWeatherBackend

awsVpcName

string

deprecatedEC2 instance VPC name

vpc-12345678

balances

record

stableRelationship field that contains all balances-relationships as nested fields.Opposite direction: balanced_byRelationships:string[] dt.entity.ec2_instance

beanstalkEnvironmentName

string

stableA beanstalkEnvironmentName property.

called_by

record

stableRelationship field that contains all called_by-relationships as nested fields.Opposite direction: callsRelationships: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

stableRelationship field that contains all calls-relationships as nested fields.Opposite direction: called_byRelationships: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

customIconPath

string

stableA custom icon property.

dnsNames

array

experimentalA dnsNames property.

entity.detected_name

string

resource stableThe 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

resource stableAll 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

resource stableThe entity type.

host; service

icon

string

stableAn icon property.

id

string

stableThe entity ID.Tags: entity-id

ipAddress

array

stableAn array of IP addresses.

10.150.160.2; 10.150.160.3

lbBalancedIps

array

stableA lbBalancedIps property.

lbPortMultimap

record

stableA lbPortMultimap property.

lbUnhealthyInstances

array

stableA lbUnhealthyInstances property.

lbUnhealthyIps

array

stableA lbUnhealthyIps property.

lifetime

timeframe

stableA 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

stableManagment zones this entity belongs to.

Cloud: Google

runs

record

stableRelationship field that contains all runs-relationships as nested fields.Opposite direction: runs_onRelationships:string[] dt.entity.custom_device``string[] dt.entity.queue_instance``string[] dt.entity.service``string[] dt.entity.service_instance

sitesOfBalancedInstances

array

stableA sitesOfBalancedInstances property.

tags

string[]

experimentalA 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

AWS Relational Database Service fields

AttributeTypeDescriptionExamples

accessible_by

record

stableRelationship field that contains all accessible_by-relationships as nested fields.Opposite direction: can_accessRelationships:string[] dt.entity.aws_credentials

arn

string

deprecatedAmazon Resource Name (ARN).

arn:aws:lambda:us-east-1:478983378254:function:acceptanceWeatherBackend

beanstalkEnvironmentName

string

stableA beanstalkEnvironmentName property.

belongs_to

record

stableRelationship field that contains all belongs_to-relationships as nested fields.Opposite direction: containsRelationships:string dt.entity.aws_availability_zone

called_by

record

stableRelationship field that contains all called_by-relationships as nested fields.Opposite direction: callsRelationships: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

stableRelationship field that contains all calls-relationships as nested fields.Opposite direction: called_byRelationships: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

customIconPath

string

stableA custom icon property.

dnsNames

array

experimentalA dnsNames property.

entity.detected_name

string

resource stableThe 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

resource stableAll 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

resource stableThe entity type.

host; service

icon

string

stableAn icon property.

id

string

stableThe entity ID.Tags: entity-id

iops

long

experimentalAn iops property.

42

ipAddress

array

stableAn array of IP addresses.

10.150.160.2; 10.150.160.3

lifetime

timeframe

stableA 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

stableManagment zones this entity belongs to.

Cloud: Google

rdsDbInstanceClass

string

stableA rdsDbInstanceClass property.

rdsDbInstanceIdentifier

string

stableA rdsDbInstanceIdentifier property.

rdsDbName

string

stableA rdsDbName property.

rdsDbSnapshotIdentifier

string

stableA rdsDbSnapshotIdentifier property.

rdsEndpoint

string

stableA rdsEndpoint property.

rdsEngine

string

stableA rdsEngine property.

rdsEngineVersion

string

stableA rdsEngineVersion property.

rdsMultiAz

boolean

stableA rdsMultiAz property.

true

rdsPort

long

experimentalA rdsPort property.

42

rdsPrimaryAvailabilityZone

string

stableA rdsPrimaryAvailabilityZone property.

rdsSecondaryAvailabilityZone

string

stableA rdsSecondaryAvailabilityZone property.

runs

record

stableRelationship field that contains all runs-relationships as nested fields.Opposite direction: runs_onRelationships:string[] dt.entity.custom_device``string[] dt.entity.queue_instance``string[] dt.entity.service``string[] dt.entity.service_instance

state

string

experimentalState related to availability monitoring.

RUNNING

tags

string[]

experimentalA 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

AWS S3 bucket fields

AttributeTypeDescriptionExamples

accessible_by

record

stableRelationship field that contains all accessible_by-relationships as nested fields.Opposite direction: can_accessRelationships:string[] dt.entity.aws_credentials

arn

string

deprecatedAmazon Resource Name (ARN).

arn:aws:lambda:us-east-1:478983378254:function:acceptanceWeatherBackend

creationTimestamp

timestamp

stableA creationTimestamp property.

customIconPath

string

stableA custom icon property.

entity.detected_name

string

resource stableThe 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

resource stableAll 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

resource stableThe entity type.

host; service

icon

string

stableAn icon property.

id

string

stableThe entity ID.Tags: entity-id

lifetime

timeframe

stableA 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[]

experimentalA string array containing all string representations of tags that are assigned to the entity. This includes manual tags and auto tags. The string represention contains Context, Key and Value.

['[context]key:value', 'key:value', 'value']

Application

Entity of a RUM web application.

Application fields

AttributeTypeDescriptionExamples

applicationType

string

stableThe type of the RUM web application.

AUTO_INJECTED

calls

record

stableRelationship field that contains all calls-relationships as nested fields.Opposite direction: called_byRelationships:string[] dt.entity.service

customIconPath

string

stableA custom icon property.

entity.name

string

resource stableAll 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

resource stableThe entity type.

host; service

id

string

stableThe entity ID.Tags: entity-id

lifetime

timeframe

stableA 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

stableManagment zones this entity belongs to.

Cloud: Google

monitored_by

record

stableRelationship field that contains all monitored_by-relationships as nested fields.Opposite direction: monitorsRelationships:string[] dt.entity.external_synthetic_test``string[] dt.entity.http_check``string[] dt.entity.synthetic_test

tags

string[]

experimentalA string array containing all string representations of tags that are assigned to the entity. This includes manual tags and auto tags. The string represention contains Context, Key and Value.

['[context]key:value', 'key:value', 'value']

Application method

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

Application method fields

AttributeTypeDescriptionExamples

belongs_to

record

stableRelationship field that contains all belongs_to-relationships as nested fields.Opposite direction: containsRelationships:string dt.entity.application``string dt.entity.application_method_group

customIconPath

string

stableA custom icon property.

entity.name

string

resource stableAll 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

resource stableThe entity type.

host; service

id

string

stableThe entity ID.Tags: entity-id

lifetime

timeframe

stableA 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[]

experimentalA string array containing all string representations of tags that are assigned to the entity. This includes manual tags and auto tags. The string represention contains Context, Key and Value.

['[context]key:value', 'key:value', 'value']

Application method group

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

Application method group fields

AttributeTypeDescriptionExamples

contains

record

stableRelationship field that contains all contains-relationships as nested fields.Opposite direction: belongs_toRelationships:string[] dt.entity.application_method

customIconPath

string

stableA custom icon property.

entity.name

string

resource stableAll 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

resource stableThe entity type.

host; service

group_of

record

stableRelationship field that contains all group_of-relationships as nested fields.Opposite direction: groupsRelationships:string dt.entity.application

id

string

stableThe entity ID.Tags: entity-id

lifetime

timeframe

stableA 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[]

experimentalA 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

Azure API Management service fields

AttributeTypeDescriptionExamples

accessible_by

record

stableRelationship field that contains all accessible_by-relationships as nested fields.Opposite direction: can_accessRelationships:string[] dt.entity.azure_subscription

azureApiMgmtSku

string

deprecatedAzure API management SKU

azureResourceGroupName

string

deprecatedAzure Resource Group name.

my-resource-group

belongs_to

record

stableRelationship field that contains all belongs_to-relationships as nested fields.Opposite direction: containsRelationships:string dt.entity.azure_region

called_by

record

stableRelationship field that contains all called_by-relationships as nested fields.Opposite direction: callsRelationships: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

stableRelationship field that contains all calls-relationships as nested fields.Opposite direction: called_byRelationships: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

customIconPath

string

stableA custom icon property.

dnsNames

array

experimentalA dnsNames property.

entity.detected_name

string

resource stableThe 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

resource stableAll 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

resource stableThe entity type.

host; service

icon

string

stableAn icon property.

id

string

stableThe entity ID.Tags: entity-id

ipAddress

array

stableAn array of IP addresses.

10.150.160.2; 10.150.160.3

lifetime

timeframe

stableA 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

stableManagment zones this entity belongs to.

Cloud: Google

runs

record

stableRelationship field that contains all runs-relationships as nested fields.Opposite direction: runs_onRelationships:string[] dt.entity.custom_device``string[] dt.entity.queue_instance``string[] dt.entity.service``string[] dt.entity.service_instance

tags

string[]

experimentalA 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

Azure Application Gateway fields

AttributeTypeDescriptionExamples

accessible_by

record

stableRelationship field that contains all accessible_by-relationships as nested fields.Opposite direction: can_accessRelationships:string[] dt.entity.azure_subscription

azureResourceGroupName

string

deprecatedAzure Resource Group name.

my-resource-group

balances

record

stableRelationship field that contains all balances-relationships as nested fields.Opposite direction: balanced_byRelationships:string[] dt.entity.azure_vm

belongs_to

record

stableRelationship field that contains all belongs_to-relationships as nested fields.Opposite direction: containsRelationships:string dt.entity.azure_region

boshName

string

stableName constructed from BOSH vcap metadata in form of name/id.

mysql/fa96ff4c-8290-47ef-80c1-bbca9b4c699d

called_by

record

stableRelationship field that contains all called_by-relationships as nested fields.Opposite direction: callsRelationships: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

stableRelationship field that contains all calls-relationships as nested fields.Opposite direction: called_byRelationships: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

customIconPath

string

stableA custom icon property.

dnsNames

array

experimentalA dnsNames property.

entity.detected_name

string

resource stableThe 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

resource stableAll 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

resource stableThe entity type.

host; service

icon

string

stableAn icon property.

id

string

stableThe entity ID.Tags: entity-id

ipAddress

array

stableAn array of IP addresses.

10.150.160.2; 10.150.160.3

lifetime

timeframe

stableA 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

stableAn array of open listen ports.

50000; 50001; 50002; 50003

managementZones

array

stableManagment zones this entity belongs to.

Cloud: Google

runs

record

stableRelationship field that contains all runs-relationships as nested fields.Opposite direction: runs_onRelationships:string[] dt.entity.custom_device``string[] dt.entity.queue_instance``string[] dt.entity.service``string[] dt.entity.service_instance

tags

string[]

experimentalA 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

Azure Cosmos DB fields

AttributeTypeDescriptionExamples

accessible_by

record

stableRelationship field that contains all accessible_by-relationships as nested fields.Opposite direction: can_accessRelationships:string[] dt.entity.azure_subscription

azureCosmosDbAccountType

string

deprecatedAzure Cosmos DB account type.

AZURE_COSMOSDB_ACCOUNT_TYPE_MONGO_DB

azureResourceGroupName

string

deprecatedAzure Resource Group name.

my-resource-group

belongs_to

record

stableRelationship field that contains all belongs_to-relationships as nested fields.Opposite direction: containsRelationships:string dt.entity.azure_region

boshName

string

stableName constructed from BOSH vcap metadata in form of name/id.

mysql/fa96ff4c-8290-47ef-80c1-bbca9b4c699d

called_by

record

stableRelationship field that contains all called_by-relationships as nested fields.Opposite direction: callsRelationships: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

stableRelationship field that contains all calls-relationships as nested fields.Opposite direction: called_byRelationships: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

customIconPath

string

stableA custom icon property.

dnsNames

array

experimentalA dnsNames property.

entity.detected_name

string

resource stableThe 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

resource stableAll 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

resource stableThe entity type.

host; service

icon

string

stableAn icon property.

id

string

stableThe entity ID.Tags: entity-id

lifetime

timeframe

stableA 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

stableManagment zones this entity belongs to.

Cloud: Google

runs

record

stableRelationship field that contains all runs-relationships as nested fields.Opposite direction: runs_onRelationships:string[] dt.entity.custom_device``string[] dt.entity.queue_instance``string[] dt.entity.service``string[] dt.entity.service_instance

tags

string[]

experimentalA 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

Azure Credentials fields

AttributeTypeDescriptionExamples

azureResourceGroupName

string

deprecatedAzure Resource Group name.

my-resource-group

belongs_to

record

stableRelationship field that contains all belongs_to-relationships as nested fields.Opposite direction: containsRelationships:string[] dt.entity.azure_subscription

boshName

string

stableName constructed from BOSH vcap metadata in form of name/id.

mysql/fa96ff4c-8290-47ef-80c1-bbca9b4c699d

can_access

record

stableRelationship field that contains all can_access-relationships as nested fields.Opposite direction: accessible_byRelationships:string[] dt.entity.custom_device``string[] dt.entity.custom_device_group

customIconPath

string

stableA custom icon property.

entity.detected_name

string

resource stableThe 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

resource stableAll 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

resource stableThe entity type.

host; service

icon

string

stableAn icon property.

id

string

stableThe entity ID.Tags: entity-id

lifetime

timeframe

stableA 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

stableManagment zones this entity belongs to.

Cloud: Google

tags

string[]

experimentalA 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

Azure Event Hub fields

AttributeTypeDescriptionExamples

accessible_by

record

stableRelationship field that contains all accessible_by-relationships as nested fields.Opposite direction: can_accessRelationships:string[] dt.entity.azure_subscription

azureEventHubMessageRetentionDays

long

deprecatedAzure Event Hub message retention days.

1

azureEventHubPartitionCount

long

deprecatedAzure Event Hub partition count.

2

azureResourceGroupName

string

deprecatedAzure Resource Group name.

my-resource-group

belongs_to

record

stableRelationship field that contains all belongs_to-relationships as nested fields.Opposite direction: containsRelationships:string dt.entity.azure_event_hub_namespace``string dt.entity.azure_storage_account

customIconPath

string

stableA custom icon property.

entity.detected_name

string

resource stableThe 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

resource stableAll 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

resource stableThe entity type.

host; service

icon

string

stableAn icon property.

id

string

stableThe entity ID.Tags: entity-id

lifetime

timeframe

stableA 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

stableManagment zones this entity belongs to.

Cloud: Google

tags

string[]

experimentalA 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

Azure Event Hub namespace fields

AttributeTypeDescriptionExamples

accessible_by

record

stableRelationship field that contains all accessible_by-relationships as nested fields.Opposite direction: can_accessRelationships:string[] dt.entity.azure_subscription

azureEventHubNamespaceSku

string

deprecatedAzure Event Hub Namespace SKU.

AZURE_EVENT_HUB_NAMESPACE_SKU_BASIC

azureResourceGroupName

string

deprecatedAzure Resource Group name.

my-resource-group

belongs_to

record

stableRelationship field that contains all belongs_to-relationships as nested fields.Opposite direction: containsRelationships:string dt.entity.azure_region

called_by

record

stableRelationship field that contains all called_by-relationships as nested fields.Opposite direction: callsRelationships: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

stableRelationship field that contains all calls-relationships as nested fields.Opposite direction: called_byRelationships: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

stableRelationship field that contains all contains-relationships as nested fields.Opposite direction: belongs_toRelationships:string[] dt.entity.azure_event_hub

customIconPath

string

stableA custom icon property.

dnsNames

array

experimentalA dnsNames property.

entity.detected_name

string

resource stableThe 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

resource stableAll 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

resource stableThe entity type.

host; service

icon

string

stableAn icon property.

id

string

stableThe entity ID.Tags: entity-id

lifetime

timeframe

stableA 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

stableManagment zones this entity belongs to.

Cloud: Google

runs

record

stableRelationship field that contains all runs-relationships as nested fields.Opposite direction: runs_onRelationships:string[] dt.entity.custom_device``string[] dt.entity.queue_instance``string[] dt.entity.service``string[] dt.entity.service_instance

tags

string[]

experimentalA 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

Azure Function fields

AttributeTypeDescriptionExamples

accessible_by

record

stableRelationship field that contains all accessible_by-relationships as nested fields.Opposite direction: can_accessRelationships:string[] dt.entity.azure_subscription

azureFunctionLanguage

string

deprecatedAzure Function language.

dotnet-isolated

azureResourceGroupName

string

deprecatedAzure Resource Group name.

my-resource-group

azureResourceId

string

deprecatedAzure VM resource id.

/subscriptions/000000000-0000-0000-0000-000000000000/resourceGroups/abc-rg/providers/Microsoft.Compute/virtualMachines/my-vm

belongs_to

record

stableRelationship field that contains all belongs_to-relationships as nested fields.Opposite direction: containsRelationships:string[] dt.entity.host``string[] dt.entity.process_group``string[] dt.entity.process_group_instance

called_by

record

stableRelationship field that contains all called_by-relationships as nested fields.Opposite direction: callsRelationships: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

stableRelationship field that contains all calls-relationships as nested fields.Opposite direction: called_byRelationships: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

customIconPath

string

stableA custom icon property.

dnsNames

array

experimentalA dnsNames property.

entity.detected_name

string

resource stableThe 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

resource stableAll 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

resource stableThe entity type.

host; service

icon

string

stableAn icon property.

id

string

stableThe entity ID.Tags: entity-id

lifetime

timeframe

stableA 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

stableManagment zones this entity belongs to.

Cloud: Google

runs

record

stableRelationship field that contains all runs-relationships as nested fields.Opposite direction: runs_onRelationships:string[] dt.entity.service

sku

string

stableA sku property.

tags

string[]

experimentalA 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

Azure IoT Hub fields

AttributeTypeDescriptionExamples

accessible_by

record

stableRelationship field that contains all accessible_by-relationships as nested fields.Opposite direction: can_accessRelationships:string[] dt.entity.azure_subscription

azureIotHubBuildInEventHubEndpoint

string

deprecatedAazure Iot Hub build in Event Hub endpoint.

1231231231namespace.servicebus.windows.net

azureIotHubCapacityProvisionedUnits

long

deprecatedAzure IoT Hub capacity provisioned units.

1

azurePricingTier

string

deprecatedAzure IoT Hub pricing tier.

Free

azureResourceGroupName

string

deprecatedAzure Resource Group name.

my-resource-group

belongs_to

record

stableRelationship field that contains all belongs_to-relationships as nested fields.Opposite direction: containsRelationships:string dt.entity.azure_region

called_by

record

stableRelationship field that contains all called_by-relationships as nested fields.Opposite direction: callsRelationships: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

stableRelationship field that contains all calls-relationships as nested fields.Opposite direction: called_byRelationships: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

customIconPath

string

stableA custom icon property.

dnsNames

array

experimentalA dnsNames property.

entity.detected_name

string

resource stableThe 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

resource stableAll 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

resource stableThe entity type.

host; service

icon

string

stableAn icon property.

id

string

stableThe entity ID.Tags: entity-id

lifetime

timeframe

stableA 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

stableManagment zones this entity belongs to.

Cloud: Google

runs

record

stableRelationship field that contains all runs-relationships as nested fields.Opposite direction: runs_onRelationships:string[] dt.entity.custom_device``string[] dt.entity.queue_instance``string[] dt.entity.service``string[] dt.entity.service_instance

sku

string

stableA sku property.

tags

string[]

experimentalA 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

Azure Load Balancer fields

AttributeTypeDescriptionExamples

accessible_by

record

stableRelationship field that contains all accessible_by-relationships as nested fields.Opposite direction: can_accessRelationships:string[] dt.entity.azure_subscription

azureLoadBalancerSku

string

deprecatedAzure Load Balancer SKU.

AZURE_LB_STANDARD

azureResourceGroupName

string

deprecatedAzure Resource Group name.

my-resource-group

balances

record

stableRelationship field that contains all balances-relationships as nested fields.Opposite direction: balanced_byRelationships:string[] dt.entity.azure_vm

belongs_to

record

stableRelationship field that contains all belongs_to-relationships as nested fields.Opposite direction: containsRelationships:string dt.entity.azure_region

called_by

record

stableRelationship field that contains all called_by-relationships as nested fields.Opposite direction: callsRelationships: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

stableRelationship field that contains all calls-relationships as nested fields.Opposite direction: called_byRelationships: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

customIconPath

string

stableA custom icon property.

dnsNames

array

experimentalA dnsNames property.

entity.detected_name

string

resource stableThe 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

resource stableAll 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

resource stableThe entity type.

host; service

icon

string

stableAn icon property.

id

string

stableThe entity ID.Tags: entity-id

ipAddress

array

stableAn array of IP addresses.

10.150.160.2; 10.150.160.3

lifetime

timeframe

stableA 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

stableAn array of open listen ports.

50000; 50001; 50002; 50003

managementZones

array

stableManagment zones this entity belongs to.

Cloud: Google

runs

record

stableRelationship field that contains all runs-relationships as nested fields.Opposite direction: runs_onRelationships:string[] dt.entity.custom_device``string[] dt.entity.queue_instance``string[] dt.entity.service``string[] dt.entity.service_instance

tags

string[]

experimentalA 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

Azure Management Group fields

AttributeTypeDescriptionExamples

azureManagementGroupUuid

string

deprecatedAzure Management Group UUID.

azureResourceGroupName

string

deprecatedAzure Resource Group name.

my-resource-group

belongs_to

record

stableRelationship field that contains all belongs_to-relationships as nested fields.Opposite direction: containsRelationships:string dt.entity.azure_tenant

contains

record

stableRelationship field that contains all contains-relationships as nested fields.Opposite direction: belongs_toRelationships:string[] dt.entity.azure_subscription

customIconPath

string

stableA custom icon property.

entity.detected_name

string

resource stableThe 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

resource stableAll 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

resource stableThe entity type.

host; service

icon

string

stableAn icon property.

id

string

stableThe entity ID.Tags: entity-id

lifetime

timeframe

stableA 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

stableManagment zones this entity belongs to.

Cloud: Google

tags

string[]

experimentalA 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

Azure Redis Cache fields

AttributeTypeDescriptionExamples

accessible_by

record

stableRelationship field that contains all accessible_by-relationships as nested fields.Opposite direction: can_accessRelationships:string[] dt.entity.azure_subscription

azureResourceGroupName

string

deprecatedAzure Resource Group name.

my-resource-group

belongs_to

record

stableRelationship field that contains all belongs_to-relationships as nested fields.Opposite direction: containsRelationships:string dt.entity.azure_region

boshName

string

stableName constructed from BOSH vcap metadata in form of name/id.

mysql/fa96ff4c-8290-47ef-80c1-bbca9b4c699d

called_by

record

stableRelationship field that contains all called_by-relationships as nested fields.Opposite direction: callsRelationships: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

stableRelationship field that contains all calls-relationships as nested fields.Opposite direction: called_byRelationships: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

customIconPath

string

stableA custom icon property.

dnsNames

array

experimentalA dnsNames property.

entity.detected_name

string

resource stableThe 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

resource stableAll 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

resource stableThe entity type.

host; service

icon

string

stableAn icon property.

id

string

stableThe entity ID.Tags: entity-id

lifetime

timeframe

stableA 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

stableAn array of open listen ports.

50000; 50001; 50002; 50003

managementZones

array

stableManagment zones this entity belongs to.

Cloud: Google

runs

record

stableRelationship field that contains all runs-relationships as nested fields.Opposite direction: runs_onRelationships:string[] dt.entity.custom_device``string[] dt.entity.queue_instance``string[] dt.entity.service``string[] dt.entity.service_instance

tags

string[]

experimentalA 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

Azure Region fields

AttributeTypeDescriptionExamples

accessible_by

record

stableRelationship field that contains all accessible_by-relationships as nested fields.Opposite direction: can_accessRelationships:string[] dt.entity.azure_subscription

contains

record

stableRelationship field that contains all contains-relationships as nested fields.Opposite direction: belongs_toRelationships: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

customIconPath

string

stableA custom icon property.

entity.detected_name

string

resource stableThe 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

resource stableAll 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

resource stableThe entity type.

host; service

icon

string

stableAn icon property.

id

string

stableThe entity ID.Tags: entity-id

lifetime

timeframe

stableA 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[]

experimentalA 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

Azure SQL Database fields

AttributeTypeDescriptionExamples

accessible_by

record

stableRelationship field that contains all accessible_by-relationships as nested fields.Opposite direction: can_accessRelationships:string[] dt.entity.azure_subscription

azureResourceGroupName

string

deprecatedAzure Resource Group name.

my-resource-group

azureSqlDbId

string

deprecatedAzure SQL DB ID.

00000000-0000-0000-0000-000000000000

azureSqlDbMaxSizeBytes

long

deprecatedAzure SQL DB max size bytes.

42

azureSqlDbSecondaryRegion

string

deprecatedAzure SQL DB secondary region.

belongs_to

record

stableRelationship field that contains all belongs_to-relationships as nested fields.Opposite direction: containsRelationships:string dt.entity.azure_sql_elastic_pool``string dt.entity.azure_sql_server

customIconPath

string

stableA custom icon property.

entity.detected_name

string

resource stableThe 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

resource stableAll 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

resource stableThe entity type.

host; service

icon

string

stableAn icon property.

id

string

stableThe entity ID.Tags: entity-id

lifetime

timeframe

stableA 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

stableManagment zones this entity belongs to.

Cloud: Google

tags

string[]

experimentalA 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

Azure SQL Elastic Pool fields

AttributeTypeDescriptionExamples

accessible_by

record

stableRelationship field that contains all accessible_by-relationships as nested fields.Opposite direction: can_accessRelationships:string[] dt.entity.azure_subscription

azureResourceGroupName

string

deprecatedAzure Resource Group name.

my-resource-group

azureSqlElasticPoolDatabaseMaxCapacity

double

deprecatedAzure SQL Elastic Pool database max capacity.

2.0

azureSqlElasticPoolDatabaseMinCapacity

double

deprecatedAzure SQL ElasticPool database min capacity.

0.0

azureSqlElasticPoolDtu

long

deprecatedAzure SQL Elastic Pool DTU.

2

azureSqlElasticPoolStorageLimitMb

long

deprecatedAzure SQL Elastic Pool storage limit Mb.

1073741824

azureSqlElasticPoolTier

string

deprecatedAzure SQL Elastic Pool tier.

GeneralPurpose

contains

record

stableRelationship field that contains all contains-relationships as nested fields.Opposite direction: belongs_toRelationships:string[] dt.entity.azure_sql_database``string dt.entity.azure_sql_server

customIconPath

string

stableA custom icon property.

entity.detected_name

string

resource stableThe 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

resource stableAll 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

resource stableThe entity type.

host; service

icon

string

stableAn icon property.

id

string

stableThe entity ID.Tags: entity-id

lifetime

timeframe

stableA 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

stableManagment zones this entity belongs to.

Cloud: Google

tags

string[]

experimentalA 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

Azure SQL Server fields

AttributeTypeDescriptionExamples

accessible_by

record

stableRelationship field that contains all accessible_by-relationships as nested fields.Opposite direction: can_accessRelationships:string[] dt.entity.azure_subscription

azureResourceGroupName

string

deprecatedAzure Resource Group name.

my-resource-group

belongs_to

record

stableRelationship field that contains all belongs_to-relationships as nested fields.Opposite direction: containsRelationships:string dt.entity.azure_region``string[] dt.entity.azure_sql_elastic_pool

called_by

record

stableRelationship field that contains all called_by-relationships as nested fields.Opposite direction: callsRelationships: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

stableRelationship field that contains all calls-relationships as nested fields.Opposite direction: called_byRelationships: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

stableRelationship field that contains all contains-relationships as nested fields.Opposite direction: belongs_toRelationships:string[] dt.entity.azure_sql_database

customIconPath

string

stableA custom icon property.

dnsNames

array

experimentalA dnsNames property.

entity.detected_name

string

resource stableThe 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

resource stableAll 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

resource stableThe entity type.

host; service

icon

string

stableAn icon property.

id

string

stableThe entity ID.Tags: entity-id

lifetime

timeframe

stableA 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

stableManagment zones this entity belongs to.

Cloud: Google

runs

record

stableRelationship field that contains all runs-relationships as nested fields.Opposite direction: runs_onRelationships:string[] dt.entity.custom_device``string[] dt.entity.queue_instance``string[] dt.entity.service``string[] dt.entity.service_instance

softwareTechnologies

array

stableA 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[]

experimentalA 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

Azure Service Bus namespace fields

AttributeTypeDescriptionExamples

accessible_by

record

stableRelationship field that contains all accessible_by-relationships as nested fields.Opposite direction: can_accessRelationships:string[] dt.entity.azure_subscription

azureResourceGroupName

string

deprecatedAzure Resource Group name.

my-resource-group

belongs_to

record

stableRelationship field that contains all belongs_to-relationships as nested fields.Opposite direction: containsRelationships:string dt.entity.azure_region

called_by

record

stableRelationship field that contains all called_by-relationships as nested fields.Opposite direction: callsRelationships: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

stableRelationship field that contains all calls-relationships as nested fields.Opposite direction: called_byRelationships: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

stableRelationship field that contains all contains-relationships as nested fields.Opposite direction: belongs_toRelationships:string[] dt.entity.azure_service_bus_queue``string[] dt.entity.azure_service_bus_topic

customIconPath

string

stableA custom icon property.

dnsNames

array

experimentalA dnsNames property.

entity.detected_name

string

resource stableThe 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

resource stableAll 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

resource stableThe entity type.

host; service

icon

string

stableAn icon property.

id

string

stableThe entity ID.Tags: entity-id

lifetime

timeframe

stableA 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

stableManagment zones this entity belongs to.

Cloud: Google

runs

record

stableRelationship field that contains all runs-relationships as nested fields.Opposite direction: runs_onRelationships:string[] dt.entity.custom_device``string[] dt.entity.queue_instance``string[] dt.entity.service``string[] dt.entity.service_instance

tags

string[]

experimentalA 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

Azure Service Bus queue fields

AttributeTypeDescriptionExamples

accessible_by

record

stableRelationship field that contains all accessible_by-relationships as nested fields.Opposite direction: can_accessRelationships:string[] dt.entity.azure_subscription

azureResourceGroupName

string

deprecatedAzure Resource Group name.

my-resource-group

azureServiceBusLastAccessTimestamp

timestamp

deprecatedAzure Service Bus queue last access timestamp.

-62135596800000

azureServiceBusMaxSizeMb

long

deprecatedAzure Service Bus queue max size Mb.

1024

belongs_to

record

stableRelationship field that contains all belongs_to-relationships as nested fields.Opposite direction: containsRelationships:string dt.entity.azure_service_bus_namespace

customIconPath

string

stableA custom icon property.

entity.detected_name

string

resource stableThe 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

resource stableAll 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

resource stableThe entity type.

host; service

icon

string

stableAn icon property.

id

string

stableThe entity ID.Tags: entity-id

lifetime

timeframe

stableA 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

stableManagment zones this entity belongs to.

Cloud: Google

tags

string[]

experimentalA 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

Azure Service Bus topic fields

AttributeTypeDescriptionExamples

accessible_by

record

stableRelationship field that contains all accessible_by-relationships as nested fields.Opposite direction: can_accessRelationships:string[] dt.entity.azure_subscription

azureResourceGroupName

string

deprecatedAzure Resource Group name.

my-resource-group

azureServiceBusLastAccessTimestamp

timestamp

deprecatedAzure Service Bus queue last access timestamp.

-62135596800000

azureServiceBusMaxSizeMb

long

deprecatedAzure Service Bus queue max size Mb.

1024

azureServiceBusTopicSubscriptionCount

long

deprecatedAzure Service Bus Topic subscription count.

42

belongs_to

record

stableRelationship field that contains all belongs_to-relationships as nested fields.Opposite direction: containsRelationships:string dt.entity.azure_service_bus_namespace

customIconPath

string

stableA custom icon property.

entity.detected_name

string

resource stableThe 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

resource stableAll 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

resource stableThe entity type.

host; service

icon

string

stableAn icon property.

id

string

stableThe entity ID.Tags: entity-id

lifetime

timeframe

stableA 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

stableManagment zones this entity belongs to.

Cloud: Google

tags

string[]

experimentalA 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

Azure Storage account fields

AttributeTypeDescriptionExamples

accessible_by

record

stableRelationship field that contains all accessible_by-relationships as nested fields.Opposite direction: can_accessRelationships:string[] dt.entity.azure_subscription

azureResourceGroupName

string

deprecatedAzure Resource Group name.

my-resource-group

azureStorageAccountPrimaryRegion

string

deprecatedAzure Storage Account primary region.

azureStorageAccountSecondaryRegion

string

deprecatedAzure Storage Account secondary region.

belongs_to

record

stableRelationship field that contains all belongs_to-relationships as nested fields.Opposite direction: containsRelationships:string dt.entity.azure_region

called_by

record

stableRelationship field that contains all called_by-relationships as nested fields.Opposite direction: callsRelationships: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

stableRelationship field that contains all calls-relationships as nested fields.Opposite direction: called_byRelationships: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

stableRelationship field that contains all contains-relationships as nested fields.Opposite direction: belongs_toRelationships:string[] dt.entity.azure_event_hub

customIconPath

string

stableA custom icon property.

dnsNames

array

experimentalA dnsNames property.

entity.detected_name

string

resource stableThe 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

resource stableAll 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

resource stableThe entity type.

host; service

icon

string

stableAn icon property.

id

string

stableThe entity ID.Tags: entity-id

lifetime

timeframe

stableA 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

stableManagment zones this entity belongs to.

Cloud: Google

runs

record

stableRelationship field that contains all runs-relationships as nested fields.Opposite direction: runs_onRelationships:string[] dt.entity.custom_device``string[] dt.entity.queue_instance``string[] dt.entity.service``string[] dt.entity.service_instance

tags

string[]

experimentalA 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

Azure Subscription fields

AttributeTypeDescriptionExamples

azureSubscriptionUuid

string

deprecatedAzure Subscription UUID.

00000000-0000-0000-0000-000000000000

belongs_to

record

stableRelationship field that contains all belongs_to-relationships as nested fields.Opposite direction: containsRelationships:string[] dt.entity.azure_mgmt_group``string dt.entity.azure_tenant

can_access

record

stableRelationship field that contains all can_access-relationships as nested fields.Opposite direction: accessible_byRelationships: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``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

stableRelationship field that contains all contains-relationships as nested fields.Opposite direction: belongs_toRelationships:string[] dt.entity.azure_credentials``string[] dt.entity.custom_device``string[] dt.entity.custom_device_group

customIconPath

string

stableA custom icon property.

entity.detected_name

string

resource stableThe 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

resource stableAll 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

resource stableThe entity type.

host; service

icon

string

stableAn icon property.

id

string

stableThe entity ID.Tags: entity-id

lifetime

timeframe

stableA 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

stableManagment zones this entity belongs to.

Cloud: Google

tags

string[]

experimentalA 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

Azure Tenant fields

AttributeTypeDescriptionExamples

azureResourceGroupName

string

deprecatedAzure Resource Group name.

my-resource-group

azureTenantUuid

string

deprecatedAzure Entra Tenant UUID.

00000000-0000-0000-0000-000000000000

contains

record

stableRelationship field that contains all contains-relationships as nested fields.Opposite direction: belongs_toRelationships:string[] dt.entity.azure_mgmt_group``string[] dt.entity.azure_subscription

customIconPath

string

stableA custom icon property.

entity.detected_name

string

resource stableThe 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

resource stableAll 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

resource stableThe entity type.

host; service

icon

string

stableAn icon property.

id

string

stableThe entity ID.Tags: entity-id

lifetime

timeframe

stableA 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

stableManagment zones this entity belongs to.

Cloud: Google

tags

string[]

experimentalA 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

Azure VM fields

AttributeTypeDescriptionExamples

accessible_by

record

stableRelationship field that contains all accessible_by-relationships as nested fields.Opposite direction: can_accessRelationships:string[] dt.entity.azure_subscription

azureResourceGroupName

string

deprecatedAzure Resource Group name.

my-resource-group

azureResourceId

string

deprecatedAzure VM resource id.

/subscriptions/000000000-0000-0000-0000-000000000000/resourceGroups/abc-rg/providers/Microsoft.Compute/virtualMachines/my-vm

azureVmAvailabilitySetName

string

deprecatedAzure VM Availability Set name.

my-availability-set

azureVmSize

record

deprecatedAzure VM size.

balanced_by

record

stableRelationship field that contains all balanced_by-relationships as nested fields.Opposite direction: balancesRelationships:string[] dt.entity.azure_application_gateway``string[] dt.entity.azure_load_balancer

belongs_to

record

stableRelationship field that contains all belongs_to-relationships as nested fields.Opposite direction: containsRelationships:string dt.entity.azure_region``string dt.entity.azure_vm_scale_set

customIconPath

string

stableA custom icon property.

dnsNames

array

experimentalA dnsNames property.

entity.detected_name

string

resource stableThe 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

resource stableAll 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

resource stableThe entity type.

host; service

gcpZone

string

stableGCP zone, retrieved from instance metadata service.

id

string

stableThe entity ID.Tags: entity-id

ipAddress

array

stableAn array of IP addresses.

10.150.160.2; 10.150.160.3

lifetime

timeframe

stableA 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

stableThe custom name defined in OneAgent config.

osType

string

stableType of discovered operating system.

LINUX; WINDOWS

runs

record

stableRelationship field that contains all runs-relationships as nested fields.Opposite direction: runs_onRelationships:string dt.entity.host

tags

string[]

experimentalA 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

Azure VM Scale Set fields

AttributeTypeDescriptionExamples

accessible_by

record

stableRelationship field that contains all accessible_by-relationships as nested fields.Opposite direction: can_accessRelationships:string[] dt.entity.azure_subscription

azureResourceGroupName

string

deprecatedAzure Resource Group name.

my-resource-group

azureScaleSetCapacity

long

deprecatedAzure VM Scale Set capacity.

1

azureVmSize

record

deprecatedAzure VM size.

contains

record

stableRelationship field that contains all contains-relationships as nested fields.Opposite direction: belongs_toRelationships:string[] dt.entity.azure_vm``string[] dt.entity.host

customIconPath

string

stableA custom icon property.

entity.detected_name

string

resource stableThe 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

resource stableAll 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

resource stableThe entity type.

host; service

icon

string

stableAn icon property.

id

string

stableThe entity ID.Tags: entity-id

lifetime

timeframe

stableA 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

stableThe custom name defined in OneAgent config.

tags

string[]

experimentalA 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

Azure Web App fields

AttributeTypeDescriptionExamples

accessible_by

record

stableRelationship field that contains all accessible_by-relationships as nested fields.Opposite direction: can_accessRelationships:string[] dt.entity.azure_subscription

belongs_to

record

stableRelationship field that contains all belongs_to-relationships as nested fields.Opposite direction: containsRelationships:string[] dt.entity.host``string[] dt.entity.process_group``string[] dt.entity.process_group_instance

customIconPath

string

stableA custom icon property.

entity.conditional_name

string

resource stableThe 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

resource stableThe 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

resource stableThe 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

resource stableAll 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

resource stableThe entity type.

host; service

icon

string

stableAn icon property.

id

string

stableThe entity ID.Tags: entity-id

lifetime

timeframe

stableA 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

stableManagment zones this entity belongs to.

Cloud: Google

tags

string[]

experimentalA string array containing all string representations of tags that are assigned to the entity. This includes manual tags and auto tags. The string represention contains Context, Key and Value.

['[context]key:value', 'key:value', 'value']

Bosh deployment

Fields used for dt.entity.bosh_deployment.

Bosh deployment fields

AttributeTypeDescriptionExamples

awsNameTag

string

deprecatedAWS name tag.

boshName

string

stableName constructed from BOSH vcap metadata in form of name/id.

mysql/fa96ff4c-8290-47ef-80c1-bbca9b4c699d

contains

record

stableRelationship field that contains all contains-relationships as nested fields.Opposite direction: belongs_toRelationships:string[] dt.entity.host

customIconPath

string

stableA custom icon property.

entity.conditional_name

string

resource stableThe 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

resource stableThe 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

resource stableThe 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

resource stableAll 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

resource stableThe entity type.

host; service

gcpZone

string

stableGCP zone, retrieved from instance metadata service.

icon

string

stableAn icon property.

id

string

stableThe entity ID.Tags: entity-id

lifetime

timeframe

stableA 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

stableThe custom name defined in OneAgent config.

tags

string[]

experimentalA string array containing all string representations of tags that are assigned to the entity. This includes manual tags and auto tags. The string represention contains Context, Key and Value.

['[context]key:value', 'key:value', 'value']

Browser

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

Browser fields

AttributeTypeDescriptionExamples

browserDetail

string

stableBrowser entities are hierarchical structured into type, family and majorVersion.

FAMILY

child_of

record

stableRelationship field that contains all child_of-relationships as nested fields.Opposite direction: parent_ofRelationships:string dt.entity.browser

customIconPath

string

stableA custom icon property.

entity.name

string

resource stableAll 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

resource stableThe entity type.

host; service

id

string

stableThe entity ID.Tags: entity-id

lifetime

timeframe

stableA 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

stableRelationship field that contains all parent_of-relationships as nested fields.Opposite direction: child_ofRelationships:string[] dt.entity.browser

tags

string[]

experimentalA string array containing all string representations of tags that are assigned to the entity. This includes manual tags and auto tags. The string represention contains Context, Key and Value.

['[context]key:value', 'key:value', 'value']

Cf Foundation

Fields used for dt.entity.cf_foundation.

Cf Foundation fields

AttributeTypeDescriptionExamples

awsNameTag

string

deprecatedAWS name tag.

boshName

string

stableName constructed from BOSH vcap metadata in form of name/id.

mysql/fa96ff4c-8290-47ef-80c1-bbca9b4c699d

contains

record

stableRelationship field that contains all contains-relationships as nested fields.Opposite direction: belongs_toRelationships:string[] dt.entity.host

customIconPath

string

stableA custom icon property.

entity.conditional_name

string

resource stableThe 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

resource stableThe 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

resource stableThe 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

resource stableAll 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

resource stableThe entity type.

host; service

gcpZone

string

stableGCP zone, retrieved from instance metadata service.

icon

string

stableAn icon property.

id

string

stableThe entity ID.Tags: entity-id

lifetime

timeframe

stableA 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

stableManagment zones this entity belongs to.

Cloud: Google

oneAgentCustomHostName

string

stableThe custom name defined in OneAgent config.

tags

string[]

experimentalA string array containing all string representations of tags that are assigned to the entity. This includes manual tags and auto tags. The string represention contains Context, Key and Value.

['[context]key:value', 'key:value', 'value']

Cloud application

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

Cloud application fields

AttributeTypeDescriptionExamples

awsNameTag

string

deprecatedAWS name tag.

balanced_by

record

stableRelationship field that contains all balanced_by-relationships as nested fields.Opposite direction: balancesRelationships:string[] dt.entity.kubernetes_service

belongs_to

record

stableRelationship field that contains all belongs_to-relationships as nested fields.Opposite direction: containsRelationships:string dt.entity.cloud_application_namespace

boshName

string

stableName constructed from BOSH vcap metadata in form of name/id.

mysql/fa96ff4c-8290-47ef-80c1-bbca9b4c699d

called_by

record

stableRelationship field that contains all called_by-relationships as nested fields.Opposite direction: callsRelationships:string[] dt.entity.cloud_application

calls

record

stableRelationship field that contains all calls-relationships as nested fields.Opposite direction: called_byRelationships:string[] dt.entity.cloud_application``string[] dt.entity.kubernetes_service

cloudApplicationDeploymentTypes

array

stableA cloudApplicationDeploymentTypes property.

cloudApplicationLabels

record

stableA cloudApplicationLabels property.

clustered_by

record

stableRelationship field that contains all clustered_by-relationships as nested fields.Opposite direction: cluster_ofRelationships:string dt.entity.kubernetes_cluster

contains

record

stableRelationship field that contains all contains-relationships as nested fields.Opposite direction: belongs_toRelationships:string[] dt.entity.container_group_instance``string[] dt.entity.process_group``string[] dt.entity.service

customIconPath

string

stableA custom icon property.

entity.conditional_name

string

resource stableThe 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

resource stableThe 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

resource stableThe 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

resource stableAll 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

resource stableThe entity type.

host; service

gcpZone

string

stableGCP zone, retrieved from instance metadata service.

icon

string

stableAn icon property.

id

string

stableThe entity ID.Tags: entity-id

instantiates

record

stableRelationship field that contains all instantiates-relationships as nested fields.Opposite direction: instance_ofRelationships:string[] dt.entity.cloud_application_instance

kubernetesConditions

record

stableA kubernetesConditions property.

lifetime

timeframe

stableA 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

stableManagment zones this entity belongs to.

Cloud: Google

namespaceName

string

stableThe k8s namespace name. See also 'k8s.namespace.name'.

observedBy

array

stableAn observedBy property.

oneAgentCustomHostName

string

stableThe custom name defined in OneAgent config.

resourceUid

string

stableA resourceUid property.

tags

string[]

experimentalA string array containing all string representations of tags that are assigned to the entity. This includes manual tags and auto tags. The string represention contains Context, Key and Value.

['[context]key:value', 'key:value', 'value']

Cloud application instance

Kubernetes pods are modeled as cloud application instances.

Cloud application instance fields

AttributeTypeDescriptionExamples

awsNameTag

string

deprecatedAWS name tag.

balanced_by

record

stableRelationship field that contains all balanced_by-relationships as nested fields.Opposite direction: balancesRelationships:string[] dt.entity.kubernetes_service

belongs_to

record

stableRelationship field that contains all belongs_to-relationships as nested fields.Opposite direction: containsRelationships:string dt.entity.cloud_application_namespace

boshName

string

stableName constructed from BOSH vcap metadata in form of name/id.

mysql/fa96ff4c-8290-47ef-80c1-bbca9b4c699d

cloudApplicationInstancePhase

string

stableA cloudApplicationInstancePhase property.

cloudApplicationLabels

record

stableA cloudApplicationLabels property.

clustered_by

record

stableRelationship field that contains all clustered_by-relationships as nested fields.Opposite direction: cluster_ofRelationships:string dt.entity.kubernetes_cluster

containerRestartCount

long

experimentalA containerRestartCount property.

42

contains

record

stableRelationship field that contains all contains-relationships as nested fields.Opposite direction: belongs_toRelationships:string[] dt.entity.container_group_instance``string[] dt.entity.process_group

customIconPath

string

stableA custom icon property.

desiredContainersCount

long

experimentalA desiredContainersCount property.

42

entity.conditional_name

string

resource stableThe 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

resource stableThe 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

resource stableThe 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

resource stableAll 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

resource stableThe entity type.

host; service

gcpZone

string

stableGCP zone, retrieved from instance metadata service.

icon

string

stableAn icon property.

id

string

stableThe entity ID.Tags: entity-id

instance_of

record

stableRelationship field that contains all instance_of-relationships as nested fields.Opposite direction: instantiatesRelationships:string dt.entity.cloud_application

internalIpAddresses

array

stableAn internalIpAddresses property.

lifetime

timeframe

stableA 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

experimentalA limitsCPU property.

42

limitsMemory

long

experimentalA limitsMemory property.

42

managementZones

array

stableManagment zones this entity belongs to.

Cloud: Google

namespaceName

string

stableThe k8s namespace name. See also 'k8s.namespace.name'.

nodeName

string

stableThe k8s node name. See also 'k8s.node.name'.

oneAgentCustomHostName

string

stableThe custom name defined in OneAgent config.

requestsCPU

long

experimentalA requestsCPU property.

42

requestsMemory

long

experimentalA requestsMemory property.

42

resourceCreationTimestamp

timestamp

stableA resourceCreationTimestamp property.

resourceDeletionTimestamp

timestamp

stableA resourceDeletionTimestamp property.

resourceUid

string

stableA resourceUid property.

runningContainersCount

long

experimentalA runningContainersCount property.

42

runs_on

record

stableRelationship field that contains all runs_on-relationships as nested fields.Opposite direction: runsRelationships:string dt.entity.kubernetes_node

tags

string[]

experimentalA 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

stableThe k8s workload name. See also 'k8s.workload.name'.

workloadType

string

stableA workloadType property.

Cloud application namespace

Kubernetes namespaces are modeled as cloud application namespaces.

Cloud application namespace fields

AttributeTypeDescriptionExamples

awsNameTag

string

deprecatedAWS name tag.

boshName

string

stableName constructed from BOSH vcap metadata in form of name/id.

mysql/fa96ff4c-8290-47ef-80c1-bbca9b4c699d

cloudApplicationLabels

record

stableA cloudApplicationLabels property.

clustered_by

record

stableRelationship field that contains all clustered_by-relationships as nested fields.Opposite direction: cluster_ofRelationships:string dt.entity.kubernetes_cluster

contains

record

stableRelationship field that contains all contains-relationships as nested fields.Opposite direction: belongs_toRelationships: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

customIconPath

string

stableA custom icon property.

entity.conditional_name

string

resource stableThe 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

resource stableThe 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

resource stableThe 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

resource stableAll 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

resource stableThe entity type.

host; service

gcpZone

string

stableGCP zone, retrieved from instance metadata service.

icon

string

stableAn icon property.

id

string

stableThe entity ID.Tags: entity-id

lifetime

timeframe

stableA 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

stableManagment zones this entity belongs to.

Cloud: Google

oneAgentCustomHostName

string

stableThe custom name defined in OneAgent config.

resourceUid

string

stableA resourceUid property.

tags

string[]

experimentalA string array containing all string representations of tags that are assigned to the entity. This includes manual tags and auto tags. The string represention contains Context, Key and Value.

['[context]key:value', 'key:value', 'value']

Container group

Fields used for dt.entity.container_group.

Container group fields

AttributeTypeDescriptionExamples

contains

record

stableRelationship field that contains all contains-relationships as nested fields.Opposite direction: belongs_toRelationships:string[] dt.entity.process_group

customIconPath

string

stableA custom icon property.

entity.conditional_name

string

resource stableThe 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

resource stableThe 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

resource stableThe 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

resource stableAll 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

resource stableThe entity type.

host; service

id

string

stableThe entity ID.Tags: entity-id

instantiates

record

stableRelationship field that contains all instantiates-relationships as nested fields.Opposite direction: instance_ofRelationships:string[] dt.entity.container_group_instance

lifetime

timeframe

stableA 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

stableManagment zones this entity belongs to.

Cloud: Google

metadata

array

stableContains a diagnostic collection of input parameters that were used or could have been used in creation of this Container Group.

KUBERNETES_CONTAINER_NAME:netd; KUBERNETES_BASE_POD_NAME:netd; KUBERNETES_NAMESPACE:kube-system

tags

string[]

experimentalA string array containing all string representations of tags that are assigned to the entity. This includes manual tags and auto tags. The string represention contains Context, Key and Value.

['[context]key:value', 'key:value', 'value']

Container group instance

Containers are modeled as container group instances.

Container group instance fields

AttributeTypeDescriptionExamples

belongs_to

record

stableRelationship field that contains all belongs_to-relationships as nested fields.Opposite direction: containsRelationships:string dt.entity.cloud_application``string dt.entity.cloud_application_instance``string dt.entity.cloud_application_namespace``string dt.entity.host``string dt.entity.kubernetes_cluster

containerImageDigest

string

stableA container runtime specific hash of OCI-image.

sha256:c7b48b077bf9130a6bd3b2fcb6d473e88eafc488262256f38fd663e890133af9

containerImageId

string

stableA container runtime specific OCI-image identifier.

6b344b222ca01944f96315337dac9a5fa09d6e17a9445f2154b704ebf9759aa0a

containerImageName

string

stableA container runtime specific name of OCI-image.

guu84124.live.dynatrace.com/linux/oneagent:latest

containerNames

array

stableA container runtime specific collection of container names.

keen_payne; silly_mestorf"

containerNamesTruncated

boolean

stableTrue if container names were truncated in processing.

true

containerOCIImageRevision

string

stableA container runtime specific revision of OCI-image.

e78cf70ce7b73a0c9ea734c9cf8aaaa283c1cc5a

containerOCIImageSource

string

stableA container runtime specific source of OCI-image.

https://github.com/docker-library/hello-world.git#3fb6ebca4163bf5b9cc496ac3e8f11cb1e754aee:amd64/hello-world

containerProperties

record

stableA collection of per-container properties in given CGI.

[{containerName=keen_payne, containerId=88304d82ea86d845fcd32e38b2d0afc97a3dd75bbe0e9eb54ebabc46bc4ea5c7}, {containerName=silly_mestorf, containerId=ddb08c4cc76f41be213828eaea5a417d6d7ad46d0252f02d1c610aeca6ac54e8}]

containerizationType

string

stableA runtime used to execute standalone containers or used by orchestration platform to run containers. Note this is not the low-level runtime (runC), but a level above it, such as Docker, CRI-O, Garden, etc.

DOCKER

contains

record

stableRelationship field that contains all contains-relationships as nested fields.Opposite direction: belongs_toRelationships:string[] dt.entity.process_group_instance

customIconPath

string

stableA custom icon property.

entity.conditional_name

string

resource stableThe 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

resource stableThe 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

resource stableThe 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

resource stableAll 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

resource stableThe entity type.

host; service

id

string

stableThe entity ID.Tags: entity-id

instance_of

record

stableRelationship field that contains all instance_of-relationships as nested fields.Opposite direction: instantiatesRelationships:string dt.entity.container_group

ipAddress

array

stableAn array of IP addresses.

10.150.160.2; 10.150.160.3

lifetime

timeframe

stableA 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

stableManagment zones this entity belongs to.

Cloud: Google

metadata

array

stableContains a diagnostic collection of input parameters that were used or could have been used in creation of this Container Group Instance.

KUBERNETES_CLUSTER_ID:31170620-3655-4e4d-900f-42c760e34820; KUBERNETES_FULL_POD_NAME:netd-4hr47; KUBERNETES_POD_UID:7307c1f4-7b8c-4358-9235-0e9eba651088; KUBERNETES_CONTAINER_NAME:netd; KUBERNETES_BASE_POD_NAME:netd; KUBERNETES_NAMESPACE:kube-system

namespaceName

string

stableThe k8s namespace name. See also 'k8s.namespace.name'.

nodeName

string

stableThe k8s node name. See also 'k8s.node.name'.

podName

string

stableThe k8s pod name. 'See also k8s.pod.name'.

tags

string[]

experimentalA 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

stableThe k8s workload name. See also 'k8s.workload.name'.

Custom application

Entity of a RUM custom application.

Custom application fields

AttributeTypeDescriptionExamples

calls

record

stableRelationship field that contains all calls-relationships as nested fields.Opposite direction: called_byRelationships:string[] dt.entity.service

customIconPath

string

stableA custom icon property.

entity.name

string

resource stableAll 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

resource stableThe entity type.

host; service

id

string

stableThe entity ID.Tags: entity-id

lifetime

timeframe

stableA 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

stableManagment zones this entity belongs to.

Cloud: Google

mobileOsFamily

array

stableContains the operating systems detected on the mobile application. Possible values are ANDROID, IOS, WINDOWS, OTHER, LINUX, MAC_OS, TVOS.

['ANDROID', 'IOS', 'TVOS']

tags

string[]

experimentalA string array containing all string representations of tags that are assigned to the entity. This includes manual tags and auto tags. The string represention contains Context, Key and Value.

['[context]key:value', 'key:value', 'value']

Custom device

Query

Query entities in Grail.

fetch dt.entity.custom_device
| fieldsadd accessible_by, belongs_to, called_by, calls, child_of, contains, customFavicon, customProperties, dnsNames, entity.detected_name, entity.name, entity.type, icon, id, instance_of, instantiates, ipAddress, lifetime, listenPorts, managementZones, parent_of, runs, runs_on, same_as, tags

Custom device fields

AttributeTypeDescriptionExamples

accessible_by

record

stableRelationship field that contains all accessible_by-relationships as nested fields.Opposite direction: can_accessRelationships:string[] dt.entity.aws_credentials``string[] dt.entity.azure_credentials

belongs_to

record

stableRelationship field that contains all belongs_to-relationships as nested fields.Opposite direction: containsRelationships:string[] dt.entity.azure_region``string dt.entity.azure_subscription``string[] dt.entity.custom_device

called_by

record

stableRelationship field that contains all called_by-relationships as nested fields.Opposite direction: callsRelationships:string[] dt.entity.aws_application_load_balancer``string[] dt.entity.aws_lambda_function``string[] dt.entity.aws_network_load_balancer``string[] dt.entity.azure_api_management_service``string[] dt.entity.azure_application_gateway``string[] dt.entity.azure_cosmos_db``string[] dt.entity.azure_event_hub_namespace``string[] dt.entity.azure_iot_hub``string[] dt.entity.azure_load_balancer``string[] dt.entity.azure_redis_cache``string[] dt.entity.azure_service_bus_namespace``string[] dt.entity.azure_sql_server``string[] dt.entity.azure_storage_account``string[] dt.entity.custom_device``string[] dt.entity.elastic_load_balancer``string[] dt.entity.host``string[] dt.entity.process_group_instance``string[] dt.entity.relational_database_service

calls

record

stableRelationship field that contains all calls-relationships as nested fields.Opposite direction: called_byRelationships:string[] dt.entity.aws_application_load_balancer``string[] dt.entity.aws_lambda_function``string[] dt.entity.aws_network_load_balancer``string[] dt.entity.azure_api_management_service``string[] dt.entity.azure_application_gateway``string[] dt.entity.azure_cosmos_db``string[] dt.entity.azure_event_hub_namespace``string[] dt.entity.azure_iot_hub``string[] dt.entity.azure_load_balancer``string[] dt.entity.azure_redis_cache``string[] dt.entity.azure_service_bus_namespace``string[] dt.entity.azure_sql_server``string[] dt.entity.azure_storage_account``string[] dt.entity.custom_device``string[] dt.entity.elastic_load_balancer``string[] dt.entity.host``string[] dt.entity.process_group_instance``string[] dt.entity.relational_database_service

child_of

record

stableRelationship field that contains all child_of-relationships as nested fields.Opposite direction: parent_ofRelationships:string dt.entity.custom_device

contains

record

stableRelationship field that contains all contains-relationships as nested fields.Opposite direction: belongs_toRelationships:string[] dt.entity.custom_device

customFavicon

string

stableA customFavicon property.

customIconPath

string

stableA custom icon property.

customProperties

record

stableA customProperties property.

dnsNames

array

experimentalA dnsNames property.

entity.conditional_name

string

resource stableThe 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

resource stableThe 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

resource stableThe 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

resource stableAll 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

resource stableThe entity type.

host; service

icon

string

stableAn icon property.

id

string

stableThe entity ID.Tags: entity-id

instance_of

record

stableRelationship field that contains all instance_of-relationships as nested fields.Opposite direction: instantiatesRelationships:string dt.entity.custom_device``string dt.entity.custom_device_group

instantiates

record

stableRelationship field that contains all instantiates-relationships as nested fields.Opposite direction: instance_ofRelationships:string[] dt.entity.custom_device

ipAddress

array

stableAn array of IP addresses.

10.150.160.2; 10.150.160.3

lifetime

timeframe

stableA 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

stableAn array of open listen ports.

50000; 50001; 50002; 50003

managementZones

array

stableManagment zones this entity belongs to.

Cloud: Google

oneAgentCustomHostName

string

stableThe custom name defined in OneAgent config.

parent_of

record

stableRelationship field that contains all parent_of-relationships as nested fields.Opposite direction: child_ofRelationships:string[] dt.entity.custom_device

runs

record

stableRelationship field that contains all runs-relationships as nested fields.Opposite direction: runs_onRelationships:string[] dt.entity.custom_device``string[] dt.entity.host``string[] dt.entity.process_group``string[] dt.entity.process_group_instance``string[] dt.entity.queue_instance``string[] dt.entity.service``string[] dt.entity.service_instance

runs_on

record

stableRelationship field that contains all runs_on-relationships as nested fields.Opposite direction: runsRelationships:string[] dt.entity.aws_application_load_balancer``string[] dt.entity.aws_lambda_function``string[] dt.entity.aws_network_load_balancer``string[] dt.entity.azure_api_management_service``string[] dt.entity.azure_application_gateway``string[] dt.entity.azure_cosmos_db``string[] dt.entity.azure_event_hub_namespace``string[] dt.entity.azure_iot_hub``string[] dt.entity.azure_load_balancer``string[] dt.entity.azure_redis_cache``string[] dt.entity.azure_service_bus_namespace``string[] dt.entity.azure_sql_server``string[] dt.entity.azure_storage_account``string[] dt.entity.custom_device``string[] dt.entity.elastic_load_balancer``string[] dt.entity.process_group_instance``string[] dt.entity.relational_database_service

same_as

record

stableRelationship field that contains all same_as-relationships as nested fields. This is a bidirectional relationshipRelationships:string[] dt.entity.custom_device

tags

string[]

experimentalA string array containing all string representations of tags that are assigned to the entity. This includes manual tags and auto tags. The string represention contains Context, Key and Value.

['[context]key:value', 'key:value', 'value']

Custom device group

Query

Query entities in Grail.

fetch dt.entity.custom_device_group
| fieldsadd accessible_by, belongs_to, called_by, calls, customFavicon, customProperties, entity.detected_name, entity.name, entity.type, icon, id, instantiates, lifetime, managementZones, pluginsRunning, runs, softwareTechnologies, tags

Custom device group fields

AttributeTypeDescriptionExamples

accessible_by

record

stableRelationship field that contains all accessible_by-relationships as nested fields.Opposite direction: can_accessRelationships:string[] dt.entity.aws_credentials``string[] dt.entity.azure_credentials

belongs_to

record

stableRelationship field that contains all belongs_to-relationships as nested fields.Opposite direction: containsRelationships:string[] dt.entity.azure_subscription

boshName

string

stableName constructed from BOSH vcap metadata in form of name/id.

mysql/fa96ff4c-8290-47ef-80c1-bbca9b4c699d

called_by

record

stableRelationship field that contains all called_by-relationships as nested fields.Opposite direction: callsRelationships: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

stableRelationship field that contains all calls-relationships as nested fields.Opposite direction: called_byRelationships:string[] dt.entity.aws_application_load_balancer``string[] dt.entity.aws_lambda_function``string[] dt.entity.aws_network_load_balancer``string[] dt.entity.azure_api_management_service``string[] dt.entity.azure_application_gateway``string[] dt.entity.azure_cosmos_db``string[] dt.entity.azure_event_hub_namespace``string[] dt.entity.azure_function_app``string[] dt.entity.azure_iot_hub``string[] dt.entity.azure_load_balancer``string[] dt.entity.azure_redis_cache``string[] dt.entity.azure_service_bus_namespace``string[] dt.entity.azure_sql_server``string[] dt.entity.azure_storage_account``string[] dt.entity.custom_device_group``string[] dt.entity.elastic_load_balancer``string[] dt.entity.process_group``string[] dt.entity.relational_database_service

customFavicon

string

stableA customFavicon property.

customIconPath

string

stableA custom icon property.

customProperties

record

stableA customProperties property.

entity.conditional_name

string

resource stableThe 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

resource stableThe 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

resource stableThe 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

resource stableAll 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

resource stableThe entity type.

host; service

icon

string

stableAn icon property.

id

string

stableThe entity ID.Tags: entity-id

instantiates

record

stableRelationship field that contains all instantiates-relationships as nested fields.Opposite direction: instance_ofRelationships:string[] dt.entity.custom_device

lifetime

timeframe

stableA 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

stableManagment zones this entity belongs to.

Cloud: Google

oneAgentCustomHostName

string

stableThe custom name defined in OneAgent config.

pluginsRunning

array

stableA pluginsRunning property.

runs

record

stableRelationship field that contains all runs-relationships as nested fields.Opposite direction: runs_onRelationships:string[] dt.entity.service

softwareTechnologies

array

stableA 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[]

experimentalA string array containing all string representations of tags that are assigned to the entity. This includes manual tags and auto tags. The string represention contains Context, Key and Value.

['[context]key:value', 'key:value', 'value']

Datastore

Fields used for dt.entity.datastore.

Datastore fields

AttributeTypeDescriptionExamples

awsNameTag

string

deprecatedAWS name tag.

belongs_to

record

stableRelationship field that contains all belongs_to-relationships as nested fields.Opposite direction: containsRelationships:string[] dt.entity.hypervisor``string[] dt.entity.virtualmachine``string[] dt.entity.vmware_datacenter

boshName

string

stableName constructed from BOSH vcap metadata in form of name/id.

mysql/fa96ff4c-8290-47ef-80c1-bbca9b4c699d

customIconPath

string

stableA custom icon property.

datastoreFreeSpace

long

experimentalA datastoreFreeSpace property.

42

datastoreTotalSpace

long

experimentalA datastoreTotalSpace property.

42

datastoreUrl

string

stableA datastoreUrl property.

entity.conditional_name

string

resource stableThe 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

resource stableThe 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

resource stableThe 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

resource stableAll 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

resource stableThe entity type.

host; service

gcpZone

string

stableGCP zone, retrieved from instance metadata service.

icon

string

stableAn icon property.

id

string

stableThe entity ID.Tags: entity-id

lifetime

timeframe

stableA 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

stableThe custom name defined in OneAgent config.

tags

string[]

experimentalA string array containing all string representations of tags that are assigned to the entity. This includes manual tags and auto tags. The string represention contains Context, Key and Value.

['[context]key:value', 'key:value', 'value']

Device application method

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

Device application method fields

AttributeTypeDescriptionExamples

belongs_to

record

stableRelationship field that contains all belongs_to-relationships as nested fields.Opposite direction: containsRelationships:string dt.entity.custom_application``string dt.entity.device_application_method_group``string dt.entity.mobile_application

customIconPath

string

stableA custom icon property.

entity.name

string

resource stableAll 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

resource stableThe entity type.

host; service

id

string

stableThe entity ID.Tags: entity-id

lifetime

timeframe

stableA 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[]

experimentalA string array containing all string representations of tags that are assigned to the entity. This includes manual tags and auto tags. The string represention contains Context, Key and Value.

['[context]key:value', 'key:value', 'value']

Device application method group

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

Device application method group fields

AttributeTypeDescriptionExamples

contains

record

stableRelationship field that contains all contains-relationships as nested fields.Opposite direction: belongs_toRelationships:string[] dt.entity.device_application_method

customIconPath

string

stableA custom icon property.

entity.name

string

resource stableAll 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

resource stableThe entity type.

host; service

group_of

record

stableRelationship field that contains all group_of-relationships as nested fields.Opposite direction: groupsRelationships:string dt.entity.custom_application``string dt.entity.mobile_application

id

string

stableThe entity ID.Tags: entity-id

lifetime

timeframe

stableA 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[]

experimentalA string array containing all string representations of tags that are assigned to the entity. This includes manual tags and auto tags. The string represention contains Context, Key and Value.

['[context]key:value', 'key:value', 'value']

Disk

Fields used for dt.entity.disk.

Disk fields

AttributeTypeDescriptionExamples

belongs_to

record

stableRelationship field that contains all belongs_to-relationships as nested fields.Opposite direction: containsRelationships:string dt.entity.host

contains

record

stableRelationship field that contains all contains-relationships as nested fields.Opposite direction: belongs_toRelationships:string[] dt.entity.ebs_volume

customIconPath

string

stableA custom icon property.

entity.customized_name

string

resource stableThe 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

resource stableThe 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

resource stableAll 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

resource stableThe entity type.

host; service

id

string

stableThe entity ID.Tags: entity-id

lifetime

timeframe

stableA complex record that contains two number fields start and end representing the timestamps of the entity being seen for the first time and for the last time. DQL datatype Duration.

remoteDiskId

long

stableUnique identifier of remote disk

0; 16864135562327138441; 18446744073709551615

tags

string[]

experimentalA string array containing all string representations of tags that are assigned to the entity. This includes manual tags and auto tags. The string represention contains Context, Key and Value.

['[context]key:value', 'key:value', 'value']

Environment

Fields used for dt.entity.environment.

Environment fields

AttributeTypeDescriptionExamples

awsNameTag

string

deprecatedAWS name tag.

boshName

string

stableName constructed from BOSH vcap metadata in form of name/id.

mysql/fa96ff4c-8290-47ef-80c1-bbca9b4c699d

customIconPath

string

stableA custom icon property.

entity.conditional_name

string

resource stableThe 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

resource stableThe 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

resource stableThe 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

resource stableAll 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

resource stableThe entity type.

host; service

gcpZone

string

stableGCP zone, retrieved from instance metadata service.

icon

string

stableAn icon property.

id

string

stableThe entity ID.Tags: entity-id

lifetime

timeframe

stableA 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

stableThe custom name defined in OneAgent config.

tags

string[]

experimentalA string array containing all string representations of tags that are assigned to the entity. This includes manual tags and auto tags. The string represention contains Context, Key and Value.

['[context]key:value', 'key:value', 'value']

External Synthetic test

Fields used for dt.entity.external_synthetic_test.

External Synthetic test fields

AttributeTypeDescriptionExamples

assignedLocations

array

experimentalA list of assigned locations.

['SYNTHETIC_LOCATION-22AAF80F0E2CAF4B', 'SYNTHETIC_LOCATION-0000000000000064']

contains

record

stableRelationship field that contains all contains-relationships as nested fields.Opposite direction: belongs_toRelationships:string[] dt.entity.external_synthetic_test_step

createdBy

string

experimentalA string identifying the creator.

jane.doe@dynatrace.com

customIconPath

string

stableA custom icon property.

entity.name

string

resource stableAll entities have an entity.name field. The following fields will be considered in order to determine the value: entity.customized_name, entity.conditional_name, entity.detected_name.

Workflow test

entity.type

string

resource stableThe entity type.

EXTERNAL_SYNTHETIC_TEST

externalSyntheticTestSubtype

string

experimentalThe subtype of a third-party Synthetic monitor.

customType

id

string

stableThe entity ID.Tags: entity-id

EXTERNAL_SYNTHETIC_TEST-AB02C9D0A9E18B99

isEnabled

boolean

stableIf false, the corresponding entity is disabled.

true

lastExecutionTimestamp

long

experimentalthe timestamp of the latest execution.

42

lastModificationSource

string

experimentalThe source of the latest modification operation.

webui; rest

lastModifiedBy

string

experimentalIdentifies the one who made the latest modification.

jane.doe@dynatrace.com

lifetime

timeframe

stableA complex record that contains two number fields start and end representing the timestamps of the entity being seen for the first time and for the last time. DQL datatype Duration.

modificationTimestamp

long

experimentalThe timestamp of the latest modification.

42

monitors

record

stableRelationship field that contains all monitors-relationships as nested fields.Opposite direction: monitored_byRelationships:string[] dt.entity.application

runs_on

record

stableRelationship field that contains all runs_on-relationships as nested fields.Opposite direction: runsRelationships:string[] dt.entity.synthetic_location

steps

array

experimentalA list of steps.

['EXTERNAL_SYNTHETIC_TEST_STEP-E3B7B18230E88471', 'EXTERNAL_SYNTHETIC_TEST_STEP-E3B7B18230E88488']

syntheticMonitorFrequency

long

experimentalThe frequency of a Synthetic monitor in minutes.

5

tags

string[]

experimentalA string array containing all string representations of tags that are assigned to the entity. This includes manual tags and auto tags. The string represention contains Context, Key and Value.

['[context]key:value', 'key:value', 'value']

External Synthetic test step

Fields used for dt.entity.external_synthetic_test_step.

External Synthetic test step fields

AttributeTypeDescriptionExamples

belongs_to

record

stableRelationship field that contains all belongs_to-relationships as nested fields.Opposite direction: containsRelationships:string dt.entity.external_synthetic_test

customIconPath

string

stableA custom icon property.

entity.name

string

resource stableAll 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

resource stableThe entity type.

host; service

id

string

stableThe entity ID.Tags: entity-id

lifetime

timeframe

stableA 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[]

experimentalA 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']

GCP Zone (Classic)

Query

Query entities in Grail.

fetch dt.entity.gcp_zone
| fieldsadd contains, entity.detected_name, entity.name, entity.type, icon, id, lifetime, tags

GCP Zone fields

AttributeTypeDescriptionExamples

contains

record

stableRelationship field that contains all contains-relationships as nested fields.Opposite direction: belongs_toRelationships:string[] dt.entity.google_compute_engine``string[] dt.entity.host

customIconPath

string

stableA custom icon property.

entity.conditional_name

string

resource stableThe 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

resource stableThe 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

resource stableThe 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

resource stableAll 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

resource stableThe entity type.

host; service

icon

string

stableAn icon property.

id

string

stableThe entity ID.Tags: entity-id

lifetime

timeframe

stableA 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

stableThe custom name defined in OneAgent config.

tags

string[]

experimentalA string array containing all string representations of tags that are assigned to the entity. This includes manual tags and auto tags. The string represention contains Context, Key and Value.

['[context]key:value', 'key:value', 'value']

Geoloc Site

Fields used for dt.entity.geoloc_site.

Geoloc Site fields

AttributeTypeDescriptionExamples

awsNameTag

string

deprecatedAWS name tag.

boshName

string

stableName constructed from BOSH vcap metadata in form of name/id.

mysql/fa96ff4c-8290-47ef-80c1-bbca9b4c699d

contains

record

stableRelationship field that contains all contains-relationships as nested fields.Opposite direction: belongs_toRelationships:string[] dt.entity.host

customIconPath

string

stableA custom icon property.

entity.conditional_name

string

resource stableThe 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

resource stableThe 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

resource stableThe 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

resource stableAll 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

resource stableThe entity type.

host; service

gcpZone

string

stableGCP zone, retrieved from instance metadata service.

icon

string

stableAn icon property.

id

string

stableThe entity ID.Tags: entity-id

lifetime

timeframe

stableA 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

stableThe custom name defined in OneAgent config.

tags

string[]

experimentalA string array containing all string representations of tags that are assigned to the entity. This includes manual tags and auto tags. The string represention contains Context, Key and Value.

['[context]key:value', 'key:value', 'value']

Geolocation

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

Geolocation fields

AttributeTypeDescriptionExamples

child_of

record

stableRelationship field that contains all child_of-relationships as nested fields.Opposite direction: parent_ofRelationships:string dt.entity.geolocation

customIconPath

string

stableA custom icon property.

entity.name

string

resource stableAll 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

resource stableThe entity type.

host; service

geolocationType

string

stableGeolocation entities are hierarchical structured into continent, country, region and city.

CITY

id

string

stableThe entity ID.Tags: entity-id

latitude

double

stableDecimal latitude of a city geolocation.

48.3074

lifetime

timeframe

stableA complex record that contains two number fields start and end representing the timestamps of the entity being seen for the first time and for the last time. DQL datatype Duration.

longitude

double

stableDecimal longitude of a city geolocation.

14.285

parent_of

record

stableRelationship field that contains all parent_of-relationships as nested fields.Opposite direction: child_ofRelationships:string[] dt.entity.geolocation

tags

string[]

experimentalA 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']

Google AlloyDB Database

Query

Query entities in Grail.

fetch `dt.entity.cloud:gcp:alloydb_database`
| fieldsadd gcp.resource.name=entity.name, entity.type, icon, id, managementZones
| fieldsadd gcp.alloydb_database.project_id = project_id, gcp.alloydb_database.location = location, gcp.alloydb_database.instance_id = instance_id, gcp.alloydb_database.cluster_id = cluster_id, gcp.alloydb_database.database = database

Google AlloyDB Database fields

AttributeTypeDescriptionExamples

child_of

record

stableRelationship field that contains all child_of-relationships as nested fields.Opposite direction: parent_ofRelationships:string dt.entity.cloud:gcp:project

cluster_id

string

stableThe identifier of the cluster.

test-autopilot-cluster

customIconPath

string

stableA custom icon property.

database

string

stableThe name of the database.

mna-deleteme

icon

string

stableAn icon property.

id

string

stableThe entity ID.Tags: entity-id

instance_id

string

stableThe numeric VM instance identifier assigned by Compute Engine.

4043249715513101616; 6807016761191161008

location

string

stableThe zone or region for the autoscaler

us-central1

managementZones

array

stableManagment zones this entity belongs to.

Cloud: Google

project_id

string

stableThe identifier of the GCP project associated with this resource.

my-gcp-project-id

Google AlloyDB instance

Query

Query entities in Grail.

fetch `dt.entity.cloud:gcp:alloydb_instance`
| fieldsadd gcp.resource.name=entity.name, entity.type, icon, id, managementZones
| fieldsadd gcp.alloydb_instance.project_id = project_id, gcp.alloydb_instance.location = location, gcp.alloydb_instance.instance_id = instance_id, gcp.alloydb_database.cluster_id = cluster_id

Google AlloyDB instance fields

AttributeTypeDescriptionExamples

child_of

record

stableRelationship field that contains all child_of-relationships as nested fields.Opposite direction: parent_ofRelationships:string dt.entity.cloud:gcp:project

cluster_id

string

stableThe identifier of the cluster.

test-autopilot-cluster

customIconPath

string

stableA custom icon property.

icon

string

stableAn icon property.

id

string

stableThe entity ID.Tags: entity-id

instance_id

string

stableThe numeric VM instance identifier assigned by Compute Engine.

4043249715513101616; 6807016761191161008

location

string

stableThe zone or region for the autoscaler

us-central1

managementZones

array

stableManagment zones this entity belongs to.

Cloud: Google

project_id

string

stableThe identifier of the GCP project associated with this resource.

my-gcp-project-id

Google Apigee proxy

Query

Query entities in Grail.

fetch `dt.entity.cloud:gcp:apigee_proxy`
| fieldsadd gcp.resource.name=entity.name, entity.type, icon, id, managementZones
| fieldsadd gcp.apigee_proxy.project_id = project_id, gcp.apigee_proxy.location = location, gcp.apigee_proxy.org = org, gcp.apigee_proxy.env = env, gcp.apigee_proxy.proxy_name = proxy_name

Google Apigee proxy fields

AttributeTypeDescriptionExamples

child_of

record

stableRelationship field that contains all child_of-relationships as nested fields.Opposite direction: parent_ofRelationships:string dt.entity.cloud:gcp:project

customIconPath

string

stableA custom icon property.

env

string

stableRuntime execution context for the proxies in an organization in an Google Apigee account.

icon

string

stableAn icon property.

id

string

stableThe entity ID.Tags: entity-id

location

string

stableThe zone or region for the autoscaler

us-central1

managementZones

array

stableManagment zones this entity belongs to.

Cloud: Google

org

string

stableContainer for all the objects in an Google Apigee account.

project_id

string

stableThe identifier of the GCP project associated with this resource.

my-gcp-project-id

proxy_name

string

stableThe name of Apigee proxy deployed to the environment.

Google Apigee target

Query

Query entities in Grail.

fetch `dt.entity.cloud:gcp:apigee_target`
| fieldsadd gcp.resource.name=entity.name, entity.type, icon, id, managementZones
| fieldsadd gcp.apigee_target.project_id = project_id, gcp.apigee_target.location = location, gcp.apigee_target.org = org, gcp.apigee_target.env = env, gcp.apigee_target.proxy_name = proxy_name, gcp.apigee_target.endpoint = endpoint

Google Apigee target fields

AttributeTypeDescriptionExamples

child_of

record

stableRelationship field that contains all child_of-relationships as nested fields.Opposite direction: parent_ofRelationships:string dt.entity.cloud:gcp:project

customIconPath

string

stableA custom icon property.

endpoint

string

stableStatically defined hostnames or target servers in an Google Apigee account.

env

string

stableRuntime execution context for the proxies in an organization in an Google Apigee account.

icon

string

stableAn icon property.

id

string

stableThe entity ID.Tags: entity-id

location

string

stableThe zone or region for the autoscaler

us-central1

managementZones

array

stableManagment zones this entity belongs to.

Cloud: Google

org

string

stableContainer for all the objects in an Google Apigee account.

project_id

string

stableThe identifier of the GCP project associated with this resource.

my-gcp-project-id

proxy_name

string

stableThe name of Apigee proxy deployed to the environment.

Google App Engine application

Query

Query entities in Grail.

fetch `dt.entity.cloud:gcp:gae_app`
| fieldsadd gcp.resource.name=entity.name, entity.type, icon, id, managementZones
| fieldsadd gcp.zone = zone, gcp.gae_app.version_id = version_id, gcp.gae_app.module_id = module_id, gcp.gae_app.project_id = project_id

Google App Engine application fields

AttributeTypeDescriptionExamples

child_of

record

stableRelationship field that contains all child_of-relationships as nested fields.Opposite direction: parent_ofRelationships:string dt.entity.cloud:gcp:project

customIconPath

string

stableA custom icon property.

icon

string

stableAn icon property.

id

string

stableThe entity ID.Tags: entity-id

lifetime

timeframe

stableA 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

stableManagment zones this entity belongs to.

Cloud: Google

module_id

string

stableThe service/module name.

default

project_id

string

stableThe identifier of the GCP project associated with this resource.

my-gcp-project-id

version_id

string

stableThe version name.

20210527t141714; 20231220t210134

zone

string

stableThe GAE zone where the application is running.

asia-south1-4; us12

Google Autoscaler

Query

Query entities in Grail.

fetch `dt.entity.cloud:gcp:autoscaler`
| fieldsadd gcp.resource.name=entity.name, entity.type, icon, id, managementZones
| fieldsadd gcp.region = location, gcp.autoscaler.autoscaler_id = autoscaler_id, gcp.autoscaler.autoscaler_name = autoscaler_name, gcp.autoscaler.project_id = project_id

Google Autoscaler fields

AttributeTypeDescriptionExamples

autoscaler_id

string

stableThe identifier for the autoscaler.

9119968825502707496

autoscaler_name

string

stableThe name of the autoscaler.

bcd-uscentral1-ymc--streaming--connector

child_of

record

stableRelationship field that contains all child_of-relationships as nested fields.Opposite direction: parent_ofRelationships:string dt.entity.cloud:gcp:project

customIconPath

string

stableA custom icon property.

icon

string

stableAn icon property.

id

string

stableThe entity ID.Tags: entity-id

lifetime

timeframe

stableA complex record that contains two number fields start and end representing the timestamps of the entity being seen for the first time and for the last time. DQL datatype Duration.

location

string

stableThe zone or region for the autoscaler

us-central1

managementZones

array

stableManagment zones this entity belongs to.

Cloud: Google

project_id

string

stableThe identifier of the GCP project associated with this resource.

my-gcp-project-id

Google BigQuery BI Engine Model

Query

Query entities in Grail.

fetch `dt.entity.cloud:gcp:bigquery_biengine_model`
| fieldsadd gcp.resource.name=entity.name, entity.type, icon, id, managementZones
| fieldsadd gcp.bigquery_biengine_model.project_id = project_id, gcp.bigquery_biengine_model.location = location, gcp.bigquery_biengine_model.model_id = model_id

Google BigQuery BI Engine Model fields

AttributeTypeDescriptionExamples

child_of

record

stableRelationship field that contains all child_of-relationships as nested fields.Opposite direction: parent_ofRelationships:string dt.entity.cloud:gcp:project

customIconPath

string

stableA custom icon property.

icon

string

stableAn icon property.

id

string

stableThe entity ID.Tags: entity-id

location

string

stableThe zone or region for the autoscaler

us-central1

managementZones

array

stableManagment zones this entity belongs to.

Cloud: Google

model_id

string

stableThe identifier of the BI model.

project_id

string

stableThe identifier of the GCP project associated with this resource.

my-gcp-project-id

Google Bigtable Cluster

Query

Query entities in Grail.

fetch `dt.entity.cloud:gcp:bigtable_cluster`
| fieldsadd gcp.resource.name=entity.name, entity.type, icon, id, managementZones
| fieldsadd gcp.bigtable_cluster.project_id = project_id, gcp.bigtable_cluster.zone = zone, gcp.bigtable_cluster.instance = instance, gcp.bigtable_cluster.cluster = cluster

Google Bigtable Cluster fields

AttributeTypeDescriptionExamples

child_of

record

stableRelationship field that contains all child_of-relationships as nested fields.Opposite direction: parent_ofRelationships:string dt.entity.cloud:gcp:project

cluster

string

stableThe identifier of the BigTable cluster.

test-autopilot-cluster

customIconPath

string

stableA custom icon property.

icon

string

stableAn icon property.

id

string

stableThe entity ID.Tags: entity-id

instance

string

stableThe identifier of a BigTable instance.

4043249715513101616; 6807016761191161008

managementZones

array

stableManagment zones this entity belongs to.

Cloud: Google

project_id

string

stableThe identifier of the GCP project associated with this resource.

my-gcp-project-id

zone

string

stableThe GAE zone where the application is running.

asia-south1-4; us12

Google Bigtable table

Query

Query entities in Grail.

fetch `dt.entity.cloud:gcp:bigtable_table`
| fieldsadd gcp.resource.name=entity.name, entity.type, icon, id, managementZones
| fieldsadd gcp.bigtable_table.project_id = project_id, gcp.bigtable_table.zone = zone, gcp.bigtable_table.instance = instance, gcp.bigtable_table.cluster = cluster, gcp.bigtable_table.table = table

Google Bigtable table fields

AttributeTypeDescriptionExamples

child_of

record

stableRelationship field that contains all child_of-relationships as nested fields.Opposite direction: parent_ofRelationships:string dt.entity.cloud:gcp:project

cluster

string

stableThe identifier of the BigTable cluster.

test-autopilot-cluster

customIconPath

string

stableA custom icon property.

icon

string

stableAn icon property.

id

string

stableThe entity ID.Tags: entity-id

instance

string

stableThe identifier of a BigTable instance.

4043249715513101616; 6807016761191161008

managementZones

array

stableManagment zones this entity belongs to.

Cloud: Google

project_id

string

stableThe identifier of the GCP project associated with this resource.

my-gcp-project-id

table

string

stableThe name of the BitgTable table.

zone

string

stableThe GAE zone where the application is running.

asia-south1-4; us12

Google Cloud Composer environment

Query

Query entities in Grail.

fetch `dt.entity.cloud:gcp:cloud_composer_environment`
| fieldsadd gcp.resource.name=entity.name, entity.type, icon, id, managementZones
| fieldsadd gcp.cloud_composer_environment.project_id = project_id, gcp.cloud_composer_environment.region = region, gcp.cloud_composer_environment.environment_name = environment_name

Google Cloud Composer environment fields

AttributeTypeDescriptionExamples

child_of

record

stableRelationship field that contains all child_of-relationships as nested fields.Opposite direction: parent_ofRelationships:string dt.entity.cloud:gcp:project

customIconPath

string

stableA custom icon property.

environment_name

string

stableThe user-specified Cloud Composer environment name.

icon

string

stableAn icon property.

id

string

stableThe entity ID.Tags: entity-id

managementZones

array

stableManagment zones this entity belongs to.

Cloud: Google

project_id

string

stableThe identifier of the GCP project associated with this resource.

my-gcp-project-id

region

string

stableThe region in which the function is running.

Google Cloud Function

Query

Query entities in Grail.

fetch `dt.entity.cloud:gcp:cloud_function`
| fieldsAdd gcp.resource.name=entity.name, entity.type, icon, id, managementZones
| fieldsAdd gcp.project.id = project_id, gcp.cloud_function.function_name = function_name, gcp.cloud_function.region = region, gcp.cloud_function.resource_name = resource_name, gcp.cloud_function.project_id = project_id

Google Cloud Function fields

AttributeTypeDescriptionExamples

child_of

record

stableRelationship field that contains all child_of-relationships as nested fields.Opposite direction: parent_ofRelationships:string dt.entity.cloud:gcp:project

customIconPath

string

stableA custom icon property.

function_name

string

stableThe short function name.

icon

string

stableAn icon property.

id

string

stableThe entity ID.Tags: entity-id

lifetime

timeframe

stableA 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

stableManagment zones this entity belongs to.

Cloud: Google

project_id

string

stableThe identifier of the GCP project associated with this resource.

my-gcp-project-id

region

string

stableThe region in which the function is running.

Google Cloud Interconnect

Query

Query entities in Grail.

fetch `dt.entity.cloud:gcp:interconnect`
| fieldsadd gcp.resource.name=entity.name, entity.type, icon, id, managementZones
| fieldsadd gcp.interconnect.project_id = project_id, gcp.interconnect.interconnect_id = interconnect_id

Google Cloud Interconnect fields

AttributeTypeDescriptionExamples

child_of

record

stableRelationship field that contains all child_of-relationships as nested fields.Opposite direction: parent_ofRelationships:string dt.entity.cloud:gcp:project

customIconPath

string

stableA custom icon property.

icon

string

stableAn icon property.

id

string

stableThe entity ID.Tags: entity-id

interconnect_id

string

stableThe identifier of the Google Cloud Interconnect resource.

managementZones

array

stableManagment zones this entity belongs to.

Cloud: Google

project_id

string

stableThe identifier of the GCP project associated with this resource.

my-gcp-project-id

Google Cloud Interconnect attachment

Query

Query entities in Grail.

fetch `dt.entity.cloud:gcp:interconnect_attachment`
| fieldsadd gcp.resource.name=entity.name, entity.type, icon, id, managementZones
| fieldsadd gcp.interconnect_attachment.project_id = project_id, gcp.interconnect_attachment.region = region, gcp.interconnect_attachment.attachment_id = attachment_id, gcp.interconnect_attachment.interconnect_id = interconnect_id, gcp.interconnect_attachment.interconnect_project = interconnect_project

Google Cloud Interconnect attachment fields

AttributeTypeDescriptionExamples

attachment_id

string

stableThe unique identifier of the Google Cloud attachment.

child_of

record

stableRelationship field that contains all child_of-relationships as nested fields.Opposite direction: parent_ofRelationships:string dt.entity.cloud:gcp:project

customIconPath

string

stableA custom icon property.

icon

string

stableAn icon property.

id

string

stableThe entity ID.Tags: entity-id

interconnect_id

string

stableThe identifier of the Google Cloud Interconnect resource.

interconnect_project

string

stableThe name of the project that owns the interconnect that the attachment connects to.

managementZones

array

stableManagment zones this entity belongs to.

Cloud: Google

project_id

string

stableThe identifier of the GCP project associated with this resource.

my-gcp-project-id

region

string

stableThe region in which the function is running.

Google Cloud NAT gateway

Query

Query entities in Grail.

fetch `dt.entity.cloud:gcp:nat_gateway`
| fieldsadd gcp.resource.name=entity.name, entity.type, icon, id, managementZones
| fieldsadd gcp.nat_gateway.region = region, gcp.nat_gateway.gateway_name = gateway_name, gcp.nat_gateway.project_id = project_id, gcp.nat_gateway.router_id = router_id

Google Cloud NAT gateway fields

AttributeTypeDescriptionExamples

child_of

record

stableRelationship field that contains all child_of-relationships as nested fields.Opposite direction: parent_ofRelationships:string dt.entity.cloud:gcp:project

customIconPath

string

stableA custom icon property.

gateway_name

string

stableThe name of the NAT gateway.

my-gateway

icon

string

stableAn icon property.

id

string

stableThe entity ID.Tags: entity-id

lifetime

timeframe

stableA 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

stableManagment zones this entity belongs to.

Cloud: Google

project_id

string

stableThe identifier of the GCP project associated with this resource.

my-gcp-project-id

region

string

stableThe region where the NAT gateway is located.

asia-northeast1; europe-north1

router_id

string

stableIdentifier of the router under which the NAT gateway is defined.

1102348796056853363; 121333026606236500

Google Cloud NetApp Replication

Query

Query entities in Grail.

fetch `dt.entity.cloud:gcp:netapp_volumes_replication`
| fieldsadd gcp.resource.name=entity.name, entity.type, icon, id, managementZones
| fieldsadd gcp.netapp_volumes_replication.project_id = project_id, gcp.netapp_volumes_replication.region = region, gcp.netapp_volumes_replication.replication_name = replication_name

Google Cloud NetApp Replication fields

AttributeTypeDescriptionExamples

child_of

record

stableRelationship field that contains all child_of-relationships as nested fields.Opposite direction: parent_ofRelationships:string dt.entity.cloud:gcp:project

customIconPath

string

stableA custom icon property.

icon

string

stableAn icon property.

id

string

stableThe entity ID.Tags: entity-id

managementZones

array

stableManagment zones this entity belongs to.

Cloud: Google

project_id

string

stableThe identifier of the GCP project associated with this resource.

my-gcp-project-id

region

string

stableThe region in which the function is running.

replication_name

string

stableThe name of the Google Cloud NetApp Replication.

Google Cloud NetApp Storage Pool

Query

Query entities in Grail.

fetch `dt.entity.cloud:gcp:netapp_volumes_storage_pool`
| fieldsadd gcp.resource.name=entity.name, entity.type, icon, id, managementZones
| fieldsadd gcp.netapp_volumes_storage_pool.project_id = project_id, gcp.netapp_volumes_storage_pool.region = region, gcp.netapp_volumes_storage_pool.storage_pool_name = storage_pool_name

Google Cloud NetApp Storage Pool fields

AttributeTypeDescriptionExamples

child_of

record

stableRelationship field that contains all child_of-relationships as nested fields.Opposite direction: parent_ofRelationships:string dt.entity.cloud:gcp:project

customIconPath

string

stableA custom icon property.

icon

string

stableAn icon property.

id

string

stableThe entity ID.Tags: entity-id

managementZones

array

stableManagment zones this entity belongs to.

Cloud: Google

project_id

string

stableThe identifier of the GCP project associated with this resource.

my-gcp-project-id

region

string

stableThe region in which the function is running.

storage_pool_name

string

stableThe name of the Google Cloud NetApp Storage Pool.

Google Cloud NetApp Volume

Query

Query entities in Grail.

fetch `dt.entity.cloud:gcp:netapp_volumes_volume`
| fieldsadd gcp.resource.name=entity.name, entity.type, icon, id, managementZones
| fieldsadd gcp.netapp_volumes_volume.project_id = project_id, gcp.netapp_volumes_volume.region = region, gcp.netapp_volumes_volume.volume_name = volume_name

Google Cloud NetApp Volume fields

AttributeTypeDescriptionExamples

child_of

record

stableRelationship field that contains all child_of-relationships as nested fields.Opposite direction: parent_ofRelationships:string dt.entity.cloud:gcp:project

customIconPath

string

stableA custom icon property.

icon

string

stableAn icon property.

id

string

stableThe entity ID.Tags: entity-id

managementZones

array

stableManagment zones this entity belongs to.

Cloud: Google

project_id

string

stableThe identifier of the GCP project associated with this resource.

my-gcp-project-id

region

string

stableThe region in which the function is running.

volume_name

string

stableThe name of the Google Cloud NetApp Volume.

Google Cloud Router

Query

Query entities in Grail.

fetch `dt.entity.cloud:gcp:gce_router`
| fieldsadd gcp.resource.name=entity.name, entity.type, icon, id, managementZones
| fieldsadd gcp.gce_router.project_id = project_id, gcp.gce_router.region = region, gcp.gce_router.router_id = router_id

Google Cloud Router fields

AttributeTypeDescriptionExamples

child_of

record

stableRelationship field that contains all child_of-relationships as nested fields.Opposite direction: parent_ofRelationships:string dt.entity.cloud:gcp:project

customIconPath

string

stableA custom icon property.

icon

string

stableAn icon property.

id

string

stableThe entity ID.Tags: entity-id

managementZones

array

stableManagment zones this entity belongs to.

Cloud: Google

project_id

string

stableThe identifier of the GCP project associated with this resource.

my-gcp-project-id

region

string

stableThe region in which the function is running.

router_id

string

stableIdentifier of the router under which the NAT gateway is defined.

1102348796056853363; 121333026606236500

Google Cloud Run Revision

Query

Query entities in Grail.

fetch `dt.entity.cloud:gcp:cloud_run_revision`
| fieldsadd gcp.resource.name=entity.name, entity.type, icon, id, managementZones
| fieldsadd gcp.region = location, gcp.cloud_run_revision.project_id = project_id, gcp.cloud_run_revision.service_name = service_name, gcp.cloud_run_revision.configuration_name = configuration_name, gcp.cloud_run_revision.revision_name = revision_name

Google Cloud Run Revision

AttributeTypeDescriptionExamples

child_of

record

stableRelationship field that contains all child_of-relationships as nested fields.Opposite direction: parent_ofRelationships:string dt.entity.cloud:gcp:project

configuration_name

string

stableName of the configuration which created the monitored revision.

e2e-test-sample-service

customIconPath

string

stableA custom icon property.

icon

string

stableAn icon property.

id

string

stableThe entity ID.Tags: entity-id

lifetime

timeframe

stableA complex record that contains two number fields start and end representing the timestamps of the entity being seen for the first time and for the last time. DQL datatype Duration.

location

string

stableRegion where the service is running.

europe-central2; us-central1

managementZones

array

stableManagment zones this entity belongs to.

Cloud: Google

project_id

string

stableThe identifier of the GCP project associated with this resource.

my-gcp-project-id

revision_name

string

stableName of the monitored revision.

e2e-test-sample-service-00002-bif

Google Cloud SQL database

Query

Query entities in Grail.

fetch `dt.entity.cloud:gcp:cloudsql_database`
| fieldsadd gcp.resource.name=entity.name, entity.type, icon, id, managementZones
| fieldsadd gcp.project.id = project_id, gcp.cloudsql_database.database_id = database_id, gcp.cloudsql_database.region = region

Google Cloud SQL database fields

AttributeTypeDescriptionExamples

child_of

record

stableRelationship field that contains all child_of-relationships as nested fields.Opposite direction: parent_ofRelationships:string dt.entity.cloud:gcp:project

customIconPath

string

stableA custom icon property.

database_id

string

stableThe ID of the database.

dynatrace-gcp-extension:mna-deleteme

icon

string

stableAn icon property.

id

string

stableThe entity ID.Tags: entity-id

lifetime

timeframe

stableA 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

stableManagment zones this entity belongs to.

Cloud: Google

project_id

string

stableThe identifier of the GCP project associated with this resource.

my-gcp-project-id

region

string

stableThe Google Cloud SQL region in which the database is running.

US_CENTRAL

Google Cloud Spanner instance

Query

Query entities in Grail.

fetch `dt.entity.cloud:gcp:spanner_instance`
| fieldsadd gcp.resource.name=entity.name, entity.type, icon, id, managementZones
| fieldsadd gcp.region = location, gcp.spanner_instance.instance_id = instance_id, gcp.spanner_instance.project_id = project_id, gcp.spanner_instance.instance_config = instance_config

Google Cloud Spanner instance fields

AttributeTypeDescriptionExamples

child_of

record

stableRelationship field that contains all child_of-relationships as nested fields.Opposite direction: parent_ofRelationships:string dt.entity.cloud:gcp:project

customIconPath

string

stableA custom icon property.

icon

string

stableAn icon property.

id

string

stableThe entity ID.Tags: entity-id

instance_config

string

stableInstance config for the instance.

instance_id

string

stableAn immutable identifier for an instance.

lifetime

timeframe

stableA complex record that contains two number fields start and end representing the timestamps of the entity being seen for the first time and for the last time. DQL datatype Duration.

location

string

stableCloud Spanner region.

managementZones

array

stableManagment zones this entity belongs to.

Cloud: Google

project_id

string

stableThe identifier of the GCP project associated with this resource.

my-gcp-project-id

Google Cloud Storage bucket

Query

Query entities in Grail.

fetch `dt.entity.cloud:gcp:gcs_bucket`
| fieldsadd gcp.resource.name=entity.name, entity.type, icon, id, managementZones
| fieldsadd gcp.project.id = project_id, gcp.gcs_bucket.location = location, gcp.gcs_bucket.bucket_name = bucket_name

Google Cloud Storage bucket fields

AttributeTypeDescriptionExamples

bucket_name

string

stableAn immutable name of the bucket.

gcf-sources-18202722272-us-east1; my-gcs-bucket

child_of

record

stableRelationship field that contains all child_of-relationships as nested fields.Opposite direction: parent_ofRelationships:string dt.entity.cloud:gcp:project

customIconPath

string

stableA custom icon property.

icon

string

stableAn icon property.

id

string

stableThe entity ID.Tags: entity-id

lifetime

timeframe

stableA complex record that contains two number fields start and end representing the timestamps of the entity being seen for the first time and for the last time. DQL datatype Duration.

location

string

stableLocation of the bucket.

us-west2; europe-central2; eu; asia; us

managementZones

array

stableManagment zones this entity belongs to.

Cloud: Google

project_id

string

stableThe identifier of the GCP project associated with this resource.

my-gcp-project-id

Google Cloud TPU worker

Query

Query entities in Grail.

fetch `dt.entity.cloud:gcp:tpu_worker`
| fieldsadd gcp.resource.name=entity.name, entity.type, icon, id, managementZones
| fieldsadd gcp.zone = zone, gcp.tpu_worker.worker_id = worker_id, gcp.tpu_worker.project_id = project_id, gcp.tpu_worker.node_id = node_id

Google Cloud TPU worker fields

AttributeTypeDescriptionExamples

child_of

record

stableRelationship field that contains all child_of-relationships as nested fields.Opposite direction: parent_ofRelationships:string dt.entity.cloud:gcp:project

customIconPath

string

stableA custom icon property.

icon

string

stableAn icon property.

id

string

stableThe entity ID.Tags: entity-id

lifetime

timeframe

stableA 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

stableManagment zones this entity belongs to.

Cloud: Google

node_id

string

stableThe ID of the TPU Node.

project_id

string

stableThe identifier of the GCP project associated with this resource.

my-gcp-project-id

worker_id

string

stableThe ID of a TPU Worker within the TPU Node.

zone

string

stableThe Google Cloud zone in which the TPU Worker is running.

Google Cloud Tasks Queue

Query

Query entities in Grail.

fetch `dt.entity.cloud:gcp:cloud_tasks_queue`
| fieldsadd gcp.resource.name=entity.name, entity.type, icon, id, managementZones
| fieldsadd gcp.project.id = project_id, gcp.cloud_tasks_queue.queue_id = queue_id, gcp.cloud_tasks_queue.target_type = target_type, gcp.cloud_tasks_queue.region = region

Google Cloud Tasks Queue fields

AttributeTypeDescriptionExamples

child_of

record

stableRelationship field that contains all child_of-relationships as nested fields.Opposite direction: parent_ofRelationships:string dt.entity.cloud:gcp:project

customIconPath

string

stableA custom icon property.

icon

string

stableAn icon property.

id

string

stableThe entity ID.Tags: entity-id

lifetime

timeframe

stableA 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

stableManagment zones this entity belongs to.

Cloud: Google

project_id

string

stableThe identifier of the GCP project associated with this resource.

my-gcp-project-id

queue_id

string

stableThe name of the queue.

sample-queue

region

string

stableThe zone or region where the application is running.

us-central1

target_type

string

stableThe target type the queue is dispatching to.

app_engine

Google Cloud VPN gateway

Query

Query entities in Grail.

fetch `dt.entity.cloud:gcp:vpn_gateway`
| fieldsadd gcp.resource.name=entity.name, entity.type, icon, id, managementZones
| fieldsadd gcp.vpn_gateway.project_id = project_id, gcp.vpn_gateway.region = region, gcp.vpn_gateway.vpn_gateway_id = vpn_gateway_id

Google Cloud VPN gateway fields

AttributeTypeDescriptionExamples

child_of

record

stableRelationship field that contains all child_of-relationships as nested fields.Opposite direction: parent_ofRelationships:string dt.entity.cloud:gcp:project

customIconPath

string

stableA custom icon property.

icon

string

stableAn icon property.

id

string

stableThe entity ID.Tags: entity-id

managementZones

array

stableManagment zones this entity belongs to.

Cloud: Google

project_id

string

stableThe identifier of the GCP project associated with this resource.

my-gcp-project-id

region

string

stableThe region in which the function is running.

vpn_gateway_id

string

stableThe identifier of the Google VPN Gateway.

Google Cloud project

Query

Query entities in Grail.

fetch `dt.entity.cloud:gcp:project`
| fieldsadd gcp.project = entity.name, entity.type, icon, id, managementZones

Google Cloud project fields

AttributeTypeDescriptionExamples

child_of

record

stableRelationship field that contains all child_of-relationships as nested fields.Opposite direction: parent_ofRelationships:string dt.entity.cloud:gcp:project

customIconPath

string

stableA custom icon property.

icon

string

stableAn icon property.

id

string

stableThe entity ID.Tags: entity-id

lifetime

timeframe

stableA 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

stableManagment zones this entity belongs to.

Cloud: Google

resource_name

string

stableThe identifier of the GCP project.

my-gcp-project-id

Google Compute Engine (Classic)

Query

Query entities in Grail.

fetch dt.entity.google_compute_engine
| fieldsadd belongs_to, entity.detected_name, entity.name, entity.type, icon, id, lifetime, runs, tags

Google Compute Engine fields

AttributeTypeDescriptionExamples

belongs_to

record

stableRelationship field that contains all belongs_to-relationships as nested fields.Opposite direction: containsRelationships:string dt.entity.gcp_zone

customIconPath

string

stableA custom icon property.

entity.conditional_name

string

resource stableThe 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

resource stableThe 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

resource stableThe 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

resource stableAll 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

resource stableThe entity type.

host; service

icon

string

stableAn icon property.

id

string

stableThe entity ID.Tags: entity-id

lifetime

timeframe

stableA complex record that contains two number fields start and end representing the timestamps of the entity being seen for the first time and for the last time. DQL datatype Duration.

runs

record

stableRelationship field that contains all runs-relationships as nested fields.Opposite direction: runs_onRelationships:string dt.entity.host

tags

string[]

experimentalA 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']

Google Dataproc cluster

Query

Query entities in Grail.

fetch `dt.entity.cloud:gcp:cloud_dataproc_cluster`
| fieldsadd gcp.resource.name=entity.name, entity.type, icon, id, managementZones
| fieldsadd gcp.cloud_dataproc_cluster.project_id = project_id, gcp.cloud_dataproc_cluster.region = region, gcp.cloud_dataproc_cluster.cluster_name = cluster_name, gcp.cloud_dataproc_cluster.cluster_uuid = cluster_uuid

Google Dataproc cluster fields

AttributeTypeDescriptionExamples

child_of

record

stableRelationship field that contains all child_of-relationships as nested fields.Opposite direction: parent_ofRelationships:string dt.entity.cloud:gcp:project

cluster_name

string

stableThe name of the cluster.

acceptance-cluster; e2e-test

cluster_uuid

string

stableThe universally unique identifier of the Dataproc Cluster.

customIconPath

string

stableA custom icon property.

icon

string

stableAn icon property.

id

string

stableThe entity ID.Tags: entity-id

managementZones

array

stableManagment zones this entity belongs to.

Cloud: Google

project_id

string

stableThe identifier of the GCP project associated with this resource.

my-gcp-project-id

region

string

stableThe region in which the function is running.

Google Filestore instance

Query

Query entities in Grail.

fetch `dt.entity.cloud:gcp:filestore_instance`
| fieldsadd gcp.resource.name=entity.name, entity.type, icon, id, managementZones
| fieldsadd gcp.project.id = project_id, gcp.filestore_instance.location = location, gcp.filestore_instance.instance_name = instance_name

Google Filestore instance fields

AttributeTypeDescriptionExamples

child_of

record

stableRelationship field that contains all child_of-relationships as nested fields.Opposite direction: parent_ofRelationships:string dt.entity.cloud:gcp:project

customIconPath

string

stableA custom icon property.

icon

string

stableAn icon property.

id

string

stableThe entity ID.Tags: entity-id

instance_name

string

stableThe name for the Filestore instance.

lifetime

timeframe

stableA complex record that contains two number fields start and end representing the timestamps of the entity being seen for the first time and for the last time. DQL datatype Duration.

location

string

stableThe physical location of the instance.

managementZones

array

stableManagment zones this entity belongs to.

Cloud: Google

project_id

string

stableThe identifier of the GCP project associated with this resource.

my-gcp-project-id

Google Firestore database

Query

Query entities in Grail.

fetch `dt.entity.cloud:gcp:firestore_database`
| fieldsadd gcp.resource.name=entity.name, entity.type, icon, id, managementZones
| fieldsadd gcp.firestore_database.project_id = project_id, gcp.firestore_database.location = location, gcp.firestore_database.database_id = database_id

Google Firestore database fields

AttributeTypeDescriptionExamples

child_of

record

stableRelationship field that contains all child_of-relationships as nested fields.Opposite direction: parent_ofRelationships:string dt.entity.cloud:gcp:project

customIconPath

string

stableA custom icon property.

database_id

string

stableThe ID of the database.

dynatrace-gcp-extension:mna-deleteme

icon

string

stableAn icon property.

id

string

stableThe entity ID.Tags: entity-id

location

string

stableThe zone or region for the autoscaler

us-central1

managementZones

array

stableManagment zones this entity belongs to.

Cloud: Google

project_id

string

stableThe identifier of the GCP project associated with this resource.

my-gcp-project-id

Google HTTP/S Load Balancer

Query

Query entities in Grail.

fetch `dt.entity.cloud:gcp:https_lb`
| fieldsadd gcp.resource.name=entity.name, entity.type, icon, id, managementZones
| fieldsadd gcp.region = location, gcp.https_lb.backend_target_type = backend_target_type, gcp.https_lb.forwarding_rule_name = forwarding_rule_name, gcp.https_lb.target_proxy_name = target_proxy_name, gcp.https_lb.backend_name = backend_name, gcp.https_lb.backend_scope_type = backend_scope_type, gcp.https_lb.backend_scope = backend_scope, gcp.https_lb.backend_target_name = backend_target_name, gcp.https_lb.project_id = project_id, gcp.https_lb.url_map_name = url_map_name, gcp.https_lb.backend_type = backend_type

Google HTTP/S Load Balancer fields

AttributeTypeDescriptionExamples

backend_name

string

stableThe name of the backend group. Can be a special value if the backend wasn't assigned.

backend_scope

string

stableThe scope (zone-name or region-name) of the backend group. Can be a special value if the backend wasn't assigned. Can be empty if there is no response from the backend.

backend_scope_type

string

stableThe type of the scope of the backend group.

ZONE; REGION

backend_target_name

string

stableThe name of the backend target - service or bucket.

backend_target_type

string

stableThe type of the backend target.

BACKEND_SERVICE; BACKEND_BUCKET

child_of

record

stableRelationship field that contains all child_of-relationships as nested fields.Opposite direction: parent_ofRelationships:string dt.entity.cloud:gcp:project

customIconPath

string

stableA custom icon property.

forwarding_rule_name

string

stableThe name of the forwarding rule.

icon

string

stableAn icon property.

id

string

stableThe entity ID.Tags: entity-id

lifetime

timeframe

stableA complex record that contains two number fields start and end representing the timestamps of the entity being seen for the first time and for the last time. DQL datatype Duration.

location

string

stableThe region on which HTTP/S Load Balancer is applied, such as 'global' or 'us-central1'. Various other objects are defined per that locality.

managementZones

array

stableManagment zones this entity belongs to.

Cloud: Google

project_id

string

stableThe identifier of the GCP project associated with this resource.

my-gcp-project-id

target_proxy_name

string

stableThe name of the target HTTP/S proxy.

Google Internal HTTP/S Load Balancer

Query

Query entities in Grail.

fetch `dt.entity.cloud:gcp:internal_http_lb_rule`
| fieldsadd gcp.resource.name=entity.name, entity.type, icon, id, managementZones
| fieldsadd gcp.region = location, gcp.internal_http_lb_rule.network_name = network_name, gcp.internal_http_lb_rule.backend_target_type = backend_target_type, gcp.internal_http_lb_rule.forwarding_rule_name = forwarding_rule_name, gcp.internal_http_lb_rule.target_proxy_name = target_proxy_name, gcp.internal_http_lb_rule.backend_name = backend_name, gcp.internal_http_lb_rule.backend_scope_type = backend_scope_type, gcp.internal_http_lb_rule.backend_scope = backend_scope, gcp.internal_http_lb_rule.backend_target_name = backend_target_name, gcp.internal_http_lb_rule.project_id = project_id, gcp.internal_http_lb_rule.url_map_name = url_map_name, gcp.internal_http_lb_rule.backend_type = backend_type

Google Internal HTTP/S Load Balancer fields

AttributeTypeDescriptionExamples

backend_name

string

stableThe name of the backend group.

backend_scope

string

stableThe scope of the backend group.

backend_scope_type

string

stableThe type of the scope of the backend group.

ZONE; REGION; UNKNOWN

backend_target_name

string

stableThe name of the backend target or service.

backend_target_type

string

stableThe type of the backend target.

BACKEND_SERVICE; UNKNOWN

backend_type

string

stableThe type of the backend group.

INSTANCE_GROUP; NETWORK_ENDPOINT_GROUP; UNKNOWN

child_of

record

stableRelationship field that contains all child_of-relationships as nested fields.Opposite direction: parent_ofRelationships:string dt.entity.cloud:gcp:project

customIconPath

string

stableA custom icon property.

forwarding_rule_name

string

stableThe name of the forwarding rule.

icon

string

stableAn icon property.

id

string

stableThe entity ID.Tags: entity-id

lifetime

timeframe

stableA complex record that contains two number fields start and end representing the timestamps of the entity being seen for the first time and for the last time. DQL datatype Duration.

location

string

stableThe region under which the Load Balancer is defined.

managementZones

array

stableManagment zones this entity belongs to.

Cloud: Google

network_name

string

stableThe name of the customer network in which the Load Balancer resides.

project_id

string

stableThe identifier of the Google Cloud project associated with this resource, such as 'my-project'.

my-gcp-project-id

target_proxy_name

string

stableThe name of the target HTTP(S) proxy.

url_map_name

string

stableThe name of the urlmap.

Google Internal Network Load Balancer

Query

Query entities in Grail.

fetch `dt.entity.cloud:gcp:internal_network_lb_rule`
| fieldsadd gcp.resource.name=entity.name, entity.type, icon, id, managementZones
| fieldsadd gcp.region = location, gcp.internal_network_lb_rule.network_name = network_name, gcp.internal_network_lb_rule.backend_target_type = backend_target_type, gcp.internal_network_lb_rule.forwarding_rule_name = forwarding_rule_name, gcp.internal_network_lb_rule.backend_name = backend_name, gcp.internal_network_lb_rule.backend_scope_type = backend_scope_type, gcp.internal_network_lb_rule.backend_scope = backend_scope, gcp.internal_network_lb_rule.backend_target_name = backend_target_name, gcp.internal_network_lb_rule.project_id = project_id, gcp.internal_network_lb_rule.load_balancer_name = load_balancer_name, gcp.internal_network_lb_rule.backend_type = backend_type

Google Internal Network Load Balance fields

AttributeTypeDescriptionExamples

backend_name

string

stableThe name of the backend group that handled the connection.

backend_scope

string

stableThe scope (zone or region) of the backend group that handled the connection.

backend_scope_type

string

stableThe type of the scope of the backend group that handled the connection.

ZONE; REGION

backend_target_name

string

stableThe name of the backend target that handled the connection.

backend_target_type

string

stableThe type of the backend target that handled the connection.

BACKEND_SERVICE

backend_type

string

stableThe type of the backend group that handled the connection.

INSTANCE_GROUP; NETWORK_ENDPOINT_GROUP

child_of

record

stableRelationship field that contains all child_of-relationships as nested fields.Opposite direction: parent_ofRelationships:string dt.entity.cloud:gcp:project

customIconPath

string

stableA custom icon property.

icon

string

stableAn icon property.

id

string

stableThe entity ID.Tags: entity-id

lifetime

timeframe

stableA complex record that contains two number fields start and end representing the timestamps of the entity being seen for the first time and for the last time. DQL datatype Duration.

load_balancer_name

string

stableThe name of the load balancer.

location

string

stableThe region of the backend target.

managementZones

array

stableManagment zones this entity belongs to.

Cloud: Google

network_name

string

stableThe name of the subnetwork of the backend.

project_id

string

stableThe identifier of the GCP project associated with this resource.

my-gcp-project-id

Google Kubernetes cluster fields

Query

Query entities in Grail.

fetch `dt.entity.cloud:gcp:k8s_cluster`
| fieldsadd gcp.resource.name=entity.name, entity.type, icon, id, managementZones
| fieldsadd gcp.project.id = project_id, gcp.k8s_cluster.location = location, gcp.k8s_cluster.cluster_name = cluster_name

Google Kubernetes cluster fields

AttributeTypeDescriptionExamples

child_of

record

stableRelationship field that contains all child_of-relationships as nested fields.Opposite direction: parent_ofRelationships:string dt.entity.cloud:gcp:project

cluster_name

string

stableThe name of the cluster.

acceptance-cluster; e2e-test

customIconPath

string

stableA custom icon property.

icon

string

stableAn icon property.

id

string

stableThe entity ID.Tags: entity-id

lifetime

timeframe

stableA complex record that contains two number fields start and end representing the timestamps of the entity being seen for the first time and for the last time. DQL datatype Duration.

location

string

stableThe physical location of the cluster.

us-central1-a; us-central1; europe-central2-a

managementZones

array

stableManagment zones this entity belongs to.

Cloud: Google

project_id

string

stableThe identifier of the GCP project associated with this resource.

my-gcp-project-id

Google Kubernetes container

Query

Query entities in Grail.

fetch `dt.entity.cloud:gcp:k8s_container`
| fieldsadd gcp.resource.name=entity.name, entity.type, icon, id, managementZones
| fieldsadd gcp.k8s_container.container_name = container_name, gcp.k8s_container.cluster_name = cluster_name, gcp.k8s_container.pod_name = pod_name, gcp.k8s_container.location = location, gcp.k8s_container.project_id = project_id, gcp.k8s_container.namespace_name = namespace_name, gcp.k8s_container.node_name = node_name

Google Kubernetes container fields

AttributeTypeDescriptionExamples

child_of

record

stableRelationship field that contains all child_of-relationships as nested fields.Opposite direction: parent_ofRelationships:string dt.entity.cloud:gcp:project

cluster_name

string

stableThe name of the cluster that the container is running in.

acceptance-cluster; e2e-test

customIconPath

string

stableA custom icon property.

icon

string

stableAn icon property.

id

string

stableThe entity ID.Tags: entity-id

lifetime

timeframe

stableA complex record that contains two number fields start and end representing the timestamps of the entity being seen for the first time and for the last time. DQL datatype Duration.

location

string

stableThe physical location of the cluster that contains the container.

us-central1; europe-central2-a; europe-central2-a

managementZones

array

stableManagment zones this entity belongs to.

Cloud: Google

namespace_name

string

stableThe name of the namespace that the container is running in.

kube-system; dynatrace; default

node_name

string

stableName of the node.

gk3-e2e-test-1fb0pccn-70c12bc0-lm9x; gk3-demot-t-pool-2-11653629-cfkj

pod_name

string

stableThe name of the pod that the container is running in.

fluentbit-gke-small-rlsqq; alertmanager-0; dynatrace-gcp-monitor-7bd84b54b9-r6nl8

project_id

string

stableThe identifier of the GCP project associated with this resource.

my-gcp-project-id

Google Kubernetes node

Query

Query entities in Grail.

fetch `dt.entity.cloud:gcp:k8s_node`
| fieldsadd gcp.resource.name=entity.name, entity.type, icon, id, managementZones
| fieldsadd gcp.region = location, gcp.k8s_node.cluster_name = cluster_name, gcp.k8s_node.project_id = project_id, gcp.k8s_node.node_name = node_name

Google Kubernetes node fields

AttributeTypeDescriptionExamples

child_of

record

stableRelationship field that contains all child_of-relationships as nested fields.Opposite direction: parent_ofRelationships:string dt.entity.cloud:gcp:project

cluster_name

string

stableThe name of the cluster that the node is a part of.

acceptance-cluster; e2e-test

customIconPath

string

stableA custom icon property.

icon

string

stableAn icon property.

id

string

stableThe entity ID.Tags: entity-id

lifetime

timeframe

stableA complex record that contains two number fields start and end representing the timestamps of the entity being seen for the first time and for the last time. DQL datatype Duration.

location

string

stableThe physical location of the cluster that contains the node.

us-central1; us-central1-c; europe-central2

managementZones

array

stableManagment zones this entity belongs to.

Cloud: Google

node_name

string

stableName of the node.

gk3-e2e-test-1fb0pccn-70c12bc0-lm9x; gk3-demot-t-pool-2-11653629-cfkj

project_id

string

stableThe identifier of the GCP project associated with this resource.

my-gcp-project-id

Google Kubernetes pod

Query

Query entities in Grail.

fetch `dt.entity.cloud:gcp:k8s_pod`
| fieldsadd gcp.resource.name=entity.name, entity.type, icon, id, managementZones
| fieldsadd gcp.region = location, gcp.k8s_pod.cluster_name = cluster_name, gcp.k8s_pod.project_id = project_id, gcp.k8s_pod.namespace_name = namespace_name, gcp.k8s_pod.pod_name = pod_name

Google Kubernetes pod fields

AttributeTypeDescriptionExamples

child_of

record

stableRelationship field that contains all child_of-relationships as nested fields.Opposite direction: parent_ofRelationships:string dt.entity.cloud:gcp:project

cluster_name

string

stableThe name of the cluster that the pod is running in.

acceptance-cluster; e2e-test

customIconPath

string

stableA custom icon property.

icon

string

stableAn icon property.

id

string

stableThe entity ID.Tags: entity-id

lifetime

timeframe

stableA complex record that contains two number fields start and end representing the timestamps of the entity being seen for the first time and for the last time. DQL datatype Duration.

location

string

stableThe physical location of the cluster that contains the pod.

us-central1-a; us-central1; europe-central2-a

managementZones

array

stableManagment zones this entity belongs to.

Cloud: Google

namespace_name

string

stableThe name of the namespace that the pod is running in.

kube-system; default; dynatrace

pod_name

string

stableThe name of the pod.

k8s-monitoring-collector-jrzdz; nginx-ingress-ingress-nginx-controller-55dbf5bfd5-d4h64; fluentbit-gke-big-6rxdf

project_id

string

stableThe identifier of the GCP project associated with this resource.

my-gcp-project-id

Google Memorystore Redis

Query

Query entities in Grail.

fetch `dt.entity.cloud:gcp:redis_instance`
| fieldsadd gcp.resource.name=entity.name, entity.type, icon, id, managementZones
| fieldsadd gcp.redis_instance.region = region, gcp.redis_instance.instance_id = instance_id, gcp.redis_instance.project_id = project_id, gcp.redis_instance.node_id = node_id

Google Memorystore Redis fields

AttributeTypeDescriptionExamples

child_of

record

stableRelationship field that contains all child_of-relationships as nested fields.Opposite direction: parent_ofRelationships:string dt.entity.cloud:gcp:project

customIconPath

string

stableA custom icon property.

icon

string

stableAn icon property.

id

string

stableThe entity ID.Tags: entity-id

instance_id

string

stableThe ID of the managed instance.

projects/my-gcp-project/locations/us-central1/instances/my-redis

lifetime

timeframe

stableA 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

stableManagment zones this entity belongs to.

Cloud: Google

node_id

string

stableThe ID of a Redis node within the managed instance.

node-0; node-1

project_id

string

stableThe identifier of the GCP project associated with this resource.

my-gcp-project-id

region

string

stableThe Google Cloud region in which the managed instance is running.

us-central1

Google Network Load Balancer

Query

Query entities in Grail.

fetch `dt.entity.cloud:gcp:network_lb_rule`
| fieldsadd gcp.resource.name=entity.name, entity.type, icon, id, managementZones
| fieldsadd gcp.network_lb_rule.endpoint_zone = endpoint_zone, gcp.network_lb_rule.location = location, gcp.network_lb_rule.network_name = network_name, gcp.network_lb_rule.backend_target_type = backend_target_type, gcp.network_lb_rule.forwarding_rule_name = forwarding_rule_name, gcp.network_lb_rule.backend_name = backend_name, gcp.network_lb_rule.backend_scope_type = backend_scope_type, gcp.network_lb_rule.backend_scope = backend_scope, gcp.network_lb_rule.backend_target_name = backend_target_name, gcp.network_lb_rule.project_id = project_id, gcp.network_lb_rule.load_balancer_name = load_balancer_name, gcp.network_lb_rule.backend_type = backend_type

Google Network Load Balancer fields

AttributeTypeDescriptionExamples

backend_name

string

stableThe name of the backend that handled the connection.

ad1411191f2224e1b1cff9516566ee07; aa2dc2232c327427a2f4aa3c514b80d1

backend_scope

string

stableThe scope (zone or region) of the backend group that handled the connection.

UNSUPPORTED_FOR_TARGET_POOL

backend_scope_type

string

stableThe type of the scope of the backend group that handled the connection.

ZONE; REGION; UNSUPPORTED_FOR_TARGET_POOL

backend_target_name

string

stableThe name of the backend target that handled the connection.

ad1411191f2224e1b1cff9516566ee07; aa2dc2232c327427a2f4aa3c514b80d1

backend_target_type

string

stableThe type of the backend target that handled the connection.

TARGET_POOL

backend_type

string

stableThe type of the backend that handled the connection.

TARGET_POOL

child_of

record

stableRelationship field that contains all child_of-relationships as nested fields.Opposite direction: parent_ofRelationships:string dt.entity.cloud:gcp:project

customIconPath

string

stableA custom icon property.

endpoint_zone

string

stableThe zone of the endpoint (VM instance) that handled the connection.

us-central1-c; asia-southeast1-a

forwarding_rule_name

string

stableThe name of the forwarding rule.

ad1411191f2224e1b1cff9516566ee07; aa2dc2232c327427a2f4aa3c514b80d1

icon

string

stableAn icon property.

id

string

stableThe entity ID.Tags: entity-id

lifetime

timeframe

stableA complex record that contains two number fields start and end representing the timestamps of the entity being seen for the first time and for the last time. DQL datatype Duration.

load_balancer_name

string

stableThe name of the load balancer.

ad1411191f2224e1b1cff9516566ee07; aa2dc2232c327427a2f4aa3c514b80d1

location

string

stableThe Google Cloud Platform region of the backends instance that connected to network load balancing forwarding rule.

us-central1; asia-southeast1

managementZones

array

stableManagment zones this entity belongs to.

Cloud: Google

network_name

string

stableThe network from which the instance that connected to network load balancing sends traffic.

default

project_id

string

stableThe identifier of the GCP project associated with this resource.

my-gcp-project-id

Google Network Security Policy

Query

Query entities in Grail.

fetch `dt.entity.cloud:gcp:network_security_policy`
| fieldsadd gcp.resource.name=entity.name, entity.type, icon, id, managementZones
| fieldsadd gcp.network_security_policy.project_id = project_id, gcp.network_security_policy.region = region, gcp.network_security_policy.policy_name = policy_name

Google Network Security Policy fields

AttributeTypeDescriptionExamples

child_of

record

stableRelationship field that contains all child_of-relationships as nested fields.Opposite direction: parent_ofRelationships:string dt.entity.cloud:gcp:project

customIconPath

string

stableA custom icon property.

icon

string

stableAn icon property.

id

string

stableThe entity ID.Tags: entity-id

managementZones

array

stableManagment zones this entity belongs to.

Cloud: Google

policy_name

string

stableThe unique user provided name of the Google Network Security policy.

project_id

string

stableThe identifier of the GCP project associated with this resource.

my-gcp-project-id

region

string

stableThe region in which the function is running.

Google Pub/Sub Lite subscription

Query

Query entities in Grail.

fetch `dt.entity.cloud:gcp:pubsublite_subscription_partition`
| fieldsadd gcp.resource.name=entity.name, entity.type, icon, id, managementZones
| fieldsadd gcp.region = location, gcp.pubsublite_subscription_partition.subscription_id = subscription_id, gcp.pubsublite_subscription_partition.project_id = project_id, gcp.pubsublite_subscription_partition.partition = partition

Google Pub/Sub Lite subscription fields

AttributeTypeDescriptionExamples

child_of

record

stableRelationship field that contains all child_of-relationships as nested fields.Opposite direction: parent_ofRelationships:string dt.entity.cloud:gcp:project

customIconPath

string

stableA custom icon property.

icon

string

stableAn icon property.

id

string

stableThe entity ID.Tags: entity-id

lifetime

timeframe

stableA complex record that contains two number fields start and end representing the timestamps of the entity being seen for the first time and for the last time. DQL datatype Duration.

location

string

stableThe GCP zone where the subscription's topic resides.

us-east1-a; us-west1-a

managementZones

array

stableManagment zones this entity belongs to.

Cloud: Google

partition

long

stableThe partition within the subscription's topic.

0

project_id

string

stableThe identifier of the GCP project associated with this resource.

my-gcp-project-id

subscription_id

string

stableThe identifier of the subscription.

my-subscription

Google Pub/Sub Lite topic

Query

Query entities in Grail.

fetch `dt.entity.cloud:gcp:pubsublite_topic_partition`
| fieldsadd gcp.resource.name=entity.name, entity.type, icon, id, managementZones
| fieldsadd gcp.pubsublite_topic_partition.topic_id = topic_id, gcp.pubsublite_topic_partition.location = location, gcp.pubsublite_topic_partition.project_id = project_id, gcp.pubsublite_topic_partition.partition = partition

Google Pub/Sub Lite topic fields

AttributeTypeDescriptionExamples

child_of

record

stableRelationship field that contains all child_of-relationships as nested fields.Opposite direction: parent_ofRelationships:string dt.entity.cloud:gcp:project

customIconPath

string

stableA custom icon property.

icon

string

stableAn icon property.

id

string

stableThe entity ID.Tags: entity-id

lifetime

timeframe

stableA complex record that contains two number fields start and end representing the timestamps of the entity being seen for the first time and for the last time. DQL datatype Duration.

location

string

stableThe GCP zone where the topic resides.

us-east1-a; us-west1-a

managementZones

array

stableManagment zones this entity belongs to.

Cloud: Google

partition

long

stableThe partition within the topic.

-1

project_id

string

stableThe identifier of the GCP project associated with this resource.

my-gcp-project-id

topic_id

string

stableThe identifier of the topic.

my-topic

Google Pub/Sub Snapshot

Query

Query entities in Grail.

fetch `dt.entity.cloud:gcp:pubsub_snapshot`
| fieldsadd gcp.resource.name=entity.name, entity.type, icon, id, managementZones
| fieldsadd gcp.project.id = project_id, gcp.pubsub_snapshot.snapshot_id = snapshot_id

Google Pub/Sub Snapshot fields

AttributeTypeDescriptionExamples

child_of

record

stableRelationship field that contains all child_of-relationships as nested fields.Opposite direction: parent_ofRelationships:string dt.entity.cloud:gcp:project

customIconPath

string

stableA custom icon property.

icon

string

stableAn icon property.

id

string

stableThe entity ID.Tags: entity-id

lifetime

timeframe

stableA 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

stableManagment zones this entity belongs to.

Cloud: Google

project_id

string

stableThe identifier of the GCP project associated with this resource.

my-gcp-project-id

snapshot_id

string

stableThe identifier of the snapshot, such as "my-snapshot".

123456789190; my-snapshot

Google Pub/Sub subscription

Query

Query entities in Grail.

fetch `dt.entity.cloud:gcp:pubsub_subscription`
| fieldsadd gcp.resource.name=entity.name, entity.type, icon, id, managementZones
| fieldsadd gcp.project.id = project_id, gcp.pubsub_subscription.subscription_id = subscription_id, gcp.pubsub_subscription.topic_id = topic_id

Google Pub/Sub subscription fields

AttributeTypeDescriptionExamples

child_of

record

stableRelationship field that contains all child_of-relationships as nested fields.Opposite direction: parent_ofRelationships:string dt.entity.cloud:gcp:project

customIconPath

string

stableA custom icon property.

icon

string

stableAn icon property.

id

string

stableThe entity ID.Tags: entity-id

lifetime

timeframe

stableA 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

stableManagment zones this entity belongs to.

Cloud: Google

project_id

string

stableThe identifier of the GCP project associated with this resource.

my-gcp-project-id

subscription_id

string

stableThe identifier of the subscription.

e2e_test_subscription_1234567891; my-test-subscription

topic_id

string

stableThe identifier of the topic.

e2e_test_topic_1234567891; my-test-topic

Google Pub/Sub topic

Query

Query entities in Grail.

fetch `dt.entity.cloud:gcp:pubsub_topic`
| fieldsadd gcp.resource.name=entity.name, entity.type, icon, id, managementZones
| fieldsadd gcp.project.id = project_id, gcp.pubsub_topic.topic_id = topic_id, gcp.pubsub_topic.project_id = project_id

Google Pub/Sub topic fields

AttributeTypeDescriptionExamples

child_of

record

stableRelationship field that contains all child_of-relationships as nested fields.Opposite direction: parent_ofRelationships:string dt.entity.cloud:gcp:project

customIconPath

string

stableA custom icon property.

icon

string

stableAn icon property.

id

string

stableThe entity ID.Tags: entity-id

lifetime

timeframe

stableA 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

stableManagment zones this entity belongs to.

Cloud: Google

project_id

string

stableThe identifier of the GCP project associated with this resource.

my-gcp-project-id

topic_id

string

stableThe identifier of the topic.

e2e_test_topic_1234567891; my-test-topic

Google Storage Transfer agent

Query

Query entities in Grail.

fetch `dt.entity.cloud:gcp:transfer_service_agent`
| fieldsadd gcp.resource.name=entity.name, entity.type, icon, id, managementZones
| fieldsadd gcp.transfer_service_agent.project_id = project_id, gcp.transfer_service_agent.agent_pool = agent_pool, gcp.transfer_service_agent.agent_id = agent_id

Google Storage Transfer agent fields

AttributeTypeDescriptionExamples

agent_id

string

stableThe unique identifier of the agent within the Google Agent Pool.

agent_pool

string

stableThe identifier of the Google Agent Pool.

child_of

record

stableRelationship field that contains all child_of-relationships as nested fields.Opposite direction: parent_ofRelationships:string dt.entity.cloud:gcp:project

customIconPath

string

stableA custom icon property.

icon

string

stableAn icon property.

id

string

stableThe entity ID.Tags: entity-id

managementZones

array

stableManagment zones this entity belongs to.

Cloud: Google

project_id

string

stableThe identifier of the GCP project associated with this resource.

my-gcp-project-id

Google Storage transfer job

Query

Query entities in Grail.

fetch `dt.entity.cloud:gcp:storage_transfer_job`
| fieldsadd gcp.resource.name=entity.name, entity.type, icon, id, managementZones
| fieldsadd gcp.storage_transfer_job.project_id = project_id, gcp.storage_transfer_job.job_id = job_id

Google Storage transfer job fields

AttributeTypeDescriptionExamples

child_of

record

stableRelationship field that contains all child_of-relationships as nested fields.Opposite direction: parent_ofRelationships:string dt.entity.cloud:gcp:project

customIconPath

string

stableA custom icon property.

icon

string

stableAn icon property.

id

string

stableThe entity ID.Tags: entity-id

job_id

string

stableThe unique name of the Google Storage Transfer job.

managementZones

array

stableManagment zones this entity belongs to.

Cloud: Google

project_id

string

stableThe identifier of the GCP project associated with this resource.

my-gcp-project-id

Google TCP/SSL proxy

Query

Query entities in Grail.

fetch `dt.entity.cloud:gcp:tcp_ssl_proxy_rule`
| fieldsadd gcp.resource.name=entity.name, entity.type, icon, id, managementZones
| fieldsadd gcp.region = location, gcp.tcp_ssl_proxy_rule.backend_target_type = backend_target_type, gcp.tcp_ssl_proxy_rule.forwarding_rule_name = forwarding_rule_name, gcp.tcp_ssl_proxy_rule.target_proxy_name = target_proxy_name, gcp.tcp_ssl_proxy_rule.backend_name = backend_name, gcp.tcp_ssl_proxy_rule.backend_scope_type = backend_scope_type, gcp.tcp_ssl_proxy_rule.backend_scope = backend_scope, gcp.tcp_ssl_proxy_rule.backend_target_name = backend_target_name, gcp.tcp_ssl_proxy_rule.project_id = project_id, gcp.tcp_ssl_proxy_rule.backend_type = backend_type

Google TCP/SSL proxy fields

AttributeTypeDescriptionExamples

backend_name

string

stableThe name of the backend group.

backend_scope

string

stableThe scope (zone or region) of the backend group.

backend_scope_type

string

stableThe type of the scope of the backend group.

ZONE; REGION

backend_target_name

string

stableThe name of the backend target.

backend_target_type

string

stableThe type of the backend target.

BACKEND_SERVICE

backend_type

string

stableThe type of the backend group.

INSTANCE_GROUP; NETWORK_ENDPOINT_GROUP

child_of

record

stableRelationship field that contains all child_of-relationships as nested fields.Opposite direction: parent_ofRelationships:string dt.entity.cloud:gcp:project

customIconPath

string

stableA custom icon property.

icon

string

stableAn icon property.

id

string

stableThe entity ID.Tags: entity-id

lifetime

timeframe

stableA complex record that contains two number fields start and end representing the timestamps of the entity being seen for the first time and for the last time. DQL datatype Duration.

location

string

stableThe region on which TCP/SSL proxy is applied.

global; us-central1

managementZones

array

stableManagment zones this entity belongs to.

Cloud: Google

project_id

string

stableThe identifier of the GCP project associated with this resource.

my-gcp-project-id

target_proxy_name

string

stableThe name of the target TCP/SSL proxy.

Google Uptime Check URL

Query

Query entities in Grail.

fetch `dt.entity.cloud:gcp:uptime_url`
| fieldsadd gcp.resource.name=entity.name, entity.type, icon, id, managementZones
| fieldsadd gcp.uptime_url.project_id = project_id, gcp.uptime_url.host = host

Google Uptime Check URL fields

AttributeTypeDescriptionExamples

child_of

record

stableRelationship field that contains all child_of-relationships as nested fields.Opposite direction: parent_ofRelationships:string dt.entity.cloud:gcp:project

customIconPath

string

stableA custom icon property.

host

string

stableThe hostname or IP address of the Google Uptime URL check.

icon

string

stableAn icon property.

id

string

stableThe entity ID.Tags: entity-id

managementZones

array

stableManagment zones this entity belongs to.

Cloud: Google

project_id

string

stableThe identifier of the GCP project associated with this resource.

my-gcp-project-id

region

string

stableThe region in which the function is running.

Google VM instance

Query

Query entities in Grail.

fetch `dt.entity.cloud:gcp:gce_instance`
| fieldsadd gcp.resource.name=entity.name, entity.type, icon, id, managementZones
| fieldsadd gcp.project.id = project_id, gcp.gce_instance.zone = zone, gcp.gce_instance.instance_id = instance_id, gcp.gce_instance.instance_name = instance_name

Google VM instance fields

AttributeTypeDescriptionExamples

child_of

record

stableRelationship field that contains all child_of-relationships as nested fields.Opposite direction: parent_ofRelationships:string dt.entity.cloud:gcp:project

customIconPath

string

stableA custom icon property.

icon

string

stableAn icon property.

id

string

stableThe entity ID.Tags: entity-id

instance_id

string

stableThe numeric VM instance identifier assigned by Compute Engine.

4043249715513101616; 6807016761191161008

instance_name

string

stableThe name of VM instance assigned by Compute Engine.

gk2-ad-demo-cluster1-default-pool-1c7c6249-dl06; launcher-20231120203025415964151215101412

lifetime

timeframe

stableA 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

stableManagment zones this entity belongs to.

Cloud: Google

project_id

string

stableThe identifier of the GCP project associated with this resource.

my-gcp-project-id

zone

string

stableThe Compute Engine zone in which the VM is running.

europe-west1-d; us-central1-b; us-central1-a; us-central1-f

Google VPC Access connector

Query

Query entities in Grail.

fetch `dt.entity.cloud:gcp:vpc_access_connector`
| fieldsadd gcp.resource.name=entity.name, entity.type, icon, id, managementZones
| fieldsadd gcp.vpc_access_connector.project_id = project_id, gcp.vpc_access_connector.region = region, gcp.vpc_access_connector.connector_id = connector_id

Google VPC Access connector fields

AttributeTypeDescriptionExamples

child_of

record

stableRelationship field that contains all child_of-relationships as nested fields.Opposite direction: parent_ofRelationships:string dt.entity.cloud:gcp:project

connector_id

string

stableThe identifier of the Google connector.

customIconPath

string

stableA custom icon property.

icon

string

stableAn icon property.

id

string

stableThe entity ID.Tags: entity-id

managementZones

array

stableManagment zones this entity belongs to.

Cloud: Google

project_id

string

stableThe identifier of the GCP project associated with this resource.

my-gcp-project-id

region

string

stableThe region in which the function is running.

Google instance group

Query

Query entities in Grail.

fetch `dt.entity.cloud:gcp:instance_group`
| fieldsadd gcp.resource.name=entity.name, entity.type, icon, id, managementZones
| fieldsadd gcp.region = location, gcp.instance_group.instance_group_id = instance_group_id, gcp.instance_group.project_id = project_id, gcp.instance_group.instance_group_name = instance_group_name

Google instance group fields

AttributeTypeDescriptionExamples

child_of

record

stableRelationship field that contains all child_of-relationships as nested fields.Opposite direction: parent_ofRelationships:string dt.entity.cloud:gcp:project

customIconPath

string

stableA custom icon property.

icon

string

stableAn icon property.

id

string

stableThe entity ID.Tags: entity-id

instance_group_id

string

stableThe identifier of the instance group.

1320111616171210543; 191712101114111100

instance_group_name

string

stableThe name of the instance group.

gk3-my-autopilot--pool-2-0d658ec6-grp; dataflow-kapitan-bomba--1697760000-1792-10191700-yqgy-harness

lifetime

timeframe

stableA complex record that contains two number fields start and end representing the timestamps of the entity being seen for the first time and for the last time. DQL datatype Duration.

location

string

stableThe zone or region of the instance group.

us-central1-c; us-central1; us-central1

managementZones

array

stableManagment zones this entity belongs to.

Cloud: Google

project_id

string

stableThe identifier of the GCP project associated with this resource.

my-gcp-project-id

Google reCAPTCHA Enterprise key

Query

Query entities in Grail.

fetch `dt.entity.cloud:gcp:recaptcha_enterprise_key`
| fieldsadd gcp.resource.name=entity.name, entity.type, icon, id, managementZones
| fieldsadd gcp.recaptcha_enterprise_key.project_id = project_id, gcp.recaptcha_enterprise_key.region = region, gcp.recaptcha_enterprise_key.connector_id = connector_id

Google reCAPTCHA Enterprise key fields

AttributeTypeDescriptionExamples

child_of

record

stableRelationship field that contains all child_of-relationships as nested fields.Opposite direction: parent_ofRelationships:string dt.entity.cloud:gcp:project

connector_id

string

stableThe identifier of the Google connector.

customIconPath

string

stableA custom icon property.

icon

string

stableAn icon property.

id

string

stableThe entity ID.Tags: entity-id

managementZones

array

stableManagment zones this entity belongs to.

Cloud: Google

project_id

string

stableThe identifier of the GCP project associated with this resource.

my-gcp-project-id

region

string

stableThe region in which the function is running.

HTTP check

Fields used for dt.entity.http_check.

HTTP check fields

AttributeTypeDescriptionExamples

assignedLocations

array

experimentalA list of assigned locations.

['SYNTHETIC_LOCATION-22AAF80F0E2CAF4B', 'SYNTHETIC_LOCATION-0000000000000064']

calls

record

stableRelationship field that contains all calls-relationships as nested fields.Opposite direction: called_byRelationships:string[] dt.entity.service

contains

record

stableRelationship field that contains all contains-relationships as nested fields.Opposite direction: belongs_toRelationships:string[] dt.entity.http_check_step

createdBy

string

experimentalA string identifying the creator.

jane.doe@dynatrace.com

customIconPath

string

stableA custom icon property.

entity.name

string

resource stableAll 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

resource stableThe entity type.

HTTP_CHECK

httpMonitorSubtype

string

stableThe subtype of the synthetic HTTP monitor, which indicates the resource requirements and capabilities of the monitor.

HTTP; HIGH_RESOURCE

id

string

stableThe entity ID.Tags: entity-id

HTTP_CHECK-A2C7B19E60E8812B

isEnabled

boolean

stableIf false, the corresponding entity is disabled.

true

lastExecutionTimestamp

long

experimentalthe timestamp of the latest execution.

42

lastModificationSource

string

experimentalThe source of the latest modification operation.

webui; rest

lastModifiedBy

string

experimentalIdentifies the one who made the latest modification.

jane.doe@dynatrace.com

lifetime

timeframe

stableA complex record that contains two number fields start and end representing the timestamps of the entity being seen for the first time and for the last time. DQL datatype Duration.

manuallyAssignedApplications

array

experimentalA list of manually assigned applications.

['APPLICATION-5CB5CFDC37582832']

modificationTimestamp

long

experimentalThe timestamp of the latest modification.

42

monitors

record

stableRelationship field that contains all monitors-relationships as nested fields.Opposite direction: monitored_byRelationships:string[] dt.entity.application

runs_on

record

stableRelationship field that contains all runs_on-relationships as nested fields.Opposite direction: runsRelationships:string[] dt.entity.synthetic_location

steps

array

experimentalA list of steps.

['HTTP_CHECK_STEP-E3B7B18230E88471', 'HTTP_CHECK_STEP-163DA8757CB84F76']

syntheticMonitorFrequency

long

experimentalThe frequency of a Synthetic monitor in minutes.

5

tags

string[]

experimentalA string array containing all string representations of tags that are assigned to the entity. This includes manual tags and auto tags. The string represention contains Context, Key and Value.

['[context]key:value', 'key:value', 'value']

HTTP check step

Fields used for dt.entity.http_check_step.

HTTP check step fields

AttributeTypeDescriptionExamples

belongs_to

record

stableRelationship field that contains all belongs_to-relationships as nested fields.Opposite direction: containsRelationships:string dt.entity.http_check

customIconPath

string

stableA custom icon property.

entity.name

string

resource stableAll 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

resource stableThe entity type.

host; service

id

string

stableThe entity ID.Tags: entity-id

lifetime

timeframe

stableA complex record that contains two number fields start and end representing the timestamps of the entity being seen for the first time and for the last time. DQL datatype Duration.

sequenceNumber

long

stableThe sequence number of the step within the synthetic HTTP monitor, indicating the order of execution of the steps.

42; 5; 1

tags

string[]

experimentalA string array containing all string representations of tags that are assigned to the entity. This includes manual tags and auto tags. The string represention contains Context, Key and Value.

['[context]key:value', 'key:value', 'value']

Host

Host performance is tracked across multiple Dynatrace pages, beginning with high-level health metrics on dashboard tiles and extending down to dedicated pages for each of your hosts. A host refers to a physical or virtual machine that runs applications, services, and infrastructure components, whose performance and health are monitored to ensure system reliability and efficiency. The dt.entity.hosts table provides information about all monitored hosts.

Host fields

AttributeTypeDescriptionExamples

additionalSystemInfo

record

stableSupplementary information about the monitored system.

{'system.processor[0].frequency.max': '2500'}; {'system.processor[0].model': 'Intel(R) Xeon(R) Platinum 8175M CPU @ 2.50GHz'}; {'system.model': 'm5.large'}

autoInjection

string

stableStatus of automatic Process Agent injection

ENABLED

awsNameTag

string

deprecatedAWS name tag.

azureComputeModeName

string

deprecatedAzure compute mode.

DEDICATED

azureEnvironment

string

deprecatedAzure environment.

AzurePublicCloud

azureHostNames

array

deprecatedAzure host names .

azureResourceGroupName

string

deprecatedAzure Resource Group name.

my-resource-group

azureSiteNames

array

deprecatedAzure Site Names.

azureSku

string

deprecatedAzure SKU

Basic

azureVmScaleSetName

string

deprecatedAzure VM Scale Set name.

my-vmss

azureVmSizeLabel

string

deprecatedAzure VM size label.

Standard_D4s_v3

azureZone

string

deprecatedAzure zone.

belongs_to

record

stableRelationship field that contains all belongs_to-relationships as nested fields.Opposite direction: containsRelationships:string dt.entity.auto_scaling_group``string dt.entity.aws_availability_zone``string dt.entity.azure_region``string dt.entity.azure_vm_scale_set``string dt.entity.bosh_deployment``string dt.entity.cf_foundation``string dt.entity.gcp_zone``string dt.entity.geoloc_site``string dt.entity.vmware_datacenter

bitness

string

stableArchitecture of monitored entity, in terms of how many bits compose a basic value.

64

boshAvailabilityZone

string

stableBOSH availability zone, retrievied from /var/vcap on monitored host.

eu-central-1b

boshDeploymentId

string

stableBOSH depoloyment ID, retrievied from /var/vcap on monitored host.

cf-c32ffe771e4ad26b9711

boshInstanceId

string

stableBOSH instance ID, retrievied from /var/vcap on monitored host.

1e336edc-af86-49f0-ac38-b840f661d24d

boshInstanceName

string

stableBOSH instance name, retrievied from /var/vcap on monitored host.

diego_database

boshName

string

stableName constructed from BOSH vcap metadata in form of name/id.

mysql/fa96ff4c-8290-47ef-80c1-bbca9b4c699d

boshStemcellVersion

string

stableVersion of BOSH stemcell, retrievied from /var/vcap on monitored host.

621.448

called_by

record

stableRelationship field that contains all called_by-relationships as nested fields.Opposite direction: callsRelationships:string[] dt.entity.aws_application_load_balancer``string[] dt.entity.aws_lambda_function``string[] dt.entity.aws_network_load_balancer``string[] dt.entity.azure_api_management_service``string[] dt.entity.azure_application_gateway``string[] dt.entity.azure_cosmos_db``string[] dt.entity.azure_event_hub_namespace``string[] dt.entity.azure_iot_hub``string[] dt.entity.azure_load_balancer``string[] dt.entity.azure_redis_cache``string[] dt.entity.azure_service_bus_namespace``string[] dt.entity.azure_sql_server``string[] dt.entity.azure_storage_account``string[] dt.entity.custom_device``string[] dt.entity.elastic_load_balancer``string[] dt.entity.host``string[] dt.entity.process_group_instance``string[] dt.entity.relational_database_service

calls

record

stableRelationship field that contains all calls-relationships as nested fields.Opposite direction: called_byRelationships:string[] dt.entity.aws_application_load_balancer``string[] dt.entity.aws_network_load_balancer``string[] dt.entity.azure_api_management_service``string[] dt.entity.azure_application_gateway``string[] dt.entity.azure_cosmos_db``string[] dt.entity.azure_event_hub_namespace``string[] dt.entity.azure_iot_hub``string[] dt.entity.azure_load_balancer``string[] dt.entity.azure_redis_cache``string[] dt.entity.azure_service_bus_namespace``string[] dt.entity.azure_sql_server``string[] dt.entity.azure_storage_account``string[] dt.entity.custom_device``string[] dt.entity.elastic_load_balancer``string[] dt.entity.host``string[] dt.entity.relational_database_service

cloudPlatformVendorVersion

string

experimentalA cloudPlatformVendorVersion property.

cloudType

string

stableCloud provider or type, as discovered by OneAgent.

EC2; AZURE; GOOGLE_CLOUD_PLATFORM

clustered_by

record

stableRelationship field that contains all clustered_by-relationships as nested fields.Opposite direction: cluster_ofRelationships:string dt.entity.kubernetes_cluster

contains

record

stableRelationship field that contains all contains-relationships as nested fields.Opposite direction: belongs_toRelationships:string dt.entity.azure_function_app``string dt.entity.azure_web_app``string[] dt.entity.container_group_instance``string[] dt.entity.disk``string dt.entity.kubernetes_node``string[] dt.entity.network_interface``string dt.entity.openstack_availability_zone``string[] dt.entity.process_group_instance

cpuCores

long

experimentalNumber of CPU cores on monitored host.

4

customHostMetadata

array

stableA collection of additional metadata information imported to Dynatrace. The value in square bracket represents source of this property. It is followed by key-value pair, separated by colon.

[ENVIRONMENT]OperatorVersion:v0.9.0; [GOOGLE_COMPUTE_ENGINE]cluster-name:ext-demo1

customIconPath

string

stableA custom icon property.

dnsNames

array

experimentalA dnsNames property.

ebpfHasPublicTraffic

boolean

stableIndicates whether the entity has public traffic detected via eBPF Discovery.

true

entity.conditional_name

string

resource stableThe 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

resource stableThe 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

resource stableThe 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

resource stableAll 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

resource stableThe entity type.

host; service

gceHostName

string

stableGCE host name, retrieved from instance metadata service.

gke-keptn-demo1-cos-bd5b5ae9-fk69.c.dynatrace-demoability.internal

gceInstanceId

string

stableGCE id, retrieved from instance metadata service.

7395358062463303481

gceInstanceName

string

stableGCE instance name, retrieved from instance metadata service.

gke-keptn-demo1-cos-bd5b5ae9-fk69

gceMachineType

string

stableGCE machine-type, retrieved from instance metadata service.

n2-highcpu-8

gceNumericProjectId

string

stableGCE numeric-project-id, retrieved from instance metadata service.

gceNumericProjectId

gceProjectId

string

stableGCE project-id, retrieved from instance metadata service.

dynatrace-demoability

gcePublicIpAddresses

array

stablePublic IP addresses, based on network-interfaces instance metadata.

35.188.50.71; 35.226.180.68; 34.31.75.83

gcpZone

string

stableGCP zone, retrieved from instance metadata service.

hasPublicTraffic

boolean

stableIndicates whether the entity has public traffic.

true

hypervisorType

string

stableDiscovered virtualization hypervisor.

KVM; VMWARE

id

string

stableThe entity ID.Tags: entity-id

installerPotentialProblem

boolean

stableLast AutoUpdate was not successful for unclear reason, so a potential problem was created for this entity.

false

installerSupportAlert

boolean

stableLast AutoUpdate was not successful, installer sent specific reason (e.g. needs more disk space).

true

installerTrackedDownload

boolean

stableAutoUpdate is currently tracked for this entity.

true

installerVersion

string

stableVersion of DynatraceOneAgent installer used to monitor this entity.

1.277.165.20231024-150054

instance_of

record

stableRelationship field that contains all instance_of-relationships as nested fields.Opposite direction: instantiatesRelationships:string dt.entity.host_group

ipAddress

array

stableAn array of IP addresses.

10.150.160.2; 10.150.160.3

isMonitoringCandidate

boolean

stableIf true, this host is not monitored by OneAgent. Only some fields are available, depending on discovery method.

true

kubernetesLabels

record

stableRecord containing lables retrieved from Kubernetes integration.

lifetime

timeframe

stableA complex record that contains two number fields start and end representing the timestamps of the entity being seen for the first time and for the last time. DQL datatype Duration.

logFileStatus

record

experimentalA logFileStatus property.

logPathLastUpdate

record

experimentalA logPathLastUpdate property.

logSourceState

record

experimentalA logSourceState property.

logicalCpuCores

long

experimentalLogical CPU cores on monitored host.

8

logicalCpus

long

experimentalLogical CPUs on monitored host. Applies to AIX LPARs.

8

macAddresses

array

stableA macAddresses property.

managementZones

array

stableManagment zones this entity belongs to.

Cloud: Google

memoryTotal

long

experimentalTotal memory of monitored host, expressed in bytes.

8141684736

monitoringMode

string

stableMonitoring mode of OneAgent used to monitor this entity.

FULL_STACK; INFRASTRUCTURE

networkZone

string

experimentalA discovered network zone.

demo-ocp

oneAgentCustomHostName

string

stableThe custom name defined in OneAgent config.

osArchitecture

string

stableArchitecture of the CPU, discovered from the operating system.

X86

osServices

array

stableOperating System Services discovered on monitored host. A collection of fields describing os services.

{dt.osservice.name=AudioEndpointBuilder, dt.osservice.startup_type=auto, dt.entity.process_group_instance=PROCESS_GROUP_INSTANCE-EC605583F53D92DD, dt.osservice.display_name=Windows Audio Endpoint Builder, dt.osservice.path=C:\Windows\System32\svchost.exe, dt.osservice.manufacturer=Microsoft Corporation, dt.osservice.status=running, dt.osservice.alerting=true}

osType

string

stableType of discovered operating system.

LINUX; WINDOWS

osVersion

string

stableVersion of discovered operating system.

Ubuntu 16.04.7 LTS (Xenial Xerus) (kernel 4.15.0-206-generic); Windows Server 2022 Datacenter 21H2 2009, ver. 10.0.20348

paasMemoryLimit

long

experimentalMemory limit for host monitored by standalone code module.

2047

paasVendorType

string

stableVendor type discovered for host monitored by standalone code module.

AZURE_WEBSITES

physicalMemory

long

experimentalPhysical memory of monitored host, expressed in bytes.

8141684736

runs

record

stableRelationship field that contains all runs-relationships as nested fields.Opposite direction: runs_onRelationships:string[] dt.entity.openstack_vm``string[] dt.entity.process_group``string[] dt.entity.queue_instance``string[] dt.entity.service``string[] dt.entity.service_instance

runs_on

record

stableRelationship field that contains all runs_on-relationships as nested fields.Opposite direction: runsRelationships:string dt.entity.azure_vm``string[] dt.entity.custom_device``string dt.entity.ec2_instance``string dt.entity.google_compute_engine``string dt.entity.hypervisor``string dt.entity.openstack_vm``string dt.entity.virtualmachine

simultaneousMultithreading

long

experimentalNumber of threads for AIX Simultaneous Multithreading feature.

4

softwareTechnologies

array

stableA 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

standalone

boolean

experimentalTrue, if given host is monitored only by standalone code modules.

true

standaloneSpecialAgentsOnly

boolean

experimentalTrue, if given host is monitored only by standalone code modules.

true

state

string

experimentalState related to availability monitoring.

RUNNING

tags

string[]

experimentalA string array containing all string representations of tags that are assigned to the entity. This includes manual tags and auto tags. The string represention contains Context, Key and Value.

['[context]key:value', 'key:value', 'value']

virtualCpus

long

experimentalA number of virtual CPUs for AIX LPAR.

2

zosCPUModelNumber

string

experimentalA zosCPUModelNumber property.

zosCPUSerialNumber

string

experimentalA zosCPUSerialNumber property.

zosLparName

string

experimentalA zosLparName property.

zosSystemName

string

experimentalA zosSystemName property.

zosTotalGeneralPurposeProcessors

long

experimentalA zosTotalGeneralPurposeProcessors property.

42

zosTotalPhysicalMemory

long

experimentalA zosTotalPhysicalMemory property.

42

zosTotalZiipProcessors

long

experimentalA zosTotalZiipProcessors property.

42

zosVirtualization

string

experimentalA zosVirtualization property.

Host group

Fields used for dt.entity.host_group.

Host group fields

AttributeTypeDescriptionExamples

customIconPath

string

stableA custom icon property.

entity.conditional_name

string

resource stableThe 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

resource stableThe 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

resource stableThe 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

resource stableAll 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

resource stableThe entity type.

host; service

group_of

record

stableRelationship field that contains all group_of-relationships as nested fields.Opposite direction: groupsRelationships:string[] dt.entity.process_group``string[] dt.entity.process_group_instance

id

string

stableThe entity ID.Tags: entity-id

instantiates

record

stableRelationship field that contains all instantiates-relationships as nested fields.Opposite direction: instance_ofRelationships:string[] dt.entity.host

lifetime

timeframe

stableA 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

stableManagment zones this entity belongs to.

Cloud: Google

tags

string[]

experimentalA string array containing all string representations of tags that are assigned to the entity. This includes manual tags and auto tags. The string represention contains Context, Key and Value.

['[context]key:value', 'key:value', 'value']

Kubernetes cluster

Fields used for dt.entity.kubernetes_cluster.

Kubernetes cluster fields

AttributeTypeDescriptionExamples

activeGateId

string

stableThe ID of the ActiveGate monitoring the Kubernetes cluster.

0xa72f286e

activeGateVersion

string

stableVersion of the ActiveGate monitoring the Kubernetes cluster.

1.287.0.20240214-093858

awsNameTag

string

deprecatedAWS name tag.

boshName

string

stableName constructed from BOSH vcap metadata in form of name/id.

mysql/fa96ff4c-8290-47ef-80c1-bbca9b4c699d

cluster_of

record

stableRelationship field that contains all cluster_of-relationships as nested fields.Opposite direction: clustered_byRelationships:string[] dt.entity.cloud_application``string[] dt.entity.cloud_application_instance``string[] dt.entity.cloud_application_namespace``string[] dt.entity.host``string[] dt.entity.kubernetes_node``string[] dt.entity.kubernetes_service``string[] dt.entity.service

contains

record

stableRelationship field that contains all contains-relationships as nested fields.Opposite direction: belongs_toRelationships:string[] dt.entity.container_group_instance

customIconPath

string

stableA custom icon property.

entity.conditional_name

string

resource stableThe 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

resource stableThe 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

resource stableThe 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

resource stableAll 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

resource stableThe entity type.

host; service

gcpZone

string

stableGCP zone, retrieved from instance metadata service.

icon

string

stableAn icon property.

id

string

stableThe entity ID.Tags: entity-id

kubernetesClusterId

string

stableA kubernetesClusterId property.

kubernetesDistribution

string

stableA kubernetesDistribution property.

lifetime

timeframe

stableA 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

stableManagment zones this entity belongs to.

Cloud: Google

oneAgentCustomHostName

string

stableThe custom name defined in OneAgent config.

tags

string[]

experimentalA string array containing all string representations of tags that are assigned to the entity. This includes manual tags and auto tags. The string represention contains Context, Key and Value.

['[context]key:value', 'key:value', 'value']

Kubernetes node

Fields used for dt.entity.kubernetes_node.

Kubernetes node fields

AttributeTypeDescriptionExamples

awsNameTag

string

deprecatedAWS name tag.

belongs_to

record

stableRelationship field that contains all belongs_to-relationships as nested fields.Opposite direction: containsRelationships:string dt.entity.host

boshName

string

stableName constructed from BOSH vcap metadata in form of name/id.

mysql/fa96ff4c-8290-47ef-80c1-bbca9b4c699d

clustered_by

record

stableRelationship field that contains all clustered_by-relationships as nested fields.Opposite direction: cluster_ofRelationships:string dt.entity.kubernetes_cluster

customIconPath

string

stableA custom icon property.

entity.conditional_name

string

resource stableThe 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

resource stableThe 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

resource stableThe 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

resource stableAll 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

resource stableThe entity type.

host; service

gcpZone

string

stableGCP zone, retrieved from instance metadata service.

icon

string

stableAn icon property.

id

string

stableThe entity ID.Tags: entity-id

internalIpAddresses

array

stableAn internalIpAddresses property.

ipAddress

array

stableAn array of IP addresses.

10.150.160.2; 10.150.160.3

kubeletVersion

string

stableA kubeletVersion property.

kubernetesConditions

record

stableA kubernetesConditions property.

kubernetesLabels

record

stableRecord containing lables retrieved from Kubernetes integration.

kubernetesNodeConditions

record

stableA kubernetesNodeConditions property.

kubernetesNodeCordoned

boolean

stableA kubernetesNodeCordoned property.

true

kubernetesNodeRoles

array

stableA kubernetesNodeRoles property.

kubernetesNodeStates

array

stableA kubernetesNodeStates property.

kubernetesNodeUid

string

stableA kubernetesNodeUid property.

kubernetesProviderType

string

stableA kubernetesProviderType property.

lifetime

timeframe

stableA 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

stableManagment zones this entity belongs to.

Cloud: Google

oneAgentCustomHostName

string

stableThe custom name defined in OneAgent config.

osArchitecture

string

stableThe Architecture reported by the node.

X86

osInfo

string

stableAdditional info about Operating System of the node (e.g. image).

Ubuntu 16.04.5 LTS

osType

string

stableThe Operating System reported by the node.

LINUX; WINDOWS

osVersion

string

stableKernel Version reported by the node.

5.15.133+

runs

record

stableRelationship field that contains all runs-relationships as nested fields.Opposite direction: runs_onRelationships:string[] dt.entity.cloud_application_instance

tags

string[]

experimentalA string array containing all string representations of tags that are assigned to the entity. This includes manual tags and auto tags. The string represention contains Context, Key and Value.

['[context]key:value', 'key:value', 'value']

Kubernetes service

Fields used for dt.entity.kubernetes_service.

Kubernetes service fields

AttributeTypeDescriptionExamples

awsNameTag

string

deprecatedAWS name tag.

balances

record

stableRelationship field that contains all balances-relationships as nested fields.Opposite direction: balanced_byRelationships:string[] dt.entity.cloud_application``string[] dt.entity.cloud_application_instance

belongs_to

record

stableRelationship field that contains all belongs_to-relationships as nested fields.Opposite direction: containsRelationships:string dt.entity.cloud_application_namespace

boshName

string

stableName constructed from BOSH vcap metadata in form of name/id.

mysql/fa96ff4c-8290-47ef-80c1-bbca9b4c699d

called_by

record

stableRelationship field that contains all called_by-relationships as nested fields.Opposite direction: callsRelationships:string[] dt.entity.cloud_application

cloudApplicationLabels

record

stableA cloudApplicationLabels property.

cloudNetworkServicePort

record

stableA cloudNetworkServicePort property.

cloudNetworkServiceType

string

stableA cloudNetworkServiceType property.

clustered_by

record

stableRelationship field that contains all clustered_by-relationships as nested fields.Opposite direction: cluster_ofRelationships:string dt.entity.kubernetes_cluster

customIconPath

string

stableA custom icon property.

entity.conditional_name

string

resource stableThe 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

resource stableThe 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

resource stableThe 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

resource stableAll 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

resource stableThe entity type.

host; service

externalName

string

stableAn externalName property.

gcpZone

string

stableGCP zone, retrieved from instance metadata service.

icon

string

stableAn icon property.

id

string

stableThe entity ID.Tags: entity-id

internalIpAddresses

array

stableAn internalIpAddresses property.

ipAddress

array

stableAn array of IP addresses.

10.150.160.2; 10.150.160.3

kubernetesLabels

record

stableRecord containing lables retrieved from Kubernetes integration.

lifetime

timeframe

stableA 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

stableManagment zones this entity belongs to.

Cloud: Google

namespaceName

string

stableThe k8s namespace name. See also 'k8s.namespace.name'.

oneAgentCustomHostName

string

stableThe custom name defined in OneAgent config.

resourceCreationTimestamp

timestamp

stableA resourceCreationTimestamp property.

tags

string[]

experimentalA 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']

Microsoft Active Directory Domain

Query

Query entities in Grail.

fetch `dt.entity.cloud:gcp:microsoft_ad_domain`
| fieldsadd gcp.resource.name=entity.name, entity.type, icon, id, managementZones
| fieldsadd gcp.microsoft_ad_domain.project_id = project_id, gcp.microsoft_ad_domain.location = location, gcp.microsoft_ad_domain.fqdn = fqdn

Microsoft Active Directory Domain fields

AttributeTypeDescriptionExamples

child_of

record

stableRelationship field that contains all child_of-relationships as nested fields.Opposite direction: parent_ofRelationships:string dt.entity.cloud:gcp:project

customIconPath

string

stableA custom icon property.

fqdn

string

stableThe fully qualified domain name of the Active Directory Domain.

icon

string

stableAn icon property.

id

string

stableThe entity ID.Tags: entity-id

location

string

stableThe zone or region for the autoscaler

us-central1

managementZones

array

stableManagment zones this entity belongs to.

Cloud: Google

project_id

string

stableThe identifier of the GCP project associated with this resource.

my-gcp-project-id

Mobile application

Entity of a RUM mobile application.

Mobile application fields

AttributeTypeDescriptionExamples

calls

record

stableRelationship field that contains all calls-relationships as nested fields.Opposite direction: called_byRelationships:string[] dt.entity.service

customIconPath

string

stableA custom icon property.

entity.name

string

resource stableAll 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

resource stableThe entity type.

host; service

id

string

stableThe entity ID.Tags: entity-id

lifetime

timeframe

stableA 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

stableManagment zones this entity belongs to.

Cloud: Google

mobileOsFamily

array

stableContains the operating systems detected on the mobile application. Possible values are ANDROID, IOS, WINDOWS, OTHER, LINUX, MAC_OS, TVOS.

['ANDROID', 'IOS', 'TVOS']

tags

string[]

experimentalA 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']

Multiprotocol monitor

Fields used for dt.entity.multiprotocol_monitor.

Multiprotocol monitor fields

AttributeTypeDescriptionExamples

assignedLocations

array

experimentalA list of assigned locations.

['SYNTHETIC_LOCATION-22AAF80F0E2CAF4B', 'SYNTHETIC_LOCATION-0000000000000064']

createdBy

string

experimentalA string identifying the creator.

jane.doe@dynatrace.com

customIconPath

string

stableA custom icon property.

entity.name

string

resource stableAll entities have an entity.name field. The following fields will be considered in order to determine the value: entity.customized_name, entity.conditional_name, entity.detected_name.

Lab network availability

entity.type

string

resource stableThe entity type.

MULTIPROTOCOL_MONITOR

id

string

stableThe entity ID.Tags: entity-id

MULTIPROTOCOL_MONITOR-793019F0A907DB38

isEnabled

boolean

stableIf false, the corresponding entity is disabled.

true

lastExecutionTimestamp

long

experimentalthe timestamp of the latest execution.

42

lastModificationSource

string

experimentalThe source of the latest modification operation.

webui; rest

lastModifiedBy

string

experimentalIdentifies the one who made the latest modification.

jane.doe@dynatrace.com

lifetime

timeframe

stableA complex record that contains two number fields start and end representing the timestamps of the entity being seen for the first time and for the last time. DQL datatype Duration.

modificationTimestamp

long

experimentalThe timestamp of the latest modification.

42

monitors

record

stableRelationship field that contains all monitors-relationships as nested fields.Opposite direction: monitored_byRelationships:string[] dt.entity.host

multiProtocolMonitorSubtype

string

experimentalThe subtype of a Synthetic multi-protocol monitor.

TCP; ICMP; DNS

runs_on

record

stableRelationship field that contains all runs_on-relationships as nested fields.Opposite direction: runsRelationships:string[] dt.entity.synthetic_location

steps

array

experimentalA list of steps.

['1', '2', '3']

syntheticMonitorFrequency

long

experimentalThe frequency of a Synthetic monitor in minutes.

5

tags

string[]

experimentalA string array containing all string representations of tags that are assigned to the entity. This includes manual tags and auto tags. The string represention contains Context, Key and Value.

['[context]key:value', 'key:value', 'value']

Network device

Fields used for dt.entity.network:device.

Query

Query network devices.

fetch `dt.entity.network:device`

Query network devices that are not yet monitored, along with the recommended Dynatrace extension.

fetch `dt.entity.network:device`
| filter devMonitoringMode == "Discovery"
| fields entity.name, dt.ip_addresses

Network device fields

AttributeTypeDescriptionExamples

calls

record

stableRelationship field that contains all calls-relationships as nested fields.Opposite direction: called_byRelationships:string[] dt.entity.network_device

customIconPath

string

stableA custom icon property.

devDescription

string

experimentalThe textual description of a network device. This value should include the full name and version identification of the system's hardware type, software operating-system, and networking software. It is mandatory that this only contain printable ASCII characters.

APC Web/SNMP Management Card (MB:v4.1.0 PF:v6.7.2 PN:apc_hw05_aos_672.bin AF1:v6.7.2 AN1:apc_hw05_rpdu2g_672.bin MN:AP7902B HR:B2 SN: 5A1551F39430 MD:10/07/2018)

devMonitoringMode

string

experimentalType of monitoring enabled for a given network device.

Discovery

devSysContact

string

experimentalThe textual identification of the contact person for this network device, together with information on how to contact this person.

John Doe; john.doe@dummy.corp; John Doe (john.doe@dummy.corp)

devSysLocation

string

experimentalThe physical location of this network device.

Data Center 01

devSysObjectId

string

experimentalValue of the sysObjectID OID for a network device.

1.3.6.1.4.1.318.1.3.4.8

devType

string

experimentalType of the device.

cisco-catalyst; cisco-nexus

dt.dns_names

array

experimentalAn array of device DNS names.

device-1.mycompany.corp

dt.ip_addresses

array

experimentalArray of IP addresses.

['192.168.0.1', '10.10.10.10']; ['10.10.10.10']; ['2001:0000:130F:0000:0000:09C0:876A:130B']

dt.listen_ports

array

experimentalAn array of open listen ports.

50000; 50001; 50002; 50003

entity.name

string

resource stableAll 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

resource stableThe entity type.

host; service

extCfgGroupLabel

string

experimentalNetwork device discovery group label.

Core switches

extCfgLabel

string

experimentalNetwork device discovery configuration label (monitoring configuration description).

NY DC

extDefaultExtension

string

experimentalRecommended Dynatrace extension for monitoring a network device.

com.dynatrace.extension.snmp-generic-cisco-device

lldpChassisId

string

experimentalThe Chassis ID value this device advertises in LLDP (network discovery) packets.

00:11:22:33:44:55; XT-123GX54

runs

record

stableRelationship field that contains all runs-relationships as nested fields.Opposite direction: runs_onRelationships:string[] dt.entity.network_interface_generic``string[] dt.entity.network_port

Network interface

Fields used for dt.entity.network_interface.

Network interface fields

AttributeTypeDescriptionExamples

belongs_to

record

stableRelationship field that contains all belongs_to-relationships as nested fields.Opposite direction: containsRelationships:string dt.entity.host``string dt.entity.hypervisor

customIconPath

string

stableA custom icon property.

entity.customized_name

string

resource stableThe 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

resource stableThe 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

resource stableAll 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

resource stableThe entity type.

host; service

id

string

stableThe entity ID.Tags: entity-id

ipAddress

array

stableAn array of IP addresses.

10.150.160.2; 10.150.160.3

lifetime

timeframe

stableA complex record that contains two number fields start and end representing the timestamps of the entity being seen for the first time and for the last time. DQL datatype Duration.

macAddress

string

stableMAC address.

4C:03:4F:5B:E8:89

networkInterfaceSpeed

long

stableSpeed of the network interface, expressed in bits per second.

516000000

tags

string[]

experimentalA string array containing all string representations of tags that are assigned to the entity. This includes manual tags and auto tags. The string represention contains Context, Key and Value.

['[context]key:value', 'key:value', 'value']

Network interface (generic)

Fields used for dt.entity.network:interface

Query

Query generic network interfaces.

fetch `dt.entity.network:interface`

Query generic network interfaces along with their status.

fetch `dt.entity.network:interface`
| fieldsAdd entity.name

Chart the inbound traffic (in bytes per second) for all generic network interfaces.

timeseries traffic_in = avg(com.dynatrace.extension.network_device.if.bytes_in.count, rate:1s),
by: { `dt.entity.network:interface` }

Network interface fields

AttributeTypeDescriptionExamples

calls

record

stableRelationship field that contains all calls-relationships as nested fields.Opposite direction: called_byRelationships:string[] dt.entity.network_interface_generic``string[] dt.entity.network_device

child_of

record

stableRelationship field that contains all child_of-relationships as nested fields.Opposite direction: parent_ofRelationships:string dt.entity.network_port

customIconPath

string

stableA custom icon property.

entity.name

string

resource stableAll 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

resource stableThe entity type.

host; service

ifAdminStatus

string

experimentalThe administrative status of a network interface.

up; down

ifOperStatus

string

experimentalThe operational status of a network interface.

up; down

ifSpeed

long

experimentalThe speed of a network interface in megabytes per second.

1000; 5000

macAddress

string

stableMAC address.

4C:03:4F:5B:E8:89

runs_on

record

stableRelationship field that contains all runs_on-relationships as nested fields.Opposite direction: runsRelationships:string dt.entity.network_device

Network port

Fields used for dt.entity.network:port.

Query

Query network ports.

fetch `dt.entity.network:port`

Query network ports along with the network device they run on.

fetch `dt.entity.network:port`
| fieldsAdd entity.name, network_device = runs_on[`dt.entity.network:device`]

Network port fields

AttributeTypeDescriptionExamples

calls

record

stableRelationship field that contains all calls-relationships as nested fields.Opposite direction: called_byRelationships:string[] dt.entity.network_port``string[] dt.entity.network_device

customIconPath

string

stableA custom icon property.

entity.name

string

resource stableAll 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

resource stableThe entity type.

host; service

macAddress

string

stableMAC address.

4C:03:4F:5B:E8:89

parent_of

record

stableRelationship field that contains all parent_of-relationships as nested fields.Opposite direction: child_ofRelationships:string[] dt.entity.network_interface_generic

runs_on

record

stableRelationship field that contains all runs_on-relationships as nested fields.Opposite direction: runsRelationships:string dt.entity.network_device

Openstack Availability Zone

Fields used for dt.entity.openstack_availability_zone.

Openstack Availability Zone fields

AttributeTypeDescriptionExamples

awsNameTag

string

deprecatedAWS name tag.

belongs_to

record

stableRelationship field that contains all belongs_to-relationships as nested fields.Opposite direction: containsRelationships:string[] dt.entity.host``string[] dt.entity.openstack_vm

boshName

string

stableName constructed from BOSH vcap metadata in form of name/id.

mysql/fa96ff4c-8290-47ef-80c1-bbca9b4c699d

customIconPath

string

stableA custom icon property.

entity.conditional_name

string

resource stableThe 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

resource stableThe 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

resource stableThe 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

resource stableAll 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

resource stableThe entity type.

host; service

gcpZone

string

stableGCP zone, retrieved from instance metadata service.

icon

string

stableAn icon property.

id

string

stableThe entity ID.Tags: entity-id

lifetime

timeframe

stableA 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

stableThe custom name defined in OneAgent config.

tags

string[]

experimentalA string array containing all string representations of tags that are assigned to the entity. This includes manual tags and auto tags. The string represention contains Context, Key and Value.

['[context]key:value', 'key:value', 'value']

Openstack VM

Fields used for dt.entity.openstack_vm.

Openstack VM fields

AttributeTypeDescriptionExamples

contains

record

stableRelationship field that contains all contains-relationships as nested fields.Opposite direction: belongs_toRelationships:string dt.entity.process_group_instance

customIconPath

string

stableA custom icon property.

entity.detected_name

string

resource stableThe 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

resource stableAll 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

resource stableThe entity type.

host; service

id

string

stableThe entity ID.Tags: entity-id

lifetime

timeframe

stableA complex record that contains two number fields start and end representing the timestamps of the entity being seen for the first time and for the last time. DQL datatype Duration.

openStackInstanceType

string

stableInstance Type (flavor) of OpenStack virtual machine.

t1.nano

openstackAvZone

string

stableOpenstack Availability Zone.

nova

openstackSecurityGroups

array

stableOpenstack security groups.

name=default``

runs

record

stableRelationship field that contains all runs-relationships as nested fields.Opposite direction: runs_onRelationships:string dt.entity.host

runs_on

record

stableRelationship field that contains all runs_on-relationships as nested fields.Opposite direction: runsRelationships:string dt.entity.host

tags

string[]

experimentalA string array containing all string representations of tags that are assigned to the entity. This includes manual tags and auto tags. The string represention contains Context, Key and Value.

['[context]key:value', 'key:value', 'value']

Operating system

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

Operating system fields

AttributeTypeDescriptionExamples

child_of

record

stableRelationship field that contains all child_of-relationships as nested fields.Opposite direction: parent_ofRelationships:string dt.entity.os

customIconPath

string

stableA custom icon property.

entity.name

string

resource stableAll 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

resource stableThe entity type.

host; service

id

string

stableThe entity ID.Tags: entity-id

lifetime

timeframe

stableA complex record that contains two number fields start and end representing the timestamps of the entity being seen for the first time and for the last time. DQL datatype Duration.

osDetail

string

stableOperating system entities are hierarchical structured into OS family and OS version.

VERSION

parent_of

record

stableRelationship field that contains all parent_of-relationships as nested fields.Opposite direction: child_ofRelationships:string[] dt.entity.os

tags

string[]

experimentalA string array containing all string representations of tags that are assigned to the entity. This includes manual tags and auto tags. The string represention contains Context, Key and Value.

['[context]key:value', 'key:value', 'value']

Process group

A process group entity. A process group (PG) is a logical cluster of processes that belong to the same application or deployment unit and perform the same function across multiple hosts.

Process group fields

AttributeTypeDescriptionExamples

belongs_to

record

stableRelationship field that contains all belongs_to-relationships as nested fields.Opposite direction: containsRelationships:string[] dt.entity.cloud_application``string[] dt.entity.cloud_application_instance``string[] dt.entity.cloud_application_namespace``string dt.entity.container_group

called_by

record

stableRelationship field that contains all called_by-relationships as nested fields.Opposite direction: callsRelationships: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

stableRelationship field that contains all calls-relationships as nested fields.Opposite direction: called_byRelationships: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

contains

record

stableRelationship field that contains all contains-relationships as nested fields.Opposite direction: belongs_toRelationships:string dt.entity.azure_function_app``string dt.entity.azure_web_app

customIconPath

string

stableA custom icon property.

customPgMetadata

array

stableA collection of additional metadata information imported to Dynatrace. The value in square bracket represents source of this property. It is followed by key-value pair, separated by colon.

[ENVIRONMENT]NODE_ENV:production; [KUBERNETES]kubernetes.io/psp:eks.privileged

entity.conditional_name

string

resource stableThe 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

resource stableThe 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

resource stableThe 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

resource stableAll 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

resource stableThe entity type.

host; service

groups

record

stableRelationship field that contains all groups-relationships as nested fields.Opposite direction: group_ofRelationships:string dt.entity.host_group

id

string

stableThe entity ID.Tags: entity-id

instantiates

record

stableRelationship field that contains all instantiates-relationships as nested fields.Opposite direction: instance_ofRelationships:string[] dt.entity.process_group_instance

lifetime

timeframe

stableA 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

stableAn array of open listen ports.

50000; 50001; 50002; 50003

managementZones

array

stableManagment zones this entity belongs to.

Cloud: Google

metadata

array

stableContains a diagnostic collection of input parameters that were used or could have been used in creation of this Process Group.

JAVA_MAIN_CLASS:Main.class; COMMAND_LINE_ARGS:D:/Program\ Files/apache/bin/httpd.exe -E

runs

record

stableRelationship field that contains all runs-relationships as nested fields.Opposite direction: runs_onRelationships:string[] dt.entity.service

runs_on

record

stableRelationship field that contains all runs_on-relationships as nested fields.Opposite direction: runsRelationships:string[] dt.entity.custom_device``string[] dt.entity.host

softwareTechnologies

array

stableA 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[]

experimentalA string array containing all string representations of tags that are assigned to the entity. This includes manual tags and auto tags. The string represention contains Context, Key and Value.

['[context]key:value', 'key:value', 'value']

Process group instance

A process group instance represents a "process" running on a specific host. Dynatrace automatically merges related processes (e.g. worker processes) into process groups instances.

Process group instance fields

AttributeTypeDescriptionExamples

agentVersion

string

experimentalAn agentVersion property.

appVersion

string

deprecatedA technology-specific version of monitored application. It is recommended to use softwareTechnologies field instead.

nginx/1.16.0; 14.20.0

awsNameTag

string

deprecatedAWS name tag.

azureHostName

string

deprecatedAzure host name.

easytravelazure-weather-service.azurewebsites.net

azureSiteName

string

deprecatedAzure Site Name.

easytravelazure-weather-service

belongs_to

record

stableRelationship field that contains all belongs_to-relationships as nested fields.Opposite direction: containsRelationships:string dt.entity.container_group_instance``string dt.entity.host``string[] dt.entity.openstack_vm

bitness

string

stableArchitecture of monitored entity, in terms of how many bits compose a basic value.

64

called_by

record

stableRelationship field that contains all called_by-relationships as nested fields.Opposite direction: callsRelationships:string[] dt.entity.aws_application_load_balancer``string[] dt.entity.aws_lambda_function``string[] dt.entity.aws_network_load_balancer``string[] dt.entity.azure_api_management_service``string[] dt.entity.azure_application_gateway``string[] dt.entity.azure_cosmos_db``string[] dt.entity.azure_event_hub_namespace``string[] dt.entity.azure_iot_hub``string[] dt.entity.azure_load_balancer``string[] dt.entity.azure_redis_cache``string[] dt.entity.azure_service_bus_namespace``string[] dt.entity.azure_sql_server``string[] dt.entity.azure_storage_account``string[] dt.entity.custom_device``string[] dt.entity.elastic_load_balancer``string[] dt.entity.process_group_instance``string[] dt.entity.relational_database_service

calls

record

stableRelationship field that contains all calls-relationships as nested fields.Opposite direction: called_byRelationships:string[] dt.entity.aws_application_load_balancer``string[] dt.entity.aws_lambda_function``string[] dt.entity.aws_network_load_balancer``string[] dt.entity.azure_api_management_service``string[] dt.entity.azure_application_gateway``string[] dt.entity.azure_cosmos_db``string[] dt.entity.azure_event_hub_namespace``string[] dt.entity.azure_iot_hub``string[] dt.entity.azure_load_balancer``string[] dt.entity.azure_redis_cache``string[] dt.entity.azure_service_bus_namespace``string[] dt.entity.azure_sql_server``string[] dt.entity.azure_storage_account``string[] dt.entity.custom_device``string[] dt.entity.elastic_load_balancer``string[] dt.entity.host``string[] dt.entity.process_group_instance``string[] dt.entity.relational_database_service

child_of

record

stableRelationship field that contains all child_of-relationships as nested fields.Opposite direction: parent_ofRelationships:string[] dt.entity.process_group_instance

contains

record

stableRelationship field that contains all contains-relationships as nested fields.Opposite direction: belongs_toRelationships:string dt.entity.azure_function_app``string dt.entity.azure_web_app``string dt.entity.runtime_component``string[] dt.entity.software_component

customIconPath

string

stableA custom icon property.

customPgMetadata

array

stableA collection of additional metadata information imported to Dynatrace. The value in square bracket represents source of this property. It is followed by key-value pair, separated by colon.

[ENVIRONMENT]NODE_ENV:production; [KUBERNETES]kubernetes.io/psp:eks.privileged

ebpfHasPublicTraffic

boolean

stableIndicates whether the entity has public traffic detected via eBPF Discovery.

true

entity.conditional_name

string

resource stableThe 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

resource stableThe 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

resource stableThe 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

resource stableAll 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

resource stableThe entity type.

host; service

gardenApplicationNames

array

stableA collection of Garden application names.

groups

record

stableRelationship field that contains all groups-relationships as nested fields.Opposite direction: group_ofRelationships:string dt.entity.host_group

hasPublicTraffic

boolean

stableIndicates whether the entity has public traffic.

true

id

string

stableThe entity ID.Tags: entity-id

installerVersion

string

stableVersion of DynatraceOneAgent installer used to monitor this entity.

1.277.165.20231024-150054

instance_of

record

stableRelationship field that contains all instance_of-relationships as nested fields.Opposite direction: instantiatesRelationships:string dt.entity.process_group

isDockerized

boolean

stableTrue, if given entity runs in Docker container.

true

jvmClrVersion

string

deprecatedVersion of JVM CLR in monitored application. It is recommended to use softwareTechnologies field instead.

11.0.5

jvmVendor

string

deprecatedVendor of JVM in monitored application. It is recommended to use softwareTechnologies field instead.

OpenJDK

lifetime

timeframe

stableA 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

stableAn array of open listen ports.

50000; 50001; 50002; 50003

logFileStatus

record

experimentalA logFileStatus property.

logPathLastUpdate

record

experimentalA logPathLastUpdate property.

logSourceState

record

experimentalA logSourceState property.

managementZones

array

stableManagment zones this entity belongs to.

Cloud: Google

metadata

array

stableContains a diagnostic collection of input parameters that were used or could have been used in creation of this Process Group Instance.

NODE_JS_APP_BASE_DIRECTORY:C:/home/site/wwwroot

modules

array

stableA collection of modules used in this entity.

mod_auth_basic.c; mod_authn_file.c; mod_negotiation.c

parent_of

record

stableRelationship field that contains all parent_of-relationships as nested fields.Opposite direction: child_ofRelationships:string[] dt.entity.process_group_instance

processType

string

deprecatedKey technology used in monitored entity. It is recommended to use softwareTechnologies field instead.

NODE_JS; LINUX_SYSTEM; GO

releasesBuildVersion

string

stableThe build version of the deployed product.

2021-03-24

releasesProduct

string

stableThe name of the deployed product.

WoGo Main

releasesStage

string

stableThe stage the product is deployed to.

production

releasesVersion

string

stableA string representation of a version info object, containing the product version, and its source information.

ReleaseVersionInfo{version='2.0.0', source=AGENT_REGISTRY, timestamp=0}; ReleaseVersionInfo{version='1.1', source=EVENT, timestamp=1701936253803}

runs

record

stableRelationship field that contains all runs-relationships as nested fields.Opposite direction: runs_onRelationships:string[] dt.entity.custom_device``string[] dt.entity.queue_instance``string[] dt.entity.service``string[] dt.entity.service_instance

runs_on

record

stableRelationship field that contains all runs_on-relationships as nested fields.Opposite direction: runsRelationships:string[] dt.entity.custom_device

softwareTechnologies

array

stableA 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[]

experimentalA string array containing all string representations of tags that are assigned to the entity. This includes manual tags and auto tags. The string represention contains Context, Key and Value.

['[context]key:value', 'key:value', 'value']

versionedModules

array

stableA collection of modules used in monitored entity and their versions.

google-auth-library:7.9.1; has:1.0.3; buffer-from:1.1.1

Queue

Fields used for dt.entity.queue.

Queue fields

AttributeTypeDescriptionExamples

awsNameTag

string

deprecatedAWS name tag.

boshName

string

stableName constructed from BOSH vcap metadata in form of name/id.

mysql/fa96ff4c-8290-47ef-80c1-bbca9b4c699d

contains

record

stableRelationship field that contains all contains-relationships as nested fields.Opposite direction: belongs_toRelationships:string[] dt.entity.service

customIconPath

string

stableA custom icon property.

entity.conditional_name

string

resource stableThe 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

resource stableThe 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

resource stableThe 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

resource stableAll 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

resource stableThe entity type.

host; service

gcpZone

string

stableGCP zone, retrieved from instance metadata service.

icon

string

stableAn icon property.

id

string

stableThe entity ID.Tags: entity-id

indirectly_receives_from

record

stableRelationship field that contains all indirectly_receives_from-relationships as nested fields.Opposite direction: indirectly_sends_toRelationships:string[] dt.entity.service

instantiates

record

stableRelationship field that contains all instantiates-relationships as nested fields.Opposite direction: instance_ofRelationships:string[] dt.entity.queue_instance

lifetime

timeframe

stableA 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

stableManagment zones this entity belongs to.

Cloud: Google

oneAgentCustomHostName

string

stableThe custom name defined in OneAgent config.

propagated_from

record

stableRelationship field that contains all propagated_from-relationships as nested fields.Opposite direction: propagates_toRelationships:string[] dt.entity.queue

propagates_to

record

stableRelationship field that contains all propagates_to-relationships as nested fields.Opposite direction: propagated_fromRelationships:string[] dt.entity.queue

queueDestinationType

string

stableA queueDestinationType property.

queueName

string

stableA queueName property.

queueVendorName

string

stableA queueVendorName property.

receives_from

record

stableRelationship field that contains all receives_from-relationships as nested fields.Opposite direction: sends_toRelationships:string[] dt.entity.service

sends_to

record

stableRelationship field that contains all sends_to-relationships as nested fields.Opposite direction: receives_fromRelationships:string[] dt.entity.service

softwareTechnologies

array

stableA 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[]

experimentalA string array containing all string representations of tags that are assigned to the entity. This includes manual tags and auto tags. The string represention contains Context, Key and Value.

['[context]key:value', 'key:value', 'value']

Queue instance

Fields used for dt.entity.queue_instance.

Queue instance fields

AttributeTypeDescriptionExamples

awsNameTag

string

deprecatedAWS name tag.

boshName

string

stableName constructed from BOSH vcap metadata in form of name/id.

mysql/fa96ff4c-8290-47ef-80c1-bbca9b4c699d

contains

record

stableRelationship field that contains all contains-relationships as nested fields.Opposite direction: belongs_toRelationships:string[] dt.entity.service_instance

customIconPath

string

stableA custom icon property.

entity.conditional_name

string

resource stableThe 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

resource stableThe 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

resource stableThe 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

resource stableAll 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

resource stableThe entity type.

host; service

gcpZone

string

stableGCP zone, retrieved from instance metadata service.

icon

string

stableAn icon property.

id

string

stableThe entity ID.Tags: entity-id

instance_of

record

stableRelationship field that contains all instance_of-relationships as nested fields.Opposite direction: instantiatesRelationships:string dt.entity.queue

lifetime

timeframe

stableA 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

stableThe custom name defined in OneAgent config.

receives_from

record

stableRelationship field that contains all receives_from-relationships as nested fields.Opposite direction: sends_toRelationships:string[] dt.entity.service_instance

runs_on

record

stableRelationship field that contains all runs_on-relationships as nested fields.Opposite direction: runsRelationships:string[] dt.entity.aws_application_load_balancer``string dt.entity.aws_lambda_function``string[] dt.entity.aws_network_load_balancer``string[] dt.entity.azure_api_management_service``string[] dt.entity.azure_application_gateway``string[] dt.entity.azure_cosmos_db``string[] dt.entity.azure_event_hub_namespace``string[] dt.entity.azure_iot_hub``string[] dt.entity.azure_load_balancer``string[] dt.entity.azure_redis_cache``string[] dt.entity.azure_service_bus_namespace``string[] dt.entity.azure_sql_server``string[] dt.entity.azure_storage_account``string[] dt.entity.custom_device``string[] dt.entity.elastic_load_balancer``string dt.entity.host``string dt.entity.process_group_instance``string[] dt.entity.relational_database_service

sends_to

record

stableRelationship field that contains all sends_to-relationships as nested fields.Opposite direction: receives_fromRelationships:string[] dt.entity.service_instance

tags

string[]

experimentalA string array containing all string representations of tags that are assigned to the entity. This includes manual tags and auto tags. The string represention contains Context, Key and Value.

['[context]key:value', 'key:value', 'value']

Runtime component

Fields used for dt.entity.runtime_component.

Runtime component fields

AttributeTypeDescriptionExamples

belongs_to

record

stableRelationship field that contains all belongs_to-relationships as nested fields.Opposite direction: containsRelationships:string[] dt.entity.process_group_instance``string[] dt.entity.host

customIconPath

string

stableA custom icon property.

entity.name

string

resource stableAll 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

resource stableThe entity type.

host; service

id

string

stableThe entity ID.Tags: entity-id

lifetime

timeframe

stableA complex record that contains two number fields start and end representing the timestamps of the entity being seen for the first time and for the last time. DQL datatype Duration.

runtimeComponentShortName

string

stableA short name of a runtime component.

Java

runtimeComponentTechnologyName

string

stableThe name of the technology of a runtime component.

JAVA

runtimeComponentTechnologyVersion

string

stableThe version of the technology of a runtime component.

11.0.5

Service

Fields used for dt.entity.service.

Service fields

AttributeTypeDescriptionExamples

agentTechnologyType

string

stableAn agentTechnologyType property.

akkaActorSystem

string

stableAn akkaActorSystem property.

applicationBuildVersion

array

stableAn applicationBuildVersion property.

applicationEnvironment

array

stableAn applicationEnvironment property.

applicationName

array

stableAn applicationName property.

applicationReleaseVersion

array

stableAn applicationReleaseVersion property.

awsNameTag

string

deprecatedAWS name tag.

belongs_to

record

stableRelationship field that contains all belongs_to-relationships as nested fields.Opposite direction: containsRelationships:string[] dt.entity.cloud_application``string[] dt.entity.cloud_application_namespace``string[] dt.entity.queue

boshName

string

stableName constructed from BOSH vcap metadata in form of name/id.

mysql/fa96ff4c-8290-47ef-80c1-bbca9b4c699d

called_by

record

stableRelationship field that contains all called_by-relationships as nested fields.Opposite direction: callsRelationships:string[] dt.entity.application``string[] dt.entity.custom_application``string[] dt.entity.http_check``string[] dt.entity.mobile_application``string[] dt.entity.service

calls

record

stableRelationship field that contains all calls-relationships as nested fields.Opposite direction: called_byRelationships:string[] dt.entity.service

className

string

stableA className property.

cloudDatabaseProvider

string

stableA cloudDatabaseProvider property.

clustered_by

record

stableRelationship field that contains all clustered_by-relationships as nested fields.Opposite direction: cluster_ofRelationships:string[] dt.entity.kubernetes_cluster

contains

record

stableRelationship field that contains all contains-relationships as nested fields.Opposite direction: belongs_toRelationships:string[] dt.entity.service_method

contextRoot

string

stableA contextRoot property.

customIconPath

string

stableA custom icon property.

databaseHostNames

array

stableA databaseHostNames property.

databaseName

string

stableA databaseName property.

databaseVendor

string

stableA databaseVendor property.

entity.conditional_name

string

resource stableThe 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

resource stableThe 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

resource stableThe 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

resource stableAll 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

resource stableThe entity type.

host; service

esbApplicationName

string

stableAn esbApplicationName property.

fallbackServiceType

string

experimentalFallback type of a service indicating issues with detecting the service.

Unexpected service; Incompletely detected service; Volatile service

gcpZone

string

stableGCP zone, retrieved from instance metadata service.

groups

record

stableRelationship field that contains all groups-relationships as nested fields.Opposite direction: group_ofRelationships:string[] dt.entity.service_method_group

ibmCtgGatewayUrl

string

stableAn ibmCtgGatewayUrl property.

ibmCtgServerName

string

stableAn ibmCtgServerName property.

icon

string

stableAn icon property.

id

string

stableThe entity ID.Tags: entity-id

indirectly_receives_from

record

stableRelationship field that contains all indirectly_receives_from-relationships as nested fields.Opposite direction: indirectly_sends_toRelationships:string[] dt.entity.queue

indirectly_sends_to

record

stableRelationship field that contains all indirectly_sends_to-relationships as nested fields.Opposite direction: indirectly_receives_fromRelationships:string[] dt.entity.queue

instantiates

record

stableRelationship field that contains all instantiates-relationships as nested fields.Opposite direction: instance_ofRelationships:string[] dt.entity.service_instance

ipAddress

array

stableAn array of IP addresses.

10.150.160.2; 10.150.160.3

isExternalService

boolean

stableAn isExternalService property.

true

lifetime

timeframe

stableA 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

stableManagment zones this entity belongs to.

Cloud: Google

oneAgentCustomHostName

string

stableThe custom name defined in OneAgent config.

path

string

stableA path property.

port

long

experimentalA port property.

42

publicCloudId

string

stableA publicCloudId property.

publicCloudRegion

string

stableA publicCloudRegion property.

receives_from

record

stableRelationship field that contains all receives_from-relationships as nested fields.Opposite direction: sends_toRelationships:string[] dt.entity.queue

remoteCrossEnvironments

string[]

experimentalRemote environment IDs on services that are monitored in different Dynatrace environments (cross-environment linking).

['105dd39a-9ba8-5b29-94cc-deadbeef9287:af442ddf']

remoteEndpoint

string

stableA remoteEndpoint property.

remoteServiceName

string

stableA remoteServiceName property.

runs_on

record

stableRelationship field that contains all runs_on-relationships as nested fields.Opposite direction: runsRelationships: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

sends_to

record

stableRelationship field that contains all sends_to-relationships as nested fields.Opposite direction: receives_fromRelationships:string[] dt.entity.queue

serviceTechnologyTypes

array

stableA serviceTechnologyTypes property.

serviceType

string

stableA serviceType property.

softwareTechnologies

array

stableA 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[]

experimentalA string array containing all string representations of tags that are assigned to the entity. This includes manual tags and auto tags. The string represention contains Context, Key and Value.

['[context]key:value', 'key:value', 'value']

unifiedServiceIndicators

array

stableA unifiedServiceIndicators property.

webApplicationId

string

stableA webApplicationId property.

webServerName

string

stableA webServerName property.

webServiceName

string

stableA webServiceName property.

webServiceNamespace

string

stableA webServiceNamespace property.

Service instance

Fields used for dt.entity.service_instance.

Service instance fields

AttributeTypeDescriptionExamples

awsNameTag

string

deprecatedAWS name tag.

belongs_to

record

stableRelationship field that contains all belongs_to-relationships as nested fields.Opposite direction: containsRelationships:string[] dt.entity.queue_instance

boshName

string

stableName constructed from BOSH vcap metadata in form of name/id.

mysql/fa96ff4c-8290-47ef-80c1-bbca9b4c699d

customIconPath

string

stableA custom icon property.

entity.conditional_name

string

resource stableThe 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

resource stableThe 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

resource stableThe 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

resource stableAll 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

resource stableThe entity type.

host; service

gcpZone

string

stableGCP zone, retrieved from instance metadata service.

icon

string

stableAn icon property.

id

string

stableThe entity ID.Tags: entity-id

instance_of

record

stableRelationship field that contains all instance_of-relationships as nested fields.Opposite direction: instantiatesRelationships:string dt.entity.service

lifetime

timeframe

stableA 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

stableThe custom name defined in OneAgent config.

receives_from

record

stableRelationship field that contains all receives_from-relationships as nested fields.Opposite direction: sends_toRelationships:string[] dt.entity.queue_instance

runs_on

record

stableRelationship field that contains all runs_on-relationships as nested fields.Opposite direction: runsRelationships:string[] dt.entity.aws_application_load_balancer``string dt.entity.aws_lambda_function``string[] dt.entity.aws_network_load_balancer``string[] dt.entity.azure_api_management_service``string[] dt.entity.azure_application_gateway``string[] dt.entity.azure_cosmos_db``string[] dt.entity.azure_event_hub_namespace``string[] dt.entity.azure_iot_hub``string[] dt.entity.azure_load_balancer``string[] dt.entity.azure_redis_cache``string[] dt.entity.azure_service_bus_namespace``string[] dt.entity.azure_sql_server``string[] dt.entity.azure_storage_account``string[] dt.entity.custom_device``string[] dt.entity.elastic_load_balancer``string dt.entity.host``string dt.entity.process_group_instance``string[] dt.entity.relational_database_service

sends_to

record

stableRelationship field that contains all sends_to-relationships as nested fields.Opposite direction: receives_fromRelationships:string[] dt.entity.queue_instance

tags

string[]

experimentalA string array containing all string representations of tags that are assigned to the entity. This includes manual tags and auto tags. The string represention contains Context, Key and Value.

['[context]key:value', 'key:value', 'value']

Service method

Fields used for dt.entity.service_method.

Service method fields

AttributeTypeDescriptionExamples

awsNameTag

string

deprecatedAWS name tag.

belongs_to

record

stableRelationship field that contains all belongs_to-relationships as nested fields.Opposite direction: containsRelationships:string dt.entity.service``string dt.entity.service_method_group

boshName

string

stableName constructed from BOSH vcap metadata in form of name/id.

mysql/fa96ff4c-8290-47ef-80c1-bbca9b4c699d

customIconPath

string

stableA custom icon property.

entity.conditional_name

string

resource stableThe 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

resource stableThe 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

resource stableThe 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

resource stableAll 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

resource stableThe entity type.

host; service

gcpZone

string

stableGCP zone, retrieved from instance metadata service.

icon

string

stableAn icon property.

id

string

stableThe entity ID.Tags: entity-id

lifetime

timeframe

stableA 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

stableThe custom name defined in OneAgent config.

tags

string[]

experimentalA string array containing all string representations of tags that are assigned to the entity. This includes manual tags and auto tags. The string represention contains Context, Key and Value.

['[context]key:value', 'key:value', 'value']

Service method group

Fields used for dt.entity.service_method_group.

Service method group fields

AttributeTypeDescriptionExamples

awsNameTag

string

deprecatedAWS name tag.

boshName

string

stableName constructed from BOSH vcap metadata in form of name/id.

mysql/fa96ff4c-8290-47ef-80c1-bbca9b4c699d

contains

record

stableRelationship field that contains all contains-relationships as nested fields.Opposite direction: belongs_toRelationships:string[] dt.entity.service_method

customIconPath

string

stableA custom icon property.

entity.conditional_name

string

resource stableThe 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

resource stableThe 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

resource stableThe 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

resource stableAll 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

resource stableThe entity type.

host; service

gcpZone

string

stableGCP zone, retrieved from instance metadata service.

group_of

record

stableRelationship field that contains all group_of-relationships as nested fields.Opposite direction: groupsRelationships:string dt.entity.service

icon

string

stableAn icon property.

id

string

stableThe entity ID.Tags: entity-id

lifetime

timeframe

stableA 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

stableThe custom name defined in OneAgent config.

tags

string[]

experimentalA string array containing all string representations of tags that are assigned to the entity. This includes manual tags and auto tags. The string represention contains Context, Key and Value.

['[context]key:value', 'key:value', 'value']

Software component

A software component is a minimal description of the software that OneAgent monitors and reports. It usually consists of a package in a particular version.

Software component fields

AttributeTypeDescriptionExamples

belongs_to

record

stableSet of process group instances in which the software component was detected.Relationships:string[] dt.entity.process_group_instance

PROCESS_GROUP_INSTANCE-0123456789ABCDEF

customIconPath

string

stableA custom icon property.

entity.name

string

resource stableName of the software component, consisting of a package name and a version number, if available.

easyTravel:1.0.1

entity.type

string

resource stableEntity type. This is always set to SOFTWARE_COMPONENT.

SOFTWARE_COMPONENT

id

string

stableID of the software component.Tags: entity-id

SOFTWARE_COMPONENT-0123456789ABCDEF

lifetime

timeframe

stableA complex record that contains two number fields start and end representing the timestamps of the entity being seen for the first time and for the last time. DQL datatype Duration.

start: 7/1/2020, 1:00:05 PM end: 12/6/2023, 9:19:38 AM

packageName

string

stablePackage name of the software component. Might be missing if there is insufficient data for the name.

easyTravel

softwareComponentFileHashes

record

stableHashes of the software component file. Only available for the Java technology, if the Java software component hash reporting OneAgent feature is enabled. Contains key-value pairs of the hash algorithm and hash value. Might be empty if no hash value data is present.

{ MD5=4085b1c651c0325660ced04a9750cfd0, SHA-1=df987ec70b9e479e59708227f91a8ded06e0c088 }

softwareComponentFileName

string

stableFile name of the software component.

easyTravel-1.0.1.jar

softwareComponentShortName

string

stableShort name of the software component. Might be missing if there is insufficient data for the name.

easyTravel

softwareComponentType

string

stableTechnology type of the software component.

JAVA; GO; NODE_JS

softwareComponentVersion

string

stableVersion of the software component. Might be missing if there is insufficient data to determine the version.

1.0.1

Synthetic location

Fields used for dt.entity.synthetic_location.

Synthetic location fields

AttributeTypeDescriptionExamples

cloudProvider

string

experimentalThe cloud provider of a location.

Azure; GCP

customIconPath

string

stableA custom icon property.

deploymentType

string

stableThe deployment type of the synthetic location, such as "KUBERNETES".

STANDARD; KUBERNETES

entity.name

string

resource stableAll 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

resource stableThe entity type.

host; service

isDeleted

boolean

experimentalIndicates whether the synthetic location is deleted.

true; false

locationType

string

stableThe type of the synthetic location, such as "PUBLIC" or "PRIVATE".

PUBLIC; PRIVATE

nodesWithCapabilities

array

stableThe capabilities of the nodes in the synthetic location.

['{value=[], key=1752325211}', '{value=[TCP, DNS, BROWSER, HTTP_HIGH_RESOURCE, HTTP, ICMP], key=266553980}']

runs

record

stableRelationship field that contains all runs-relationships as nested fields.Opposite direction: runs_onRelationships:string[] dt.entity.http_check_step``string[] dt.entity.synthetic_test

dt.entity.synthetic_test: SYNTHETIC_TEST-480AFEDA4DE914AB, SYNTHETIC_TEST-68C6CE92659EEAC3, dt.entity.http_check: HTTP_CHECK-47C820FFBF00DF52, HTTP_CHECK-D41AFA9F7525BFAC

tags

string[]

experimentalA 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']

Synthetic test

Fields used for dt.entity.synthetic_test.

Synthetic test fields

AttributeTypeDescriptionExamples

assignedLocations

array

experimentalA list of assigned locations.

['SYNTHETIC_LOCATION-22AAF80F0E2CAF4B', 'SYNTHETIC_LOCATION-0000000000000064']

browserMonitorSubtype

string

experimentalThe subtype of a browser monitor.

AVAILABILITY; CLICKPATH; DIAGNOSTIC

contains

record

stableRelationship field that contains all contains-relationships as nested fields.Opposite direction: belongs_toRelationships:string[] dt.entity.synthetic_test_step

createdBy

string

experimentalA string identifying the creator.

jane.doe@dynatrace.com

customIconPath

string

stableA custom icon property.

deviceProfile

string

stableThe device profile used for the synthetic browser monitor, such as "Desktop", "Custom", or a specific mobile device profile like "Apple iPhone 12 Pro".

Desktop; Custom; Apple iPhone 12 Pro

entity.name

string

resource stableAll 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

resource stableThe entity type.

SYNTHETIC_TEST

id

string

stableThe entity ID.Tags: entity-id

SYNTHETIC_TEST-0587385DE9B18149

isEnabled

boolean

stableIf false, the corresponding entity is disabled.

true

lastExecutionTimestamp

long

experimentalthe timestamp of the latest execution.

42

lastModificationSource

string

experimentalThe source of the latest modification operation.

webui; rest

lastModifiedBy

string

experimentalIdentifies the one who made the latest modification.

jane.doe@dynatrace.com

lifetime

timeframe

stableA complex record that contains two number fields start and end representing the timestamps of the entity being seen for the first time and for the last time. DQL datatype Duration.

manuallyAssignedApplications

array

experimentalA list of manually assigned applications.

['APPLICATION-5CB5CFDC37582832']

modificationTimestamp

long

experimentalThe timestamp of the latest modification.

42

monitors

record

stableRelationship field that contains all monitors-relationships as nested fields.Opposite direction: monitored_byRelationships:string[] dt.entity.application

runs_on

record

stableRelationship field that contains all runs_on-relationships as nested fields.Opposite direction: runsRelationships:string[] dt.entity.synthetic_location

steps

array

experimentalA list of steps.

['SYNTHETIC_TEST_STEP-E3B7B18230E88471', 'SYNTHETIC_TEST_STEP-163DA8757CB84F76']

syntheticMonitorFrequency

long

experimentalThe frequency of a Synthetic monitor in minutes.

5

syntheticScreenshotRegularErrorUri

string

experimentalThe uri of a screenshot taken on error.

https://www.dynatrace.com/

syntheticScreenshotRegularUri

string

experimentalThe uri of a regular screenshot.

https://www.dynatrace.com/

syntheticScreenshotThumbnailErrorUri

string

experimentalThe uri of the thumbnail of a screenshot taken on error.

https://www.dynatrace.com/

syntheticScreenshotThumbnailUri

string

experimentalThe uri of the thumbnail of a regular screenshot.

https://www.dynatrace.com/

tags

string[]

experimentalA string array containing all string representations of tags that are assigned to the entity. This includes manual tags and auto tags. The string represention contains Context, Key and Value.

['[context]key:value', 'key:value', 'value']

url

string

experimentalThe url of a browser monitor.

https://www.dynatrace.com/

Synthetic test step

Fields used for dt.entity.synthetic_test_step.

Synthetic test step fields

AttributeTypeDescriptionExamples

belongs_to

record

stableRelationship field that contains all belongs_to-relationships as nested fields.Opposite direction: containsRelationships:string dt.entity.synthetic_test

customIconPath

string

stableA custom icon property.

entity.name

string

resource stableAll 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

resource stableThe entity type.

host; service

id

string

stableThe entity ID.Tags: entity-id

lifetime

timeframe

stableA complex record that contains two number fields start and end representing the timestamps of the entity being seen for the first time and for the last time. DQL datatype Duration.

sequenceNumber

long

stableThe sequence number of the step within the synthetic HTTP monitor, indicating the order of execution of the steps.

42; 5; 1

tags

string[]

experimentalA 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']

VMWare Datacenter

Query

Query entities in Grail.

fetch dt.entity.vmware_datacenter
| fieldsadd contains, entity.detected_name, entity.name, entity.type, icon, id, lifetime, managed_by, tags, virtualizationSupervisor

VMWare Datacenter fields

AttributeTypeDescriptionExamples

contains

record

stableRelationship field that contains all contains-relationships as nested fields.Opposite direction: belongs_toRelationships:string[] dt.entity.datastore``string[] dt.entity.host``string[] dt.entity.hypervisor``string[] dt.entity.hypervisor_disk``string[] dt.entity.virtualmachine

customIconPath

string

stableA custom icon property.

entity.detected_name

string

resource stableThe 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

resource stableAll 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

resource stableThe entity type.

host; service

icon

string

stableAn icon property.

id

string

stableThe entity ID.Tags: entity-id

lifetime

timeframe

stableA complex record that contains two number fields start and end representing the timestamps of the entity being seen for the first time and for the last time. DQL datatype Duration.

managed_by

record

stableRelationship field that contains all managed_by-relationships as nested fields.Opposite direction: managesRelationships:string dt.entity.vcenter

tags

string[]

experimentalA 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']

virtualizationSupervisor

string

stableA virtualizationSupervisor property.

VMWare Hypervisor

Query

Query entities in Grail.

fetch dt.entity.hypervisor
| fieldsadd belongs_to, connectionState, contains, cpuCapacity, cpuCores, entity.detected_name, entity.name, entity.type, hardwareModel, hardwareVendor, hypervisorType, icon, id, inMaintenance, lifetime, managed_by, managementZones, memoryTotal, powerState, productName, productVersion, runs, tags, uptime

VMWare Hypervisor fields

AttributeTypeDescriptionExamples

belongs_to

record

stableRelationship field that contains all belongs_to-relationships as nested fields.Opposite direction: containsRelationships:string dt.entity.hypervisor_cluster``string dt.entity.vmware_datacenter

connectionState

string

stableA connectionState property.

contains

record

stableRelationship field that contains all contains-relationships as nested fields.Opposite direction: belongs_toRelationships:string[] dt.entity.datastore``string[] dt.entity.hypervisor_disk``string[] dt.entity.network_interface

cpuCapacity

long

experimentalA cpuCapacity property.

42

cpuCores

long

experimentalNumber of CPU cores on monitored host.

4

customIconPath

string

stableA custom icon property.

entity.detected_name

string

resource stableThe 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

resource stableAll 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

resource stableThe entity type.

host; service

hardwareModel

string

stableA hardwareModel property.

hardwareVendor

string

stableA hardwareVendor property.

hypervisorType

string

stableDiscovered virtualization hypervisor.

KVM; VMWARE

icon

string

stableAn icon property.

id

string

stableThe entity ID.Tags: entity-id

inMaintenance

boolean

stableAn inMaintenance property.

true

lifetime

timeframe

stableA complex record that contains two number fields start and end representing the timestamps of the entity being seen for the first time and for the last time. DQL datatype Duration.

managed_by

record

stableRelationship field that contains all managed_by-relationships as nested fields.Opposite direction: managesRelationships:string dt.entity.vcenter

managementZones

array

stableManagment zones this entity belongs to.

Cloud: Google

memoryTotal

long

experimentalTotal memory of monitored host, expressed in bytes.

8141684736

oneAgentCustomHostName

string

stableThe custom name defined in OneAgent config.

powerState

string

stableA powerState property.

productName

string

stableA productName property.

productVersion

string

stableA productVersion property.

runs

record

stableRelationship field that contains all runs-relationships as nested fields.Opposite direction: runs_onRelationships:string[] dt.entity.host``string[] dt.entity.virtualmachine

tags

string[]

experimentalA 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']

uptime

duration

stableAn uptime property.

VMWare Hypervisor Cluster

Fields used for dt.entity.hypervisor_cluster.

Query

Query entities in Grail.

fetch dt.entity.hypervisor_cluster
| fieldsadd contains, entity.detected_name, entity.name, entity.type, icon, id, isDistributedResourceScheduler, isHighAvailability, lifetime, tags

VMWare Hypervisor Cluster fields

AttributeTypeDescriptionExamples

contains

record

stableRelationship field that contains all contains-relationships as nested fields.Opposite direction: belongs_toRelationships:string[] dt.entity.hypervisor

customIconPath

string

stableA custom icon property.

entity.detected_name

string

resource stableThe 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

resource stableAll 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

resource stableThe entity type.

host; service

icon

string

stableAn icon property.

id

string

stableThe entity ID.Tags: entity-id

isDistributedResourceScheduler

boolean

stableAn isDistributedResourceScheduler property.

true

isHighAvailability

boolean

stableAn isHighAvailability property.

true

lifetime

timeframe

stableA 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

stableThe custom name defined in OneAgent config.

tags

string[]

experimentalA 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']

VMWare Hypervisor Disk

Query

Query entities in Grail.

fetch dt.entity.hypervisor_disk
| fieldsadd belongs_to, entity.detected_name, entity.name, entity.type, icon, id, lifetime, tags

VMWare Hypervisor Disk fields

AttributeTypeDescriptionExamples

belongs_to

record

stableRelationship field that contains all belongs_to-relationships as nested fields.Opposite direction: containsRelationships:string[] dt.entity.hypervisor``string[] dt.entity.vmware_datacenter

customIconPath

string

stableA custom icon property.

entity.detected_name

string

resource stableThe 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

resource stableAll 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

resource stableThe entity type.

host; service

icon

string

stableAn icon property.

id

string

stableThe entity ID.Tags: entity-id

lifetime

timeframe

stableA 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

stableThe custom name defined in OneAgent config.

tags

string[]

experimentalA 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']

VMWare Vcenter

Query

Query entities in Grail.

fetch dt.entity.vcenter
| fieldsadd entity.detected_name, entity.name, entity.type, icon, id, lifetime, managementZones, manages, tags, vcenterFailedConnectionRetries, vcenterHostNumber, vcenterInfo, vcenterVmNumber, virtualizationSupervisor

VMWare Vcenter fields

AttributeTypeDescriptionExamples

awsNameTag

string

deprecatedAWS name tag.

boshName

string

stableName constructed from BOSH vcap metadata in form of name/id.

mysql/fa96ff4c-8290-47ef-80c1-bbca9b4c699d

customIconPath

string

stableA custom icon property.

entity.conditional_name

string

resource stableThe 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

resource stableThe 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

resource stableThe 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

resource stableAll 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

resource stableThe entity type.

host; service

gcpZone

string

stableGCP zone, retrieved from instance metadata service.

icon

string

stableAn icon property.

id

string

stableThe entity ID.Tags: entity-id

lifetime

timeframe

stableA 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

stableManagment zones this entity belongs to.

Cloud: Google

manages

record

stableRelationship field that contains all manages-relationships as nested fields.Opposite direction: managed_byRelationships:string[] dt.entity.hypervisor``string[] dt.entity.vmware_datacenter

oneAgentCustomHostName

string

stableThe custom name defined in OneAgent config.

tags

string[]

experimentalA string array containing all string representations of tags that are assigned to the entity. This includes manual tags and auto tags. The string represention contains Context, Key and Value.

['[context]key:value', 'key:value', 'value']

vcenterFailedConnectionRetries

long

experimentalA vcenterFailedConnectionRetries property.

42

vcenterHostNumber

long

experimentalA vcenterHostNumber property.

42

vcenterInfo

string

stableA vcenterInfo property.

vcenterVmNumber

long

experimentalA vcenterVmNumber property.

42

virtualizationSupervisor

string

stableA virtualizationSupervisor property.

VMWare Virtual Machine

Fields used for dt.entity.virtualmachine.

VMWare Virtual Machine fields

AttributeTypeDescriptionExamples

belongs_to

record

stableRelationship field that contains all belongs_to-relationships as nested fields.Opposite direction: containsRelationships:string dt.entity.vmware_datacenter

connectionState

string

stableA connectionState property.

contains

record

stableRelationship field that contains all contains-relationships as nested fields.Opposite direction: belongs_toRelationships:string[] dt.entity.datastore

cpuCores

long

experimentalNumber of CPU cores on monitored host.

4

customIconPath

string

stableA custom icon property.

entity.detected_name

string

resource stableThe 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

resource stableAll 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

resource stableThe entity type.

host; service

guestOsFamily

string

stableA guestOsFamily property.

hypervisorType

string

stableDiscovered virtualization hypervisor.

KVM; VMWARE

icon

string

stableAn icon property.

id

string

stableThe entity ID.Tags: entity-id

ipAddress

array

stableAn array of IP addresses.

10.150.160.2; 10.150.160.3

lifetime

timeframe

stableA complex record that contains two number fields start and end representing the timestamps of the entity being seen for the first time and for the last time. DQL datatype Duration.

memoryTotal

long

experimentalTotal memory of monitored host, expressed in bytes.

8141684736

osType

string

stableType of discovered operating system.

LINUX; WINDOWS

osVersion

string

stableVersion of discovered operating system.

Ubuntu 16.04.7 LTS (Xenial Xerus) (kernel 4.15.0-206-generic); Windows Server 2022 Datacenter 21H2 2009, ver. 10.0.20348

powerState

string

stableA powerState property.

runs

record

stableRelationship field that contains all runs-relationships as nested fields.Opposite direction: runs_onRelationships:string dt.entity.host

runs_on

record

stableRelationship field that contains all runs_on-relationships as nested fields.Opposite direction: runsRelationships:string dt.entity.hypervisor

state

string

experimentalState related to availability monitoring.

RUNNING

tags

string[]

experimentalA 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']

uptime

duration

stableAn uptime property.

vmwareToolsRunningStatus

string

stableA vmwareToolsRunningStatus property.

vmwareToolsStatus

string

stableA vmwareToolsStatus property.

vmwareToolsVersion

long

experimentalA vmwareToolsVersion property.

42

vmwareToolsVersionStatus

string

stableA vmwareToolsVersionStatus property.

Related tags
Dynatrace Platform