All monitored entities that make up the Smartscape topology in Dynatrace are also accessible in DQL.
For each entity type there is a dt.entity.*
view in Grail. You can for example query host entities with the following query.
fetch dt.entity.host
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.
The following example shows how to query the runs_on
relationship for a service entity.
fetch dt.entity.service| fieldsAdd runs_on
accessible_by
accessible_by
-relationships as nested fields.can_access
affected_by
affected_by
-relationships as nested fields.affects
affects
affects
-relationships as nested fields.affected_by
balanced_by
balanced_by
-relationships as nested fields.balances
balances
balances
-relationships as nested fields.balanced_by
belongs_to
belongs_to
-relationships as nested fields.contains
called_by
called_by
-relationships as nested fields.calls
calls
calls
-relationships as nested fields.called_by
can_access
can_access
-relationships as nested fields.accessible_by
child_of
child_of
-relationships as nested fields.parent_of
cluster_of
cluster_of
-relationships as nested fields.clustered_by
clustered_by
clustered_by
-relationships as nested fields.cluster_of
consists_of
consists_of
-relationships as nested fields.part_of
contains
contains
-relationships as nested fields.belongs_to
group_of
group_of
-relationships as nested fields.groups
groups
groups
-relationships as nested fields.group_of
hosted_by
hosted_by
-relationships as nested fields.hosts
hosts
hosts
-relationships as nested fields.hosted_by
indirectly_receives_from
indirectly_receives_from
-relationships as nested fields.indirectly_sends_to
indirectly_sends_to
indirectly_sends_to
-relationships as nested fields.indirectly_receives_from
instance_of
instance_of
-relationships as nested fields.instantiates
instantiates
instantiates
-relationships as nested fields.instance_of
managed_by
managed_by
-relationships as nested fields.manages
manages
manages
-relationships as nested fields.managed_by
monitored_by
monitored_by
-relationships as nested fields.monitors
monitors
monitors
-relationships as nested fields.monitored_by
parent_of
parent_of
-relationships as nested fields.child_of
part_of
part_of
-relationships as nested fields.consists_of
propagated_from
propagated_from
-relationships as nested fields.propagates_to
propagates_to
propagates_to
-relationships as nested fields.propagated_from
receives_from
receives_from
-relationships as nested fields.sends_to
related_to
related_to
-relationships as nested fields. This is a bidirectional relationshipruns
runs
-relationships as nested fields.runs_on
runs_on
runs_on
-relationships as nested fields.runs
same_as
same_as
-relationships as nested fields. This is a bidirectional relationshipsends_to
sends_to
-relationships as nested fields.receives_from
served_by
part_of
-relationships as nested fields.served_by
serves
serves
-relationships as nested fields.served_by
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.
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
accessible_by
accessible_by
-relationships as nested fields.can_access
string[] dt.entity.aws_credentials
arn
arn:aws:lambda:us-east-1:478983378254:function:acceptanceWeatherBackend
awsVpcName
vpc-12345678
balances
balances
-relationships as nested fields.balanced_by
string[] dt.entity.ec2_instance
beanstalkEnvironmentName
called_by
called_by
-relationships as nested fields.calls
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
calls
-relationships as nested fields.called_by
string[] dt.entity.aws_application_load_balancer
string[] dt.entity.aws_lambda_function
string[] dt.entity.aws_network_load_balancer
string[] dt.entity.azure_api_management_service
string[] dt.entity.azure_application_gateway
string[] dt.entity.azure_cosmos_db
string[] dt.entity.azure_event_hub_namespace
string[] dt.entity.azure_function_app
string[] dt.entity.azure_iot_hub
string[] dt.entity.azure_load_balancer
string[] dt.entity.azure_redis_cache
string[] dt.entity.azure_service_bus_namespace
string[] dt.entity.azure_sql_server
string[] dt.entity.azure_storage_account
string[] dt.entity.custom_device
string[] dt.entity.custom_device_group
string[] dt.entity.elastic_load_balancer
string[] dt.entity.host
string[] dt.entity.process_group
string[] dt.entity.process_group_instance
string[] dt.entity.relational_database_service
dnsNames
entity.detected_name
ip-10-100-200-5.eu-west-1.compute.internal
entity.name
entity.customized_name
, entity.conditional_name
, entity.detected_name
.easyTravel
entity.type
host
; service
icon
id
entity-id
ipAddress
10.150.160.2
; 10.150.160.3
lbBalancedIps
lbPortMultimap
lbUnhealthyInstances
lbUnhealthyIps
lifetime
managementZones
Cloud: Google
runs
runs
-relationships as nested fields.runs_on
string[] dt.entity.custom_device
string[] dt.entity.queue_instance
string[] dt.entity.service
string[] dt.entity.service_instance
sitesOfBalancedInstances
tags
[[context]key:value, key:value, value]
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
accessible_by
accessible_by
-relationships as nested fields.can_access
string[] dt.entity.aws_credentials
arn
arn:aws:lambda:us-east-1:478983378254:function:acceptanceWeatherBackend
asgMaxSize
42
asgMinSize
42
asgSize
42
beanstalkEnvironmentName
contains
contains
-relationships as nested fields.belongs_to
string[] dt.entity.host
entity.detected_name
ip-10-100-200-5.eu-west-1.compute.internal
entity.name
entity.customized_name
, entity.conditional_name
, entity.detected_name
.easyTravel
entity.type
host
; service
icon
id
entity-id
instantiates
instantiates
-relationships as nested fields.instance_of
string[] dt.entity.ec2_instance
lifetime
managementZones
Cloud: Google
tags
[[context]key:value, key:value, value]
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
accessible_by
accessible_by
-relationships as nested fields.can_access
string[] dt.entity.aws_credentials
contains
contains
-relationships as nested fields.belongs_to
string[] dt.entity.aws_lambda_function
string[] dt.entity.dynamo_db_table
string[] dt.entity.ec2_instance
string[] dt.entity.host
string[] dt.entity.relational_database_service
entity.conditional_name
Cl-Prod1 Ser-1
entity.customized_name
Host 1234
entity.detected_name
ip-10-100-200-5.eu-west-1.compute.internal
entity.name
entity.customized_name
, entity.conditional_name
, entity.detected_name
.easyTravel
entity.type
host
; service
gcpZone
icon
id
entity-id
lifetime
managementZones
Cloud: Google
oneAgentCustomHostName
regionName
tags
[[context]key:value, key:value, value]
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
awsAccountId
123456789012
can_access
can_access
-relationships as nested fields.accessible_by
string[] dt.entity.auto_scaling_group
string[] dt.entity.aws_application_load_balancer
string[] dt.entity.aws_availability_zone
string[] dt.entity.aws_lambda_function
string[] dt.entity.aws_network_load_balancer
string[] dt.entity.custom_device
string[] dt.entity.custom_device_group
string[] dt.entity.dynamo_db_table
string[] dt.entity.ec2_instance
string[] dt.entity.elastic_load_balancer
string[] dt.entity.relational_database_service
string[] dt.entity.s3bucket
entity.detected_name
ip-10-100-200-5.eu-west-1.compute.internal
entity.name
entity.customized_name
, entity.conditional_name
, entity.detected_name
.easyTravel
entity.type
host
; service
icon
id
entity-id
lifetime
managementZones
Cloud: Google
tags
[[context]key:value, key:value, value]
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
accessible_by
accessible_by
-relationships as nested fields.can_access
string[] dt.entity.aws_credentials
arn
arn:aws:lambda:us-east-1:478983378254:function:acceptanceWeatherBackend
belongs_to
belongs_to
-relationships as nested fields.contains
string dt.entity.aws_availability_zone
entity.detected_name
ip-10-100-200-5.eu-west-1.compute.internal
entity.name
entity.customized_name
, entity.conditional_name
, entity.detected_name
.easyTravel
entity.type
host
; service
icon
id
entity-id
lifetime
tags
[[context]key:value, key:value, value]
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
arn
arn:aws:lambda:us-east-1:478983378254:function:acceptanceWeatherBackend
belongs_to
belongs_to
-relationships as nested fields.contains
string[] dt.entity.disk
string[] dt.entity.ec2_instance
creationTimestamp
deviceName
ebsSnapshotId
ebsType
entity.detected_name
ip-10-100-200-5.eu-west-1.compute.internal
entity.name
entity.customized_name
, entity.conditional_name
, entity.detected_name
.easyTravel
entity.type
host
; service
icon
id
entity-id
iops
42
lifetime
tags
[[context]key:value, key:value, value]
Fields used for dt.entity.ec2_instance.
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
accessible_by
accessible_by
-relationships as nested fields.can_access
string[] dt.entity.aws_credentials
amiId
arn
arn:aws:lambda:us-east-1:478983378254:function:acceptanceWeatherBackend
awsBasicMonitoring
true
awsBasicMonitoringSince
42
awsInstanceId
i-0922cda4579db3a45
awsInstanceType
t3.large
awsSecurityGroup
awsVpcName
vpc-12345678
balanced_by
balanced_by
-relationships as nested fields.balances
string[] dt.entity.aws_application_load_balancer
string[] dt.entity.aws_network_load_balancer
string[] dt.entity.elastic_load_balancer
beanstalkEnvironmentName
belongs_to
belongs_to
-relationships as nested fields.contains
string dt.entity.aws_availability_zone
contains
contains
-relationships as nested fields.belongs_to
string[] dt.entity.ebs_volume
entity.detected_name
ip-10-100-200-5.eu-west-1.compute.internal
entity.name
entity.customized_name
, entity.conditional_name
, entity.detected_name
.easyTravel
entity.type
host
; service
icon
id
entity-id
instance_of
instance_of
-relationships as nested fields.instantiates
string dt.entity.auto_scaling_group
lifetime
localHostName
localIp
managementZones
Cloud: Google
osArchitecture
X86
publicHostName
publicIp
runs
runs
-relationships as nested fields.runs_on
string dt.entity.host
tags
[[context]key:value, key:value, value]
virtualizedDiskType
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
accessible_by
accessible_by
-relationships as nested fields.can_access
string[] dt.entity.aws_credentials
arn
arn:aws:lambda:us-east-1:478983378254:function:acceptanceWeatherBackend
awsVpcName
vpc-12345678
balances
balances
-relationships as nested fields.balanced_by
string[] dt.entity.ec2_instance
beanstalkEnvironmentName
called_by
called_by
-relationships as nested fields.calls
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
calls
-relationships as nested fields.called_by
string[] dt.entity.aws_application_load_balancer
string[] dt.entity.aws_lambda_function
string[] dt.entity.aws_network_load_balancer
string[] dt.entity.azure_api_management_service
string[] dt.entity.azure_application_gateway
string[] dt.entity.azure_cosmos_db
string[] dt.entity.azure_event_hub_namespace
string[] dt.entity.azure_function_app
string[] dt.entity.azure_iot_hub
string[] dt.entity.azure_load_balancer
string[] dt.entity.azure_redis_cache
string[] dt.entity.azure_service_bus_namespace
string[] dt.entity.azure_sql_server
string[] dt.entity.azure_storage_account
string[] dt.entity.custom_device
string[] dt.entity.custom_device_group
string[] dt.entity.elastic_load_balancer
string[] dt.entity.host
string[] dt.entity.process_group
string[] dt.entity.process_group_instance
string[] dt.entity.relational_database_service
dnsNames
elbDnsName
elbPortMap
entity.detected_name
ip-10-100-200-5.eu-west-1.compute.internal
entity.name
entity.customized_name
, entity.conditional_name
, entity.detected_name
.easyTravel
entity.type
host
; service
icon
id
entity-id
ipAddress
10.150.160.2
; 10.150.160.3
lbPortMultimap
lbUnhealthyInstances
lifetime
managementZones
Cloud: Google
runs
runs
-relationships as nested fields.runs_on
string[] dt.entity.custom_device
string[] dt.entity.queue_instance
string[] dt.entity.service
string[] dt.entity.service_instance
sitesOfBalancedInstances
tags
[[context]key:value, key:value, value]
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
accessible_by
accessible_by
-relationships as nested fields.can_access
string[] dt.entity.aws_credentials
apiEndpointUrls
arn
arn:aws:lambda:us-east-1:478983378254:function:acceptanceWeatherBackend
awsCodeSize
42
awsMemorySize
42
awsRuntime
nodejs20.x
awsTimeout
42
awsVersion
$LATEST
belongs_to
belongs_to
-relationships as nested fields.contains
string dt.entity.aws_availability_zone
called_by
called_by
-relationships as nested fields.calls
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
calls
-relationships as nested fields.called_by
string[] dt.entity.aws_application_load_balancer
string[] dt.entity.aws_lambda_function
string[] dt.entity.aws_network_load_balancer
string[] dt.entity.azure_api_management_service
string[] dt.entity.azure_application_gateway
string[] dt.entity.azure_cosmos_db
string[] dt.entity.azure_event_hub_namespace
string[] dt.entity.azure_function_app
string[] dt.entity.azure_iot_hub
string[] dt.entity.azure_load_balancer
string[] dt.entity.azure_redis_cache
string[] dt.entity.azure_service_bus_namespace
string[] dt.entity.azure_sql_server
string[] dt.entity.azure_storage_account
string[] dt.entity.custom_device
string[] dt.entity.custom_device_group
string[] dt.entity.elastic_load_balancer
string[] dt.entity.host
string[] dt.entity.process_group
string[] dt.entity.process_group_instance
string[] dt.entity.relational_database_service
entity.detected_name
ip-10-100-200-5.eu-west-1.compute.internal
entity.name
entity.customized_name
, entity.conditional_name
, entity.detected_name
.easyTravel
entity.type
host
; service
icon
id
entity-id
lifetime
managementZones
Cloud: Google
runs
runs
-relationships as nested fields.runs_on
string[] dt.entity.custom_device
string[] dt.entity.queue_instance
string[] dt.entity.service
string[] dt.entity.service_instance
softwareTechnologies
type:DOTNET,edition:.NET Framework,version:4.8.9139.0
; type:KUBERNETES,edition:worker,version:null
tags
[[context]key:value, key:value, value]
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
accessible_by
accessible_by
-relationships as nested fields.can_access
string[] dt.entity.aws_credentials
arn
arn:aws:lambda:us-east-1:478983378254:function:acceptanceWeatherBackend
awsVpcName
vpc-12345678
balances
balances
-relationships as nested fields.balanced_by
string[] dt.entity.ec2_instance
beanstalkEnvironmentName
called_by
called_by
-relationships as nested fields.calls
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
calls
-relationships as nested fields.called_by
string[] dt.entity.aws_application_load_balancer
string[] dt.entity.aws_lambda_function
string[] dt.entity.aws_network_load_balancer
string[] dt.entity.azure_api_management_service
string[] dt.entity.azure_application_gateway
string[] dt.entity.azure_cosmos_db
string[] dt.entity.azure_event_hub_namespace
string[] dt.entity.azure_function_app
string[] dt.entity.azure_iot_hub
string[] dt.entity.azure_load_balancer
string[] dt.entity.azure_redis_cache
string[] dt.entity.azure_service_bus_namespace
string[] dt.entity.azure_sql_server
string[] dt.entity.azure_storage_account
string[] dt.entity.custom_device
string[] dt.entity.custom_device_group
string[] dt.entity.elastic_load_balancer
string[] dt.entity.host
string[] dt.entity.process_group
string[] dt.entity.process_group_instance
string[] dt.entity.relational_database_service
dnsNames
entity.detected_name
ip-10-100-200-5.eu-west-1.compute.internal
entity.name
entity.customized_name
, entity.conditional_name
, entity.detected_name
.easyTravel
entity.type
host
; service
icon
id
entity-id
ipAddress
10.150.160.2
; 10.150.160.3
lbBalancedIps
lbPortMultimap
lbUnhealthyInstances
lbUnhealthyIps
lifetime
managementZones
Cloud: Google
runs
runs
-relationships as nested fields.runs_on
string[] dt.entity.custom_device
string[] dt.entity.queue_instance
string[] dt.entity.service
string[] dt.entity.service_instance
sitesOfBalancedInstances
tags
[[context]key:value, key:value, value]
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
accessible_by
accessible_by
-relationships as nested fields.can_access
string[] dt.entity.aws_credentials
arn
arn:aws:lambda:us-east-1:478983378254:function:acceptanceWeatherBackend
beanstalkEnvironmentName
belongs_to
belongs_to
-relationships as nested fields.contains
string dt.entity.aws_availability_zone
called_by
called_by
-relationships as nested fields.calls
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
calls
-relationships as nested fields.called_by
string[] dt.entity.aws_application_load_balancer
string[] dt.entity.aws_lambda_function
string[] dt.entity.aws_network_load_balancer
string[] dt.entity.azure_api_management_service
string[] dt.entity.azure_application_gateway
string[] dt.entity.azure_cosmos_db
string[] dt.entity.azure_event_hub_namespace
string[] dt.entity.azure_function_app
string[] dt.entity.azure_iot_hub
string[] dt.entity.azure_load_balancer
string[] dt.entity.azure_redis_cache
string[] dt.entity.azure_service_bus_namespace
string[] dt.entity.azure_sql_server
string[] dt.entity.azure_storage_account
string[] dt.entity.custom_device
string[] dt.entity.custom_device_group
string[] dt.entity.elastic_load_balancer
string[] dt.entity.host
string[] dt.entity.process_group
string[] dt.entity.process_group_instance
string[] dt.entity.relational_database_service
dnsNames
entity.detected_name
ip-10-100-200-5.eu-west-1.compute.internal
entity.name
entity.customized_name
, entity.conditional_name
, entity.detected_name
.easyTravel
entity.type
host
; service
icon
id
entity-id
iops
42
ipAddress
10.150.160.2
; 10.150.160.3
lifetime
managementZones
Cloud: Google
rdsDbInstanceClass
rdsDbInstanceIdentifier
rdsDbName
rdsDbSnapshotIdentifier
rdsEndpoint
rdsEngine
rdsEngineVersion
rdsMultiAz
true
rdsPort
42
rdsPrimaryAvailabilityZone
rdsSecondaryAvailabilityZone
runs
runs
-relationships as nested fields.runs_on
string[] dt.entity.custom_device
string[] dt.entity.queue_instance
string[] dt.entity.service
string[] dt.entity.service_instance
state
RUNNING
tags
[[context]key:value, key:value, value]
Query entities in Grail.
fetch dt.entity.s3bucket| fieldsadd accessible_by, arn, creationTimestamp, entity.detected_name, entity.name, entity.type, icon, id, lifetime, tags
accessible_by
accessible_by
-relationships as nested fields.can_access
string[] dt.entity.aws_credentials
arn
arn:aws:lambda:us-east-1:478983378254:function:acceptanceWeatherBackend
creationTimestamp
entity.detected_name
ip-10-100-200-5.eu-west-1.compute.internal
entity.name
entity.customized_name
, entity.conditional_name
, entity.detected_name
.easyTravel
entity.type
host
; service
icon
id
entity-id
lifetime
tags
[[context]key:value, key:value, value]
Entity of a RUM web application.
applicationType
AUTO_INJECTED
calls
calls
-relationships as nested fields.called_by
string[] dt.entity.service
entity.name
entity.customized_name
, entity.conditional_name
, entity.detected_name
.easyTravel
entity.type
host
; service
id
entity-id
lifetime
managementZones
Cloud: Google
monitored_by
monitored_by
-relationships as nested fields.monitors
string[] dt.entity.external_synthetic_test
string[] dt.entity.http_check
string[] dt.entity.synthetic_test
tags
[[context]key:value, key:value, value]
Discontinued entity type for RUM web user actions. Only used by Dynatrace classic's problem analysis and root cause detection.
belongs_to
belongs_to
-relationships as nested fields.contains
string dt.entity.application
string dt.entity.application_method_group
entity.name
entity.customized_name
, entity.conditional_name
, entity.detected_name
.easyTravel
entity.type
host
; service
id
entity-id
lifetime
tags
[[context]key:value, key:value, value]
Discontinued entity type for grouping application_method entities. Only used by Dynatrace classic's problem analysis and root cause detection.
contains
contains
-relationships as nested fields.belongs_to
string[] dt.entity.application_method
entity.name
entity.customized_name
, entity.conditional_name
, entity.detected_name
.easyTravel
entity.type
host
; service
group_of
group_of
-relationships as nested fields.groups
string dt.entity.application
id
entity-id
lifetime
tags
[[context]key:value, key:value, value]
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
accessible_by
accessible_by
-relationships as nested fields.can_access
string[] dt.entity.azure_subscription
azureApiMgmtSku
azureResourceGroupName
my-resource-group
belongs_to
belongs_to
-relationships as nested fields.contains
string dt.entity.azure_region
called_by
called_by
-relationships as nested fields.calls
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
calls
-relationships as nested fields.called_by
string[] dt.entity.aws_application_load_balancer
string[] dt.entity.aws_lambda_function
string[] dt.entity.aws_network_load_balancer
string[] dt.entity.azure_api_management_service
string[] dt.entity.azure_application_gateway
string[] dt.entity.azure_cosmos_db
string[] dt.entity.azure_event_hub_namespace
string[] dt.entity.azure_function_app
string[] dt.entity.azure_iot_hub
string[] dt.entity.azure_load_balancer
string[] dt.entity.azure_redis_cache
string[] dt.entity.azure_service_bus_namespace
string[] dt.entity.azure_sql_server
string[] dt.entity.azure_storage_account
string[] dt.entity.custom_device
string[] dt.entity.custom_device_group
string[] dt.entity.elastic_load_balancer
string[] dt.entity.host
string[] dt.entity.process_group
string[] dt.entity.process_group_instance
string[] dt.entity.relational_database_service
dnsNames
entity.detected_name
ip-10-100-200-5.eu-west-1.compute.internal
entity.name
entity.customized_name
, entity.conditional_name
, entity.detected_name
.easyTravel
entity.type
host
; service
icon
id
entity-id
ipAddress
10.150.160.2
; 10.150.160.3
lifetime
managementZones
Cloud: Google
runs
runs
-relationships as nested fields.runs_on
string[] dt.entity.custom_device
string[] dt.entity.queue_instance
string[] dt.entity.service
string[] dt.entity.service_instance
tags
[[context]key:value, key:value, value]
Query entities in Grail.
fetch dt.entity.azure_app_service_plan| fieldsadd accessible_by, azureAppServicePlanTier, azureResourceGroupName, contains, entity.detected_name, entity.name, entity.type, icon, id, lifetime, managementZones, tags
accessible_by
accessible_by
-relationships as nested fields.can_access
string[] dt.entity.azure_subscription
azureAppServicePlanTier
azureResourceGroupName
my-resource-group
contains
contains
-relationships as nested fields.belongs_to
string[] dt.entity.azure_function_app
string[] dt.entity.azure_web_app
entity.conditional_name
Cl-Prod1 Ser-1
entity.name
entity.customized_name
, entity.conditional_name
, entity.detected_name
.easyTravel
entity.type
host
; service
icon
id
entity-id
lifetime
managementZones
Cloud: Google
tags
[[context]key:value, key:value, value]
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
accessible_by
accessible_by
-relationships as nested fields.can_access
string[] dt.entity.azure_subscription
azureResourceGroupName
my-resource-group
balances
balances
-relationships as nested fields.balanced_by
string[] dt.entity.azure_vm
belongs_to
belongs_to
-relationships as nested fields.contains
string dt.entity.azure_region
boshName
mysql/fa96ff4c-8290-47ef-80c1-bbca9b4c699d
called_by
called_by
-relationships as nested fields.calls
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
calls
-relationships as nested fields.called_by
string[] dt.entity.aws_application_load_balancer
string[] dt.entity.aws_lambda_function
string[] dt.entity.aws_network_load_balancer
string[] dt.entity.azure_api_management_service
string[] dt.entity.azure_application_gateway
string[] dt.entity.azure_cosmos_db
string[] dt.entity.azure_event_hub_namespace
string[] dt.entity.azure_function_app
string[] dt.entity.azure_iot_hub
string[] dt.entity.azure_load_balancer
string[] dt.entity.azure_redis_cache
string[] dt.entity.azure_service_bus_namespace
string[] dt.entity.azure_sql_server
string[] dt.entity.azure_storage_account
string[] dt.entity.custom_device
string[] dt.entity.custom_device_group
string[] dt.entity.elastic_load_balancer
string[] dt.entity.host
string[] dt.entity.process_group
string[] dt.entity.process_group_instance
string[] dt.entity.relational_database_service
dnsNames
entity.detected_name
ip-10-100-200-5.eu-west-1.compute.internal
entity.name
entity.customized_name
, entity.conditional_name
, entity.detected_name
.easyTravel
entity.type
host
; service
icon
id
entity-id
ipAddress
10.150.160.2
; 10.150.160.3
lifetime
listenPorts
50000
; 50001
; 50002
; 50003
managementZones
Cloud: Google
runs
runs
-relationships as nested fields.runs_on
string[] dt.entity.custom_device
string[] dt.entity.queue_instance
string[] dt.entity.service
string[] dt.entity.service_instance
tags
[[context]key:value, key:value, value]
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
accessible_by
accessible_by
-relationships as nested fields.can_access
string[] dt.entity.azure_subscription
azureCosmosDbAccountType
AZURE_COSMOSDB_ACCOUNT_TYPE_MONGO_DB
azureResourceGroupName
my-resource-group
belongs_to
belongs_to
-relationships as nested fields.contains
string dt.entity.azure_region
boshName
mysql/fa96ff4c-8290-47ef-80c1-bbca9b4c699d
called_by
called_by
-relationships as nested fields.calls
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
calls
-relationships as nested fields.called_by
string[] dt.entity.aws_application_load_balancer
string[] dt.entity.aws_lambda_function
string[] dt.entity.aws_network_load_balancer
string[] dt.entity.azure_api_management_service
string[] dt.entity.azure_application_gateway
string[] dt.entity.azure_cosmos_db
string[] dt.entity.azure_event_hub_namespace
string[] dt.entity.azure_function_app
string[] dt.entity.azure_iot_hub
string[] dt.entity.azure_load_balancer
string[] dt.entity.azure_redis_cache
string[] dt.entity.azure_service_bus_namespace
string[] dt.entity.azure_sql_server
string[] dt.entity.azure_storage_account
string[] dt.entity.custom_device
string[] dt.entity.custom_device_group
string[] dt.entity.elastic_load_balancer
string[] dt.entity.host
string[] dt.entity.process_group
string[] dt.entity.process_group_instance
string[] dt.entity.relational_database_service
dnsNames
entity.detected_name
ip-10-100-200-5.eu-west-1.compute.internal
entity.name
entity.customized_name
, entity.conditional_name
, entity.detected_name
.easyTravel
entity.type
host
; service
icon
id
entity-id
lifetime
managementZones
Cloud: Google
runs
runs
-relationships as nested fields.runs_on
string[] dt.entity.custom_device
string[] dt.entity.queue_instance
string[] dt.entity.service
string[] dt.entity.service_instance
tags
[[context]key:value, key:value, value]
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
azureResourceGroupName
my-resource-group
belongs_to
belongs_to
-relationships as nested fields.contains
string[] dt.entity.azure_subscription
boshName
mysql/fa96ff4c-8290-47ef-80c1-bbca9b4c699d
can_access
can_access
-relationships as nested fields.accessible_by
string[] dt.entity.custom_device
string[] dt.entity.custom_device_group
entity.detected_name
ip-10-100-200-5.eu-west-1.compute.internal
entity.name
entity.customized_name
, entity.conditional_name
, entity.detected_name
.easyTravel
entity.type
host
; service
icon
id
entity-id
lifetime
managementZones
Cloud: Google
tags
[[context]key:value, key:value, value]
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
accessible_by
accessible_by
-relationships as nested fields.can_access
string[] dt.entity.azure_subscription
azureEventHubMessageRetentionDays
1
azureEventHubPartitionCount
2
azureResourceGroupName
my-resource-group
belongs_to
belongs_to
-relationships as nested fields.contains
string dt.entity.azure_event_hub_namespace
string dt.entity.azure_storage_account
entity.detected_name
ip-10-100-200-5.eu-west-1.compute.internal
entity.name
entity.customized_name
, entity.conditional_name
, entity.detected_name
.easyTravel
entity.type
host
; service
icon
id
entity-id
lifetime
managementZones
Cloud: Google
tags
[[context]key:value, key:value, value]
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
accessible_by
accessible_by
-relationships as nested fields.can_access
string[] dt.entity.azure_subscription
azureEventHubNamespaceSku
AZURE_EVENT_HUB_NAMESPACE_SKU_BASIC
azureResourceGroupName
my-resource-group
belongs_to
belongs_to
-relationships as nested fields.contains
string dt.entity.azure_region
called_by
called_by
-relationships as nested fields.calls
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
calls
-relationships as nested fields.called_by
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
contains
-relationships as nested fields.belongs_to
string[] dt.entity.azure_event_hub
dnsNames
entity.detected_name
ip-10-100-200-5.eu-west-1.compute.internal
entity.name
entity.customized_name
, entity.conditional_name
, entity.detected_name
.easyTravel
entity.type
host
; service
icon
id
entity-id
lifetime
managementZones
Cloud: Google
runs
runs
-relationships as nested fields.runs_on
string[] dt.entity.custom_device
string[] dt.entity.queue_instance
string[] dt.entity.service
string[] dt.entity.service_instance
tags
[[context]key:value, key:value, value]
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
accessible_by
accessible_by
-relationships as nested fields.can_access
string[] dt.entity.azure_subscription
azureFunctionLanguage
dotnet-isolated
azureResourceGroupName
my-resource-group
azureResourceId
/subscriptions/000000000-0000-0000-0000-000000000000/resourceGroups/abc-rg/providers/Microsoft.Compute/virtualMachines/my-vm
belongs_to
belongs_to
-relationships as nested fields.contains
string dt.entity.azure_app_service_plan
string[] dt.entity.host
string[] dt.entity.process_group
string[] dt.entity.process_group_instance
called_by
called_by
-relationships as nested fields.calls
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
calls
-relationships as nested fields.called_by
string[] dt.entity.aws_application_load_balancer
string[] dt.entity.aws_lambda_function
string[] dt.entity.aws_network_load_balancer
string[] dt.entity.azure_api_management_service
string[] dt.entity.azure_application_gateway
string[] dt.entity.azure_cosmos_db
string[] dt.entity.azure_event_hub_namespace
string[] dt.entity.azure_function_app
string[] dt.entity.azure_iot_hub
string[] dt.entity.azure_load_balancer
string[] dt.entity.azure_redis_cache
string[] dt.entity.azure_service_bus_namespace
string[] dt.entity.azure_sql_server
string[] dt.entity.azure_storage_account
string[] dt.entity.custom_device_group
string[] dt.entity.elastic_load_balancer
string[] dt.entity.process_group
string[] dt.entity.relational_database_service
dnsNames
entity.detected_name
ip-10-100-200-5.eu-west-1.compute.internal
entity.name
entity.customized_name
, entity.conditional_name
, entity.detected_name
.easyTravel
entity.type
host
; service
icon
id
entity-id
lifetime
managementZones
Cloud: Google
runs
runs
-relationships as nested fields.runs_on
string[] dt.entity.service
sku
tags
[[context]key:value, key:value, value]
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
accessible_by
accessible_by
-relationships as nested fields.can_access
string[] dt.entity.azure_subscription
azureIotHubBuildInEventHubEndpoint
1231231231namespace.servicebus.windows.net
azureIotHubCapacityProvisionedUnits
1
azurePricingTier
Free
azureResourceGroupName
my-resource-group
belongs_to
belongs_to
-relationships as nested fields.contains
string dt.entity.azure_region
called_by
called_by
-relationships as nested fields.calls
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
calls
-relationships as nested fields.called_by
string[] dt.entity.aws_application_load_balancer
string[] dt.entity.aws_lambda_function
string[] dt.entity.aws_network_load_balancer
string[] dt.entity.azure_api_management_service
string[] dt.entity.azure_application_gateway
string[] dt.entity.azure_cosmos_db
string[] dt.entity.azure_event_hub_namespace
string[] dt.entity.azure_function_app
string[] dt.entity.azure_iot_hub
string[] dt.entity.azure_load_balancer
string[] dt.entity.azure_redis_cache
string[] dt.entity.azure_service_bus_namespace
string[] dt.entity.azure_sql_server
string[] dt.entity.azure_storage_account
string[] dt.entity.custom_device
string[] dt.entity.custom_device_group
string[] dt.entity.elastic_load_balancer
string[] dt.entity.host
string[] dt.entity.process_group
string[] dt.entity.process_group_instance
string[] dt.entity.relational_database_service
dnsNames
entity.detected_name
ip-10-100-200-5.eu-west-1.compute.internal
entity.name
entity.customized_name
, entity.conditional_name
, entity.detected_name
.easyTravel
entity.type
host
; service
icon
id
entity-id
lifetime
managementZones
Cloud: Google
runs
runs
-relationships as nested fields.runs_on
string[] dt.entity.custom_device
string[] dt.entity.queue_instance
string[] dt.entity.service
string[] dt.entity.service_instance
sku
tags
[[context]key:value, key:value, value]
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
accessible_by
accessible_by
-relationships as nested fields.can_access
string[] dt.entity.azure_subscription
azureLoadBalancerSku
AZURE_LB_STANDARD
azureResourceGroupName
my-resource-group
balances
balances
-relationships as nested fields.balanced_by
string[] dt.entity.azure_vm
belongs_to
belongs_to
-relationships as nested fields.contains
string dt.entity.azure_region
called_by
called_by
-relationships as nested fields.calls
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
calls
-relationships as nested fields.called_by
string[] dt.entity.aws_application_load_balancer
string[] dt.entity.aws_lambda_function
string[] dt.entity.aws_network_load_balancer
string[] dt.entity.azure_api_management_service
string[] dt.entity.azure_application_gateway
string[] dt.entity.azure_cosmos_db
string[] dt.entity.azure_event_hub_namespace
string[] dt.entity.azure_function_app
string[] dt.entity.azure_iot_hub
string[] dt.entity.azure_load_balancer
string[] dt.entity.azure_redis_cache
string[] dt.entity.azure_service_bus_namespace
string[] dt.entity.azure_sql_server
string[] dt.entity.azure_storage_account
string[] dt.entity.custom_device
string[] dt.entity.custom_device_group
string[] dt.entity.elastic_load_balancer
string[] dt.entity.host
string[] dt.entity.process_group
string[] dt.entity.process_group_instance
string[] dt.entity.relational_database_service
dnsNames
entity.detected_name
ip-10-100-200-5.eu-west-1.compute.internal
entity.name
entity.customized_name
, entity.conditional_name
, entity.detected_name
.easyTravel
entity.type
host
; service
icon
id
entity-id
ipAddress
10.150.160.2
; 10.150.160.3
lifetime
listenPorts
50000
; 50001
; 50002
; 50003
managementZones
Cloud: Google
runs
runs
-relationships as nested fields.runs_on
string[] dt.entity.custom_device
string[] dt.entity.queue_instance
string[] dt.entity.service
string[] dt.entity.service_instance
tags
[[context]key:value, key:value, value]
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
azureManagementGroupUuid
azureResourceGroupName
my-resource-group
belongs_to
belongs_to
-relationships as nested fields.contains
string dt.entity.azure_tenant
contains
contains
-relationships as nested fields.belongs_to
string[] dt.entity.azure_subscription
entity.detected_name
ip-10-100-200-5.eu-west-1.compute.internal
entity.name
entity.customized_name
, entity.conditional_name
, entity.detected_name
.easyTravel
entity.type
host
; service
icon
id
entity-id
lifetime
managementZones
Cloud: Google
tags
[[context]key:value, key:value, value]
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
accessible_by
accessible_by
-relationships as nested fields.can_access
string[] dt.entity.azure_subscription
azureResourceGroupName
my-resource-group
belongs_to
belongs_to
-relationships as nested fields.contains
string dt.entity.azure_region
boshName
mysql/fa96ff4c-8290-47ef-80c1-bbca9b4c699d
called_by
called_by
-relationships as nested fields.calls
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
calls
-relationships as nested fields.called_by
string[] dt.entity.aws_application_load_balancer
string[] dt.entity.aws_lambda_function
string[] dt.entity.aws_network_load_balancer
string[] dt.entity.azure_api_management_service
string[] dt.entity.azure_application_gateway
string[] dt.entity.azure_cosmos_db
string[] dt.entity.azure_event_hub_namespace
string[] dt.entity.azure_function_app
string[] dt.entity.azure_iot_hub
string[] dt.entity.azure_load_balancer
string[] dt.entity.azure_redis_cache
string[] dt.entity.azure_service_bus_namespace
string[] dt.entity.azure_sql_server
string[] dt.entity.azure_storage_account
string[] dt.entity.custom_device
string[] dt.entity.custom_device_group
string[] dt.entity.elastic_load_balancer
string[] dt.entity.host
string[] dt.entity.process_group
string[] dt.entity.process_group_instance
string[] dt.entity.relational_database_service
dnsNames
entity.detected_name
ip-10-100-200-5.eu-west-1.compute.internal
entity.name
entity.customized_name
, entity.conditional_name
, entity.detected_name
.easyTravel
entity.type
host
; service
icon
id
entity-id
lifetime
listenPorts
50000
; 50001
; 50002
; 50003
managementZones
Cloud: Google
runs
runs
-relationships as nested fields.runs_on
string[] dt.entity.custom_device
string[] dt.entity.queue_instance
string[] dt.entity.service
string[] dt.entity.service_instance
tags
[[context]key:value, key:value, value]
Query entities in Grail.
fetch dt.entity.azure_region| fieldsadd accessible_by, contains, entity.detected_name, entity.name, entity.type, icon, id, lifetime, tags
accessible_by
accessible_by
-relationships as nested fields.can_access
string[] dt.entity.azure_subscription
contains
contains
-relationships as nested fields.belongs_to
string[] dt.entity.azure_api_management_service
string[] dt.entity.azure_application_gateway
string[] dt.entity.azure_cosmos_db
string[] dt.entity.azure_event_hub_namespace
string[] dt.entity.azure_iot_hub
string[] dt.entity.azure_load_balancer
string[] dt.entity.azure_redis_cache
string[] dt.entity.azure_service_bus_namespace
string[] dt.entity.azure_sql_server
string[] dt.entity.azure_storage_account
string[] dt.entity.azure_vm
string[] dt.entity.custom_device
string[] dt.entity.host
entity.detected_name
ip-10-100-200-5.eu-west-1.compute.internal
entity.name
entity.customized_name
, entity.conditional_name
, entity.detected_name
.easyTravel
entity.type
host
; service
icon
id
entity-id
lifetime
tags
[[context]key:value, key:value, value]
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
accessible_by
accessible_by
-relationships as nested fields.can_access
string[] dt.entity.azure_subscription
azureResourceGroupName
my-resource-group
azureSqlDbId
00000000-0000-0000-0000-000000000000
azureSqlDbMaxSizeBytes
42
azureSqlDbSecondaryRegion
belongs_to
belongs_to
-relationships as nested fields.contains
string dt.entity.azure_sql_elastic_pool
string dt.entity.azure_sql_server
entity.detected_name
ip-10-100-200-5.eu-west-1.compute.internal
entity.name
entity.customized_name
, entity.conditional_name
, entity.detected_name
.easyTravel
entity.type
host
; service
icon
id
entity-id
lifetime
managementZones
Cloud: Google
tags
[[context]key:value, key:value, value]
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
accessible_by
accessible_by
-relationships as nested fields.can_access
string[] dt.entity.azure_subscription
azureResourceGroupName
my-resource-group
azureSqlElasticPoolDatabaseMaxCapacity
2.0
azureSqlElasticPoolDatabaseMinCapacity
0.0
azureSqlElasticPoolDtu
2
azureSqlElasticPoolStorageLimitMb
1073741824
azureSqlElasticPoolTier
GeneralPurpose
contains
contains
-relationships as nested fields.belongs_to
string[] dt.entity.azure_sql_database
string dt.entity.azure_sql_server
entity.detected_name
ip-10-100-200-5.eu-west-1.compute.internal
entity.name
entity.customized_name
, entity.conditional_name
, entity.detected_name
.easyTravel
entity.type
host
; service
icon
id
entity-id
lifetime
managementZones
Cloud: Google
tags
[[context]key:value, key:value, value]
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
accessible_by
accessible_by
-relationships as nested fields.can_access
string[] dt.entity.azure_subscription
azureResourceGroupName
my-resource-group
belongs_to
belongs_to
-relationships as nested fields.contains
string dt.entity.azure_region
string[] dt.entity.azure_sql_elastic_pool
called_by
called_by
-relationships as nested fields.calls
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
calls
-relationships as nested fields.called_by
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
contains
-relationships as nested fields.belongs_to
string[] dt.entity.azure_sql_database
dnsNames
entity.detected_name
ip-10-100-200-5.eu-west-1.compute.internal
entity.name
entity.customized_name
, entity.conditional_name
, entity.detected_name
.easyTravel
entity.type
host
; service
icon
id
entity-id
lifetime
managementZones
Cloud: Google
runs
runs
-relationships as nested fields.runs_on
string[] dt.entity.custom_device
string[] dt.entity.queue_instance
string[] dt.entity.service
string[] dt.entity.service_instance
softwareTechnologies
type:DOTNET,edition:.NET Framework,version:4.8.9139.0
; type:KUBERNETES,edition:worker,version:null
tags
[[context]key:value, key:value, value]
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
accessible_by
accessible_by
-relationships as nested fields.can_access
string[] dt.entity.azure_subscription
azureResourceGroupName
my-resource-group
belongs_to
belongs_to
-relationships as nested fields.contains
string dt.entity.azure_region
called_by
called_by
-relationships as nested fields.calls
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
calls
-relationships as nested fields.called_by
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
contains
-relationships as nested fields.belongs_to
string[] dt.entity.azure_service_bus_queue
string[] dt.entity.azure_service_bus_topic
dnsNames
entity.detected_name
ip-10-100-200-5.eu-west-1.compute.internal
entity.name
entity.customized_name
, entity.conditional_name
, entity.detected_name
.easyTravel
entity.type
host
; service
icon
id
entity-id
lifetime
managementZones
Cloud: Google
runs
runs
-relationships as nested fields.runs_on
string[] dt.entity.custom_device
string[] dt.entity.queue_instance
string[] dt.entity.service
string[] dt.entity.service_instance
tags
[[context]key:value, key:value, value]
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
accessible_by
accessible_by
-relationships as nested fields.can_access
string[] dt.entity.azure_subscription
azureResourceGroupName
my-resource-group
azureServiceBusLastAccessTimestamp
-62135596800000
azureServiceBusMaxSizeMb
1024
belongs_to
belongs_to
-relationships as nested fields.contains
string dt.entity.azure_service_bus_namespace
entity.detected_name
ip-10-100-200-5.eu-west-1.compute.internal
entity.name
entity.customized_name
, entity.conditional_name
, entity.detected_name
.easyTravel
entity.type
host
; service
icon
id
entity-id
lifetime
managementZones
Cloud: Google
tags
[[context]key:value, key:value, value]
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
accessible_by
accessible_by
-relationships as nested fields.can_access
string[] dt.entity.azure_subscription
azureResourceGroupName
my-resource-group
azureServiceBusLastAccessTimestamp
-62135596800000
azureServiceBusMaxSizeMb
1024
azureServiceBusTopicSubscriptionCount
42
belongs_to
belongs_to
-relationships as nested fields.contains
string dt.entity.azure_service_bus_namespace
entity.detected_name
ip-10-100-200-5.eu-west-1.compute.internal
entity.name
entity.customized_name
, entity.conditional_name
, entity.detected_name
.easyTravel
entity.type
host
; service
icon
id
entity-id
lifetime
managementZones
Cloud: Google
tags
[[context]key:value, key:value, value]
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
accessible_by
accessible_by
-relationships as nested fields.can_access
string[] dt.entity.azure_subscription
azureResourceGroupName
my-resource-group
azureStorageAccountPrimaryRegion
azureStorageAccountSecondaryRegion
belongs_to
belongs_to
-relationships as nested fields.contains
string dt.entity.azure_region
called_by
called_by
-relationships as nested fields.calls
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
calls
-relationships as nested fields.called_by
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
contains
-relationships as nested fields.belongs_to
string[] dt.entity.azure_event_hub
dnsNames
entity.detected_name
ip-10-100-200-5.eu-west-1.compute.internal
entity.name
entity.customized_name
, entity.conditional_name
, entity.detected_name
.easyTravel
entity.type
host
; service
icon
id
entity-id
lifetime
managementZones
Cloud: Google
runs
runs
-relationships as nested fields.runs_on
string[] dt.entity.custom_device
string[] dt.entity.queue_instance
string[] dt.entity.service
string[] dt.entity.service_instance
tags
[[context]key:value, key:value, value]
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
azureSubscriptionUuid
00000000-0000-0000-0000-000000000000
belongs_to
belongs_to
-relationships as nested fields.contains
string[] dt.entity.azure_mgmt_group
string dt.entity.azure_tenant
can_access
can_access
-relationships as nested fields.accessible_by
string[] dt.entity.azure_api_management_service
string[] dt.entity.azure_app_service_plan
string[] dt.entity.azure_application_gateway
string[] dt.entity.azure_cosmos_db
string[] dt.entity.azure_event_hub
string[] dt.entity.azure_event_hub_namespace
string[] dt.entity.azure_function_app
string[] dt.entity.azure_iot_hub
string[] dt.entity.azure_load_balancer
string[] dt.entity.azure_redis_cache
string[] dt.entity.azure_region
string[] dt.entity.azure_service_bus_namespace
string[] dt.entity.azure_service_bus_queue
string[] dt.entity.azure_service_bus_topic
string[] dt.entity.azure_sql_database
string[] dt.entity.azure_sql_elastic_pool
string[] dt.entity.azure_sql_server
string[] dt.entity.azure_storage_account
string[] dt.entity.azure_vm
string[] dt.entity.azure_vm_scale_set
string[] dt.entity.azure_web_app
contains
contains
-relationships as nested fields.belongs_to
string[] dt.entity.azure_credentials
string[] dt.entity.custom_device
string[] dt.entity.custom_device_group
entity.detected_name
ip-10-100-200-5.eu-west-1.compute.internal
entity.name
entity.customized_name
, entity.conditional_name
, entity.detected_name
.easyTravel
entity.type
host
; service
icon
id
entity-id
lifetime
managementZones
Cloud: Google
tags
[[context]key:value, key:value, value]
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
azureResourceGroupName
my-resource-group
azureTenantUuid
00000000-0000-0000-0000-000000000000
contains
contains
-relationships as nested fields.belongs_to
string[] dt.entity.azure_mgmt_group
string[] dt.entity.azure_subscription
entity.detected_name
ip-10-100-200-5.eu-west-1.compute.internal
entity.name
entity.customized_name
, entity.conditional_name
, entity.detected_name
.easyTravel
entity.type
host
; service
icon
id
entity-id
lifetime
managementZones
Cloud: Google
tags
[[context]key:value, key:value, value]
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
accessible_by
accessible_by
-relationships as nested fields.can_access
string[] dt.entity.azure_subscription
azureResourceGroupName
my-resource-group
azureResourceId
/subscriptions/000000000-0000-0000-0000-000000000000/resourceGroups/abc-rg/providers/Microsoft.Compute/virtualMachines/my-vm
azureVmAvailabilitySetName
my-availability-set
azureVmSize
balanced_by
balanced_by
-relationships as nested fields.balances
string[] dt.entity.azure_application_gateway
string[] dt.entity.azure_load_balancer
belongs_to
belongs_to
-relationships as nested fields.contains
string dt.entity.azure_region
string dt.entity.azure_vm_scale_set
dnsNames
entity.detected_name
ip-10-100-200-5.eu-west-1.compute.internal
entity.name
entity.customized_name
, entity.conditional_name
, entity.detected_name
.easyTravel
entity.type
host
; service
gcpZone
id
entity-id
ipAddress
10.150.160.2
; 10.150.160.3
lifetime
oneAgentCustomHostName
osType
LINUX
; WINDOWS
runs
runs
-relationships as nested fields.runs_on
string dt.entity.host
tags
[[context]key:value, key:value, value]
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
accessible_by
accessible_by
-relationships as nested fields.can_access
string[] dt.entity.azure_subscription
azureResourceGroupName
my-resource-group
azureScaleSetCapacity
1
azureVmSize
contains
contains
-relationships as nested fields.belongs_to
string[] dt.entity.azure_vm
string[] dt.entity.host
entity.detected_name
ip-10-100-200-5.eu-west-1.compute.internal
entity.name
entity.customized_name
, entity.conditional_name
, entity.detected_name
.easyTravel
entity.type
host
; service
icon
id
entity-id
lifetime
oneAgentCustomHostName
tags
[[context]key:value, key:value, value]
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
accessible_by
accessible_by
-relationships as nested fields.can_access
string[] dt.entity.azure_subscription
belongs_to
belongs_to
-relationships as nested fields.contains
string dt.entity.azure_app_service_plan
string[] dt.entity.host
string[] dt.entity.process_group
string[] dt.entity.process_group_instance
entity.conditional_name
Cl-Prod1 Ser-1
entity.customized_name
Host 1234
entity.detected_name
ip-10-100-200-5.eu-west-1.compute.internal
entity.name
entity.customized_name
, entity.conditional_name
, entity.detected_name
.easyTravel
entity.type
host
; service
icon
id
entity-id
lifetime
managementZones
Cloud: Google
tags
[[context]key:value, key:value, value]
Fields used for dt.entity.bosh_deployment.
awsNameTag
boshName
mysql/fa96ff4c-8290-47ef-80c1-bbca9b4c699d
contains
contains
-relationships as nested fields.belongs_to
string[] dt.entity.host
entity.conditional_name
Cl-Prod1 Ser-1
entity.customized_name
Host 1234
entity.detected_name
ip-10-100-200-5.eu-west-1.compute.internal
entity.name
entity.customized_name
, entity.conditional_name
, entity.detected_name
.easyTravel
entity.type
host
; service
gcpZone
icon
id
entity-id
lifetime
oneAgentCustomHostName
tags
[[context]key:value, key:value, value]
Discontinued entity type for browsers. Only used by Dynatrace classic's problem analysis and root cause detection.
browserDetail
FAMILY
child_of
child_of
-relationships as nested fields.parent_of
string dt.entity.browser
entity.name
entity.customized_name
, entity.conditional_name
, entity.detected_name
.easyTravel
entity.type
host
; service
id
entity-id
lifetime
parent_of
parent_of
-relationships as nested fields.child_of
string[] dt.entity.browser
tags
[[context]key:value, key:value, value]
Fields used for dt.entity.cf_foundation.
awsNameTag
boshName
mysql/fa96ff4c-8290-47ef-80c1-bbca9b4c699d
contains
contains
-relationships as nested fields.belongs_to
string[] dt.entity.host
entity.conditional_name
Cl-Prod1 Ser-1
entity.customized_name
Host 1234
entity.detected_name
ip-10-100-200-5.eu-west-1.compute.internal
entity.name
entity.customized_name
, entity.conditional_name
, entity.detected_name
.easyTravel
entity.type
host
; service
gcpZone
icon
id
entity-id
lifetime
managementZones
Cloud: Google
oneAgentCustomHostName
tags
[[context]key:value, key:value, value]
Kubernetes Workloads (e.g., Deployments, Statefulsets, Daemonsets, Jobs, Cronjobs, …) are modeled as cloud applications.
awsNameTag
balanced_by
balanced_by
-relationships as nested fields.balances
string[] dt.entity.kubernetes_service
belongs_to
belongs_to
-relationships as nested fields.contains
string dt.entity.cloud_application_namespace
boshName
mysql/fa96ff4c-8290-47ef-80c1-bbca9b4c699d
called_by
called_by
-relationships as nested fields.calls
string[] dt.entity.cloud_application
calls
calls
-relationships as nested fields.called_by
string[] dt.entity.cloud_application
string[] dt.entity.kubernetes_service
cloudApplicationDeploymentTypes
cloudApplicationLabels
clustered_by
clustered_by
-relationships as nested fields.cluster_of
string dt.entity.kubernetes_cluster
contains
contains
-relationships as nested fields.belongs_to
string[] dt.entity.container_group_instance
string[] dt.entity.process_group
string[] dt.entity.service
entity.conditional_name
Cl-Prod1 Ser-1
entity.customized_name
Host 1234
entity.detected_name
ip-10-100-200-5.eu-west-1.compute.internal
entity.name
entity.customized_name
, entity.conditional_name
, entity.detected_name
.easyTravel
entity.type
host
; service
gcpZone
icon
id
entity-id
instantiates
instantiates
-relationships as nested fields.instance_of
string[] dt.entity.cloud_application_instance
kubernetesConditions
lifetime
managementZones
Cloud: Google
namespaceName
observedBy
oneAgentCustomHostName
resourceUid
tags
[[context]key:value, key:value, value]
Kubernetes Pods are modeled as cloud application instances.
awsNameTag
balanced_by
balanced_by
-relationships as nested fields.balances
string[] dt.entity.kubernetes_service
belongs_to
belongs_to
-relationships as nested fields.contains
string dt.entity.cloud_application_namespace
boshName
mysql/fa96ff4c-8290-47ef-80c1-bbca9b4c699d
cloudApplicationInstancePhase
cloudApplicationLabels
clustered_by
clustered_by
-relationships as nested fields.cluster_of
string dt.entity.kubernetes_cluster
containerRestartCount
42
contains
contains
-relationships as nested fields.belongs_to
string[] dt.entity.container_group_instance
string[] dt.entity.process_group
desiredContainersCount
42
entity.conditional_name
Cl-Prod1 Ser-1
entity.customized_name
Host 1234
entity.detected_name
ip-10-100-200-5.eu-west-1.compute.internal
entity.name
entity.customized_name
, entity.conditional_name
, entity.detected_name
.easyTravel
entity.type
host
; service
gcpZone
icon
id
entity-id
instance_of
instance_of
-relationships as nested fields.instantiates
string dt.entity.cloud_application
internalIpAddresses
lifetime
limitsCPU
42
limitsMemory
42
managementZones
Cloud: Google
namespaceName
nodeName
oneAgentCustomHostName
requestsCPU
42
requestsMemory
42
resourceCreationTimestamp
resourceDeletionTimestamp
resourceUid
runningContainersCount
42
runs_on
runs_on
-relationships as nested fields.runs
string dt.entity.kubernetes_node
tags
[[context]key:value, key:value, value]
workloadName
workloadType
Kubernetes Namespaces are modeled as cloud application namespaces.
awsNameTag
boshName
mysql/fa96ff4c-8290-47ef-80c1-bbca9b4c699d
cloudApplicationLabels
clustered_by
clustered_by
-relationships as nested fields.cluster_of
string dt.entity.kubernetes_cluster
contains
contains
-relationships as nested fields.belongs_to
string[] dt.entity.cloud_application
string[] dt.entity.cloud_application_instance
string[] dt.entity.container_group_instance
string[] dt.entity.kubernetes_service
string[] dt.entity.process_group
string[] dt.entity.service
entity.conditional_name
Cl-Prod1 Ser-1
entity.customized_name
Host 1234
entity.detected_name
ip-10-100-200-5.eu-west-1.compute.internal
entity.name
entity.customized_name
, entity.conditional_name
, entity.detected_name
.easyTravel
entity.type
host
; service
gcpZone
icon
id
entity-id
lifetime
managementZones
Cloud: Google
oneAgentCustomHostName
resourceUid
tags
[[context]key:value, key:value, value]
Fields used for dt.entity.container_group.
contains
contains
-relationships as nested fields.belongs_to
string[] dt.entity.process_group
entity.conditional_name
Cl-Prod1 Ser-1
entity.customized_name
Host 1234
entity.detected_name
ip-10-100-200-5.eu-west-1.compute.internal
entity.name
entity.customized_name
, entity.conditional_name
, entity.detected_name
.easyTravel
entity.type
host
; service
id
entity-id
instantiates
instantiates
-relationships as nested fields.instance_of
string[] dt.entity.container_group_instance
lifetime
managementZones
Cloud: Google
metadata
KUBERNETES_CONTAINER_NAME:netd
; KUBERNETES_BASE_POD_NAME:netd
; KUBERNETES_NAMESPACE:kube-system
tags
[[context]key:value, key:value, value]
Containers are modeled as container group instances.
belongs_to
belongs_to
-relationships as nested fields.contains
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
sha256:c7b48b077bf9130a6bd3b2fcb6d473e88eafc488262256f38fd663e890133af9
containerImageId
6b344b222ca01944f96315337dac9a5fa09d6e17a9445f2154b704ebf9759aa0a
containerImageName
guu84124.live.dynatrace.com/linux/oneagent:latest
containerNames
keen_payne
; silly_mestorf"
containerNamesTruncated
true
containerProperties
[{containerName=keen_payne, containerId=88304d82ea86d845fcd32e38b2d0afc97a3dd75bbe0e9eb54ebabc46bc4ea5c7}, {containerName=silly_mestorf, containerId=ddb08c4cc76f41be213828eaea5a417d6d7ad46d0252f02d1c610aeca6ac54e8}]
containerizationType
DOCKER
contains
contains
-relationships as nested fields.belongs_to
string[] dt.entity.process_group_instance
entity.conditional_name
Cl-Prod1 Ser-1
entity.customized_name
Host 1234
entity.detected_name
ip-10-100-200-5.eu-west-1.compute.internal
entity.name
entity.customized_name
, entity.conditional_name
, entity.detected_name
.easyTravel
entity.type
host
; service
id
entity-id
instance_of
instance_of
-relationships as nested fields.instantiates
string dt.entity.container_group
ipAddress
10.150.160.2
; 10.150.160.3
lifetime
managementZones
Cloud: Google
metadata
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
nodeName
podName
tags
[[context]key:value, key:value, value]
workloadName
Entity of a RUM custom application.
calls
calls
-relationships as nested fields.called_by
string[] dt.entity.service
entity.name
entity.customized_name
, entity.conditional_name
, entity.detected_name
.easyTravel
entity.type
host
; service
id
entity-id
lifetime
managementZones
Cloud: Google
mobileOsFamily
['ANDROID', 'IOS', 'TVOS']
tags
[[context]key:value, key:value, value]
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
accessible_by
accessible_by
-relationships as nested fields.can_access
string[] dt.entity.aws_credentials
string[] dt.entity.azure_credentials
belongs_to
belongs_to
-relationships as nested fields.contains
string[] dt.entity.azure_region
string dt.entity.azure_subscription
string[] dt.entity.custom_device
called_by
called_by
-relationships as nested fields.calls
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
calls
-relationships as nested fields.called_by
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
child_of
-relationships as nested fields.parent_of
string dt.entity.custom_device
contains
contains
-relationships as nested fields.belongs_to
string[] dt.entity.custom_device
customFavicon
customProperties
dnsNames
entity.conditional_name
Cl-Prod1 Ser-1
entity.customized_name
Host 1234
entity.detected_name
ip-10-100-200-5.eu-west-1.compute.internal
entity.name
entity.customized_name
, entity.conditional_name
, entity.detected_name
.easyTravel
entity.type
host
; service
icon
id
entity-id
instance_of
instance_of
-relationships as nested fields.instantiates
string dt.entity.custom_device
string dt.entity.custom_device_group
instantiates
instantiates
-relationships as nested fields.instance_of
string[] dt.entity.custom_device
ipAddress
10.150.160.2
; 10.150.160.3
lifetime
listenPorts
50000
; 50001
; 50002
; 50003
managementZones
Cloud: Google
oneAgentCustomHostName
parent_of
parent_of
-relationships as nested fields.child_of
string[] dt.entity.custom_device
runs
runs
-relationships as nested fields.runs_on
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
runs_on
-relationships as nested fields.runs
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
same_as
-relationships as nested fields. This is a bidirectional relationshipstring[] dt.entity.custom_device
tags
[[context]key:value, key:value, value]
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
accessible_by
accessible_by
-relationships as nested fields.can_access
string[] dt.entity.aws_credentials
string[] dt.entity.azure_credentials
belongs_to
belongs_to
-relationships as nested fields.contains
string[] dt.entity.azure_subscription
boshName
mysql/fa96ff4c-8290-47ef-80c1-bbca9b4c699d
called_by
called_by
-relationships as nested fields.calls
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
calls
-relationships as nested fields.called_by
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
customProperties
entity.conditional_name
Cl-Prod1 Ser-1
entity.customized_name
Host 1234
entity.detected_name
ip-10-100-200-5.eu-west-1.compute.internal
entity.name
entity.customized_name
, entity.conditional_name
, entity.detected_name
.easyTravel
entity.type
host
; service
icon
id
entity-id
instantiates
instantiates
-relationships as nested fields.instance_of
string[] dt.entity.custom_device
lifetime
managementZones
Cloud: Google
oneAgentCustomHostName
pluginsRunning
runs
runs
-relationships as nested fields.runs_on
string[] dt.entity.service
softwareTechnologies
type:DOTNET,edition:.NET Framework,version:4.8.9139.0
; type:KUBERNETES,edition:worker,version:null
tags
[[context]key:value, key:value, value]
Fields used for dt.entity.datastore.
awsNameTag
belongs_to
belongs_to
-relationships as nested fields.contains
string[] dt.entity.hypervisor
string[] dt.entity.virtualmachine
string[] dt.entity.vmware_datacenter
boshName
mysql/fa96ff4c-8290-47ef-80c1-bbca9b4c699d
datastoreFreeSpace
42
datastoreTotalSpace
42
datastoreUrl
entity.conditional_name
Cl-Prod1 Ser-1
entity.customized_name
Host 1234
entity.detected_name
ip-10-100-200-5.eu-west-1.compute.internal
entity.name
entity.customized_name
, entity.conditional_name
, entity.detected_name
.easyTravel
entity.type
host
; service
gcpZone
icon
id
entity-id
lifetime
oneAgentCustomHostName
tags
[[context]key:value, key:value, value]
Discontinued entity type for RUM mobile and custom user actions. Only used by Dynatrace classic's problem analysis and root cause detection.
belongs_to
belongs_to
-relationships as nested fields.contains
string dt.entity.custom_application
string dt.entity.device_application_method_group
string dt.entity.mobile_application
entity.name
entity.customized_name
, entity.conditional_name
, entity.detected_name
.easyTravel
entity.type
host
; service
id
entity-id
lifetime
tags
[[context]key:value, key:value, value]
Discontinued entity type for grouping device_application_method entities. Only used by Dynatrace classic's problem analysis and root cause detection.
contains
contains
-relationships as nested fields.belongs_to
string[] dt.entity.device_application_method
entity.name
entity.customized_name
, entity.conditional_name
, entity.detected_name
.easyTravel
entity.type
host
; service
group_of
group_of
-relationships as nested fields.groups
string dt.entity.custom_application
string dt.entity.mobile_application
id
entity-id
lifetime
tags
[[context]key:value, key:value, value]
Fields used for dt.entity.disk.
belongs_to
belongs_to
-relationships as nested fields.contains
string dt.entity.host
contains
contains
-relationships as nested fields.belongs_to
string[] dt.entity.ebs_volume
entity.customized_name
Host 1234
entity.detected_name
ip-10-100-200-5.eu-west-1.compute.internal
entity.name
entity.customized_name
, entity.conditional_name
, entity.detected_name
.easyTravel
entity.type
host
; service
id
entity-id
lifetime
tags
[[context]key:value, key:value, value]
Fields used for dt.entity.environment.
awsNameTag
boshName
mysql/fa96ff4c-8290-47ef-80c1-bbca9b4c699d
entity.conditional_name
Cl-Prod1 Ser-1
entity.customized_name
Host 1234
entity.detected_name
ip-10-100-200-5.eu-west-1.compute.internal
entity.name
entity.customized_name
, entity.conditional_name
, entity.detected_name
.easyTravel
entity.type
host
; service
gcpZone
icon
id
entity-id
lifetime
oneAgentCustomHostName
tags
[[context]key:value, key:value, value]
Fields used for dt.entity.external_synthetic_test.
assignedLocations
['SYNTHETIC_LOCATION-22AAF80F0E2CAF4B', 'SYNTHETIC_LOCATION-0000000000000064']
contains
contains
-relationships as nested fields.belongs_to
string[] dt.entity.external_synthetic_test_step
createdBy
jane.doe@dynatrace.com
entity.name
entity.customized_name
, entity.conditional_name
, entity.detected_name
.['Workflow test']
entity.type
EXTERNAL_SYNTHETIC_TEST
externalSyntheticTestSubtype
customType
id
entity-id
EXTERNAL_SYNTHETIC_TEST-AB02C9D0A9E18B99
isEnabled
true
lastExecutionTimestamp
42
lastModificationSource
webui
; rest
lastModifiedBy
jane.doe@dynatrace.com
lifetime
modificationTimestamp
42
monitors
monitors
-relationships as nested fields.monitored_by
string[] dt.entity.application
runs_on
runs_on
-relationships as nested fields.runs
string[] dt.entity.synthetic_location
steps
['EXTERNAL_SYNTHETIC_TEST_STEP-E3B7B18230E88471', 'EXTERNAL_SYNTHETIC_TEST_STEP-E3B7B18230E88488']
syntheticMonitorFrequency
5
tags
[[context]key:value, key:value, value]
Fields used for dt.entity.external_synthetic_test_step.
belongs_to
belongs_to
-relationships as nested fields.contains
string dt.entity.external_synthetic_test
entity.name
entity.customized_name
, entity.conditional_name
, entity.detected_name
.easyTravel
entity.type
host
; service
id
entity-id
lifetime
tags
[[context]key:value, key:value, value]
Query entities in Grail.
fetch dt.entity.gcp_zone| fieldsadd contains, entity.detected_name, entity.name, entity.type, icon, id, lifetime, tags
contains
contains
-relationships as nested fields.belongs_to
string[] dt.entity.google_compute_engine
string[] dt.entity.host
entity.conditional_name
Cl-Prod1 Ser-1
entity.customized_name
Host 1234
entity.detected_name
ip-10-100-200-5.eu-west-1.compute.internal
entity.name
entity.customized_name
, entity.conditional_name
, entity.detected_name
.easyTravel
entity.type
host
; service
icon
id
entity-id
lifetime
oneAgentCustomHostName
tags
[[context]key:value, key:value, value]
Fields used for dt.entity.geoloc_site.
awsNameTag
boshName
mysql/fa96ff4c-8290-47ef-80c1-bbca9b4c699d
contains
contains
-relationships as nested fields.belongs_to
string[] dt.entity.host
entity.conditional_name
Cl-Prod1 Ser-1
entity.customized_name
Host 1234
entity.detected_name
ip-10-100-200-5.eu-west-1.compute.internal
entity.name
entity.customized_name
, entity.conditional_name
, entity.detected_name
.easyTravel
entity.type
host
; service
gcpZone
icon
id
entity-id
lifetime
oneAgentCustomHostName
tags
[[context]key:value, key:value, value]
Discontinued entity type for geolocations. Only used by Dynatrace classic's problem analysis and root cause detection.
child_of
child_of
-relationships as nested fields.parent_of
string dt.entity.geolocation
entity.name
entity.customized_name
, entity.conditional_name
, entity.detected_name
.easyTravel
entity.type
host
; service
geolocationType
CITY
id
entity-id
latitude
48.3074
lifetime
longitude
14.285
parent_of
parent_of
-relationships as nested fields.child_of
string[] dt.entity.geolocation
tags
[[context]key:value, key:value, value]
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
child_of
child_of
-relationships as nested fields.parent_of
string dt.entity.cloud:gcp:project
cluster_id
test-autopilot-cluster
database
mna-deleteme
icon
id
entity-id
instance_id
4043249715513101616
; 6807016761191161008
location
us-central1
managementZones
Cloud: Google
project_id
my-gcp-project-id
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
child_of
child_of
-relationships as nested fields.parent_of
string dt.entity.cloud:gcp:project
cluster_id
test-autopilot-cluster
icon
id
entity-id
instance_id
4043249715513101616
; 6807016761191161008
location
us-central1
managementZones
Cloud: Google
project_id
my-gcp-project-id
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
child_of
child_of
-relationships as nested fields.parent_of
string dt.entity.cloud:gcp:project
env
icon
id
entity-id
location
us-central1
managementZones
Cloud: Google
org
project_id
my-gcp-project-id
proxy_name
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
child_of
child_of
-relationships as nested fields.parent_of
string dt.entity.cloud:gcp:project
endpoint
env
icon
id
entity-id
location
us-central1
managementZones
Cloud: Google
org
project_id
my-gcp-project-id
proxy_name
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
child_of
child_of
-relationships as nested fields.parent_of
string dt.entity.cloud:gcp:project
icon
id
entity-id
lifetime
managementZones
Cloud: Google
module_id
default
project_id
my-gcp-project-id
version_id
20210527t141714
; 20231220t210134
zone
asia-south1-4
; us12
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
autoscaler_id
9119968825502707496
autoscaler_name
bcd-uscentral1-ymc--streaming--connector
child_of
child_of
-relationships as nested fields.parent_of
string dt.entity.cloud:gcp:project
icon
id
entity-id
lifetime
location
us-central1
managementZones
Cloud: Google
project_id
my-gcp-project-id
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
child_of
child_of
-relationships as nested fields.parent_of
string dt.entity.cloud:gcp:project
icon
id
entity-id
location
us-central1
managementZones
Cloud: Google
model_id
project_id
my-gcp-project-id
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
child_of
child_of
-relationships as nested fields.parent_of
string dt.entity.cloud:gcp:project
cluster
test-autopilot-cluster
icon
id
entity-id
instance
4043249715513101616
; 6807016761191161008
managementZones
Cloud: Google
project_id
my-gcp-project-id
zone
asia-south1-4
; us12
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
child_of
child_of
-relationships as nested fields.parent_of
string dt.entity.cloud:gcp:project
cluster
test-autopilot-cluster
icon
id
entity-id
instance
4043249715513101616
; 6807016761191161008
managementZones
Cloud: Google
project_id
my-gcp-project-id
table
zone
asia-south1-4
; us12
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
child_of
child_of
-relationships as nested fields.parent_of
string dt.entity.cloud:gcp:project
environment_name
icon
id
entity-id
managementZones
Cloud: Google
project_id
my-gcp-project-id
region
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, gcp.cloud_function.region = region, gcp.cloud_function.resource_name = resource_name
child_of
child_of
-relationships as nested fields.parent_of
string dt.entity.cloud:gcp:project
function_name
icon
id
entity-id
lifetime
managementZones
Cloud: Google
project_id
my-gcp-project-id
region
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
child_of
child_of
-relationships as nested fields.parent_of
string dt.entity.cloud:gcp:project
icon
id
entity-id
interconnect_id
managementZones
Cloud: Google
project_id
my-gcp-project-id
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
attachment_id
child_of
child_of
-relationships as nested fields.parent_of
string dt.entity.cloud:gcp:project
icon
id
entity-id
interconnect_id
interconnect_project
managementZones
Cloud: Google
project_id
my-gcp-project-id
region
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
child_of
child_of
-relationships as nested fields.parent_of
string dt.entity.cloud:gcp:project
gateway_name
my-gateway
icon
id
entity-id
lifetime
managementZones
Cloud: Google
project_id
my-gcp-project-id
region
asia-northeast1
; europe-north1
router_id
1102348796056853363
; 121333026606236500
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
child_of
child_of
-relationships as nested fields.parent_of
string dt.entity.cloud:gcp:project
icon
id
entity-id
managementZones
Cloud: Google
project_id
my-gcp-project-id
region
replication_name
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
child_of
child_of
-relationships as nested fields.parent_of
string dt.entity.cloud:gcp:project
icon
id
entity-id
managementZones
Cloud: Google
project_id
my-gcp-project-id
region
storage_pool_name
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
child_of
child_of
-relationships as nested fields.parent_of
string dt.entity.cloud:gcp:project
icon
id
entity-id
managementZones
Cloud: Google
project_id
my-gcp-project-id
region
volume_name
Query entities in Grail.
fetch `dt.entity.cloud:gcp:project`| fieldsadd gcp.project = entity.name, entity.type, icon, id, managementZones
child_of
child_of
-relationships as nested fields.parent_of
string dt.entity.cloud:gcp:project
icon
id
entity-id
lifetime
managementZones
Cloud: Google
resource_name
my-gcp-project-id
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
child_of
child_of
-relationships as nested fields.parent_of
string dt.entity.cloud:gcp:project
configuration_name
e2e-test-sample-service
icon
id
entity-id
lifetime
location
europe-central2
; us-central1
managementZones
Cloud: Google
project_id
my-gcp-project-id
revision_name
e2e-test-sample-service-00002-bif
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
child_of
child_of
-relationships as nested fields.parent_of
string dt.entity.cloud:gcp:project
database_id
dynatrace-gcp-extension:mna-deleteme
icon
id
entity-id
lifetime
managementZones
Cloud: Google
project_id
my-gcp-project-id
region
US_CENTRAL
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
child_of
child_of
-relationships as nested fields.parent_of
string dt.entity.cloud:gcp:project
icon
id
entity-id
instance_config
instance_id
lifetime
location
managementZones
Cloud: Google
project_id
my-gcp-project-id
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
bucket_name
gcf-sources-18202722272-us-east1
; my-gcs-bucket
child_of
child_of
-relationships as nested fields.parent_of
string dt.entity.cloud:gcp:project
icon
id
entity-id
lifetime
location
us-west2
; europe-central2
; eu
; asia
; us
managementZones
Cloud: Google
project_id
my-gcp-project-id
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
child_of
child_of
-relationships as nested fields.parent_of
string dt.entity.cloud:gcp:project
icon
id
entity-id
lifetime
managementZones
Cloud: Google
node_id
project_id
my-gcp-project-id
worker_id
zone
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
child_of
child_of
-relationships as nested fields.parent_of
string dt.entity.cloud:gcp:project
icon
id
entity-id
lifetime
managementZones
Cloud: Google
project_id
my-gcp-project-id
queue_id
sample-queue
region
us-central1
target_type
app_engine
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
child_of
child_of
-relationships as nested fields.parent_of
string dt.entity.cloud:gcp:project
icon
id
entity-id
managementZones
Cloud: Google
project_id
my-gcp-project-id
region
vpn_gateway_id
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
belongs_to
belongs_to
-relationships as nested fields.contains
string dt.entity.gcp_zone
entity.conditional_name
Cl-Prod1 Ser-1
entity.customized_name
Host 1234
entity.detected_name
ip-10-100-200-5.eu-west-1.compute.internal
entity.name
entity.customized_name
, entity.conditional_name
, entity.detected_name
.easyTravel
entity.type
host
; service
icon
id
entity-id
lifetime
runs
runs
-relationships as nested fields.runs_on
string dt.entity.host
tags
[[context]key:value, key:value, value]
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
child_of
child_of
-relationships as nested fields.parent_of
string dt.entity.cloud:gcp:project
cluster_name
acceptance-cluster
; e2e-test
cluster_uuid
icon
id
entity-id
managementZones
Cloud: Google
project_id
my-gcp-project-id
region
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
child_of
child_of
-relationships as nested fields.parent_of
string dt.entity.cloud:gcp:project
icon
id
entity-id
instance_name
lifetime
location
managementZones
Cloud: Google
project_id
my-gcp-project-id
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
child_of
child_of
-relationships as nested fields.parent_of
string dt.entity.cloud:gcp:project
database_id
dynatrace-gcp-extension:mna-deleteme
icon
id
entity-id
location
us-central1
managementZones
Cloud: Google
project_id
my-gcp-project-id
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
backend_name
backend_scope
backend_scope_type
ZONE
; REGION
backend_target_name
backend_target_type
BACKEND_SERVICE
; BACKEND_BUCKET
child_of
child_of
-relationships as nested fields.parent_of
string dt.entity.cloud:gcp:project
forwarding_rule_name
icon
id
entity-id
lifetime
location
managementZones
Cloud: Google
project_id
my-gcp-project-id
target_proxy_name
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
child_of
child_of
-relationships as nested fields.parent_of
string dt.entity.cloud:gcp:project
icon
id
entity-id
instance_group_id
1320111616171210543
; 191712101114111100
instance_group_name
gk3-my-autopilot--pool-2-0d658ec6-grp
; dataflow-kapitan-bomba--1697760000-1792-10191700-yqgy-harness
lifetime
location
us-central1-c
; us-central1
; us-central1
managementZones
Cloud: Google
project_id
my-gcp-project-id
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
backend_name
backend_scope
backend_scope_type
ZONE
; REGION
; UNKNOWN
backend_target_name
backend_target_type
BACKEND_SERVICE
; UNKNOWN
backend_type
INSTANCE_GROUP
; NETWORK_ENDPOINT_GROUP
; UNKNOWN
child_of
child_of
-relationships as nested fields.parent_of
string dt.entity.cloud:gcp:project
forwarding_rule_name
icon
id
entity-id
lifetime
location
managementZones
Cloud: Google
network_name
project_id
my-gcp-project-id
target_proxy_name
url_map_name
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
backend_name
backend_scope
backend_scope_type
ZONE
; REGION
backend_target_name
backend_target_type
BACKEND_SERVICE
backend_type
INSTANCE_GROUP
; NETWORK_ENDPOINT_GROUP
child_of
child_of
-relationships as nested fields.parent_of
string dt.entity.cloud:gcp:project
icon
id
entity-id
lifetime
load_balancer_name
location
managementZones
Cloud: Google
network_name
project_id
my-gcp-project-id
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
child_of
child_of
-relationships as nested fields.parent_of
string dt.entity.cloud:gcp:project
cluster_name
acceptance-cluster
; e2e-test
icon
id
entity-id
lifetime
location
us-central1-a
; us-central1
; europe-central2-a
managementZones
Cloud: Google
project_id
my-gcp-project-id
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
child_of
child_of
-relationships as nested fields.parent_of
string dt.entity.cloud:gcp:project
cluster_name
acceptance-cluster
; e2e-test
icon
id
entity-id
lifetime
location
us-central1
; europe-central2-a
; europe-central2-a
managementZones
Cloud: Google
namespace_name
kube-system
; dynatrace
; default
node_name
gk3-e2e-test-1fb0pccn-70c12bc0-lm9x
; gk3-demot-t-pool-2-11653629-cfkj
pod_name
fluentbit-gke-small-rlsqq
; alertmanager-0
; dynatrace-gcp-monitor-7bd84b54b9-r6nl8
project_id
my-gcp-project-id
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
child_of
child_of
-relationships as nested fields.parent_of
string dt.entity.cloud:gcp:project
cluster_name
acceptance-cluster
; e2e-test
icon
id
entity-id
lifetime
location
us-central1
; us-central1-c
; europe-central2
managementZones
Cloud: Google
node_name
gk3-e2e-test-1fb0pccn-70c12bc0-lm9x
; gk3-demot-t-pool-2-11653629-cfkj
project_id
my-gcp-project-id
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
child_of
child_of
-relationships as nested fields.parent_of
string dt.entity.cloud:gcp:project
cluster_name
acceptance-cluster
; e2e-test
icon
id
entity-id
lifetime
location
us-central1-a
; us-central1
; europe-central2-a
managementZones
Cloud: Google
namespace_name
kube-system
; default
; dynatrace
pod_name
k8s-monitoring-collector-jrzdz
; nginx-ingress-ingress-nginx-controller-55dbf5bfd5-d4h64
; fluentbit-gke-big-6rxdf
project_id
my-gcp-project-id
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
child_of
child_of
-relationships as nested fields.parent_of
string dt.entity.cloud:gcp:project
icon
id
entity-id
instance_id
projects/my-gcp-project/locations/us-central1/instances/my-redis
lifetime
managementZones
Cloud: Google
node_id
node-0
; node-1
project_id
my-gcp-project-id
region
us-central1
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
backend_name
ad1411191f2224e1b1cff9516566ee07
; aa2dc2232c327427a2f4aa3c514b80d1
backend_scope
UNSUPPORTED_FOR_TARGET_POOL
backend_scope_type
ZONE
; REGION
; UNSUPPORTED_FOR_TARGET_POOL
backend_target_name
ad1411191f2224e1b1cff9516566ee07
; aa2dc2232c327427a2f4aa3c514b80d1
backend_target_type
TARGET_POOL
backend_type
TARGET_POOL
child_of
child_of
-relationships as nested fields.parent_of
string dt.entity.cloud:gcp:project
endpoint_zone
us-central1-c
; asia-southeast1-a
forwarding_rule_name
ad1411191f2224e1b1cff9516566ee07
; aa2dc2232c327427a2f4aa3c514b80d1
icon
id
entity-id
lifetime
load_balancer_name
ad1411191f2224e1b1cff9516566ee07
; aa2dc2232c327427a2f4aa3c514b80d1
location
us-central1
; asia-southeast1
managementZones
Cloud: Google
network_name
default
project_id
my-gcp-project-id
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
child_of
child_of
-relationships as nested fields.parent_of
string dt.entity.cloud:gcp:project
icon
id
entity-id
managementZones
Cloud: Google
policy_name
project_id
my-gcp-project-id
region
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
child_of
child_of
-relationships as nested fields.parent_of
string dt.entity.cloud:gcp:project
icon
id
entity-id
lifetime
location
us-east1-a
; us-west1-a
managementZones
Cloud: Google
partition
0
project_id
my-gcp-project-id
subscription_id
my-subscription
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
child_of
child_of
-relationships as nested fields.parent_of
string dt.entity.cloud:gcp:project
icon
id
entity-id
lifetime
location
us-east1-a
; us-west1-a
managementZones
Cloud: Google
partition
-1
project_id
my-gcp-project-id
topic_id
my-topic
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
child_of
child_of
-relationships as nested fields.parent_of
string dt.entity.cloud:gcp:project
icon
id
entity-id
lifetime
managementZones
Cloud: Google
project_id
my-gcp-project-id
snapshot_id
123456789190
; my-snapshot
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
child_of
child_of
-relationships as nested fields.parent_of
string dt.entity.cloud:gcp:project
icon
id
entity-id
lifetime
managementZones
Cloud: Google
project_id
my-gcp-project-id
subscription_id
e2e_test_subscription_1234567891
; my-test-subscription
topic_id
e2e_test_topic_1234567891
; my-test-topic
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
child_of
child_of
-relationships as nested fields.parent_of
string dt.entity.cloud:gcp:project
icon
id
entity-id
lifetime
managementZones
Cloud: Google
project_id
my-gcp-project-id
topic_id
e2e_test_topic_1234567891
; my-test-topic
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
agent_id
agent_pool
child_of
child_of
-relationships as nested fields.parent_of
string dt.entity.cloud:gcp:project
icon
id
entity-id
managementZones
Cloud: Google
project_id
my-gcp-project-id
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
child_of
child_of
-relationships as nested fields.parent_of
string dt.entity.cloud:gcp:project
icon
id
entity-id
job_id
managementZones
Cloud: Google
project_id
my-gcp-project-id
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
backend_name
backend_scope
backend_scope_type
ZONE
; REGION
backend_target_name
backend_target_type
BACKEND_SERVICE
backend_type
INSTANCE_GROUP
; NETWORK_ENDPOINT_GROUP
child_of
child_of
-relationships as nested fields.parent_of
string dt.entity.cloud:gcp:project
icon
id
entity-id
lifetime
location
global
; us-central1
managementZones
Cloud: Google
project_id
my-gcp-project-id
target_proxy_name
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
child_of
child_of
-relationships as nested fields.parent_of
string dt.entity.cloud:gcp:project
host
icon
id
entity-id
managementZones
Cloud: Google
project_id
my-gcp-project-id
region
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
child_of
child_of
-relationships as nested fields.parent_of
string dt.entity.cloud:gcp:project
icon
id
entity-id
instance_id
4043249715513101616
; 6807016761191161008
instance_name
gk2-ad-demo-cluster1-default-pool-1c7c6249-dl06
; launcher-20231120203025415964151215101412
lifetime
managementZones
Cloud: Google
project_id
my-gcp-project-id
zone
europe-west1-d
; us-central1-b
; us-central1-a
; us-central1-f
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
child_of
child_of
-relationships as nested fields.parent_of
string dt.entity.cloud:gcp:project
connector_id
icon
id
entity-id
managementZones
Cloud: Google
project_id
my-gcp-project-id
region
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
child_of
child_of
-relationships as nested fields.parent_of
string dt.entity.cloud:gcp:project
connector_id
icon
id
entity-id
managementZones
Cloud: Google
project_id
my-gcp-project-id
region
Fields used for dt.entity.http_check.
assignedLocations
['SYNTHETIC_LOCATION-22AAF80F0E2CAF4B', 'SYNTHETIC_LOCATION-0000000000000064']
calls
calls
-relationships as nested fields.called_by
string[] dt.entity.service
contains
contains
-relationships as nested fields.belongs_to
string[] dt.entity.http_check_step
createdBy
jane.doe@dynatrace.com
entity.name
entity.customized_name
, entity.conditional_name
, entity.detected_name
.EasyTravel
entity.type
HTTP_CHECK
id
entity-id
HTTP_CHECK-A2C7B19E60E8812B
isEnabled
true
lastExecutionTimestamp
42
lastModificationSource
webui
; rest
lastModifiedBy
jane.doe@dynatrace.com
lifetime
manuallyAssignedApplications
['APPLICATION-5CB5CFDC37582832']
modificationTimestamp
42
monitors
monitors
-relationships as nested fields.monitored_by
string[] dt.entity.application
runs_on
runs_on
-relationships as nested fields.runs
string[] dt.entity.synthetic_location
steps
['HTTP_CHECK_STEP-E3B7B18230E88471', 'HTTP_CHECK_STEP-163DA8757CB84F76']
syntheticMonitorFrequency
5
tags
[[context]key:value, key:value, value]
Fields used for dt.entity.http_check_step.
belongs_to
belongs_to
-relationships as nested fields.contains
string dt.entity.http_check
entity.name
entity.customized_name
, entity.conditional_name
, entity.detected_name
.easyTravel
entity.type
host
; service
id
entity-id
lifetime
tags
[[context]key:value, key:value, value]
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.
additionalSystemInfo
{'system.processor[0].frequency.max': '2500'}
; {'system.processor[0].model': 'Intel(R) Xeon(R) Platinum 8175M CPU @ 2.50GHz'}
; {'system.model': 'm5.large'}
autoInjection
ENABLED
awsNameTag
azureComputeModeName
DEDICATED
azureEnvironment
AzurePublicCloud
azureHostNames
azureResourceGroupName
my-resource-group
azureSiteNames
azureSku
Basic
azureVmScaleSetName
my-vmss
azureVmSizeLabel
Standard_D4s_v3
azureZone
belongs_to
belongs_to
-relationships as nested fields.contains
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
64
boshAvailabilityZone
eu-central-1b
boshDeploymentId
cf-c32ffe771e4ad26b9711
boshInstanceId
1e336edc-af86-49f0-ac38-b840f661d24d
boshInstanceName
diego_database
boshName
mysql/fa96ff4c-8290-47ef-80c1-bbca9b4c699d
boshStemcellVersion
621.448
called_by
called_by
-relationships as nested fields.calls
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
calls
-relationships as nested fields.called_by
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
cloudType
EC2
; AZURE
; GOOGLE_CLOUD_PLATFORM
clustered_by
clustered_by
-relationships as nested fields.cluster_of
string dt.entity.kubernetes_cluster
contains
contains
-relationships as nested fields.belongs_to
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
4
customHostMetadata
[ENVIRONMENT]OperatorVersion:v0.9.0
; [GOOGLE_COMPUTE_ENGINE]cluster-name:ext-demo1
dnsNames
entity.conditional_name
Cl-Prod1 Ser-1
entity.customized_name
Host 1234
entity.detected_name
ip-10-100-200-5.eu-west-1.compute.internal
entity.name
entity.customized_name
, entity.conditional_name
, entity.detected_name
.easyTravel
entity.type
host
; service
gceHostName
gke-keptn-demo1-cos-bd5b5ae9-fk69.c.dynatrace-demoability.internal
gceInstanceId
7395358062463303481
gceInstanceName
gke-keptn-demo1-cos-bd5b5ae9-fk69
gceMachineType
n2-highcpu-8
gceNumericProjectId
gceNumericProjectId
gceProjectId
dynatrace-demoability
gcePublicIpAddresses
35.188.50.71
; 35.226.180.68
; 34.31.75.83
gcpZone
hypervisorType
KVM
; VMWARE
id
entity-id
installerPotentialProblem
false
installerSupportAlert
true
installerTrackedDownload
true
installerVersion
1.277.165.20231024-150054
instance_of
instance_of
-relationships as nested fields.instantiates
string dt.entity.host_group
ipAddress
10.150.160.2
; 10.150.160.3
isMonitoringCandidate
true
kubernetesLabels
lifetime
logFileStatus
logPathLastUpdate
logSourceState
logicalCpuCores
8
logicalCpus
8
macAddresses
managementZones
Cloud: Google
memoryTotal
8141684736
monitoringMode
FULL_STACK
; INFRASTRUCTURE
networkZone
demo-ocp
oneAgentCustomHostName
osArchitecture
X86
osServices
{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
LINUX
; WINDOWS
osVersion
Ubuntu 16.04.7 LTS (Xenial Xerus) (kernel 4.15.0-206-generic)
; Windows Server 2022 Datacenter 21H2 2009, ver. 10.0.20348
paasMemoryLimit
2047
paasVendorType
AZURE_WEBSITES
physicalMemory
8141684736
runs
runs
-relationships as nested fields.runs_on
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
runs_on
-relationships as nested fields.runs
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
4
softwareTechnologies
type:DOTNET,edition:.NET Framework,version:4.8.9139.0
; type:KUBERNETES,edition:worker,version:null
standalone
true
standaloneSpecialAgentsOnly
true
state
RUNNING
tags
[[context]key:value, key:value, value]
virtualCpus
2
zosCPUModelNumber
zosCPUSerialNumber
zosLparName
zosSystemName
zosTotalGeneralPurposeProcessors
42
zosTotalPhysicalMemory
42
zosTotalZiipProcessors
42
zosVirtualization
Fields used for dt.entity.host_group.
entity.conditional_name
Cl-Prod1 Ser-1
entity.customized_name
Host 1234
entity.detected_name
ip-10-100-200-5.eu-west-1.compute.internal
entity.name
entity.customized_name
, entity.conditional_name
, entity.detected_name
.easyTravel
entity.type
host
; service
group_of
group_of
-relationships as nested fields.groups
string[] dt.entity.process_group
string[] dt.entity.process_group_instance
id
entity-id
instantiates
instantiates
-relationships as nested fields.instance_of
string[] dt.entity.host
lifetime
managementZones
Cloud: Google
tags
[[context]key:value, key:value, value]
Fields used for dt.entity.kubernetes_cluster.
activeGateId
0xa72f286e
activeGateVersion
1.287.0.20240214-093858
awsNameTag
boshName
mysql/fa96ff4c-8290-47ef-80c1-bbca9b4c699d
cluster_of
cluster_of
-relationships as nested fields.clustered_by
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
contains
-relationships as nested fields.belongs_to
string[] dt.entity.container_group_instance
entity.conditional_name
Cl-Prod1 Ser-1
entity.customized_name
Host 1234
entity.detected_name
ip-10-100-200-5.eu-west-1.compute.internal
entity.name
entity.customized_name
, entity.conditional_name
, entity.detected_name
.easyTravel
entity.type
host
; service
gcpZone
icon
id
entity-id
kubernetesClusterId
kubernetesDistribution
lifetime
managementZones
Cloud: Google
oneAgentCustomHostName
tags
[[context]key:value, key:value, value]
Fields used for dt.entity.kubernetes_node.
awsNameTag
belongs_to
belongs_to
-relationships as nested fields.contains
string dt.entity.host
boshName
mysql/fa96ff4c-8290-47ef-80c1-bbca9b4c699d
clustered_by
clustered_by
-relationships as nested fields.cluster_of
string dt.entity.kubernetes_cluster
entity.conditional_name
Cl-Prod1 Ser-1
entity.customized_name
Host 1234
entity.detected_name
ip-10-100-200-5.eu-west-1.compute.internal
entity.name
entity.customized_name
, entity.conditional_name
, entity.detected_name
.easyTravel
entity.type
host
; service
gcpZone
icon
id
entity-id
internalIpAddresses
ipAddress
10.150.160.2
; 10.150.160.3
kubeletVersion
kubernetesConditions
kubernetesLabels
kubernetesNodeConditions
kubernetesNodeCordoned
true
kubernetesNodeRoles
kubernetesNodeStates
kubernetesNodeUid
kubernetesProviderType
lifetime
managementZones
Cloud: Google
oneAgentCustomHostName
osArchitecture
X86
osInfo
Ubuntu 16.04.5 LTS
osType
LINUX
; WINDOWS
osVersion
5.15.133+
runs
runs
-relationships as nested fields.runs_on
string[] dt.entity.cloud_application_instance
tags
[[context]key:value, key:value, value]
Fields used for dt.entity.kubernetes_service.
awsNameTag
balances
balances
-relationships as nested fields.balanced_by
string[] dt.entity.cloud_application
string[] dt.entity.cloud_application_instance
belongs_to
belongs_to
-relationships as nested fields.contains
string dt.entity.cloud_application_namespace
boshName
mysql/fa96ff4c-8290-47ef-80c1-bbca9b4c699d
called_by
called_by
-relationships as nested fields.calls
string[] dt.entity.cloud_application
cloudApplicationLabels
cloudNetworkServicePort
cloudNetworkServiceType
clustered_by
clustered_by
-relationships as nested fields.cluster_of
string dt.entity.kubernetes_cluster
entity.conditional_name
Cl-Prod1 Ser-1
entity.customized_name
Host 1234
entity.detected_name
ip-10-100-200-5.eu-west-1.compute.internal
entity.name
entity.customized_name
, entity.conditional_name
, entity.detected_name
.easyTravel
entity.type
host
; service
externalName
gcpZone
icon
id
entity-id
internalIpAddresses
ipAddress
10.150.160.2
; 10.150.160.3
kubernetesLabels
lifetime
managementZones
Cloud: Google
namespaceName
oneAgentCustomHostName
resourceCreationTimestamp
tags
[[context]key:value, key:value, value]
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
child_of
child_of
-relationships as nested fields.parent_of
string dt.entity.cloud:gcp:project
fqdn
icon
id
entity-id
location
us-central1
managementZones
Cloud: Google
project_id
my-gcp-project-id
Entity of a RUM mobile application.
calls
calls
-relationships as nested fields.called_by
string[] dt.entity.service
entity.name
entity.customized_name
, entity.conditional_name
, entity.detected_name
.easyTravel
entity.type
host
; service
id
entity-id
lifetime
managementZones
Cloud: Google
mobileOsFamily
['ANDROID', 'IOS', 'TVOS']
tags
[[context]key:value, key:value, value]
Fields used for dt.entity.multiprotocol_monitor.
assignedLocations
['SYNTHETIC_LOCATION-22AAF80F0E2CAF4B', 'SYNTHETIC_LOCATION-0000000000000064']
createdBy
jane.doe@dynatrace.com
entity.name
entity.customized_name
, entity.conditional_name
, entity.detected_name
.Lab network availability
entity.type
MULTIPROTOCOL_MONITOR
id
entity-id
MULTIPROTOCOL_MONITOR-793019F0A907DB38
isEnabled
true
lastExecutionTimestamp
42
lastModificationSource
webui
; rest
lastModifiedBy
jane.doe@dynatrace.com
lifetime
modificationTimestamp
42
monitors
monitors
-relationships as nested fields.monitored_by
string[] dt.entity.host
multiProtocolMonitorSubtype
TCP
; ICMP
; DNS
runs_on
runs_on
-relationships as nested fields.runs
string[] dt.entity.synthetic_location
steps
['1', '2', '3']
syntheticMonitorFrequency
5
tags
[[context]key:value, key:value, value]
Fields used for dt.entity.network_device.
Query entities in Grail.
fetch dt.entity.network:device| fieldsAdd dt.ip_addresses, dt.listen_ports, dt.dns_names
devDescription
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
Discovery
devSysContact
John Doe
; john.doe@dummy.corp
; John Doe (john.doe@dummy.corp)
devSysLocation
Data Center 01
devSysObjectId
1.3.6.1.4.1.318.1.3.4.8
devType
cisco-catalyst
; cisco-nexus
dt.dns_names
device-1.mycompany.corp
dt.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
50000
; 50001
; 50002
; 50003
extCfgGroupLabel
Core switches
extCfgLabel
NY DC
extDefaultExtension
com.dynatrace.extension.snmp-generic-cisco-device
Fields used for dt.entity.network_interface.
belongs_to
belongs_to
-relationships as nested fields.contains
string dt.entity.host
string dt.entity.hypervisor
entity.customized_name
Host 1234
entity.detected_name
ip-10-100-200-5.eu-west-1.compute.internal
entity.name
entity.customized_name
, entity.conditional_name
, entity.detected_name
.easyTravel
entity.type
host
; service
id
entity-id
ipAddress
10.150.160.2
; 10.150.160.3
lifetime
macAddress
4C:03:4F:5B:E8:89
networkInterfaceSpeed
516000000
tags
[[context]key:value, key:value, value]
Fields used for dt.entity.openstack_availability_zone.
awsNameTag
belongs_to
belongs_to
-relationships as nested fields.contains
string[] dt.entity.host
string[] dt.entity.openstack_vm
boshName
mysql/fa96ff4c-8290-47ef-80c1-bbca9b4c699d
entity.conditional_name
Cl-Prod1 Ser-1
entity.customized_name
Host 1234
entity.detected_name
ip-10-100-200-5.eu-west-1.compute.internal
entity.name
entity.customized_name
, entity.conditional_name
, entity.detected_name
.easyTravel
entity.type
host
; service
gcpZone
icon
id
entity-id
lifetime
oneAgentCustomHostName
tags
[[context]key:value, key:value, value]
Fields used for dt.entity.openstack_vm.
contains
contains
-relationships as nested fields.belongs_to
string dt.entity.process_group_instance
entity.detected_name
ip-10-100-200-5.eu-west-1.compute.internal
entity.name
entity.customized_name
, entity.conditional_name
, entity.detected_name
.easyTravel
entity.type
host
; service
id
entity-id
lifetime
openStackInstanceType
t1.nano
openstackAvZone
nova
openstackSecurityGroups
name=
default``runs
runs
-relationships as nested fields.runs_on
string dt.entity.host
runs_on
runs_on
-relationships as nested fields.runs
string dt.entity.host
tags
[[context]key:value, key:value, value]
Discontinued entity type for operating systems. Only used by Dynatrace classic's problem analysis and root cause detection.
child_of
child_of
-relationships as nested fields.parent_of
string dt.entity.os
entity.name
entity.customized_name
, entity.conditional_name
, entity.detected_name
.easyTravel
entity.type
host
; service
id
entity-id
lifetime
osDetail
VERSION
parent_of
parent_of
-relationships as nested fields.child_of
string[] dt.entity.os
tags
[[context]key:value, key:value, value]
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.
belongs_to
belongs_to
-relationships as nested fields.contains
string[] dt.entity.cloud_application
string[] dt.entity.cloud_application_instance
string[] dt.entity.cloud_application_namespace
string dt.entity.container_group
called_by
called_by
-relationships as nested fields.calls
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
calls
-relationships as nested fields.called_by
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
contains
-relationships as nested fields.belongs_to
string dt.entity.azure_function_app
string dt.entity.azure_web_app
customPgMetadata
[ENVIRONMENT]NODE_ENV:production
; [KUBERNETES]kubernetes.io/psp:eks.privileged
entity.conditional_name
Cl-Prod1 Ser-1
entity.customized_name
Host 1234
entity.detected_name
ip-10-100-200-5.eu-west-1.compute.internal
entity.name
entity.customized_name
, entity.conditional_name
, entity.detected_name
.easyTravel
entity.type
host
; service
groups
groups
-relationships as nested fields.group_of
string dt.entity.host_group
id
entity-id
instantiates
instantiates
-relationships as nested fields.instance_of
string[] dt.entity.process_group_instance
lifetime
listenPorts
50000
; 50001
; 50002
; 50003
managementZones
Cloud: Google
metadata
JAVA_MAIN_CLASS:Main.class
; COMMAND_LINE_ARGS:D:/Program\ Files/apache/bin/httpd.exe -E
runs
runs
-relationships as nested fields.runs_on
string[] dt.entity.service
runs_on
runs_on
-relationships as nested fields.runs
string[] dt.entity.custom_device
string[] dt.entity.host
softwareTechnologies
type:DOTNET,edition:.NET Framework,version:4.8.9139.0
; type:KUBERNETES,edition:worker,version:null
tags
[[context]key:value, key:value, value]
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.
agentVersion
appVersion
nginx/1.16.0
; 14.20.0
awsNameTag
azureHostName
easytravelazure-weather-service.azurewebsites.net
azureSiteName
easytravelazure-weather-service
belongs_to
belongs_to
-relationships as nested fields.contains
string dt.entity.container_group_instance
string dt.entity.host
string[] dt.entity.openstack_vm
bitness
64
called_by
called_by
-relationships as nested fields.calls
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
calls
-relationships as nested fields.called_by
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
child_of
-relationships as nested fields.parent_of
string[] dt.entity.process_group_instance
contains
contains
-relationships as nested fields.belongs_to
string dt.entity.azure_function_app
string dt.entity.azure_web_app
string dt.entity.runtime_component
string[] dt.entity.software_component
customPgMetadata
[ENVIRONMENT]NODE_ENV:production
; [KUBERNETES]kubernetes.io/psp:eks.privileged
entity.conditional_name
Cl-Prod1 Ser-1
entity.customized_name
Host 1234
entity.detected_name
ip-10-100-200-5.eu-west-1.compute.internal
entity.name
entity.customized_name
, entity.conditional_name
, entity.detected_name
.easyTravel
entity.type
host
; service
gardenApplicationNames
groups
groups
-relationships as nested fields.group_of
string dt.entity.host_group
id
entity-id
installerVersion
1.277.165.20231024-150054
instance_of
instance_of
-relationships as nested fields.instantiates
string dt.entity.process_group
isDockerized
true
jvmClrVersion
11.0.5
jvmVendor
OpenJDK
lifetime
listenPorts
50000
; 50001
; 50002
; 50003
logFileStatus
logPathLastUpdate
logSourceState
managementZones
Cloud: Google
metadata
NODE_JS_APP_BASE_DIRECTORY:C:/home/site/wwwroot
modules
mod_auth_basic.c
; mod_authn_file.c
; mod_negotiation.c
parent_of
parent_of
-relationships as nested fields.child_of
string[] dt.entity.process_group_instance
processType
NODE_JS
; LINUX_SYSTEM
; GO
releasesBuildVersion
2021-03-24
releasesProduct
WoGo Main
releasesStage
production
releasesVersion
ReleaseVersionInfo{version='2.0.0', source=AGENT_REGISTRY, timestamp=0}
; ReleaseVersionInfo{version='1.1', source=EVENT, timestamp=1701936253803}
runs
runs
-relationships as nested fields.runs_on
string[] dt.entity.custom_device
string[] dt.entity.queue_instance
string[] dt.entity.service
string[] dt.entity.service_instance
runs_on
runs_on
-relationships as nested fields.runs
string[] dt.entity.custom_device
softwareTechnologies
type:DOTNET,edition:.NET Framework,version:4.8.9139.0
; type:KUBERNETES,edition:worker,version:null
tags
[[context]key:value, key:value, value]
versionedModules
google-auth-library:7.9.1
; has:1.0.3
; buffer-from:1.1.1
Fields used for dt.entity.queue.
awsNameTag
boshName
mysql/fa96ff4c-8290-47ef-80c1-bbca9b4c699d
contains
contains
-relationships as nested fields.belongs_to
string[] dt.entity.service
entity.conditional_name
Cl-Prod1 Ser-1
entity.customized_name
Host 1234
entity.detected_name
ip-10-100-200-5.eu-west-1.compute.internal
entity.name
entity.customized_name
, entity.conditional_name
, entity.detected_name
.easyTravel
entity.type
host
; service
gcpZone
icon
id
entity-id
indirectly_receives_from
indirectly_receives_from
-relationships as nested fields.indirectly_sends_to
string[] dt.entity.service
instantiates
instantiates
-relationships as nested fields.instance_of
string[] dt.entity.queue_instance
lifetime
managementZones
Cloud: Google
oneAgentCustomHostName
propagated_from
propagated_from
-relationships as nested fields.propagates_to
string[] dt.entity.queue
propagates_to
propagates_to
-relationships as nested fields.propagated_from
string[] dt.entity.queue
queueDestinationType
queueName
queueVendorName
receives_from
receives_from
-relationships as nested fields.sends_to
string[] dt.entity.service
sends_to
sends_to
-relationships as nested fields.receives_from
string[] dt.entity.service
softwareTechnologies
type:DOTNET,edition:.NET Framework,version:4.8.9139.0
; type:KUBERNETES,edition:worker,version:null
tags
[[context]key:value, key:value, value]
Fields used for dt.entity.queue_instance.
awsNameTag
boshName
mysql/fa96ff4c-8290-47ef-80c1-bbca9b4c699d
contains
contains
-relationships as nested fields.belongs_to
string[] dt.entity.service_instance
entity.conditional_name
Cl-Prod1 Ser-1
entity.customized_name
Host 1234
entity.detected_name
ip-10-100-200-5.eu-west-1.compute.internal
entity.name
entity.customized_name
, entity.conditional_name
, entity.detected_name
.easyTravel
entity.type
host
; service
gcpZone
icon
id
entity-id
instance_of
instance_of
-relationships as nested fields.instantiates
string dt.entity.queue
lifetime
oneAgentCustomHostName
receives_from
receives_from
-relationships as nested fields.sends_to
string[] dt.entity.service_instance
runs_on
runs_on
-relationships as nested fields.runs
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
sends_to
-relationships as nested fields.receives_from
string[] dt.entity.service_instance
tags
[[context]key:value, key:value, value]
Fields used for dt.entity.runtime_component.
belongs_to
belongs_to
-relationships as nested fields.contains
string[] dt.entity.process_group_instance
string[] dt.entity.host
entity.name
entity.customized_name
, entity.conditional_name
, entity.detected_name
.easyTravel
entity.type
host
; service
id
entity-id
lifetime
runtimeComponentShortName
Java
runtimeComponentTechnologyName
JAVA
runtimeComponentTechnologyVersion
11.0.5
Fields used for dt.entity.service.
agentTechnologyType
akkaActorSystem
applicationBuildVersion
applicationEnvironment
applicationName
applicationReleaseVersion
awsNameTag
belongs_to
belongs_to
-relationships as nested fields.contains
string[] dt.entity.cloud_application
string[] dt.entity.cloud_application_namespace
string[] dt.entity.queue
boshName
mysql/fa96ff4c-8290-47ef-80c1-bbca9b4c699d
called_by
called_by
-relationships as nested fields.calls
string[] dt.entity.application
string[] dt.entity.custom_application
string[] dt.entity.http_check
string[] dt.entity.mobile_application
string[] dt.entity.service
calls
calls
-relationships as nested fields.called_by
string[] dt.entity.service
className
cloudDatabaseProvider
clustered_by
clustered_by
-relationships as nested fields.cluster_of
string[] dt.entity.kubernetes_cluster
contains
contains
-relationships as nested fields.belongs_to
string[] dt.entity.service_method
contextRoot
databaseHostNames
databaseName
databaseVendor
entity.conditional_name
Cl-Prod1 Ser-1
entity.customized_name
Host 1234
entity.detected_name
ip-10-100-200-5.eu-west-1.compute.internal
entity.name
entity.customized_name
, entity.conditional_name
, entity.detected_name
.easyTravel
entity.type
host
; service
esbApplicationName
fallbackServiceType
Unexpected service
; Incompletely detected service
; Volatile service
gcpZone
groups
groups
-relationships as nested fields.group_of
string[] dt.entity.service_method_group
ibmCtgGatewayUrl
ibmCtgServerName
icon
id
entity-id
indirectly_sends_to
indirectly_sends_to
-relationships as nested fields.indirectly_receives_from
string[] dt.entity.queue
instantiates
instantiates
-relationships as nested fields.instance_of
string[] dt.entity.service_instance
ipAddress
10.150.160.2
; 10.150.160.3
isExternalService
true
lifetime
managementZones
Cloud: Google
oneAgentCustomHostName
path
port
42
publicCloudId
publicCloudRegion
receives_from
receives_from
-relationships as nested fields.sends_to
string[] dt.entity.queue
remoteCrossEnvironments
[105dd39a-9ba8-5b29-94cc-deadbeef9287:af442ddf]
remoteEndpoint
remoteServiceName
runs_on
runs_on
-relationships as nested fields.runs
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
sends_to
-relationships as nested fields.receives_from
string[] dt.entity.queue
serviceTechnologyTypes
serviceType
softwareTechnologies
type:DOTNET,edition:.NET Framework,version:4.8.9139.0
; type:KUBERNETES,edition:worker,version:null
tags
[[context]key:value, key:value, value]
unifiedServiceIndicators
webApplicationId
webServerName
webServiceName
webServiceNamespace
Fields used for dt.entity.service_instance.
awsNameTag
belongs_to
belongs_to
-relationships as nested fields.contains
string[] dt.entity.queue_instance
boshName
mysql/fa96ff4c-8290-47ef-80c1-bbca9b4c699d
entity.conditional_name
Cl-Prod1 Ser-1
entity.customized_name
Host 1234
entity.detected_name
ip-10-100-200-5.eu-west-1.compute.internal
entity.name
entity.customized_name
, entity.conditional_name
, entity.detected_name
.easyTravel
entity.type
host
; service
gcpZone
icon
id
entity-id
instance_of
instance_of
-relationships as nested fields.instantiates
string dt.entity.service
lifetime
oneAgentCustomHostName
receives_from
receives_from
-relationships as nested fields.sends_to
string[] dt.entity.queue_instance
runs_on
runs_on
-relationships as nested fields.runs
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
sends_to
-relationships as nested fields.receives_from
string[] dt.entity.queue_instance
tags
[[context]key:value, key:value, value]
Fields used for dt.entity.service_method.
awsNameTag
belongs_to
belongs_to
-relationships as nested fields.contains
string dt.entity.service
string dt.entity.service_method_group
boshName
mysql/fa96ff4c-8290-47ef-80c1-bbca9b4c699d
entity.conditional_name
Cl-Prod1 Ser-1
entity.customized_name
Host 1234
entity.detected_name
ip-10-100-200-5.eu-west-1.compute.internal
entity.name
entity.customized_name
, entity.conditional_name
, entity.detected_name
.easyTravel
entity.type
host
; service
gcpZone
icon
id
entity-id
lifetime
oneAgentCustomHostName
tags
[[context]key:value, key:value, value]
Fields used for dt.entity.service_method_group.
awsNameTag
boshName
mysql/fa96ff4c-8290-47ef-80c1-bbca9b4c699d
contains
contains
-relationships as nested fields.belongs_to
string[] dt.entity.service_method
entity.conditional_name
Cl-Prod1 Ser-1
entity.customized_name
Host 1234
entity.detected_name
ip-10-100-200-5.eu-west-1.compute.internal
entity.name
entity.customized_name
, entity.conditional_name
, entity.detected_name
.easyTravel
entity.type
host
; service
gcpZone
group_of
group_of
-relationships as nested fields.groups
string dt.entity.service
icon
id
entity-id
lifetime
oneAgentCustomHostName
tags
[[context]key:value, key:value, value]
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.
belongs_to
string[] dt.entity.process_group_instance
PROCESS_GROUP_INSTANCE-0123456789ABCDEF
entity.name
easyTravel:1.0.1
entity.type
SOFTWARE_COMPONENT
.SOFTWARE_COMPONENT
id
entity-id
SOFTWARE_COMPONENT-0123456789ABCDEF
lifetime
start: 7/1/2020, 1:00:05 PM end: 12/6/2023, 9:19:38 AM
packageName
easyTravel
softwareComponentFileHashes
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
easyTravel-1.0.1.jar
softwareComponentShortName
easyTravel
softwareComponentType
JAVA
; GO
; NODE_JS
softwareComponentVersion
1.0.1
Fields used for dt.entity.synthetic_location.
cloudProvider
Azure
; GCP
entity.name
entity.customized_name
, entity.conditional_name
, entity.detected_name
.easyTravel
entity.type
host
; service
runs
runs
-relationships as nested fields.runs_on
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
[dt.entity.apm_security_gateway:APM_SECURITY_GATEWAY-0000000068725C5B]
Fields used for dt.entity.synthetic_test.
assignedLocations
['SYNTHETIC_LOCATION-22AAF80F0E2CAF4B', 'SYNTHETIC_LOCATION-0000000000000064']
browserMonitorSubtype
AVAILABILITY
; CLICKPATH
; DIAGNOSTIC
contains
contains
-relationships as nested fields.belongs_to
string[] dt.entity.synthetic_test_step
createdBy
jane.doe@dynatrace.com
entity.name
entity.customized_name
, entity.conditional_name
, entity.detected_name
.EasyTravel
entity.type
SYNTHETIC_TEST
id
entity-id
SYNTHETIC_TEST-0587385DE9B18149
isEnabled
true
lastExecutionTimestamp
42
lastModificationSource
webui
; rest
lastModifiedBy
jane.doe@dynatrace.com
lifetime
manuallyAssignedApplications
['APPLICATION-5CB5CFDC37582832']
modificationTimestamp
42
monitors
monitors
-relationships as nested fields.monitored_by
string[] dt.entity.application
runs_on
runs_on
-relationships as nested fields.runs
string[] dt.entity.synthetic_location
steps
['SYNTHETIC_TEST_STEP-E3B7B18230E88471', 'SYNTHETIC_TEST_STEP-163DA8757CB84F76']
syntheticMonitorFrequency
5
syntheticScreenshotRegularErrorUri
https://www.dynatrace.com/
syntheticScreenshotRegularUri
https://www.dynatrace.com/
syntheticScreenshotThumbnailErrorUri
https://www.dynatrace.com/
syntheticScreenshotThumbnailUri
https://www.dynatrace.com/
tags
[[context]key:value, key:value, value]
url
https://www.dynatrace.com/
Fields used for dt.entity.synthetic_test_step.
belongs_to
belongs_to
-relationships as nested fields.contains
string dt.entity.synthetic_test
entity.name
entity.customized_name
, entity.conditional_name
, entity.detected_name
.easyTravel
entity.type
host
; service
id
entity-id
lifetime
tags
[[context]key:value, key:value, value]
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
contains
contains
-relationships as nested fields.belongs_to
string[] dt.entity.datastore
string[] dt.entity.host
string[] dt.entity.hypervisor
string[] dt.entity.hypervisor_disk
string[] dt.entity.virtualmachine
entity.detected_name
ip-10-100-200-5.eu-west-1.compute.internal
entity.name
entity.customized_name
, entity.conditional_name
, entity.detected_name
.easyTravel
entity.type
host
; service
icon
id
entity-id
lifetime
managed_by
managed_by
-relationships as nested fields.manages
string dt.entity.vcenter
tags
[[context]key:value, key:value, value]
virtualizationSupervisor
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
belongs_to
belongs_to
-relationships as nested fields.contains
string dt.entity.hypervisor_cluster
string dt.entity.vmware_datacenter
connectionState
contains
contains
-relationships as nested fields.belongs_to
string[] dt.entity.datastore
string[] dt.entity.hypervisor_disk
string[] dt.entity.network_interface
cpuCapacity
42
cpuCores
4
entity.detected_name
ip-10-100-200-5.eu-west-1.compute.internal
entity.name
entity.customized_name
, entity.conditional_name
, entity.detected_name
.easyTravel
entity.type
host
; service
hardwareModel
hardwareVendor
hypervisorType
KVM
; VMWARE
icon
id
entity-id
inMaintenance
true
lifetime
managed_by
managed_by
-relationships as nested fields.manages
string dt.entity.vcenter
managementZones
Cloud: Google
memoryTotal
8141684736
oneAgentCustomHostName
powerState
productName
productVersion
runs
runs
-relationships as nested fields.runs_on
string[] dt.entity.host
string[] dt.entity.virtualmachine
tags
[[context]key:value, key:value, value]
uptime
Fields used for dt.entity.hypervisor_cluster.
Query entities in Grail.
fetch dt.entity.hypervisor_cluster| fieldsadd contains, entity.detected_name, entity.name, entity.type, icon, id, isDistributedResourceScheduler, isHighAvailability, lifetime, tags
contains
contains
-relationships as nested fields.belongs_to
string[] dt.entity.hypervisor
entity.detected_name
ip-10-100-200-5.eu-west-1.compute.internal
entity.name
entity.customized_name
, entity.conditional_name
, entity.detected_name
.easyTravel
entity.type
host
; service
icon
id
entity-id
isDistributedResourceScheduler
true
isHighAvailability
true
lifetime
oneAgentCustomHostName
tags
[[context]key:value, key:value, value]
Query entities in Grail.
fetch dt.entity.hypervisor_disk| fieldsadd belongs_to, entity.detected_name, entity.name, entity.type, icon, id, lifetime, tags
belongs_to
belongs_to
-relationships as nested fields.contains
string[] dt.entity.hypervisor
string[] dt.entity.vmware_datacenter
entity.detected_name
ip-10-100-200-5.eu-west-1.compute.internal
entity.name
entity.customized_name
, entity.conditional_name
, entity.detected_name
.easyTravel
entity.type
host
; service
icon
id
entity-id
lifetime
oneAgentCustomHostName
tags
[[context]key:value, key:value, value]
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
awsNameTag
boshName
mysql/fa96ff4c-8290-47ef-80c1-bbca9b4c699d
entity.conditional_name
Cl-Prod1 Ser-1
entity.customized_name
Host 1234
entity.detected_name
ip-10-100-200-5.eu-west-1.compute.internal
entity.name
entity.customized_name
, entity.conditional_name
, entity.detected_name
.easyTravel
entity.type
host
; service
gcpZone
icon
id
entity-id
lifetime
managementZones
Cloud: Google
manages
manages
-relationships as nested fields.managed_by
string[] dt.entity.hypervisor
string[] dt.entity.vmware_datacenter
oneAgentCustomHostName
tags
[[context]key:value, key:value, value]
vcenterFailedConnectionRetries
42
vcenterHostNumber
42
vcenterInfo
vcenterVmNumber
42
virtualizationSupervisor
Fields used for dt.entity.virtualmachine.
belongs_to
belongs_to
-relationships as nested fields.contains
string dt.entity.vmware_datacenter
connectionState
contains
contains
-relationships as nested fields.belongs_to
string[] dt.entity.datastore
cpuCores
4
entity.detected_name
ip-10-100-200-5.eu-west-1.compute.internal
entity.name
entity.customized_name
, entity.conditional_name
, entity.detected_name
.easyTravel
entity.type
host
; service
guestOsFamily
hypervisorType
KVM
; VMWARE
icon
id
entity-id
ipAddress
10.150.160.2
; 10.150.160.3
lifetime
memoryTotal
8141684736
osType
LINUX
; WINDOWS
osVersion
Ubuntu 16.04.7 LTS (Xenial Xerus) (kernel 4.15.0-206-generic)
; Windows Server 2022 Datacenter 21H2 2009, ver. 10.0.20348
powerState
runs
runs
-relationships as nested fields.runs_on
string dt.entity.host
runs_on
runs_on
-relationships as nested fields.runs
string dt.entity.hypervisor
state
RUNNING
tags
[[context]key:value, key:value, value]
uptime
vmwareToolsRunningStatus
vmwareToolsStatus
vmwareToolsVersion
42
vmwareToolsVersionStatus