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