Note: This is the Classic topology model (backed by the classic entity store). For new implementations, use the Smartscape topology instead, which is Grail-backed and the recommended approach going forward. All monitored entities that make up the Smartscape topology in Dynatrace are also accessible in DQL.
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
| Attribute | Type | Description | Examples |
|---|---|---|---|
accessible_by | record | stable Relationship field that contains all accessible_by-relationships as nested fields.Opposite direction: can_access | |
affected_by | record | stable Relationship field that contains all affected_by-relationships as nested fields.Opposite direction: affects | |
affects | record | stable Relationship field that contains all affects-relationships as nested fields.Opposite direction: affected_by | |
balanced_by | record | stable Relationship field that contains all balanced_by-relationships as nested fields.Opposite direction: balances | |
balances | record | stable Relationship field that contains all balances-relationships as nested fields.Opposite direction: balanced_by | |
belongs_to | record | stable Relationship field that contains all belongs_to-relationships as nested fields.Opposite direction: contains | |
called_by | record | stable Relationship field that contains all called_by-relationships as nested fields.Opposite direction: calls | |
calls | record | stable Relationship field that contains all calls-relationships as nested fields.Opposite direction: called_by | |
can_access | record | stable Relationship field that contains all can_access-relationships as nested fields.Opposite direction: accessible_by | |
child_of | record | stable Relationship field that contains all child_of-relationships as nested fields.Opposite direction: parent_of | |
cluster_of | record | stable Relationship field that contains all cluster_of-relationships as nested fields.Opposite direction: clustered_by | |
clustered_by | record | stable Relationship field that contains all clustered_by-relationships as nested fields.Opposite direction: cluster_of | |
consists_of | record | stable Relationship field that contains all consists_of-relationships as nested fields.Opposite direction: part_of | |
contains | record | stable Relationship field that contains all contains-relationships as nested fields.Opposite direction: belongs_to | |
group_of | record | stable Relationship field that contains all group_of-relationships as nested fields.Opposite direction: groups | |
groups | record | stable Relationship field that contains all groups-relationships as nested fields.Opposite direction: group_of | |
hosted_by | record | stable Relationship field that contains all hosted_by-relationships as nested fields.Opposite direction: hosts | |
hosts | record | stable Relationship field that contains all hosts-relationships as nested fields.Opposite direction: hosted_by | |
indirectly_receives_from | record | stable Relationship field that contains all indirectly_receives_from-relationships as nested fields.Opposite direction: indirectly_sends_to | |
indirectly_sends_to | record | stable Relationship field that contains all indirectly_sends_to-relationships as nested fields.Opposite direction: indirectly_receives_from | |
instance_of | record | stable Relationship field that contains all instance_of-relationships as nested fields.Opposite direction: instantiates | |
instantiates | record | stable Relationship field that contains all instantiates-relationships as nested fields.Opposite direction: instance_of | |
managed_by | record | stable Relationship field that contains all managed_by-relationships as nested fields.Opposite direction: manages | |
manages | record | stable Relationship field that contains all manages-relationships as nested fields.Opposite direction: managed_by | |
monitored_by | record | stable Relationship field that contains all monitored_by-relationships as nested fields.Opposite direction: monitors | |
monitors | record | stable Relationship field that contains all monitors-relationships as nested fields.Opposite direction: monitored_by | |
parent_of | record | stable Relationship field that contains all parent_of-relationships as nested fields.Opposite direction: child_of | |
part_of | record | stable Relationship field that contains all part_of-relationships as nested fields.Opposite direction: consists_of | |
propagated_from | record | stable Relationship field that contains all propagated_from-relationships as nested fields.Opposite direction: propagates_to | |
propagates_to | record | stable Relationship field that contains all propagates_to-relationships as nested fields.Opposite direction: propagated_from | |
receives_from | record | stable Relationship field that contains all receives_from-relationships as nested fields.Opposite direction: sends_to | |
related_to | record | stable Relationship field that contains all related_to-relationships as nested fields. This is a bidirectional relationship | |
runs | record | stable Relationship field that contains all runs-relationships as nested fields.Opposite direction: runs_on | |
runs_on | record | stable Relationship field that contains all runs_on-relationships as nested fields.Opposite direction: runs | |
same_as | record | stable Relationship field that contains all same_as-relationships as nested fields. This is a bidirectional relationship | |
sends_to | record | stable Relationship field that contains all sends_to-relationships as nested fields.Opposite direction: receives_from | |
served_by | record | stable Relationship field that contains all part_of-relationships as nested fields.Opposite direction: served_by | |
serves | record | stable Relationship field that contains all serves-relationships as nested fields.Opposite direction: served_by |
Entity relationships in the previous Dynatrace (for example, the environment API v2) are mapped to the new names in DQL records according to the following table.
| Relationship name | From -> To | To -> From |
|---|---|---|
| belongsTo | belongs_to | contains |
| calls | calls | called_by |
| candidateTalksWith | called_by | calls |
| hostsComputeNode | hosts | hosted_by |
| indirectlySendsToQueue | indirectly_sends_to | indirectly_receives_from |
| isAccessibleBy | accessible_by | can_access |
| isApplicationMethodOf | belongs_to | contains |
| isApplicationMethodOfGroup | belongs_to | contains |
| isApplicationOfSyntheticTest | monitored_by | monitors |
| isAzrAppServicePlanOf | contains | belongs_to |
| isAzrEventHubNamespaceOfEventHub | contains | belongs_to |
| isAzrMgmtGroupOfAzrTenant | belongs_to | contains |
| isAzrServiceBusNamespaceOfQueue | contains | belongs_to |
| isAzrServiceBusNamespaceOfTopic | contains | belongs_to |
| isAzrSQLDatabaseOfElasticPool | belongs_to | contains |
| isAzrSqlServerOfDatabase | contains | belongs_to |
| isAzrSqlServerOfElasticPool | belongs_to | contains |
| isAzrStorageAccountOfAzrEventHub | contains | belongs_to |
| isAzrSubscriptionOfAzrMgmtGroup | belongs_to | contains |
| isAzrSubscriptionOfAzrTenant | belongs_to | contains |
| isAzrSubscriptionOfCredentials | contains | belongs_to |
| isBalancedBy | balanced_by | balances |
| isBoshDeploymentOfHost | contains | belongs_to |
| isCfFoundationOfHost | contains | belongs_to |
| isCgiOfCa | belongs_to | contains |
| isCgiOfCai | belongs_to | contains |
| isCgiOfCluster | belongs_to | contains |
| isCgiOfHost | belongs_to | contains |
| isCgiOfNamespace | belongs_to | contains |
| isChildOf | child_of | parent_of |
| isClusterOfCa | cluster_of | clustered_by |
| isClusterOfCai | cluster_of | clustered_by |
| isClusterOfCni | cluster_of | clustered_by |
| isClusterOfHost | cluster_of | clustered_by |
| isClusterOfKubernetesSvc | cluster_of | clustered_by |
| isClusterOfNamespace | cluster_of | clustered_by |
| isClusterOfNode | cluster_of | clustered_by |
| isClusterOfPg | cluster_of | clustered_by |
| isClusterOfService | cluster_of | clustered_by |
| isCnpOfCai | belongs_to | contains |
| isDatastoreOf | belongs_to | contains |
| isDeviceApplicationMethodOf | belongs_to | contains |
| isDeviceApplicationMethodOfGroup | belongs_to | contains |
| isDiskOf | belongs_to | contains |
| isDockerContainerOf | contains | belongs_to |
| isDockerContainerOfPg | contains | belongs_to |
| isEbsVolumeOf | belongs_to | contains |
| isGroupOf | group_of | groups |
| isHostGroupOf | instantiates | instance_of |
| isHostOfContainer | hosts | hosted_by |
| isInstanceOf | instance_of | instantiates |
| isKubernetesSvcOfCa | balances | balanced_by |
| isKubernetesSvcOfCai | balances | balanced_by |
| isLocatedIn | belongs_to | contains |
| isMainPgiOfCgi | belongs_to | contains |
| isMemberOf | belongs_to | contains |
| isMemberOfScalingGroup | belongs_to | contains |
| isNamespaceOfCa | contains | belongs_to |
| isNamespaceOfCai | contains | belongs_to |
| isNamespaceOfCni | contains | belongs_to |
| isNamespaceOfCnp | contains | belongs_to |
| isNamespaceOfKubernetesSvc | contains | belongs_to |
| isNamespaceOfPg | contains | belongs_to |
| isNamespaceOfService | contains | belongs_to |
| isNetworkClientOf | calls | called_by |
| isNetworkClientOfHost | calls | called_by |
| isNetworkClientOfProcessGroup | calls | called_by |
| isNetworkInterfaceOf | belongs_to | contains |
| isNodeOfHost | belongs_to | contains |
| isOpenstackAvZoneOf | belongs_to | contains |
| isPartOf | belongs_to | contains |
| isPgAppOf | belongs_to | contains |
| isPgiOfCgi | belongs_to | contains |
| isPgOfCa | belongs_to | contains |
| isPgOfCai | belongs_to | contains |
| isPgOfCg | belongs_to | contains |
| isProcessOf | belongs_to | contains |
| isProcessRunningOpenstackVm | belongs_to | contains |
| isRuntimeComponentOf | belongs_to | contains |
| isRuntimeOfPgi | belongs_to | contains |
| isSameAs | same_as | same_as |
| isServedByDcrumService | served_by | serves |
| isServiceMethodOf | belongs_to | contains |
| isServiceMethodOfService | belongs_to | contains |
| isServiceOf | belongs_to | contains |
| isServiceOfProcessGroup | belongs_to | contains |
| isSiteOf | contains | belongs_to |
| isSoftwareComponentOfPgi | belongs_to | contains |
| isStepOf | belongs_to | contains |
| isUserActionOf | belongs_to | contains |
| listensOnQueue | belongs_to | contains |
| manages | manages | managed_by |
| monitors | monitors | monitored_by |
| propagatesTo | propagates_to | propagated_from |
| receivesFromQueue | receives_from | sends_to |
| runsOn | runs_on | runs |
| runsOnHost | runs_on | runs |
| runsOnProcessGroupInstance | runs_on | runs |
| runsOnResource | runs_on | runs |
| sendsToQueue | sends_to | receives_from |
| talksWithCandidate | calls | called_by |
| affects | affects | affected_by |
| isRelatedTo | related_to | related_to |
Query entities in Grail.
fetch dt.entity.aws_application_load_balancer| fieldsAdd accessible_by, arn, awsVpcName, balances, beanstalkEnvironmentName, called_by, calls, dnsNames, entity.detected_name, entity.name, entity.type, icon, id, lbPortMultimap, lbUnhealthyInstances, lbUnhealthyIps, lifetime, managementZones, runs, sitesOfBalancedInstances, tags
| Attribute | Type | Description | Examples |
|---|---|---|---|
| record | stableRelationship field that contains all | |
| string | deprecatedAmazon Resource Name (ARN). |
|
| string | deprecatedEC2 instance VPC name |
|
| record | stableRelationship field that contains all | |
| string | stableA beanstalkEnvironmentName property. | |
| record | stableRelationship field that contains all | |
| record | stableRelationship field that contains all | |
| string | stableA custom icon property. | |
| array | experimentalA dnsNames property. | |
| string | resource stableThe entity name as detected by Dynatrace or defined by the data source of the entity. Depending on the entity type this can involve different heuristics. |
|
| string | resource stableAll entities have an entity.name field. The following fields will be considered in order to determine the value: |
|
| string | resource stableThe entity type. |
|
| string | stableAn icon property. | |
| string | stableThe entity ID.Tags: | |
| array | stableAn array of IP addresses. |
|
| array | stableA lbBalancedIps property. | |
| record | stableA lbPortMultimap property. | |
| array | stableA lbUnhealthyInstances property. | |
| array | stableA lbUnhealthyIps property. | |
| timeframe | stableA complex record that contains two number fields start and end representing the timestamps of the entity being seen for the first time and for the last time. DQL datatype Duration. | |
| array | stableManagment zones this entity belongs to. |
|
| record | stableRelationship field that contains all | |
| array | stableA sitesOfBalancedInstances property. | |
| string[] | experimentalA string array containing all string representations of tags that are assigned to the entity. This includes manual tags and auto tags. The string represention contains Context, Key and Value. |
|
Query entities in Grail.
fetch dt.entity.auto_scaling_group| fieldsAdd accessible_by, arn, asgMaxSize,asgMinSize, asgSize, beanstalkEnvironmentName, contains, entity.detected_name, entity.name, entity.type, icon, id, instantiates, lifetime, managementZones, tags
| Attribute | Type | Description | Examples |
|---|---|---|---|
| record | stableRelationship field that contains all | |
| string | deprecatedAmazon Resource Name (ARN). |
|
| long | experimentalAn asgMaxSize property. |
|
| long | experimentalAn asgMinSize property. |
|
| long | experimentalAn asgSize property. |
|
| string | stableA beanstalkEnvironmentName property. | |
| record | stableRelationship field that contains all | |
| string | stableA custom icon property. | |
| string | resource stableThe entity name as detected by Dynatrace or defined by the data source of the entity. Depending on the entity type this can involve different heuristics. |
|
| string | resource stableAll entities have an entity.name field. The following fields will be considered in order to determine the value: |
|
| string | resource stableThe entity type. |
|
| string | stableAn icon property. | |
| string | stableThe entity ID.Tags: | |
| record | stableRelationship field that contains all | |
| timeframe | stableA complex record that contains two number fields start and end representing the timestamps of the entity being seen for the first time and for the last time. DQL datatype Duration. | |
| array | stableManagment zones this entity belongs to. |
|
| string[] | experimentalA string array containing all string representations of tags that are assigned to the entity. This includes manual tags and auto tags. The string represention contains Context, Key and Value. |
|
Query entities in Grail.
fetch dt.entity.aws_availability_zone| fieldsadd accessible_by,contains,entity.detected_name,entity.name,entity.type,icon,id,lifetime,managementZones,regionName,tags
| Attribute | Type | Description | Examples |
|---|---|---|---|
| record | stableRelationship field that contains all | |
| record | stableRelationship field that contains all | |
| string | stableA custom icon property. | |
| string | resource stableThe entity name as defined by conditional naming rules. This name will be calculated based on a rules on the cluster side. |
|
| string | resource stableThe entity name as defined in the entity settings screen. This name is statically defined by the user for a particular entity. |
|
| string | resource stableThe entity name as detected by Dynatrace or defined by the data source of the entity. Depending on the entity type this can involve different heuristics. |
|
| string | resource stableAll entities have an entity.name field. The following fields will be considered in order to determine the value: |
|
| string | resource stableThe entity type. |
|
| string | stableGCP zone, retrieved from instance metadata service. | |
| string | stableAn icon property. | |
| string | stableThe entity ID.Tags: | |
| timeframe | stableA complex record that contains two number fields start and end representing the timestamps of the entity being seen for the first time and for the last time. DQL datatype Duration. | |
| array | stableManagment zones this entity belongs to. |
|
| string | stableThe custom name defined in OneAgent config. | |
| string | stableA regionName property. | |
| string[] | experimentalA string array containing all string representations of tags that are assigned to the entity. This includes manual tags and auto tags. The string represention contains Context, Key and Value. |
|
Query entities in Grail.
fetch dt.entity.aws_credentials| fieldsadd awsAccountId,can_access,entity.detected_name,entity.name,entity.type,icon,id,lifetime,managementZones,tags
| Attribute | Type | Description | Examples |
|---|---|---|---|
| string | deprecatedEC2 instance AWS account id. |
|
| record | stableRelationship field that contains all | |
| string | stableA custom icon property. | |
| string | resource stableThe entity name as detected by Dynatrace or defined by the data source of the entity. Depending on the entity type this can involve different heuristics. |
|
| string | resource stableAll entities have an entity.name field. The following fields will be considered in order to determine the value: |
|
| string | resource stableThe entity type. |
|
| string | stableAn icon property. | |
| string | stableThe entity ID.Tags: | |
| timeframe | stableA complex record that contains two number fields start and end representing the timestamps of the entity being seen for the first time and for the last time. DQL datatype Duration. | |
| array | stableManagment zones this entity belongs to. |
|
| string[] | experimentalA string array containing all string representations of tags that are assigned to the entity. This includes manual tags and auto tags. The string represention contains Context, Key and Value. |
|
Query entities in Grail.
fetch dt.entity.dynamo_db_table| fieldsadd accessible_by, arn, belongs_to, entity.detected_name, entity.name, entity.type, icon, id, lifetime, tags
| Attribute | Type | Description | Examples |
|---|---|---|---|
| record | stableRelationship field that contains all | |
| string | deprecatedAmazon Resource Name (ARN). |
|
| record | stableRelationship field that contains all | |
| string | stableA custom icon property. | |
| string | resource stableThe entity name as detected by Dynatrace or defined by the data source of the entity. Depending on the entity type this can involve different heuristics. |
|
| string | resource stableAll entities have an entity.name field. The following fields will be considered in order to determine the value: |
|
| string | resource stableThe entity type. |
|
| string | stableAn icon property. | |
| string | stableThe entity ID.Tags: | |
| timeframe | stableA complex record that contains two number fields start and end representing the timestamps of the entity being seen for the first time and for the last time. DQL datatype Duration. | |
| string[] | experimentalA string array containing all string representations of tags that are assigned to the entity. This includes manual tags and auto tags. The string represention contains Context, Key and Value. |
|
Query entities in Grail.
fetch dt.entity.ebs_volume| fieldsadd arn, belongs_to, creationTimestamp, deviceName, ebsSnapshotId, ebsType, entity.detected_name, entity.name, entity.type, icon, id, iops, lifetime, tags
| Attribute | Type | Description | Examples |
|---|---|---|---|
| string | deprecatedAmazon Resource Name (ARN). |
|
| record | stableRelationship field that contains all | |
| timestamp | stableA creationTimestamp property. | |
| string | stableA custom icon property. | |
| string | stableA deviceName property. | |
| string | stableAn ebsSnapshotId property. | |
| string | stableAn ebsType property. | |
| string | resource stableThe entity name as detected by Dynatrace or defined by the data source of the entity. Depending on the entity type this can involve different heuristics. |
|
| string | resource stableAll entities have an entity.name field. The following fields will be considered in order to determine the value: |
|
| string | resource stableThe entity type. |
|
| string | stableAn icon property. | |
| string | stableThe entity ID.Tags: | |
| long | experimentalAn iops property. |
|
| timeframe | stableA complex record that contains two number fields start and end representing the timestamps of the entity being seen for the first time and for the last time. DQL datatype Duration. | |
| string[] | experimentalA string array containing all string representations of tags that are assigned to the entity. This includes manual tags and auto tags. The string represention contains Context, Key and Value. |
|
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
| Attribute | Type | Description | Examples |
|---|---|---|---|
| record | stableRelationship field that contains all | |
| string | stableAn amiId property. | |
| string | deprecatedAmazon Resource Name (ARN). |
|
| boolean | deprecatedEC2 instance basic monitoring mode enabled. |
|
| long | deprecatedEC2 instance basic monitoring mode since. |
|
| string | deprecatedEC2 instance unique identifier. |
|
| string | deprecatedEC2 instance type. |
|
| array | deprecatedEC2 instance security group. | |
| string | deprecatedEC2 instance VPC name |
|
| record | stableRelationship field that contains all | |
| string | stableA beanstalkEnvironmentName property. | |
| record | stableRelationship field that contains all | |
| record | stableRelationship field that contains all | |
| string | stableA custom icon property. | |
| string | resource stableThe entity name as detected by Dynatrace or defined by the data source of the entity. Depending on the entity type this can involve different heuristics. |
|
| string | resource stableAll entities have an entity.name field. The following fields will be considered in order to determine the value: |
|
| string | resource stableThe entity type. |
|
| string | stableAn icon property. | |
| string | stableThe entity ID.Tags: | |
| record | stableRelationship field that contains all | |
| timeframe | stableA complex record that contains two number fields start and end representing the timestamps of the entity being seen for the first time and for the last time. DQL datatype Duration. | |
| string | stableA localHostName property. | |
| string | stableA localIp property. | |
| array | stableManagment zones this entity belongs to. |
|
| string | stableArchitecture of the CPU, discovered from the operating system. |
|
| string | stableA publicHostName property. | |
| string | stableA publicIp property. | |
| record | stableRelationship field that contains all | |
| string[] | experimentalA string array containing all string representations of tags that are assigned to the entity. This includes manual tags and auto tags. The string represention contains Context, Key and Value. |
|
| string | stableA virtualizedDiskType property. |
Query entities in Grail.
fetch dt.entity.elastic_load_balancer| fieldsadd accessible_by, arn, awsVpcName, balances, beanstalkEnvironmentName, called_by, calls, dnsNames, elbDnsName, elbPortMap, entity.detected_name, entity.name, entity.type, icon, id, ipAddress, lbPortMultimap, lbUnhealthyInstances, lifetime, managementZones, runs, sitesOfBalancedInstances, tags
| Attribute | Type | Description | Examples |
|---|---|---|---|
| record | stableRelationship field that contains all | |
| string | deprecatedAmazon Resource Name (ARN). |
|
| string | deprecatedEC2 instance VPC name |
|
| record | stableRelationship field that contains all | |
| string | stableA beanstalkEnvironmentName property. | |
| record | stableRelationship field that contains all | |
| record | stableRelationship field that contains all | |
| string | stableA custom icon property. | |
| array | experimentalA dnsNames property. | |
| string | stableAn elbDnsName property. | |
| record | stableAn elbPortMap property. | |
| string | resource stableThe entity name as detected by Dynatrace or defined by the data source of the entity. Depending on the entity type this can involve different heuristics. |
|
| string | resource stableAll entities have an entity.name field. The following fields will be considered in order to determine the value: |
|
| string | resource stableThe entity type. |
|
| string | stableAn icon property. | |
| string | stableThe entity ID.Tags: | |
| array | stableAn array of IP addresses. |
|
| record | stableA lbPortMultimap property. | |
| array | stableA lbUnhealthyInstances property. | |
| timeframe | stableA complex record that contains two number fields start and end representing the timestamps of the entity being seen for the first time and for the last time. DQL datatype Duration. | |
| array | stableManagment zones this entity belongs to. |
|
| record | stableRelationship field that contains all | |
| array | stableA sitesOfBalancedInstances property. | |
| string[] | experimentalA string array containing all string representations of tags that are assigned to the entity. This includes manual tags and auto tags. The string represention contains Context, Key and Value. |
|
Query entities in Grail.
fetch dt.entity.aws_lambda_function| fieldsadd accessible_by,apiEndpointUrls,arn,awsCodeSize,awsMemorySize,awsNameTag,awsRuntime,awsTimeout,awsVersion,belongs_to,called_by,calls,entity.detected_name,entity.name,entity.type,icon,id,lifetime,managementZones,runs,softwareTechnologies,tags
| Attribute | Type | Description | Examples |
|---|---|---|---|
| record | stableRelationship field that contains all | |
| array | stableAn apiEndpointUrls property. | |
| string | deprecatedAmazon Resource Name (ARN). |
|
| long | deprecatedAWS Lambda Code size. |
|
| long | deprecatedAWS Lambda memory size. |
|
| string | deprecatedAWS Lambda runtime. |
|
| long | deprecatedAWS Lambda timeout. |
|
| string | deprecatedAWS Lambda version. |
|
| record | stableRelationship field that contains all | |
| record | stableRelationship field that contains all | |
| record | stableRelationship field that contains all | |
| string | stableA custom icon property. | |
| string | resource stableThe entity name as detected by Dynatrace or defined by the data source of the entity. Depending on the entity type this can involve different heuristics. |
|
| string | resource stableAll entities have an entity.name field. The following fields will be considered in order to determine the value: |
|
| string | resource stableThe entity type. |
|
| string | stableAn icon property. | |
| string | stableThe entity ID.Tags: | |
| timeframe | stableA complex record that contains two number fields start and end representing the timestamps of the entity being seen for the first time and for the last time. DQL datatype Duration. | |
| array | stableManagment zones this entity belongs to. |
|
| record | stableRelationship field that contains all | |
| array | stableA collection of software technologies relevant for given entity. It can describe role of given entity, but also includes supplementary technologies used, such as known third party libraries. Each technology is a triplet of type, edition and version. |
|
| string[] | experimentalA string array containing all string representations of tags that are assigned to the entity. This includes manual tags and auto tags. The string represention contains Context, Key and Value. |
|
Query entities in Grail.
fetch dt.entity.aws_network_load_balancer| fieldsadd accessible_by,arn,awsVpcName,balances,beanstalkEnvironmentName,called_by,calls,dnsNames,entity.detected_name,entity.name,entity.type,icon,id,ipAddress,lbBalancedIps,lbPortMultimap,lbUnhealthyInstances,lbUnhealthyIps,lifetime,managementZones,runs,sitesOfBalancedInstances,tags
| Attribute | Type | Description | Examples |
|---|---|---|---|
| record | stableRelationship field that contains all | |
| string | deprecatedAmazon Resource Name (ARN). |
|
| string | deprecatedEC2 instance VPC name |
|
| record | stableRelationship field that contains all | |
| string | stableA beanstalkEnvironmentName property. | |
| record | stableRelationship field that contains all | |
| record | stableRelationship field that contains all | |
| string | stableA custom icon property. | |
| array | experimentalA dnsNames property. | |
| string | resource stableThe entity name as detected by Dynatrace or defined by the data source of the entity. Depending on the entity type this can involve different heuristics. |
|
| string | resource stableAll entities have an entity.name field. The following fields will be considered in order to determine the value: |
|
| string | resource stableThe entity type. |
|
| string | stableAn icon property. | |
| string | stableThe entity ID.Tags: | |
| array | stableAn array of IP addresses. |
|
| array | stableA lbBalancedIps property. | |
| record | stableA lbPortMultimap property. | |
| array | stableA lbUnhealthyInstances property. | |
| array | stableA lbUnhealthyIps property. | |
| timeframe | stableA complex record that contains two number fields start and end representing the timestamps of the entity being seen for the first time and for the last time. DQL datatype Duration. | |
| array | stableManagment zones this entity belongs to. |
|
| record | stableRelationship field that contains all | |
| array | stableA sitesOfBalancedInstances property. | |
| string[] | experimentalA string array containing all string representations of tags that are assigned to the entity. This includes manual tags and auto tags. The string represention contains Context, Key and Value. |
|
Query entities in Grail.
fetch dt.entity.relational_database_service| fieldsadd accessible_by, arn, beanstalkEnvironmentName, belongs_to, called_by, calls, dnsNames, entity.detected_name, entity.name, entity.type, icon, id, iops, ipAddress, lifetime, managementZones, rdsDbInstanceClass, rdsDbInstanceIdentifier, rdsDbName, rdsDbSnapshotIdentifier, rdsEndpoint, rdsEngine, rdsEngineVersion, rdsMultiAz, rdsPort, rdsPrimaryAvailabilityZone, rdsSecondaryAvailabilityZone, runs, state, tags
| Attribute | Type | Description | Examples |
|---|---|---|---|
| record | stableRelationship field that contains all | |
| string | deprecatedAmazon Resource Name (ARN). |
|
| string | stableA beanstalkEnvironmentName property. | |
| record | stableRelationship field that contains all | |
| record | stableRelationship field that contains all | |
| record | stableRelationship field that contains all | |
| string | stableA custom icon property. | |
| array | experimentalA dnsNames property. | |
| string | resource stableThe entity name as detected by Dynatrace or defined by the data source of the entity. Depending on the entity type this can involve different heuristics. |
|
| string | resource stableAll entities have an entity.name field. The following fields will be considered in order to determine the value: |
|
| string | resource stableThe entity type. |
|
| string | stableAn icon property. | |
| string | stableThe entity ID.Tags: | |
| long | experimentalAn iops property. |
|
| array | stableAn array of IP addresses. |
|
| timeframe | stableA complex record that contains two number fields start and end representing the timestamps of the entity being seen for the first time and for the last time. DQL datatype Duration. | |
| array | stableManagment zones this entity belongs to. |
|
| string | stableA rdsDbInstanceClass property. | |
| string | stableA rdsDbInstanceIdentifier property. | |
| string | stableA rdsDbName property. | |
| string | stableA rdsDbSnapshotIdentifier property. | |
| string | stableA rdsEndpoint property. | |
| string | stableA rdsEngine property. | |
| string | stableA rdsEngineVersion property. | |
| boolean | stableA rdsMultiAz property. |
|
| long | experimentalA rdsPort property. |
|
| string | stableA rdsPrimaryAvailabilityZone property. | |
| string | stableA rdsSecondaryAvailabilityZone property. | |
| record | stableRelationship field that contains all | |
| string | experimentalState related to availability monitoring. |
|
| string[] | experimentalA string array containing all string representations of tags that are assigned to the entity. This includes manual tags and auto tags. The string represention contains Context, Key and Value. |
|
Query entities in Grail.
fetch dt.entity.s3bucket| fieldsadd accessible_by, arn, creationTimestamp, entity.detected_name, entity.name, entity.type, icon, id, lifetime, tags
| Attribute | Type | Description | Examples |
|---|---|---|---|
| record | stableRelationship field that contains all | |
| string | deprecatedAmazon Resource Name (ARN). |
|
| timestamp | stableA creationTimestamp property. | |
| string | stableA custom icon property. | |
| string | resource stableThe entity name as detected by Dynatrace or defined by the data source of the entity. Depending on the entity type this can involve different heuristics. |
|
| string | resource stableAll entities have an entity.name field. The following fields will be considered in order to determine the value: |
|
| string | resource stableThe entity type. |
|
| string | stableAn icon property. | |
| string | stableThe entity ID.Tags: | |
| timeframe | stableA complex record that contains two number fields start and end representing the timestamps of the entity being seen for the first time and for the last time. DQL datatype Duration. | |
| string[] | experimentalA string array containing all string representations of tags that are assigned to the entity. This includes manual tags and auto tags. The string represention contains Context, Key and Value. |
|
Entity of a RUM web application.
| Attribute | Type | Description | Examples |
|---|---|---|---|
| string | stableThe type of the RUM web application. |
|
| record | stableRelationship field that contains all | |
| string | stableA custom icon property. | |
| string | resource stableAll entities have an entity.name field. The following fields will be considered in order to determine the value: |
|
| string | resource stableThe entity type. |
|
| string | stableThe entity ID.Tags: | |
| timeframe | stableA complex record that contains two number fields start and end representing the timestamps of the entity being seen for the first time and for the last time. DQL datatype Duration. | |
| array | stableManagment zones this entity belongs to. |
|
| record | stableRelationship field that contains all | |
| string[] | experimentalA string array containing all string representations of tags that are assigned to the entity. This includes manual tags and auto tags. The string represention contains Context, Key and Value. |
|
Discontinued entity type for RUM web user actions. Only used by Dynatrace classic's problem analysis and root cause detection.
| Attribute | Type | Description | Examples |
|---|---|---|---|
| record | stableRelationship field that contains all | |
| string | stableA custom icon property. | |
| string | resource stableAll entities have an entity.name field. The following fields will be considered in order to determine the value: |
|
| string | resource stableThe entity type. |
|
| string | stableThe entity ID.Tags: | |
| timeframe | stableA complex record that contains two number fields start and end representing the timestamps of the entity being seen for the first time and for the last time. DQL datatype Duration. | |
| string[] | experimentalA string array containing all string representations of tags that are assigned to the entity. This includes manual tags and auto tags. The string represention contains Context, Key and Value. |
|
Discontinued entity type for grouping application_method entities. Only used by Dynatrace classic's problem analysis and root cause detection.
| Attribute | Type | Description | Examples |
|---|---|---|---|
| record | stableRelationship field that contains all | |
| string | stableA custom icon property. | |
| string | resource stableAll entities have an entity.name field. The following fields will be considered in order to determine the value: |
|
| string | resource stableThe entity type. |
|
| record | stableRelationship field that contains all | |
| string | stableThe entity ID.Tags: | |
| timeframe | stableA complex record that contains two number fields start and end representing the timestamps of the entity being seen for the first time and for the last time. DQL datatype Duration. | |
| string[] | experimentalA string array containing all string representations of tags that are assigned to the entity. This includes manual tags and auto tags. The string represention contains Context, Key and Value. |
|
Query entities in Grail.
fetch dt.entity.azure_api_management_service| fieldsadd accessible_by, azureApiMgmtSku, azureResourceGroupName, belongs_to, called_by, calls, dnsNames, entity.detected_name, entity.name, entity.type, icon, id, ipAddress, lifetime, managementZones, runs, tags
| Attribute | Type | Description | Examples |
|---|---|---|---|
| record | stableRelationship field that contains all | |
| string | deprecatedAzure API management SKU | |
| string | deprecatedAzure Resource Group name. |
|
| record | stableRelationship field that contains all | |
| record | stableRelationship field that contains all | |
| record | stableRelationship field that contains all | |
| string | stableA custom icon property. | |
| array | experimentalA dnsNames property. | |
| string | resource stableThe entity name as detected by Dynatrace or defined by the data source of the entity. Depending on the entity type this can involve different heuristics. |
|
| string | resource stableAll entities have an entity.name field. The following fields will be considered in order to determine the value: |
|
| string | resource stableThe entity type. |
|
| string | stableAn icon property. | |
| string | stableThe entity ID.Tags: | |
| array | stableAn array of IP addresses. |
|
| timeframe | stableA complex record that contains two number fields start and end representing the timestamps of the entity being seen for the first time and for the last time. DQL datatype Duration. | |
| array | stableManagment zones this entity belongs to. |
|
| record | stableRelationship field that contains all | |
| string[] | experimentalA string array containing all string representations of tags that are assigned to the entity. This includes manual tags and auto tags. The string represention contains Context, Key and Value. |
|
Query entities in Grail.
fetch dt.entity.azure_application_gateway| fieldsadd accessible_by, azureResourceGroupName, balances, belongs_to, called_by, calls, dnsNames, entity.detected_name, entity.name, entity.type, icon, id, ipAddress, lifetime, listenPorts, managementZones, runs, tags
| Attribute | Type | Description | Examples |
|---|---|---|---|
| record | stableRelationship field that contains all | |
| string | deprecatedAzure Resource Group name. |
|
| record | stableRelationship field that contains all | |
| record | stableRelationship field that contains all | |
| string | stableName constructed from BOSH vcap metadata in form of name/id. |
|
| record | stableRelationship field that contains all | |
| record | stableRelationship field that contains all | |
| string | stableA custom icon property. | |
| array | experimentalA dnsNames property. | |
| string | resource stableThe entity name as detected by Dynatrace or defined by the data source of the entity. Depending on the entity type this can involve different heuristics. |
|
| string | resource stableAll entities have an entity.name field. The following fields will be considered in order to determine the value: |
|
| string | resource stableThe entity type. |
|
| string | stableAn icon property. | |
| string | stableThe entity ID.Tags: | |
| array | stableAn array of IP addresses. |
|
| timeframe | stableA complex record that contains two number fields start and end representing the timestamps of the entity being seen for the first time and for the last time. DQL datatype Duration. | |
| array | stableAn array of open listen ports. |
|
| array | stableManagment zones this entity belongs to. |
|
| record | stableRelationship field that contains all | |
| string[] | experimentalA string array containing all string representations of tags that are assigned to the entity. This includes manual tags and auto tags. The string represention contains Context, Key and Value. |
|
Query entities in Grail.
fetch dt.entity.azure_cosmos_db| fieldsadd accessible_by, azureCosmosDbAccountType, azureResourceGroupName, belongs_to, called_by, calls, dnsNames, entity.detected_name, entity.name, entity.type, icon, id, lifetime, managementZones, runs, tags
| Attribute | Type | Description | Examples |
|---|---|---|---|
| record | stableRelationship field that contains all | |
| string | deprecatedAzure Cosmos DB account type. |
|
| string | deprecatedAzure Resource Group name. |
|
| record | stableRelationship field that contains all | |
| string | stableName constructed from BOSH vcap metadata in form of name/id. |
|
| record | stableRelationship field that contains all | |
| record | stableRelationship field that contains all | |
| string | stableA custom icon property. | |
| array | experimentalA dnsNames property. | |
| string | resource stableThe entity name as detected by Dynatrace or defined by the data source of the entity. Depending on the entity type this can involve different heuristics. |
|
| string | resource stableAll entities have an entity.name field. The following fields will be considered in order to determine the value: |
|
| string | resource stableThe entity type. |
|
| string | stableAn icon property. | |
| string | stableThe entity ID.Tags: | |
| timeframe | stableA complex record that contains two number fields start and end representing the timestamps of the entity being seen for the first time and for the last time. DQL datatype Duration. | |
| array | stableManagment zones this entity belongs to. |
|
| record | stableRelationship field that contains all | |
| string[] | experimentalA string array containing all string representations of tags that are assigned to the entity. This includes manual tags and auto tags. The string represention contains Context, Key and Value. |
|
Query entities in Grail.
fetch dt.entity.azure_credentials| fieldsadd azureResourceGroupName, belongs_to, can_access, entity.detected_name, entity.name, entity.type, icon, id, lifetime, managementZones, tags
| Attribute | Type | Description | Examples |
|---|---|---|---|
| string | deprecatedAzure Resource Group name. |
|
| record | stableRelationship field that contains all | |
| string | stableName constructed from BOSH vcap metadata in form of name/id. |
|
| record | stableRelationship field that contains all | |
| string | stableA custom icon property. | |
| string | resource stableThe entity name as detected by Dynatrace or defined by the data source of the entity. Depending on the entity type this can involve different heuristics. |
|
| string | resource stableAll entities have an entity.name field. The following fields will be considered in order to determine the value: |
|
| string | resource stableThe entity type. |
|
| string | stableAn icon property. | |
| string | stableThe entity ID.Tags: | |
| timeframe | stableA complex record that contains two number fields start and end representing the timestamps of the entity being seen for the first time and for the last time. DQL datatype Duration. | |
| array | stableManagment zones this entity belongs to. |
|
| string[] | experimentalA string array containing all string representations of tags that are assigned to the entity. This includes manual tags and auto tags. The string represention contains Context, Key and Value. |
|
Query entities in Grail.
fetch dt.entity.azure_event_hub| fieldsadd accessible_by, azureEventHubMessageRetentionDays, azureEventHubPartitionCount, azureResourceGroupName, belongs_to, entity.detected_name, entity.name, entity.type, icon, id, lifetime, managementZones, tags
| Attribute | Type | Description | Examples |
|---|---|---|---|
| record | stableRelationship field that contains all | |
| long | deprecatedAzure Event Hub message retention days. |
|
| long | deprecatedAzure Event Hub partition count. |
|
| string | deprecatedAzure Resource Group name. |
|
| record | stableRelationship field that contains all | |
| string | stableA custom icon property. | |
| string | resource stableThe entity name as detected by Dynatrace or defined by the data source of the entity. Depending on the entity type this can involve different heuristics. |
|
| string | resource stableAll entities have an entity.name field. The following fields will be considered in order to determine the value: |
|
| string | resource stableThe entity type. |
|
| string | stableAn icon property. | |
| string | stableThe entity ID.Tags: | |
| timeframe | stableA complex record that contains two number fields start and end representing the timestamps of the entity being seen for the first time and for the last time. DQL datatype Duration. | |
| array | stableManagment zones this entity belongs to. |
|
| string[] | experimentalA string array containing all string representations of tags that are assigned to the entity. This includes manual tags and auto tags. The string represention contains Context, Key and Value. |
|
Query entities in Grail.
fetch dt.entity.azure_event_hub_namespace| fieldsadd accessible_by, azureEventHubNamespaceSku, azureResourceGroupName, belongs_to, called_by, calls, contains, dnsNames, entity.detected_name, entity.name, entity.type, icon, id, lifetime, managementZones, runs, tags
| Attribute | Type | Description | Examples |
|---|---|---|---|
| record | stableRelationship field that contains all | |
| string | deprecatedAzure Event Hub Namespace SKU. |
|
| string | deprecatedAzure Resource Group name. |
|
| record | stableRelationship field that contains all | |
| record | stableRelationship field that contains all | |
| record | stableRelationship field that contains all | |
| record | stableRelationship field that contains all | |
| string | stableA custom icon property. | |
| array | experimentalA dnsNames property. | |
| string | resource stableThe entity name as detected by Dynatrace or defined by the data source of the entity. Depending on the entity type this can involve different heuristics. |
|
| string | resource stableAll entities have an entity.name field. The following fields will be considered in order to determine the value: |
|
| string | resource stableThe entity type. |
|
| string | stableAn icon property. | |
| string | stableThe entity ID.Tags: | |
| timeframe | stableA complex record that contains two number fields start and end representing the timestamps of the entity being seen for the first time and for the last time. DQL datatype Duration. | |
| array | stableManagment zones this entity belongs to. |
|
| record | stableRelationship field that contains all | |
| string[] | experimentalA string array containing all string representations of tags that are assigned to the entity. This includes manual tags and auto tags. The string represention contains Context, Key and Value. |
|
Query entities in Grail.
fetch dt.entity.azure_function_app| fieldsadd accessible_by, azureFunctionLanguage, azureResourceGroupName, azureResourceId, belongs_to, called_by, calls, dnsNames, entity.detected_name, entity.name, entity.type, icon, id, lifetime, managementZones, runs, sku, tags
| Attribute | Type | Description | Examples |
|---|---|---|---|
| record | stableRelationship field that contains all | |
| string | deprecatedAzure Function language. |
|
| string | deprecatedAzure Resource Group name. |
|
| string | deprecatedAzure VM resource id. |
|
| record | stableRelationship field that contains all | |
| record | stableRelationship field that contains all | |
| record | stableRelationship field that contains all | |
| string | stableA custom icon property. | |
| array | experimentalA dnsNames property. | |
| string | resource stableThe entity name as detected by Dynatrace or defined by the data source of the entity. Depending on the entity type this can involve different heuristics. |
|
| string | resource stableAll entities have an entity.name field. The following fields will be considered in order to determine the value: |
|
| string | resource stableThe entity type. |
|
| string | stableAn icon property. | |
| string | stableThe entity ID.Tags: | |
| timeframe | stableA complex record that contains two number fields start and end representing the timestamps of the entity being seen for the first time and for the last time. DQL datatype Duration. | |
| array | stableManagment zones this entity belongs to. |
|
| record | stableRelationship field that contains all | |
| string | stableA sku property. | |
| string[] | experimentalA string array containing all string representations of tags that are assigned to the entity. This includes manual tags and auto tags. The string represention contains Context, Key and Value. |
|
Query entities in Grail.
fetch dt.entity.azure_iot_hub| fieldsadd accessible_by, azureIotHubBuildInEventHubEndpoint, azureIotHubCapacityProvisionedUnits, azurePricingTier, azureResourceGroupName, belongs_to, called_by, calls, dnsNames, entity.detected_name, entity.name, entity.type, icon, id, lifetime, managementZones, runs, sku, tags
| Attribute | Type | Description | Examples |
|---|---|---|---|
| record | stableRelationship field that contains all | |
| string | deprecatedAazure Iot Hub build in Event Hub endpoint. |
|
| long | deprecatedAzure IoT Hub capacity provisioned units. |
|
| string | deprecatedAzure IoT Hub pricing tier. |
|
| string | deprecatedAzure Resource Group name. |
|
| record | stableRelationship field that contains all | |
| record | stableRelationship field that contains all | |
| record | stableRelationship field that contains all | |
| string | stableA custom icon property. | |
| array | experimentalA dnsNames property. | |
| string | resource stableThe entity name as detected by Dynatrace or defined by the data source of the entity. Depending on the entity type this can involve different heuristics. |
|
| string | resource stableAll entities have an entity.name field. The following fields will be considered in order to determine the value: |
|
| string | resource stableThe entity type. |
|
| string | stableAn icon property. | |
| string | stableThe entity ID.Tags: | |
| timeframe | stableA complex record that contains two number fields start and end representing the timestamps of the entity being seen for the first time and for the last time. DQL datatype Duration. | |
| array | stableManagment zones this entity belongs to. |
|
| record | stableRelationship field that contains all | |
| string | stableA sku property. | |
| string[] | experimentalA string array containing all string representations of tags that are assigned to the entity. This includes manual tags and auto tags. The string represention contains Context, Key and Value. |
|
Query entities in Grail.
fetch dt.entity.azure_load_balancer| fieldsadd accessible_by, azureLoadBalancerSku, azureResourceGroupName, balances, belongs_to, called_by, calls, dnsNames, entity.detected_name, entity.name, entity.type, icon, id, ipAddress, lifetime, listenPorts, managementZones, runs, tags
| Attribute | Type | Description | Examples |
|---|---|---|---|
| record | stableRelationship field that contains all | |
| string | deprecatedAzure Load Balancer SKU. |
|
| string | deprecatedAzure Resource Group name. |
|
| record | stableRelationship field that contains all | |
| record | stableRelationship field that contains all | |
| record | stableRelationship field that contains all | |
| record | stableRelationship field that contains all | |
| string | stableA custom icon property. | |
| array | experimentalA dnsNames property. | |
| string | resource stableThe entity name as detected by Dynatrace or defined by the data source of the entity. Depending on the entity type this can involve different heuristics. |
|
| string | resource stableAll entities have an entity.name field. The following fields will be considered in order to determine the value: |
|
| string | resource stableThe entity type. |
|
| string | stableAn icon property. | |
| string | stableThe entity ID.Tags: | |
| array | stableAn array of IP addresses. |
|
| timeframe | stableA complex record that contains two number fields start and end representing the timestamps of the entity being seen for the first time and for the last time. DQL datatype Duration. | |
| array | stableAn array of open listen ports. |
|
| array | stableManagment zones this entity belongs to. |
|
| record | stableRelationship field that contains all | |
| string[] | experimentalA string array containing all string representations of tags that are assigned to the entity. This includes manual tags and auto tags. The string represention contains Context, Key and Value. |
|
Query entities in Grail.
fetch dt.entity.azure_mgmt_group| fieldsadd azureManagementGroupUuid, azureResourceGroupName, belongs_to, contains, entity.detected_name, entity.name, entity.type, icon, id, lifetime, managementZones, tags
| Attribute | Type | Description | Examples |
|---|---|---|---|
| string | deprecatedAzure Management Group UUID. | |
| string | deprecatedAzure Resource Group name. |
|
| record | stableRelationship field that contains all | |
| record | stableRelationship field that contains all | |
| string | stableA custom icon property. | |
| string | resource stableThe entity name as detected by Dynatrace or defined by the data source of the entity. Depending on the entity type this can involve different heuristics. |
|
| string | resource stableAll entities have an entity.name field. The following fields will be considered in order to determine the value: |
|
| string | resource stableThe entity type. |
|
| string | stableAn icon property. | |
| string | stableThe entity ID.Tags: | |
| timeframe | stableA complex record that contains two number fields start and end representing the timestamps of the entity being seen for the first time and for the last time. DQL datatype Duration. | |
| array | stableManagment zones this entity belongs to. |
|
| string[] | experimentalA string array containing all string representations of tags that are assigned to the entity. This includes manual tags and auto tags. The string represention contains Context, Key and Value. |
|
Query entities in Grail.
fetch dt.entity.azure_redis_cache| fieldsadd accessible_by, azureResourceGroupName, belongs_to, called_by, calls, dnsNames, entity.detected_name, entity.name, entity.type, icon, id, lifetime, listenPorts, managementZones, runs, tags
| Attribute | Type | Description | Examples |
|---|---|---|---|
| record | stableRelationship field that contains all | |
| string | deprecatedAzure Resource Group name. |
|
| record | stableRelationship field that contains all | |
| string | stableName constructed from BOSH vcap metadata in form of name/id. |
|
| record | stableRelationship field that contains all | |
| record | stableRelationship field that contains all | |
| string | stableA custom icon property. | |
| array | experimentalA dnsNames property. | |
| string | resource stableThe entity name as detected by Dynatrace or defined by the data source of the entity. Depending on the entity type this can involve different heuristics. |
|
| string | resource stableAll entities have an entity.name field. The following fields will be considered in order to determine the value: |
|
| string | resource stableThe entity type. |
|
| string | stableAn icon property. | |
| string | stableThe entity ID.Tags: | |
| timeframe | stableA complex record that contains two number fields start and end representing the timestamps of the entity being seen for the first time and for the last time. DQL datatype Duration. | |
| array | stableAn array of open listen ports. |
|
| array | stableManagment zones this entity belongs to. |
|
| record | stableRelationship field that contains all | |
| string[] | experimentalA string array containing all string representations of tags that are assigned to the entity. This includes manual tags and auto tags. The string represention contains Context, Key and Value. |
|
Query entities in Grail.
fetch dt.entity.azure_region| fieldsadd accessible_by, contains, entity.detected_name, entity.name, entity.type, icon, id, lifetime, tags
| Attribute | Type | Description | Examples |
|---|---|---|---|
| record | stableRelationship field that contains all | |
| record | stableRelationship field that contains all | |
| string | stableA custom icon property. | |
| string | resource stableThe entity name as detected by Dynatrace or defined by the data source of the entity. Depending on the entity type this can involve different heuristics. |
|
| string | resource stableAll entities have an entity.name field. The following fields will be considered in order to determine the value: |
|
| string | resource stableThe entity type. |
|
| string | stableAn icon property. | |
| string | stableThe entity ID.Tags: | |
| timeframe | stableA complex record that contains two number fields start and end representing the timestamps of the entity being seen for the first time and for the last time. DQL datatype Duration. | |
| string[] | experimentalA string array containing all string representations of tags that are assigned to the entity. This includes manual tags and auto tags. The string represention contains Context, Key and Value. |
|
Query entities in Grail.
fetch dt.entity.azure_sql_database| fieldsadd accessible_by, azureResourceGroupName, azureSqlDbId, azureSqlDbMaxSizeBytes, azureSqlDbSecondaryRegion, belongs_to, entity.detected_name, entity.name, entity.type, icon, id, lifetime, managementZones, tags
| Attribute | Type | Description | Examples |
|---|---|---|---|
| record | stableRelationship field that contains all | |
| string | deprecatedAzure Resource Group name. |
|
| string | deprecatedAzure SQL DB ID. |
|
| long | deprecatedAzure SQL DB max size bytes. |
|
| string | deprecatedAzure SQL DB secondary region. | |
| record | stableRelationship field that contains all | |
| string | stableA custom icon property. | |
| string | resource stableThe entity name as detected by Dynatrace or defined by the data source of the entity. Depending on the entity type this can involve different heuristics. |
|
| string | resource stableAll entities have an entity.name field. The following fields will be considered in order to determine the value: |
|
| string | resource stableThe entity type. |
|
| string | stableAn icon property. | |
| string | stableThe entity ID.Tags: | |
| timeframe | stableA complex record that contains two number fields start and end representing the timestamps of the entity being seen for the first time and for the last time. DQL datatype Duration. | |
| array | stableManagment zones this entity belongs to. |
|
| string[] | experimentalA string array containing all string representations of tags that are assigned to the entity. This includes manual tags and auto tags. The string represention contains Context, Key and Value. |
|
Query entities in Grail.
fetch dt.entity.azure_sql_elastic_pool| fieldsadd accessible_by, azureResourceGroupName, azureSqlElasticPoolDatabaseMaxCapacity, azureSqlElasticPoolDatabaseMinCapacity, azureSqlElasticPoolDtu, azureSqlElasticPoolStorageLimitMb, azureSqlElasticPoolTier, contains, entity.detected_name, entity.name, entity.type, icon, id, lifetime, managementZones, tags
| Attribute | Type | Description | Examples |
|---|---|---|---|
| record | stableRelationship field that contains all | |
| string | deprecatedAzure Resource Group name. |
|
| double | deprecatedAzure SQL Elastic Pool database max capacity. |
|
| double | deprecatedAzure SQL ElasticPool database min capacity. |
|
| long | deprecatedAzure SQL Elastic Pool DTU. |
|
| long | deprecatedAzure SQL Elastic Pool storage limit Mb. |
|
| string | deprecatedAzure SQL Elastic Pool tier. |
|
| record | stableRelationship field that contains all | |
| string | stableA custom icon property. | |
| string | resource stableThe entity name as detected by Dynatrace or defined by the data source of the entity. Depending on the entity type this can involve different heuristics. |
|
| string | resource stableAll entities have an entity.name field. The following fields will be considered in order to determine the value: |
|
| string | resource stableThe entity type. |
|
| string | stableAn icon property. | |
| string | stableThe entity ID.Tags: | |
| timeframe | stableA complex record that contains two number fields start and end representing the timestamps of the entity being seen for the first time and for the last time. DQL datatype Duration. | |
| array | stableManagment zones this entity belongs to. |
|
| string[] | experimentalA string array containing all string representations of tags that are assigned to the entity. This includes manual tags and auto tags. The string represention contains Context, Key and Value. |
|
Query entities in Grail.
fetch dt.entity.azure_sql_server| fieldsadd accessible_by, azureResourceGroupName, belongs_to, called_by, calls, contains, dnsNames, entity.detected_name, entity.name, entity.type, icon, id, lifetime, managementZones, runs, softwareTechnologies, tags
| Attribute | Type | Description | Examples |
|---|---|---|---|
| record | stableRelationship field that contains all | |
| string | deprecatedAzure Resource Group name. |
|
| record | stableRelationship field that contains all | |
| record | stableRelationship field that contains all | |
| record | stableRelationship field that contains all | |
| record | stableRelationship field that contains all | |
| string | stableA custom icon property. | |
| array | experimentalA dnsNames property. | |
| string | resource stableThe entity name as detected by Dynatrace or defined by the data source of the entity. Depending on the entity type this can involve different heuristics. |
|
| string | resource stableAll entities have an entity.name field. The following fields will be considered in order to determine the value: |
|
| string | resource stableThe entity type. |
|
| string | stableAn icon property. | |
| string | stableThe entity ID.Tags: | |
| timeframe | stableA complex record that contains two number fields start and end representing the timestamps of the entity being seen for the first time and for the last time. DQL datatype Duration. | |
| array | stableManagment zones this entity belongs to. |
|
| record | stableRelationship field that contains all | |
| array | stableA collection of software technologies relevant for given entity. It can describe role of given entity, but also includes supplementary technologies used, such as known third party libraries. Each technology is a triplet of type, edition and version. |
|
| string[] | experimentalA string array containing all string representations of tags that are assigned to the entity. This includes manual tags and auto tags. The string represention contains Context, Key and Value. |
|
Query entities in Grail.
fetch dt.entity.azure_service_bus_namespace| fieldsadd accessible_by, azureResourceGroupName, belongs_to, called_by, calls, contains, dnsNames, entity.detected_name, entity.name, entity.type, icon, id, lifetime, managementZones, runs, tags
| Attribute | Type | Description | Examples |
|---|---|---|---|
| record | stableRelationship field that contains all | |
| string | deprecatedAzure Resource Group name. |
|
| record | stableRelationship field that contains all | |
| record | stableRelationship field that contains all | |
| record | stableRelationship field that contains all | |
| record | stableRelationship field that contains all | |
| string | stableA custom icon property. | |
| array | experimentalA dnsNames property. | |
| string | resource stableThe entity name as detected by Dynatrace or defined by the data source of the entity. Depending on the entity type this can involve different heuristics. |
|
| string | resource stableAll entities have an entity.name field. The following fields will be considered in order to determine the value: |
|
| string | resource stableThe entity type. |
|
| string | stableAn icon property. | |
| string | stableThe entity ID.Tags: | |
| timeframe | stableA complex record that contains two number fields start and end representing the timestamps of the entity being seen for the first time and for the last time. DQL datatype Duration. | |
| array | stableManagment zones this entity belongs to. |
|
| record | stableRelationship field that contains all | |
| string[] | experimentalA string array containing all string representations of tags that are assigned to the entity. This includes manual tags and auto tags. The string represention contains Context, Key and Value. |
|
Query entities in Grail.
fetch dt.entity.azure_service_bus_queue| fieldsadd accessible_by, azureResourceGroupName, azureServiceBusLastAccessTimestamp, azureServiceBusMaxSizeMb, belongs_to, entity.detected_name, entity.name, entity.type, icon, id, lifetime, managementZones, tags
| Attribute | Type | Description | Examples |
|---|---|---|---|
| record | stableRelationship field that contains all | |
| string | deprecatedAzure Resource Group name. |
|
| timestamp | deprecatedAzure Service Bus queue last access timestamp. |
|
| long | deprecatedAzure Service Bus queue max size Mb. |
|
| record | stableRelationship field that contains all | |
| string | stableA custom icon property. | |
| string | resource stableThe entity name as detected by Dynatrace or defined by the data source of the entity. Depending on the entity type this can involve different heuristics. |
|
| string | resource stableAll entities have an entity.name field. The following fields will be considered in order to determine the value: |
|
| string | resource stableThe entity type. |
|
| string | stableAn icon property. | |
| string | stableThe entity ID.Tags: | |
| timeframe | stableA complex record that contains two number fields start and end representing the timestamps of the entity being seen for the first time and for the last time. DQL datatype Duration. | |
| array | stableManagment zones this entity belongs to. |
|
| string[] | experimentalA string array containing all string representations of tags that are assigned to the entity. This includes manual tags and auto tags. The string represention contains Context, Key and Value. |
|
Query entities in Grail.
fetch dt.entity.azure_service_bus_topic| fieldsadd accessible_by, azureResourceGroupName, azureServiceBusLastAccessTimestamp, azureServiceBusMaxSizeMb, azureServiceBusTopicSubscriptionCount, belongs_to, entity.detected_name, entity.name, entity.type, icon, id, lifetime, managementZones, tags
| Attribute | Type | Description | Examples |
|---|---|---|---|
| record | stableRelationship field that contains all | |
| string | deprecatedAzure Resource Group name. |
|
| timestamp | deprecatedAzure Service Bus queue last access timestamp. |
|
| long | deprecatedAzure Service Bus queue max size Mb. |
|
| long | deprecatedAzure Service Bus Topic subscription count. |
|
| record | stableRelationship field that contains all | |
| string | stableA custom icon property. | |
| string | resource stableThe entity name as detected by Dynatrace or defined by the data source of the entity. Depending on the entity type this can involve different heuristics. |
|
| string | resource stableAll entities have an entity.name field. The following fields will be considered in order to determine the value: |
|
| string | resource stableThe entity type. |
|
| string | stableAn icon property. | |
| string | stableThe entity ID.Tags: | |
| timeframe | stableA complex record that contains two number fields start and end representing the timestamps of the entity being seen for the first time and for the last time. DQL datatype Duration. | |
| array | stableManagment zones this entity belongs to. |
|
| string[] | experimentalA string array containing all string representations of tags that are assigned to the entity. This includes manual tags and auto tags. The string represention contains Context, Key and Value. |
|
Query entities in Grail.
fetch dt.entity.azure_storage_account| fieldsadd accessible_by, azureResourceGroupName, azureStorageAccountPrimaryRegion, azureStorageAccountSecondaryRegion, belongs_to, called_by, calls, contains, dnsNames, entity.detected_name, entity.name, entity.type, icon, id, lifetime, managementZones, runs, tags
| Attribute | Type | Description | Examples |
|---|---|---|---|
| record | stableRelationship field that contains all | |
| string | deprecatedAzure Resource Group name. |
|
| string | deprecatedAzure Storage Account primary region. | |
| string | deprecatedAzure Storage Account secondary region. | |
| record | stableRelationship field that contains all | |
| record | stableRelationship field that contains all | |
| record | stableRelationship field that contains all | |
| record | stableRelationship field that contains all | |
| string | stableA custom icon property. | |
| array | experimentalA dnsNames property. | |
| string | resource stableThe entity name as detected by Dynatrace or defined by the data source of the entity. Depending on the entity type this can involve different heuristics. |
|
| string | resource stableAll entities have an entity.name field. The following fields will be considered in order to determine the value: |
|
| string | resource stableThe entity type. |
|
| string | stableAn icon property. | |
| string | stableThe entity ID.Tags: | |
| timeframe | stableA complex record that contains two number fields start and end representing the timestamps of the entity being seen for the first time and for the last time. DQL datatype Duration. | |
| array | stableManagment zones this entity belongs to. |
|
| record | stableRelationship field that contains all | |
| string[] | experimentalA string array containing all string representations of tags that are assigned to the entity. This includes manual tags and auto tags. The string represention contains Context, Key and Value. |
|
Query entities in Grail.
fetch dt.entity.azure_subscription| fieldsadd azureSubscriptionUuid, belongs_to, can_access, contains, entity.detected_name, entity.name, entity.type, icon, id, lifetime, managementZones, tags
| Attribute | Type | Description | Examples |
|---|---|---|---|
| string | deprecatedAzure Subscription UUID. |
|
| record | stableRelationship field that contains all | |
| record | stableRelationship field that contains all | |
| record | stableRelationship field that contains all | |
| string | stableA custom icon property. | |
| string | resource stableThe entity name as detected by Dynatrace or defined by the data source of the entity. Depending on the entity type this can involve different heuristics. |
|
| string | resource stableAll entities have an entity.name field. The following fields will be considered in order to determine the value: |
|
| string | resource stableThe entity type. |
|
| string | stableAn icon property. | |
| string | stableThe entity ID.Tags: | |
| timeframe | stableA complex record that contains two number fields start and end representing the timestamps of the entity being seen for the first time and for the last time. DQL datatype Duration. | |
| array | stableManagment zones this entity belongs to. |
|
| string[] | experimentalA string array containing all string representations of tags that are assigned to the entity. This includes manual tags and auto tags. The string represention contains Context, Key and Value. |
|
Query entities in Grail.
fetch dt.entity.azure_tenant| fieldsadd azureResourceGroupName, azureTenantUuid, contains, entity.detected_name, entity.name, entity.type, icon, id, lifetime, managementZones, tags
| Attribute | Type | Description | Examples |
|---|---|---|---|
| string | deprecatedAzure Resource Group name. |
|
| string | deprecatedAzure Entra Tenant UUID. |
|
| record | stableRelationship field that contains all | |
| string | stableA custom icon property. | |
| string | resource stableThe entity name as detected by Dynatrace or defined by the data source of the entity. Depending on the entity type this can involve different heuristics. |
|
| string | resource stableAll entities have an entity.name field. The following fields will be considered in order to determine the value: |
|
| string | resource stableThe entity type. |
|
| string | stableAn icon property. | |
| string | stableThe entity ID.Tags: | |
| timeframe | stableA complex record that contains two number fields start and end representing the timestamps of the entity being seen for the first time and for the last time. DQL datatype Duration. | |
| array | stableManagment zones this entity belongs to. |
|
| string[] | experimentalA string array containing all string representations of tags that are assigned to the entity. This includes manual tags and auto tags. The string represention contains Context, Key and Value. |
|
Query entities in Grail.
fetch dt.entity.azure_vm| fieldsadd accessible_by, azureResourceGroupName, azureResourceId, azureVmAvailabilitySetName, azureVmSize, balanced_by, belongs_to, dnsNames, entity.detected_name, entity.name, entity.type, icon, id, ipAddress, lifetime, managementZones, osType, runs, tags
| Attribute | Type | Description | Examples |
|---|---|---|---|
| record | stableRelationship field that contains all | |
| string | deprecatedAzure Resource Group name. |
|
| string | deprecatedAzure VM resource id. |
|
| string | deprecatedAzure VM Availability Set name. |
|
| record | deprecatedAzure VM size. | |
| record | stableRelationship field that contains all | |
| record | stableRelationship field that contains all | |
| string | stableA custom icon property. | |
| array | experimentalA dnsNames property. | |
| string | resource stableThe entity name as detected by Dynatrace or defined by the data source of the entity. Depending on the entity type this can involve different heuristics. |
|
| string | resource stableAll entities have an entity.name field. The following fields will be considered in order to determine the value: |
|
| string | resource stableThe entity type. |
|
| string | stableGCP zone, retrieved from instance metadata service. | |
| string | stableThe entity ID.Tags: | |
| array | stableAn array of IP addresses. |
|
| timeframe | stableA complex record that contains two number fields start and end representing the timestamps of the entity being seen for the first time and for the last time. DQL datatype Duration. | |
| string | stableThe custom name defined in OneAgent config. | |
| string | stableType of discovered operating system. |
|
| record | stableRelationship field that contains all | |
| string[] | experimentalA string array containing all string representations of tags that are assigned to the entity. This includes manual tags and auto tags. The string represention contains Context, Key and Value. |
|
Query entities in Grail.
fetch dt.entity.azure_vm_scale_set| fieldsadd accessible_by, azureResourceGroupName, azureScaleSetCapacity, azureVmSize, contains, entity.detected_name, entity.name, entity.type, icon, id, lifetime, managementZones, tags
| Attribute | Type | Description | Examples |
|---|---|---|---|
| record | stableRelationship field that contains all | |
| string | deprecatedAzure Resource Group name. |
|
| long | deprecatedAzure VM Scale Set capacity. |
|
| record | deprecatedAzure VM size. | |
| record | stableRelationship field that contains all | |
| string | stableA custom icon property. | |
| string | resource stableThe entity name as detected by Dynatrace or defined by the data source of the entity. Depending on the entity type this can involve different heuristics. |
|
| string | resource stableAll entities have an entity.name field. The following fields will be considered in order to determine the value: |
|
| string | resource stableThe entity type. |
|
| string | stableAn icon property. | |
| string | stableThe entity ID.Tags: | |
| timeframe | stableA complex record that contains two number fields start and end representing the timestamps of the entity being seen for the first time and for the last time. DQL datatype Duration. | |
| string | stableThe custom name defined in OneAgent config. | |
| string[] | experimentalA string array containing all string representations of tags that are assigned to the entity. This includes manual tags and auto tags. The string represention contains Context, Key and Value. |
|
Query entities in Grail.
fetch dt.entity.azure_web_app| fieldsadd accessible_by, belongs_to, entity.detected_name, entity.name, entity.type, icon, id, lifetime, managementZones, tags
| Attribute | Type | Description | Examples |
|---|---|---|---|
| record | stableRelationship field that contains all | |
| record | stableRelationship field that contains all | |
| string | stableA custom icon property. | |
| string | resource stableThe entity name as defined by conditional naming rules. This name will be calculated based on a rules on the cluster side. |
|
| string | resource stableThe entity name as defined in the entity settings screen. This name is statically defined by the user for a particular entity. |
|
| string | resource stableThe entity name as detected by Dynatrace or defined by the data source of the entity. Depending on the entity type this can involve different heuristics. |
|
| string | resource stableAll entities have an entity.name field. The following fields will be considered in order to determine the value: |
|
| string | resource stableThe entity type. |
|
| string | stableAn icon property. | |
| string | stableThe entity ID.Tags: | |
| timeframe | stableA complex record that contains two number fields start and end representing the timestamps of the entity being seen for the first time and for the last time. DQL datatype Duration. | |
| array | stableManagment zones this entity belongs to. |
|
| string[] | experimentalA string array containing all string representations of tags that are assigned to the entity. This includes manual tags and auto tags. The string represention contains Context, Key and Value. |
|
Fields used for dt.entity.bosh_deployment.
| Attribute | Type | Description | Examples |
|---|---|---|---|
| string | deprecatedAWS name tag. | |
| string | stableName constructed from BOSH vcap metadata in form of name/id. |
|
| record | stableRelationship field that contains all | |
| string | stableA custom icon property. | |
| string | resource stableThe entity name as defined by conditional naming rules. This name will be calculated based on a rules on the cluster side. |
|
| string | resource stableThe entity name as defined in the entity settings screen. This name is statically defined by the user for a particular entity. |
|
| string | resource stableThe entity name as detected by Dynatrace or defined by the data source of the entity. Depending on the entity type this can involve different heuristics. |
|
| string | resource stableAll entities have an entity.name field. The following fields will be considered in order to determine the value: |
|
| string | resource stableThe entity type. |
|
| string | stableGCP zone, retrieved from instance metadata service. | |
| string | stableAn icon property. | |
| string | stableThe entity ID.Tags: | |
| timeframe | stableA complex record that contains two number fields start and end representing the timestamps of the entity being seen for the first time and for the last time. DQL datatype Duration. | |
| string | stableThe custom name defined in OneAgent config. | |
| string[] | experimentalA string array containing all string representations of tags that are assigned to the entity. This includes manual tags and auto tags. The string represention contains Context, Key and Value. |
|
Discontinued entity type for browsers. Only used by Dynatrace classic's problem analysis and root cause detection.
| Attribute | Type | Description | Examples |
|---|---|---|---|
| string | stableBrowser entities are hierarchical structured into type, family and majorVersion. |
|
| record | stableRelationship field that contains all | |
| string | stableA custom icon property. | |
| string | resource stableAll entities have an entity.name field. The following fields will be considered in order to determine the value: |
|
| string | resource stableThe entity type. |
|
| string | stableThe entity ID.Tags: | |
| timeframe | stableA complex record that contains two number fields start and end representing the timestamps of the entity being seen for the first time and for the last time. DQL datatype Duration. | |
| record | stableRelationship field that contains all | |
| string[] | experimentalA string array containing all string representations of tags that are assigned to the entity. This includes manual tags and auto tags. The string represention contains Context, Key and Value. |
|
Fields used for dt.entity.cf_foundation.
| Attribute | Type | Description | Examples |
|---|---|---|---|
| string | deprecatedAWS name tag. | |
| string | stableName constructed from BOSH vcap metadata in form of name/id. |
|
| record | stableRelationship field that contains all | |
| string | stableA custom icon property. | |
| string | resource stableThe entity name as defined by conditional naming rules. This name will be calculated based on a rules on the cluster side. |
|
| string | resource stableThe entity name as defined in the entity settings screen. This name is statically defined by the user for a particular entity. |
|
| string | resource stableThe entity name as detected by Dynatrace or defined by the data source of the entity. Depending on the entity type this can involve different heuristics. |
|
| string | resource stableAll entities have an entity.name field. The following fields will be considered in order to determine the value: |
|
| string | resource stableThe entity type. |
|
| string | stableGCP zone, retrieved from instance metadata service. | |
| string | stableAn icon property. | |
| string | stableThe entity ID.Tags: | |
| timeframe | stableA complex record that contains two number fields start and end representing the timestamps of the entity being seen for the first time and for the last time. DQL datatype Duration. | |
| array | stableManagment zones this entity belongs to. |
|
| string | stableThe custom name defined in OneAgent config. | |
| string[] | experimentalA string array containing all string representations of tags that are assigned to the entity. This includes manual tags and auto tags. The string represention contains Context, Key and Value. |
|
Kubernetes workloads (e.g., Deployments, Statefulsets, Daemonsets, Jobs, Cronjobs, …) are modeled as cloud applications.
| Attribute | Type | Description | Examples |
|---|---|---|---|
| string | deprecatedAWS name tag. | |
| record | stableRelationship field that contains all | |
| record | stableRelationship field that contains all | |
| string | stableName constructed from BOSH vcap metadata in form of name/id. |
|
| record | stableRelationship field that contains all | |
| record | stableRelationship field that contains all | |
| array | stableA cloudApplicationDeploymentTypes property. | |
| record | stableA cloudApplicationLabels property. | |
| record | stableRelationship field that contains all | |
| record | stableRelationship field that contains all | |
| string | stableA custom icon property. | |
| string | resource stableThe entity name as defined by conditional naming rules. This name will be calculated based on a rules on the cluster side. |
|
| string | resource stableThe entity name as defined in the entity settings screen. This name is statically defined by the user for a particular entity. |
|
| string | resource stableThe entity name as detected by Dynatrace or defined by the data source of the entity. Depending on the entity type this can involve different heuristics. |
|
| string | resource stableAll entities have an entity.name field. The following fields will be considered in order to determine the value: |
|
| string | resource stableThe entity type. |
|
| string | stableGCP zone, retrieved from instance metadata service. | |
| string | stableAn icon property. | |
| string | stableThe entity ID.Tags: | |
| record | stableRelationship field that contains all | |
| record | stableA kubernetesConditions property. | |
| timeframe | stableA complex record that contains two number fields start and end representing the timestamps of the entity being seen for the first time and for the last time. DQL datatype Duration. | |
| array | stableManagment zones this entity belongs to. |
|
| string | stableThe k8s namespace name. See also 'k8s.namespace.name'. | |
| array | stableAn observedBy property. | |
| string | stableThe custom name defined in OneAgent config. | |
| string | stableA resourceUid property. | |
| string[] | experimentalA string array containing all string representations of tags that are assigned to the entity. This includes manual tags and auto tags. The string represention contains Context, Key and Value. |
|
Kubernetes pods are modeled as cloud application instances.
| Attribute | Type | Description | Examples |
|---|---|---|---|
| string | deprecatedAWS name tag. | |
| record | stableRelationship field that contains all | |
| record | stableRelationship field that contains all | |
| string | stableName constructed from BOSH vcap metadata in form of name/id. |
|
| string | stableA cloudApplicationInstancePhase property. | |
| record | stableA cloudApplicationLabels property. | |
| record | stableRelationship field that contains all | |
| long | experimentalA containerRestartCount property. |
|
| record | stableRelationship field that contains all | |
| string | stableA custom icon property. | |
| long | experimentalA desiredContainersCount property. |
|
| string | resource stableThe entity name as defined by conditional naming rules. This name will be calculated based on a rules on the cluster side. |
|
| string | resource stableThe entity name as defined in the entity settings screen. This name is statically defined by the user for a particular entity. |
|
| string | resource stableThe entity name as detected by Dynatrace or defined by the data source of the entity. Depending on the entity type this can involve different heuristics. |
|
| string | resource stableAll entities have an entity.name field. The following fields will be considered in order to determine the value: |
|
| string | resource stableThe entity type. |
|
| string | stableGCP zone, retrieved from instance metadata service. | |
| string | stableAn icon property. | |
| string | stableThe entity ID.Tags: | |
| record | stableRelationship field that contains all | |
| array | stableAn internalIpAddresses property. | |
| timeframe | stableA complex record that contains two number fields start and end representing the timestamps of the entity being seen for the first time and for the last time. DQL datatype Duration. | |
| long | experimentalA limitsCPU property. |
|
| long | experimentalA limitsMemory property. |
|
| array | stableManagment zones this entity belongs to. |
|
| string | stableThe k8s namespace name. See also 'k8s.namespace.name'. | |
| string | stableThe k8s node name. See also 'k8s.node.name'. | |
| string | stableThe custom name defined in OneAgent config. | |
| long | experimentalA requestsCPU property. |
|
| long | experimentalA requestsMemory property. |
|
| timestamp | stableA resourceCreationTimestamp property. | |
| timestamp | stableA resourceDeletionTimestamp property. | |
| string | stableA resourceUid property. | |
| long | experimentalA runningContainersCount property. |
|
| record | stableRelationship field that contains all | |
| string[] | experimentalA string array containing all string representations of tags that are assigned to the entity. This includes manual tags and auto tags. The string represention contains Context, Key and Value. |
|
| string | stableThe k8s workload name. See also 'k8s.workload.name'. | |
| string | stableA workloadType property. |
Kubernetes namespaces are modeled as cloud application namespaces.
| Attribute | Type | Description | Examples |
|---|---|---|---|
| string | deprecatedAWS name tag. | |
| string | stableName constructed from BOSH vcap metadata in form of name/id. |
|
| record | stableA cloudApplicationLabels property. | |
| record | stableRelationship field that contains all | |
| record | stableRelationship field that contains all | |
| string | stableA custom icon property. | |
| string | resource stableThe entity name as defined by conditional naming rules. This name will be calculated based on a rules on the cluster side. |
|
| string | resource stableThe entity name as defined in the entity settings screen. This name is statically defined by the user for a particular entity. |
|
| string | resource stableThe entity name as detected by Dynatrace or defined by the data source of the entity. Depending on the entity type this can involve different heuristics. |
|
| string | resource stableAll entities have an entity.name field. The following fields will be considered in order to determine the value: |
|
| string | resource stableThe entity type. |
|
| string | stableGCP zone, retrieved from instance metadata service. | |
| string | stableAn icon property. | |
| string | stableThe entity ID.Tags: | |
| timeframe | stableA complex record that contains two number fields start and end representing the timestamps of the entity being seen for the first time and for the last time. DQL datatype Duration. | |
| array | stableManagment zones this entity belongs to. |
|
| string | stableThe custom name defined in OneAgent config. | |
| string | stableA resourceUid property. | |
| string[] | experimentalA string array containing all string representations of tags that are assigned to the entity. This includes manual tags and auto tags. The string represention contains Context, Key and Value. |
|
Fields used for dt.entity.container_group.
| Attribute | Type | Description | Examples |
|---|---|---|---|
| record | stableRelationship field that contains all | |
| string | stableA custom icon property. | |
| string | resource stableThe entity name as defined by conditional naming rules. This name will be calculated based on a rules on the cluster side. |
|
| string | resource stableThe entity name as defined in the entity settings screen. This name is statically defined by the user for a particular entity. |
|
| string | resource stableThe entity name as detected by Dynatrace or defined by the data source of the entity. Depending on the entity type this can involve different heuristics. |
|
| string | resource stableAll entities have an entity.name field. The following fields will be considered in order to determine the value: |
|
| string | resource stableThe entity type. |
|
| string | stableThe entity ID.Tags: | |
| record | stableRelationship field that contains all | |
| timeframe | stableA complex record that contains two number fields start and end representing the timestamps of the entity being seen for the first time and for the last time. DQL datatype Duration. | |
| array | stableManagment zones this entity belongs to. |
|
| array | stableContains a diagnostic collection of input parameters that were used or could have been used in creation of this Container Group. |
|
| string[] | experimentalA string array containing all string representations of tags that are assigned to the entity. This includes manual tags and auto tags. The string represention contains Context, Key and Value. |
|
Containers are modeled as container group instances.
| Attribute | Type | Description | Examples |
|---|---|---|---|
| record | stableRelationship field that contains all | |
| string | stableA container runtime specific hash of OCI-image. |
|
| string | stableA container runtime specific OCI-image identifier. |
|
| string | stableA container runtime specific name of OCI-image. |
|
| array | stableA container runtime specific collection of container names. |
|
| boolean | stableTrue if container names were truncated in processing. |
|
| string | stableA container runtime specific revision of OCI-image. |
|
| string | stableA container runtime specific source of OCI-image. |
|
| record | stableA collection of per-container properties in given CGI. |
|
| string | stableA runtime used to execute standalone containers or used by orchestration platform to run containers. Note this is not the low-level runtime (runC), but a level above it, such as Docker, CRI-O, Garden, etc. |
|
| record | stableRelationship field that contains all | |
| string | stableA custom icon property. | |
| string | resource stableThe entity name as defined by conditional naming rules. This name will be calculated based on a rules on the cluster side. |
|
| string | resource stableThe entity name as defined in the entity settings screen. This name is statically defined by the user for a particular entity. |
|
| string | resource stableThe entity name as detected by Dynatrace or defined by the data source of the entity. Depending on the entity type this can involve different heuristics. |
|
| string | resource stableAll entities have an entity.name field. The following fields will be considered in order to determine the value: |
|
| string | resource stableThe entity type. |
|
| string | stableThe entity ID.Tags: | |
| record | stableRelationship field that contains all | |
| array | stableAn array of IP addresses. |
|
| timeframe | stableA complex record that contains two number fields start and end representing the timestamps of the entity being seen for the first time and for the last time. DQL datatype Duration. | |
| array | stableManagment zones this entity belongs to. |
|
| array | stableContains a diagnostic collection of input parameters that were used or could have been used in creation of this Container Group Instance. |
|
| string | stableThe k8s namespace name. See also 'k8s.namespace.name'. | |
| string | stableThe k8s node name. See also 'k8s.node.name'. | |
| string | stableThe k8s pod name. 'See also k8s.pod.name'. | |
| string[] | experimentalA string array containing all string representations of tags that are assigned to the entity. This includes manual tags and auto tags. The string represention contains Context, Key and Value. |
|
| string | stableThe k8s workload name. See also 'k8s.workload.name'. |
Entity of a RUM custom application.
| Attribute | Type | Description | Examples |
|---|---|---|---|
| record | stableRelationship field that contains all | |
| string | stableA custom icon property. | |
| string | resource stableAll entities have an entity.name field. The following fields will be considered in order to determine the value: |
|
| string | resource stableThe entity type. |
|
| string | stableThe entity ID.Tags: | |
| timeframe | stableA complex record that contains two number fields start and end representing the timestamps of the entity being seen for the first time and for the last time. DQL datatype Duration. | |
| array | stableManagment zones this entity belongs to. |
|
| array | stableContains the operating systems detected on the mobile application. Possible values are ANDROID, IOS, WINDOWS, OTHER, LINUX, MAC_OS, TVOS. |
|
| string[] | experimentalA string array containing all string representations of tags that are assigned to the entity. This includes manual tags and auto tags. The string represention contains Context, Key and Value. |
|
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
| Attribute | Type | Description | Examples |
|---|---|---|---|
| record | stableRelationship field that contains all | |
| record | stableRelationship field that contains all | |
| record | stableRelationship field that contains all | |
| record | stableRelationship field that contains all | |
| record | stableRelationship field that contains all | |
| record | stableRelationship field that contains all | |
| string | stableA customFavicon property. | |
| string | stableA custom icon property. | |
| record | stableA customProperties property. | |
| array | experimentalA dnsNames property. | |
| string | resource stableThe entity name as defined by conditional naming rules. This name will be calculated based on a rules on the cluster side. |
|
| string | resource stableThe entity name as defined in the entity settings screen. This name is statically defined by the user for a particular entity. |
|
| string | resource stableThe entity name as detected by Dynatrace or defined by the data source of the entity. Depending on the entity type this can involve different heuristics. |
|
| string | resource stableAll entities have an entity.name field. The following fields will be considered in order to determine the value: |
|
| string | resource stableThe entity type. |
|
| string | stableAn icon property. | |
| string | stableThe entity ID.Tags: | |
| record | stableRelationship field that contains all | |
| record | stableRelationship field that contains all | |
| array | stableAn array of IP addresses. |
|
| timeframe | stableA complex record that contains two number fields start and end representing the timestamps of the entity being seen for the first time and for the last time. DQL datatype Duration. | |
| array | stableAn array of open listen ports. |
|
| array | stableManagment zones this entity belongs to. |
|
| string | stableThe custom name defined in OneAgent config. | |
| record | stableRelationship field that contains all | |
| record | stableRelationship field that contains all | |
| record | stableRelationship field that contains all | |
| record | stableRelationship field that contains all | |
| string[] | experimentalA string array containing all string representations of tags that are assigned to the entity. This includes manual tags and auto tags. The string represention contains Context, Key and Value. |
|
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
| Attribute | Type | Description | Examples |
|---|---|---|---|
| record | stableRelationship field that contains all | |
| record | stableRelationship field that contains all | |
| string | stableName constructed from BOSH vcap metadata in form of name/id. |
|
| record | stableRelationship field that contains all | |
| record | stableRelationship field that contains all | |
| string | stableA customFavicon property. | |
| string | stableA custom icon property. | |
| record | stableA customProperties property. | |
| string | resource stableThe entity name as defined by conditional naming rules. This name will be calculated based on a rules on the cluster side. |
|
| string | resource stableThe entity name as defined in the entity settings screen. This name is statically defined by the user for a particular entity. |
|
| string | resource stableThe entity name as detected by Dynatrace or defined by the data source of the entity. Depending on the entity type this can involve different heuristics. |
|
| string | resource stableAll entities have an entity.name field. The following fields will be considered in order to determine the value: |
|
| string | resource stableThe entity type. |
|
| string | stableAn icon property. | |
| string | stableThe entity ID.Tags: | |
| record | stableRelationship field that contains all | |
| timeframe | stableA complex record that contains two number fields start and end representing the timestamps of the entity being seen for the first time and for the last time. DQL datatype Duration. | |
| array | stableManagment zones this entity belongs to. |
|
| string | stableThe custom name defined in OneAgent config. | |
| array | stableA pluginsRunning property. | |
| record | stableRelationship field that contains all | |
| array | stableA collection of software technologies relevant for given entity. It can describe role of given entity, but also includes supplementary technologies used, such as known third party libraries. Each technology is a triplet of type, edition and version. |
|
| string[] | experimentalA string array containing all string representations of tags that are assigned to the entity. This includes manual tags and auto tags. The string represention contains Context, Key and Value. |
|
Fields used for dt.entity.datastore.
| Attribute | Type | Description | Examples |
|---|---|---|---|
| string | deprecatedAWS name tag. | |
| record | stableRelationship field that contains all | |
| string | stableName constructed from BOSH vcap metadata in form of name/id. |
|
| string | stableA custom icon property. | |
| long | experimentalA datastoreFreeSpace property. |
|
| long | experimentalA datastoreTotalSpace property. |
|
| string | stableA datastoreUrl property. | |
| string | resource stableThe entity name as defined by conditional naming rules. This name will be calculated based on a rules on the cluster side. |
|
| string | resource stableThe entity name as defined in the entity settings screen. This name is statically defined by the user for a particular entity. |
|
| string | resource stableThe entity name as detected by Dynatrace or defined by the data source of the entity. Depending on the entity type this can involve different heuristics. |
|
| string | resource stableAll entities have an entity.name field. The following fields will be considered in order to determine the value: |
|
| string | resource stableThe entity type. |
|
| string | stableGCP zone, retrieved from instance metadata service. | |
| string | stableAn icon property. | |
| string | stableThe entity ID.Tags: | |
| timeframe | stableA complex record that contains two number fields start and end representing the timestamps of the entity being seen for the first time and for the last time. DQL datatype Duration. | |
| string | stableThe custom name defined in OneAgent config. | |
| string[] | experimentalA string array containing all string representations of tags that are assigned to the entity. This includes manual tags and auto tags. The string represention contains Context, Key and Value. |
|
Discontinued entity type for RUM mobile and custom user actions. Only used by Dynatrace classic's problem analysis and root cause detection.
| Attribute | Type | Description | Examples |
|---|---|---|---|
| record | stableRelationship field that contains all | |
| string | stableA custom icon property. | |
| string | resource stableAll entities have an entity.name field. The following fields will be considered in order to determine the value: |
|
| string | resource stableThe entity type. |
|
| string | stableThe entity ID.Tags: | |
| timeframe | stableA complex record that contains two number fields start and end representing the timestamps of the entity being seen for the first time and for the last time. DQL datatype Duration. | |
| string[] | experimentalA string array containing all string representations of tags that are assigned to the entity. This includes manual tags and auto tags. The string represention contains Context, Key and Value. |
|
Discontinued entity type for grouping device_application_method entities. Only used by Dynatrace classic's problem analysis and root cause detection.
| Attribute | Type | Description | Examples |
|---|---|---|---|
| record | stableRelationship field that contains all | |
| string | stableA custom icon property. | |
| string | resource stableAll entities have an entity.name field. The following fields will be considered in order to determine the value: |
|
| string | resource stableThe entity type. |
|
| record | stableRelationship field that contains all | |
| string | stableThe entity ID.Tags: | |
| timeframe | stableA complex record that contains two number fields start and end representing the timestamps of the entity being seen for the first time and for the last time. DQL datatype Duration. | |
| string[] | experimentalA string array containing all string representations of tags that are assigned to the entity. This includes manual tags and auto tags. The string represention contains Context, Key and Value. |
|
Fields used for dt.entity.disk.
| Attribute | Type | Description | Examples |
|---|---|---|---|
| record | stableRelationship field that contains all | |
| record | stableRelationship field that contains all | |
| string | stableA custom icon property. | |
| string | resource stableThe entity name as defined in the entity settings screen. This name is statically defined by the user for a particular entity. |
|
| string | resource stableThe entity name as detected by Dynatrace or defined by the data source of the entity. Depending on the entity type this can involve different heuristics. |
|
| string | resource stableAll entities have an entity.name field. The following fields will be considered in order to determine the value: |
|
| string | resource stableThe entity type. |
|
| string | stableThe entity ID.Tags: | |
| timeframe | stableA complex record that contains two number fields start and end representing the timestamps of the entity being seen for the first time and for the last time. DQL datatype Duration. | |
| long | stableUnique identifier of remote disk |
|
| string[] | experimentalA string array containing all string representations of tags that are assigned to the entity. This includes manual tags and auto tags. The string represention contains Context, Key and Value. |
|
Fields used for dt.entity.environment.
| Attribute | Type | Description | Examples |
|---|---|---|---|
| string | deprecatedAWS name tag. | |
| string | stableName constructed from BOSH vcap metadata in form of name/id. |
|
| string | stableA custom icon property. | |
| string | resource stableThe entity name as defined by conditional naming rules. This name will be calculated based on a rules on the cluster side. |
|
| string | resource stableThe entity name as defined in the entity settings screen. This name is statically defined by the user for a particular entity. |
|
| string | resource stableThe entity name as detected by Dynatrace or defined by the data source of the entity. Depending on the entity type this can involve different heuristics. |
|
| string | resource stableAll entities have an entity.name field. The following fields will be considered in order to determine the value: |
|
| string | resource stableThe entity type. |
|
| string | stableGCP zone, retrieved from instance metadata service. | |
| string | stableAn icon property. | |
| string | stableThe entity ID.Tags: | |
| timeframe | stableA complex record that contains two number fields start and end representing the timestamps of the entity being seen for the first time and for the last time. DQL datatype Duration. | |
| string | stableThe custom name defined in OneAgent config. | |
| string[] | experimentalA string array containing all string representations of tags that are assigned to the entity. This includes manual tags and auto tags. The string represention contains Context, Key and Value. |
|
Fields used for dt.entity.external_synthetic_test.
| Attribute | Type | Description | Examples |
|---|---|---|---|
| array | experimentalA list of assigned locations. |
|
| record | stableRelationship field that contains all | |
| string | experimentalA string identifying the creator. |
|
| string | stableA custom icon property. | |
| string | resource stableAll entities have an entity.name field. The following fields will be considered in order to determine the value: |
|
| string | resource stableThe entity type. |
|
| string | experimentalThe subtype of a third-party Synthetic monitor. |
|
| string | stableThe entity ID.Tags: |
|
| boolean | stableIf false, the corresponding entity is disabled. |
|
| long | experimentalthe timestamp of the latest execution. |
|
| string | experimentalThe source of the latest modification operation. |
|
| string | experimentalIdentifies the one who made the latest modification. |
|
| timeframe | stableA complex record that contains two number fields start and end representing the timestamps of the entity being seen for the first time and for the last time. DQL datatype Duration. | |
| long | experimentalThe timestamp of the latest modification. |
|
| record | stableRelationship field that contains all | |
| record | stableRelationship field that contains all | |
| array | experimentalA list of steps. |
|
| long | experimentalThe frequency of a Synthetic monitor in minutes. |
|
| string[] | experimentalA string array containing all string representations of tags that are assigned to the entity. This includes manual tags and auto tags. The string represention contains Context, Key and Value. |
|
Fields used for dt.entity.external_synthetic_test_step.
| Attribute | Type | Description | Examples |
|---|---|---|---|
| record | stableRelationship field that contains all | |
| string | stableA custom icon property. | |
| string | resource stableAll entities have an entity.name field. The following fields will be considered in order to determine the value: |
|
| string | resource stableThe entity type. |
|
| string | stableThe entity ID.Tags: | |
| timeframe | stableA complex record that contains two number fields start and end representing the timestamps of the entity being seen for the first time and for the last time. DQL datatype Duration. | |
| string[] | experimentalA string array containing all string representations of tags that are assigned to the entity. This includes manual tags and auto tags. The string represention contains Context, Key and Value. |
|
Query entities in Grail.
fetch dt.entity.gcp_zone| fieldsadd contains, entity.detected_name, entity.name, entity.type, icon, id, lifetime, tags
| Attribute | Type | Description | Examples |
|---|---|---|---|
| record | stableRelationship field that contains all | |
| string | stableA custom icon property. | |
| string | resource stableThe entity name as defined by conditional naming rules. This name will be calculated based on a rules on the cluster side. |
|
| string | resource stableThe entity name as defined in the entity settings screen. This name is statically defined by the user for a particular entity. |
|
| string | resource stableThe entity name as detected by Dynatrace or defined by the data source of the entity. Depending on the entity type this can involve different heuristics. |
|
| string | resource stableAll entities have an entity.name field. The following fields will be considered in order to determine the value: |
|
| string | resource stableThe entity type. |
|
| string | stableAn icon property. | |
| string | stableThe entity ID.Tags: | |
| timeframe | stableA complex record that contains two number fields start and end representing the timestamps of the entity being seen for the first time and for the last time. DQL datatype Duration. | |
| string | stableThe custom name defined in OneAgent config. | |
| string[] | experimentalA string array containing all string representations of tags that are assigned to the entity. This includes manual tags and auto tags. The string represention contains Context, Key and Value. |
|
Fields used for dt.entity.geoloc_site.
| Attribute | Type | Description | Examples |
|---|---|---|---|
| string | deprecatedAWS name tag. | |
| string | stableName constructed from BOSH vcap metadata in form of name/id. |
|
| record | stableRelationship field that contains all | |
| string | stableA custom icon property. | |
| string | resource stableThe entity name as defined by conditional naming rules. This name will be calculated based on a rules on the cluster side. |
|
| string | resource stableThe entity name as defined in the entity settings screen. This name is statically defined by the user for a particular entity. |
|
| string | resource stableThe entity name as detected by Dynatrace or defined by the data source of the entity. Depending on the entity type this can involve different heuristics. |
|
| string | resource stableAll entities have an entity.name field. The following fields will be considered in order to determine the value: |
|
| string | resource stableThe entity type. |
|
| string | stableGCP zone, retrieved from instance metadata service. | |
| string | stableAn icon property. | |
| string | stableThe entity ID.Tags: | |
| timeframe | stableA complex record that contains two number fields start and end representing the timestamps of the entity being seen for the first time and for the last time. DQL datatype Duration. | |
| string | stableThe custom name defined in OneAgent config. | |
| string[] | experimentalA string array containing all string representations of tags that are assigned to the entity. This includes manual tags and auto tags. The string represention contains Context, Key and Value. |
|
Discontinued entity type for geolocations. Only used by Dynatrace classic's problem analysis and root cause detection.
| Attribute | Type | Description | Examples |
|---|---|---|---|
| record | stableRelationship field that contains all | |
| string | stableA custom icon property. | |
| string | resource stableAll entities have an entity.name field. The following fields will be considered in order to determine the value: |
|
| string | resource stableThe entity type. |
|
| string | stableGeolocation entities are hierarchical structured into continent, country, region and city. |
|
| string | stableThe entity ID.Tags: | |
| double | stableDecimal latitude of a city geolocation. |
|
| timeframe | stableA complex record that contains two number fields start and end representing the timestamps of the entity being seen for the first time and for the last time. DQL datatype Duration. | |
| double | stableDecimal longitude of a city geolocation. |
|
| record | stableRelationship field that contains all | |
| string[] | experimentalA string array containing all string representations of tags that are assigned to the entity. This includes manual tags and auto tags. The string represention contains Context, Key and Value. |
|
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
| Attribute | Type | Description | Examples |
|---|---|---|---|
| record | stableRelationship field that contains all | |
| string | stableThe identifier of the cluster. |
|
| string | stableA custom icon property. | |
| string | stableThe name of the database. |
|
| string | stableAn icon property. | |
| string | stableThe entity ID.Tags: | |
| string | stableThe numeric VM instance identifier assigned by Compute Engine. |
|
| string | stableThe zone or region for the autoscaler |
|
| array | stableManagment zones this entity belongs to. |
|
| string | stableThe identifier of the GCP project associated with this resource. |
|
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
| Attribute | Type | Description | Examples |
|---|---|---|---|
| record | stableRelationship field that contains all | |
| string | stableThe identifier of the cluster. |
|
| string | stableA custom icon property. | |
| string | stableAn icon property. | |
| string | stableThe entity ID.Tags: | |
| string | stableThe numeric VM instance identifier assigned by Compute Engine. |
|
| string | stableThe zone or region for the autoscaler |
|
| array | stableManagment zones this entity belongs to. |
|
| string | stableThe identifier of the GCP project associated with this resource. |
|
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
| Attribute | Type | Description | Examples |
|---|---|---|---|
| record | stableRelationship field that contains all | |
| string | stableA custom icon property. | |
| string | stableRuntime execution context for the proxies in an organization in an Google Apigee account. | |
| string | stableAn icon property. | |
| string | stableThe entity ID.Tags: | |
| string | stableThe zone or region for the autoscaler |
|
| array | stableManagment zones this entity belongs to. |
|
| string | stableContainer for all the objects in an Google Apigee account. | |
| string | stableThe identifier of the GCP project associated with this resource. |
|
| string | stableThe name of Apigee proxy deployed to the environment. |
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
| Attribute | Type | Description | Examples |
|---|---|---|---|
| record | stableRelationship field that contains all | |
| string | stableA custom icon property. | |
| string | stableStatically defined hostnames or target servers in an Google Apigee account. | |
| string | stableRuntime execution context for the proxies in an organization in an Google Apigee account. | |
| string | stableAn icon property. | |
| string | stableThe entity ID.Tags: | |
| string | stableThe zone or region for the autoscaler |
|
| array | stableManagment zones this entity belongs to. |
|
| string | stableContainer for all the objects in an Google Apigee account. | |
| string | stableThe identifier of the GCP project associated with this resource. |
|
| string | stableThe name of Apigee proxy deployed to the environment. |
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
| Attribute | Type | Description | Examples |
|---|---|---|---|
| record | stableRelationship field that contains all | |
| string | stableA custom icon property. | |
| string | stableAn icon property. | |
| string | stableThe entity ID.Tags: | |
| timeframe | stableA complex record that contains two number fields start and end representing the timestamps of the entity being seen for the first time and for the last time. DQL datatype Duration. | |
| array | stableManagment zones this entity belongs to. |
|
| string | stableThe service/module name. |
|
| string | stableThe identifier of the GCP project associated with this resource. |
|
| string | stableThe version name. |
|
| string | stableThe GAE zone where the application is running. |
|
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
| Attribute | Type | Description | Examples |
|---|---|---|---|
| string | stableThe identifier for the autoscaler. |
|
| string | stableThe name of the autoscaler. |
|
| record | stableRelationship field that contains all | |
| string | stableA custom icon property. | |
| string | stableAn icon property. | |
| string | stableThe entity ID.Tags: | |
| timeframe | stableA complex record that contains two number fields start and end representing the timestamps of the entity being seen for the first time and for the last time. DQL datatype Duration. | |
| string | stableThe zone or region for the autoscaler |
|
| array | stableManagment zones this entity belongs to. |
|
| string | stableThe identifier of the GCP project associated with this resource. |
|
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
| Attribute | Type | Description | Examples |
|---|---|---|---|
| record | stableRelationship field that contains all | |
| string | stableA custom icon property. | |
| string | stableAn icon property. | |
| string | stableThe entity ID.Tags: | |
| string | stableThe zone or region for the autoscaler |
|
| array | stableManagment zones this entity belongs to. |
|
| string | stableThe identifier of the BI model. | |
| string | stableThe identifier of the GCP project associated with this resource. |
|
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
| Attribute | Type | Description | Examples |
|---|---|---|---|
| record | stableRelationship field that contains all | |
| string | stableThe identifier of the BigTable cluster. |
|
| string | stableA custom icon property. | |
| string | stableAn icon property. | |
| string | stableThe entity ID.Tags: | |
| string | stableThe identifier of a BigTable instance. |
|
| array | stableManagment zones this entity belongs to. |
|
| string | stableThe identifier of the GCP project associated with this resource. |
|
| string | stableThe GAE zone where the application is running. |
|
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
| Attribute | Type | Description | Examples |
|---|---|---|---|
| record | stableRelationship field that contains all | |
| string | stableThe identifier of the BigTable cluster. |
|
| string | stableA custom icon property. | |
| string | stableAn icon property. | |
| string | stableThe entity ID.Tags: | |
| string | stableThe identifier of a BigTable instance. |
|
| array | stableManagment zones this entity belongs to. |
|
| string | stableThe identifier of the GCP project associated with this resource. |
|
| string | stableThe name of the BitgTable table. | |
| string | stableThe GAE zone where the application is running. |
|
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
| Attribute | Type | Description | Examples |
|---|---|---|---|
| record | stableRelationship field that contains all | |
| string | stableA custom icon property. | |
| string | stableThe user-specified Cloud Composer environment name. | |
| string | stableAn icon property. | |
| string | stableThe entity ID.Tags: | |
| array | stableManagment zones this entity belongs to. |
|
| string | stableThe identifier of the GCP project associated with this resource. |
|
| string | stableThe region in which the function is running. |
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
| Attribute | Type | Description | Examples |
|---|---|---|---|
| record | stableRelationship field that contains all | |
| string | stableA custom icon property. | |
| string | stableThe short function name. | |
| string | stableAn icon property. | |
| string | stableThe entity ID.Tags: | |
| timeframe | stableA complex record that contains two number fields start and end representing the timestamps of the entity being seen for the first time and for the last time. DQL datatype Duration. | |
| array | stableManagment zones this entity belongs to. |
|
| string | stableThe identifier of the GCP project associated with this resource. |
|
| string | stableThe region in which the function is running. |
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
| Attribute | Type | Description | Examples |
|---|---|---|---|
| record | stableRelationship field that contains all | |
| string | stableA custom icon property. | |
| string | stableAn icon property. | |
| string | stableThe entity ID.Tags: | |
| string | stableThe identifier of the Google Cloud Interconnect resource. | |
| array | stableManagment zones this entity belongs to. |
|
| string | stableThe identifier of the GCP project associated with this resource. |
|
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
| Attribute | Type | Description | Examples |
|---|---|---|---|
| string | stableThe unique identifier of the Google Cloud attachment. | |
| record | stableRelationship field that contains all | |
| string | stableA custom icon property. | |
| string | stableAn icon property. | |
| string | stableThe entity ID.Tags: | |
| string | stableThe identifier of the Google Cloud Interconnect resource. | |
| string | stableThe name of the project that owns the interconnect that the attachment connects to. | |
| array | stableManagment zones this entity belongs to. |
|
| string | stableThe identifier of the GCP project associated with this resource. |
|
| string | stableThe region in which the function is running. |
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
| Attribute | Type | Description | Examples |
|---|---|---|---|
| record | stableRelationship field that contains all | |
| string | stableA custom icon property. | |
| string | stableThe name of the NAT gateway. |
|
| string | stableAn icon property. | |
| string | stableThe entity ID.Tags: | |
| timeframe | stableA complex record that contains two number fields start and end representing the timestamps of the entity being seen for the first time and for the last time. DQL datatype Duration. | |
| array | stableManagment zones this entity belongs to. |
|
| string | stableThe identifier of the GCP project associated with this resource. |
|
| string | stableThe region where the NAT gateway is located. |
|
| string | stableIdentifier of the router under which the NAT gateway is defined. |
|
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
| Attribute | Type | Description | Examples |
|---|---|---|---|
| record | stableRelationship field that contains all | |
| string | stableA custom icon property. | |
| string | stableAn icon property. | |
| string | stableThe entity ID.Tags: | |
| array | stableManagment zones this entity belongs to. |
|
| string | stableThe identifier of the GCP project associated with this resource. |
|
| string | stableThe region in which the function is running. | |
| string | stableThe name of the Google Cloud NetApp Replication. |
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
| Attribute | Type | Description | Examples |
|---|---|---|---|
| record | stableRelationship field that contains all | |
| string | stableA custom icon property. | |
| string | stableAn icon property. | |
| string | stableThe entity ID.Tags: | |
| array | stableManagment zones this entity belongs to. |
|
| string | stableThe identifier of the GCP project associated with this resource. |
|
| string | stableThe region in which the function is running. | |
| string | stableThe name of the Google Cloud NetApp Storage Pool. |
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
| Attribute | Type | Description | Examples |
|---|---|---|---|
| record | stableRelationship field that contains all | |
| string | stableA custom icon property. | |
| string | stableAn icon property. | |
| string | stableThe entity ID.Tags: | |
| array | stableManagment zones this entity belongs to. |
|
| string | stableThe identifier of the GCP project associated with this resource. |
|
| string | stableThe region in which the function is running. | |
| string | stableThe name of the Google Cloud NetApp Volume. |
Query entities in Grail.
fetch `dt.entity.cloud:gcp:gce_router`| fieldsadd gcp.resource.name=entity.name, entity.type, icon, id, managementZones| fieldsadd gcp.gce_router.project_id = project_id, gcp.gce_router.region = region, gcp.gce_router.router_id = router_id
| Attribute | Type | Description | Examples |
|---|---|---|---|
| record | stableRelationship field that contains all | |
| string | stableA custom icon property. | |
| string | stableAn icon property. | |
| string | stableThe entity ID.Tags: | |
| array | stableManagment zones this entity belongs to. |
|
| string | stableThe identifier of the GCP project associated with this resource. |
|
| string | stableThe region in which the function is running. | |
| string | stableIdentifier of the router under which the NAT gateway is defined. |
|
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
| Attribute | Type | Description | Examples |
|---|---|---|---|
| record | stableRelationship field that contains all | |
| string | stableName of the configuration which created the monitored revision. |
|
| string | stableA custom icon property. | |
| string | stableAn icon property. | |
| string | stableThe entity ID.Tags: | |
| timeframe | stableA complex record that contains two number fields start and end representing the timestamps of the entity being seen for the first time and for the last time. DQL datatype Duration. | |
| string | stableRegion where the service is running. |
|
| array | stableManagment zones this entity belongs to. |
|
| string | stableThe identifier of the GCP project associated with this resource. |
|
| string | stableName of the monitored revision. |
|
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
| Attribute | Type | Description | Examples |
|---|---|---|---|
| record | stableRelationship field that contains all | |
| string | stableA custom icon property. | |
| string | stableThe ID of the database. |
|
| string | stableAn icon property. | |
| string | stableThe entity ID.Tags: | |
| timeframe | stableA complex record that contains two number fields start and end representing the timestamps of the entity being seen for the first time and for the last time. DQL datatype Duration. | |
| array | stableManagment zones this entity belongs to. |
|
| string | stableThe identifier of the GCP project associated with this resource. |
|
| string | stableThe Google Cloud SQL region in which the database is running. |
|
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
| Attribute | Type | Description | Examples |
|---|---|---|---|
| record | stableRelationship field that contains all | |
| string | stableA custom icon property. | |
| string | stableAn icon property. | |
| string | stableThe entity ID.Tags: | |
| string | stableInstance config for the instance. | |
| string | stableAn immutable identifier for an instance. | |
| timeframe | stableA complex record that contains two number fields start and end representing the timestamps of the entity being seen for the first time and for the last time. DQL datatype Duration. | |
| string | stableCloud Spanner region. | |
| array | stableManagment zones this entity belongs to. |
|
| string | stableThe identifier of the GCP project associated with this resource. |
|
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
| Attribute | Type | Description | Examples |
|---|---|---|---|
| string | stableAn immutable name of the bucket. |
|
| record | stableRelationship field that contains all | |
| string | stableA custom icon property. | |
| string | stableAn icon property. | |
| string | stableThe entity ID.Tags: | |
| timeframe | stableA complex record that contains two number fields start and end representing the timestamps of the entity being seen for the first time and for the last time. DQL datatype Duration. | |
| string | stableLocation of the bucket. |
|
| array | stableManagment zones this entity belongs to. |
|
| string | stableThe identifier of the GCP project associated with this resource. |
|
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
| Attribute | Type | Description | Examples |
|---|---|---|---|
| record | stableRelationship field that contains all | |
| string | stableA custom icon property. | |
| string | stableAn icon property. | |
| string | stableThe entity ID.Tags: | |
| timeframe | stableA complex record that contains two number fields start and end representing the timestamps of the entity being seen for the first time and for the last time. DQL datatype Duration. | |
| array | stableManagment zones this entity belongs to. |
|
| string | stableThe ID of the TPU Node. | |
| string | stableThe identifier of the GCP project associated with this resource. |
|
| string | stableThe ID of a TPU Worker within the TPU Node. | |
| string | stableThe Google Cloud zone in which the TPU Worker is running. |
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
| Attribute | Type | Description | Examples |
|---|---|---|---|
| record | stableRelationship field that contains all | |
| string | stableA custom icon property. | |
| string | stableAn icon property. | |
| string | stableThe entity ID.Tags: | |
| timeframe | stableA complex record that contains two number fields start and end representing the timestamps of the entity being seen for the first time and for the last time. DQL datatype Duration. | |
| array | stableManagment zones this entity belongs to. |
|
| string | stableThe identifier of the GCP project associated with this resource. |
|
| string | stableThe name of the queue. |
|
| string | stableThe zone or region where the application is running. |
|
| string | stableThe target type the queue is dispatching to. |
|
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
| Attribute | Type | Description | Examples |
|---|---|---|---|
| record | stableRelationship field that contains all | |
| string | stableA custom icon property. | |
| string | stableAn icon property. | |
| string | stableThe entity ID.Tags: | |
| array | stableManagment zones this entity belongs to. |
|
| string | stableThe identifier of the GCP project associated with this resource. |
|
| string | stableThe region in which the function is running. | |
| string | stableThe identifier of the Google VPN Gateway. |
Query entities in Grail.
fetch `dt.entity.cloud:gcp:project`| fieldsadd gcp.project = entity.name, entity.type, icon, id, managementZones
| Attribute | Type | Description | Examples |
|---|---|---|---|
| record | stableRelationship field that contains all | |
| string | stableA custom icon property. | |
| string | stableAn icon property. | |
| string | stableThe entity ID.Tags: | |
| timeframe | stableA complex record that contains two number fields start and end representing the timestamps of the entity being seen for the first time and for the last time. DQL datatype Duration. | |
| array | stableManagment zones this entity belongs to. |
|
| string | stableThe identifier of the GCP project. |
|
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
| Attribute | Type | Description | Examples |
|---|---|---|---|
| record | stableRelationship field that contains all | |
| string | stableA custom icon property. | |
| string | resource stableThe entity name as defined by conditional naming rules. This name will be calculated based on a rules on the cluster side. |
|
| string | resource stableThe entity name as defined in the entity settings screen. This name is statically defined by the user for a particular entity. |
|
| string | resource stableThe entity name as detected by Dynatrace or defined by the data source of the entity. Depending on the entity type this can involve different heuristics. |
|
| string | resource stableAll entities have an entity.name field. The following fields will be considered in order to determine the value: |
|
| string | resource stableThe entity type. |
|
| string | stableAn icon property. | |
| string | stableThe entity ID.Tags: | |
| timeframe | stableA complex record that contains two number fields start and end representing the timestamps of the entity being seen for the first time and for the last time. DQL datatype Duration. | |
| record | stableRelationship field that contains all | |
| string[] | experimentalA string array containing all string representations of tags that are assigned to the entity. This includes manual tags and auto tags. The string represention contains Context, Key and Value. |
|
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
| Attribute | Type | Description | Examples |
|---|---|---|---|
| record | stableRelationship field that contains all | |
| string | stableThe name of the cluster. |
|
| string | stableThe universally unique identifier of the Dataproc Cluster. | |
| string | stableA custom icon property. | |
| string | stableAn icon property. | |
| string | stableThe entity ID.Tags: | |
| array | stableManagment zones this entity belongs to. |
|
| string | stableThe identifier of the GCP project associated with this resource. |
|
| string | stableThe region in which the function is running. |
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
| Attribute | Type | Description | Examples |
|---|---|---|---|
| record | stableRelationship field that contains all | |
| string | stableA custom icon property. | |
| string | stableAn icon property. | |
| string | stableThe entity ID.Tags: | |
| string | stableThe name for the Filestore instance. | |
| timeframe | stableA complex record that contains two number fields start and end representing the timestamps of the entity being seen for the first time and for the last time. DQL datatype Duration. | |
| string | stableThe physical location of the instance. | |
| array | stableManagment zones this entity belongs to. |
|
| string | stableThe identifier of the GCP project associated with this resource. |
|
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
| Attribute | Type | Description | Examples |
|---|---|---|---|
| record | stableRelationship field that contains all | |
| string | stableA custom icon property. | |
| string | stableThe ID of the database. |
|
| string | stableAn icon property. | |
| string | stableThe entity ID.Tags: | |
| string | stableThe zone or region for the autoscaler |
|
| array | stableManagment zones this entity belongs to. |
|
| string | stableThe identifier of the GCP project associated with this resource. |
|
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
| Attribute | Type | Description | Examples |
|---|---|---|---|
| string | stableThe name of the backend group. Can be a special value if the backend wasn't assigned. | |
| string | stableThe scope (zone-name or region-name) of the backend group. Can be a special value if the backend wasn't assigned. Can be empty if there is no response from the backend. | |
| string | stableThe type of the scope of the backend group. |
|
| string | stableThe name of the backend target - service or bucket. | |
| string | stableThe type of the backend target. |
|
| record | stableRelationship field that contains all | |
| string | stableA custom icon property. | |
| string | stableThe name of the forwarding rule. | |
| string | stableAn icon property. | |
| string | stableThe entity ID.Tags: | |
| timeframe | stableA complex record that contains two number fields start and end representing the timestamps of the entity being seen for the first time and for the last time. DQL datatype Duration. | |
| string | stableThe region on which HTTP/S Load Balancer is applied, such as 'global' or 'us-central1'. Various other objects are defined per that locality. | |
| array | stableManagment zones this entity belongs to. |
|
| string | stableThe identifier of the GCP project associated with this resource. |
|
| string | stableThe name of the target HTTP/S proxy. |
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
| Attribute | Type | Description | Examples |
|---|---|---|---|
| string | stableThe name of the backend group. | |
| string | stableThe scope of the backend group. | |
| string | stableThe type of the scope of the backend group. |
|
| string | stableThe name of the backend target or service. | |
| string | stableThe type of the backend target. |
|
| string | stableThe type of the backend group. |
|
| record | stableRelationship field that contains all | |
| string | stableA custom icon property. | |
| string | stableThe name of the forwarding rule. | |
| string | stableAn icon property. | |
| string | stableThe entity ID.Tags: | |
| timeframe | stableA complex record that contains two number fields start and end representing the timestamps of the entity being seen for the first time and for the last time. DQL datatype Duration. | |
| string | stableThe region under which the Load Balancer is defined. | |
| array | stableManagment zones this entity belongs to. |
|
| string | stableThe name of the customer network in which the Load Balancer resides. | |
| string | stableThe identifier of the Google Cloud project associated with this resource, such as 'my-project'. |
|
| string | stableThe name of the target HTTP(S) proxy. | |
| string | stableThe name of the urlmap. |
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
| Attribute | Type | Description | Examples |
|---|---|---|---|
| string | stableThe name of the backend group that handled the connection. | |
| string | stableThe scope (zone or region) of the backend group that handled the connection. | |
| string | stableThe type of the scope of the backend group that handled the connection. |
|
| string | stableThe name of the backend target that handled the connection. | |
| string | stableThe type of the backend target that handled the connection. |
|
| string | stableThe type of the backend group that handled the connection. |
|
| record | stableRelationship field that contains all | |
| string | stableA custom icon property. | |
| string | stableAn icon property. | |
| string | stableThe entity ID.Tags: | |
| timeframe | stableA complex record that contains two number fields start and end representing the timestamps of the entity being seen for the first time and for the last time. DQL datatype Duration. | |
| string | stableThe name of the load balancer. | |
| string | stableThe region of the backend target. | |
| array | stableManagment zones this entity belongs to. |
|
| string | stableThe name of the subnetwork of the backend. | |
| string | stableThe identifier of the GCP project associated with this resource. |
|
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
| Attribute | Type | Description | Examples |
|---|---|---|---|
| record | stableRelationship field that contains all | |
| string | stableThe name of the cluster. |
|
| string | stableA custom icon property. | |
| string | stableAn icon property. | |
| string | stableThe entity ID.Tags: | |
| timeframe | stableA complex record that contains two number fields start and end representing the timestamps of the entity being seen for the first time and for the last time. DQL datatype Duration. | |
| string | stableThe physical location of the cluster. |
|
| array | stableManagment zones this entity belongs to. |
|
| string | stableThe identifier of the GCP project associated with this resource. |
|
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
| Attribute | Type | Description | Examples |
|---|---|---|---|
| record | stableRelationship field that contains all | |
| string | stableThe name of the cluster that the container is running in. |
|
| string | stableA custom icon property. | |
| string | stableAn icon property. | |
| string | stableThe entity ID.Tags: | |
| timeframe | stableA complex record that contains two number fields start and end representing the timestamps of the entity being seen for the first time and for the last time. DQL datatype Duration. | |
| string | stableThe physical location of the cluster that contains the container. |
|
| array | stableManagment zones this entity belongs to. |
|
| string | stableThe name of the namespace that the container is running in. |
|
| string | stableName of the node. |
|
| string | stableThe name of the pod that the container is running in. |
|
| string | stableThe identifier of the GCP project associated with this resource. |
|
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
| Attribute | Type | Description | Examples |
|---|---|---|---|
| record | stableRelationship field that contains all | |
| string | stableThe name of the cluster that the node is a part of. |
|
| string | stableA custom icon property. | |
| string | stableAn icon property. | |
| string | stableThe entity ID.Tags: | |
| timeframe | stableA complex record that contains two number fields start and end representing the timestamps of the entity being seen for the first time and for the last time. DQL datatype Duration. | |
| string | stableThe physical location of the cluster that contains the node. |
|
| array | stableManagment zones this entity belongs to. |
|
| string | stableName of the node. |
|
| string | stableThe identifier of the GCP project associated with this resource. |
|
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
| Attribute | Type | Description | Examples |
|---|---|---|---|
| record | stableRelationship field that contains all | |
| string | stableThe name of the cluster that the pod is running in. |
|
| string | stableA custom icon property. | |
| string | stableAn icon property. | |
| string | stableThe entity ID.Tags: | |
| timeframe | stableA complex record that contains two number fields start and end representing the timestamps of the entity being seen for the first time and for the last time. DQL datatype Duration. | |
| string | stableThe physical location of the cluster that contains the pod. |
|
| array | stableManagment zones this entity belongs to. |
|
| string | stableThe name of the namespace that the pod is running in. |
|
| string | stableThe name of the pod. |
|
| string | stableThe identifier of the GCP project associated with this resource. |
|
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
| Attribute | Type | Description | Examples |
|---|---|---|---|
| record | stableRelationship field that contains all | |
| string | stableA custom icon property. | |
| string | stableAn icon property. | |
| string | stableThe entity ID.Tags: | |
| string | stableThe ID of the managed instance. |
|
| timeframe | stableA complex record that contains two number fields start and end representing the timestamps of the entity being seen for the first time and for the last time. DQL datatype Duration. | |
| array | stableManagment zones this entity belongs to. |
|
| string | stableThe ID of a Redis node within the managed instance. |
|
| string | stableThe identifier of the GCP project associated with this resource. |
|
| string | stableThe Google Cloud region in which the managed instance is running. |
|
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
| Attribute | Type | Description | Examples |
|---|---|---|---|
| string | stableThe name of the backend that handled the connection. |
|
| string | stableThe scope (zone or region) of the backend group that handled the connection. |
|
| string | stableThe type of the scope of the backend group that handled the connection. |
|
| string | stableThe name of the backend target that handled the connection. |
|
| string | stableThe type of the backend target that handled the connection. |
|
| string | stableThe type of the backend that handled the connection. |
|
| record | stableRelationship field that contains all | |
| string | stableA custom icon property. | |
| string | stableThe zone of the endpoint (VM instance) that handled the connection. |
|
| string | stableThe name of the forwarding rule. |
|
| string | stableAn icon property. | |
| string | stableThe entity ID.Tags: | |
| timeframe | stableA complex record that contains two number fields start and end representing the timestamps of the entity being seen for the first time and for the last time. DQL datatype Duration. | |
| string | stableThe name of the load balancer. |
|
| string | stableThe Google Cloud Platform region of the backends instance that connected to network load balancing forwarding rule. |
|
| array | stableManagment zones this entity belongs to. |
|
| string | stableThe network from which the instance that connected to network load balancing sends traffic. |
|
| string | stableThe identifier of the GCP project associated with this resource. |
|
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
| Attribute | Type | Description | Examples |
|---|---|---|---|
| record | stableRelationship field that contains all | |
| string | stableA custom icon property. | |
| string | stableAn icon property. | |
| string | stableThe entity ID.Tags: | |
| array | stableManagment zones this entity belongs to. |
|
| string | stableThe unique user provided name of the Google Network Security policy. | |
| string | stableThe identifier of the GCP project associated with this resource. |
|
| string | stableThe region in which the function is running. |
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
| Attribute | Type | Description | Examples |
|---|---|---|---|
| record | stableRelationship field that contains all | |
| string | stableA custom icon property. | |
| string | stableAn icon property. | |
| string | stableThe entity ID.Tags: | |
| timeframe | stableA complex record that contains two number fields start and end representing the timestamps of the entity being seen for the first time and for the last time. DQL datatype Duration. | |
| string | stableThe GCP zone where the subscription's topic resides. |
|
| array | stableManagment zones this entity belongs to. |
|
| long | stableThe partition within the subscription's topic. |
|
| string | stableThe identifier of the GCP project associated with this resource. |
|
| string | stableThe identifier of the 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
| Attribute | Type | Description | Examples |
|---|---|---|---|
| record | stableRelationship field that contains all | |
| string | stableA custom icon property. | |
| string | stableAn icon property. | |
| string | stableThe entity ID.Tags: | |
| timeframe | stableA complex record that contains two number fields start and end representing the timestamps of the entity being seen for the first time and for the last time. DQL datatype Duration. | |
| string | stableThe GCP zone where the topic resides. |
|
| array | stableManagment zones this entity belongs to. |
|
| long | stableThe partition within the topic. |
|
| string | stableThe identifier of the GCP project associated with this resource. |
|
| string | stableThe identifier of the 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
| Attribute | Type | Description | Examples |
|---|---|---|---|
| record | stableRelationship field that contains all | |
| string | stableA custom icon property. | |
| string | stableAn icon property. | |
| string | stableThe entity ID.Tags: | |
| timeframe | stableA complex record that contains two number fields start and end representing the timestamps of the entity being seen for the first time and for the last time. DQL datatype Duration. | |
| array | stableManagment zones this entity belongs to. |
|
| string | stableThe identifier of the GCP project associated with this resource. |
|
| string | stableThe identifier of the snapshot, such as "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
| Attribute | Type | Description | Examples |
|---|---|---|---|
| record | stableRelationship field that contains all | |
| string | stableA custom icon property. | |
| string | stableAn icon property. | |
| string | stableThe entity ID.Tags: | |
| timeframe | stableA complex record that contains two number fields start and end representing the timestamps of the entity being seen for the first time and for the last time. DQL datatype Duration. | |
| array | stableManagment zones this entity belongs to. |
|
| string | stableThe identifier of the GCP project associated with this resource. |
|
| string | stableThe identifier of the subscription. |
|
| string | stableThe identifier of the 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
| Attribute | Type | Description | Examples |
|---|---|---|---|
| record | stableRelationship field that contains all | |
| string | stableA custom icon property. | |
| string | stableAn icon property. | |
| string | stableThe entity ID.Tags: | |
| timeframe | stableA complex record that contains two number fields start and end representing the timestamps of the entity being seen for the first time and for the last time. DQL datatype Duration. | |
| array | stableManagment zones this entity belongs to. |
|
| string | stableThe identifier of the GCP project associated with this resource. |
|
| string | stableThe identifier of the 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
| Attribute | Type | Description | Examples |
|---|---|---|---|
| string | stableThe unique identifier of the agent within the Google Agent Pool. | |
| string | stableThe identifier of the Google Agent Pool. | |
| record | stableRelationship field that contains all | |
| string | stableA custom icon property. | |
| string | stableAn icon property. | |
| string | stableThe entity ID.Tags: | |
| array | stableManagment zones this entity belongs to. |
|
| string | stableThe identifier of the GCP project associated with this resource. |
|
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
| Attribute | Type | Description | Examples |
|---|---|---|---|
| record | stableRelationship field that contains all | |
| string | stableA custom icon property. | |
| string | stableAn icon property. | |
| string | stableThe entity ID.Tags: | |
| string | stableThe unique name of the Google Storage Transfer job. | |
| array | stableManagment zones this entity belongs to. |
|
| string | stableThe identifier of the GCP project associated with this resource. |
|
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
| Attribute | Type | Description | Examples |
|---|---|---|---|
| string | stableThe name of the backend group. | |
| string | stableThe scope (zone or region) of the backend group. | |
| string | stableThe type of the scope of the backend group. |
|
| string | stableThe name of the backend target. | |
| string | stableThe type of the backend target. |
|
| string | stableThe type of the backend group. |
|
| record | stableRelationship field that contains all | |
| string | stableA custom icon property. | |
| string | stableAn icon property. | |
| string | stableThe entity ID.Tags: | |
| timeframe | stableA complex record that contains two number fields start and end representing the timestamps of the entity being seen for the first time and for the last time. DQL datatype Duration. | |
| string | stableThe region on which TCP/SSL proxy is applied. |
|
| array | stableManagment zones this entity belongs to. |
|
| string | stableThe identifier of the GCP project associated with this resource. |
|
| string | stableThe name of the target TCP/SSL proxy. |
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
| Attribute | Type | Description | Examples |
|---|---|---|---|
| record | stableRelationship field that contains all | |
| string | stableA custom icon property. | |
| string | stableThe hostname or IP address of the Google Uptime URL check. | |
| string | stableAn icon property. | |
| string | stableThe entity ID.Tags: | |
| array | stableManagment zones this entity belongs to. |
|
| string | stableThe identifier of the GCP project associated with this resource. |
|
| string | stableThe region in which the function is running. |
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
| Attribute | Type | Description | Examples |
|---|---|---|---|
| record | stableRelationship field that contains all | |
| string | stableA custom icon property. | |
| string | stableAn icon property. | |
| string | stableThe entity ID.Tags: | |
| string | stableThe numeric VM instance identifier assigned by Compute Engine. |
|
| string | stableThe name of VM instance assigned by Compute Engine. |
|
| timeframe | stableA complex record that contains two number fields start and end representing the timestamps of the entity being seen for the first time and for the last time. DQL datatype Duration. | |
| array | stableManagment zones this entity belongs to. |
|
| string | stableThe identifier of the GCP project associated with this resource. |
|
| string | stableThe Compute Engine zone in which the VM is running. |
|
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
| Attribute | Type | Description | Examples |
|---|---|---|---|
| record | stableRelationship field that contains all | |
| string | stableThe identifier of the Google connector. | |
| string | stableA custom icon property. | |
| string | stableAn icon property. | |
| string | stableThe entity ID.Tags: | |
| array | stableManagment zones this entity belongs to. |
|
| string | stableThe identifier of the GCP project associated with this resource. |
|
| string | stableThe region in which the function is running. |
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
| Attribute | Type | Description | Examples |
|---|---|---|---|
| record | stableRelationship field that contains all | |
| string | stableA custom icon property. | |
| string | stableAn icon property. | |
| string | stableThe entity ID.Tags: | |
| string | stableThe identifier of the instance group. |
|
| string | stableThe name of the instance group. |
|
| timeframe | stableA complex record that contains two number fields start and end representing the timestamps of the entity being seen for the first time and for the last time. DQL datatype Duration. | |
| string | stableThe zone or region of the instance group. |
|
| array | stableManagment zones this entity belongs to. |
|
| string | stableThe identifier of the GCP project associated with this resource. |
|
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
| Attribute | Type | Description | Examples |
|---|---|---|---|
| record | stableRelationship field that contains all | |
| string | stableThe identifier of the Google connector. | |
| string | stableA custom icon property. | |
| string | stableAn icon property. | |
| string | stableThe entity ID.Tags: | |
| array | stableManagment zones this entity belongs to. |
|
| string | stableThe identifier of the GCP project associated with this resource. |
|
| string | stableThe region in which the function is running. |
Fields used for dt.entity.http_check.
| Attribute | Type | Description | Examples |
|---|---|---|---|
| array | experimentalA list of assigned locations. |
|
| record | stableRelationship field that contains all | |
| record | stableRelationship field that contains all | |
| string | experimentalA string identifying the creator. |
|
| string | stableA custom icon property. | |
| string | resource stableAll entities have an entity.name field. The following fields will be considered in order to determine the value: |
|
| string | resource stableThe entity type. |
|
| string | stableThe subtype of the synthetic HTTP monitor, which indicates the resource requirements and capabilities of the monitor. |
|
| string | stableThe entity ID.Tags: |
|
| boolean | stableIf false, the corresponding entity is disabled. |
|
| long | experimentalthe timestamp of the latest execution. |
|
| string | experimentalThe source of the latest modification operation. |
|
| string | experimentalIdentifies the one who made the latest modification. |
|
| timeframe | stableA complex record that contains two number fields start and end representing the timestamps of the entity being seen for the first time and for the last time. DQL datatype Duration. | |
| array | experimentalA list of manually assigned applications. |
|
| long | experimentalThe timestamp of the latest modification. |
|
| record | stableRelationship field that contains all | |
| record | stableRelationship field that contains all | |
| array | experimentalA list of steps. |
|
| long | experimentalThe frequency of a Synthetic monitor in minutes. |
|
| string[] | experimentalA string array containing all string representations of tags that are assigned to the entity. This includes manual tags and auto tags. The string represention contains Context, Key and Value. |
|
Fields used for dt.entity.http_check_step.
| Attribute | Type | Description | Examples |
|---|---|---|---|
| record | stableRelationship field that contains all | |
| string | stableA custom icon property. | |
| string | resource stableAll entities have an entity.name field. The following fields will be considered in order to determine the value: |
|
| string | resource stableThe entity type. |
|
| string | stableThe entity ID.Tags: | |
| timeframe | stableA complex record that contains two number fields start and end representing the timestamps of the entity being seen for the first time and for the last time. DQL datatype Duration. | |
| long | stableThe sequence number of the step within the synthetic HTTP monitor, indicating the order of execution of the steps. |
|
| string[] | experimentalA string array containing all string representations of tags that are assigned to the entity. This includes manual tags and auto tags. The string represention contains Context, Key and Value. |
|
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.
| Attribute | Type | Description | Examples |
|---|---|---|---|
| record | stableSupplementary information about the monitored system. |
|
| string | stableStatus of automatic Process Agent injection |
|
| string | deprecatedAWS name tag. | |
| string | deprecatedAzure compute mode. |
|
| string | deprecatedAzure environment. |
|
| array | deprecatedAzure host names . | |
| string | deprecatedAzure Resource Group name. |
|
| array | deprecatedAzure Site Names. | |
| string | deprecatedAzure SKU |
|
| string | deprecatedAzure VM Scale Set name. |
|
| string | deprecatedAzure VM size label. |
|
| string | deprecatedAzure zone. | |
| record | stableRelationship field that contains all | |
| string | stableArchitecture of monitored entity, in terms of how many bits compose a basic value. |
|
| string | stableBOSH availability zone, retrievied from /var/vcap on monitored host. |
|
| string | stableBOSH depoloyment ID, retrievied from /var/vcap on monitored host. |
|
| string | stableBOSH instance ID, retrievied from /var/vcap on monitored host. |
|
| string | stableBOSH instance name, retrievied from /var/vcap on monitored host. |
|
| string | stableName constructed from BOSH vcap metadata in form of name/id. |
|
| string | stableVersion of BOSH stemcell, retrievied from /var/vcap on monitored host. |
|
| record | stableRelationship field that contains all | |
| record | stableRelationship field that contains all | |
| string | experimentalA cloudPlatformVendorVersion property. | |
| string | stableCloud provider or type, as discovered by OneAgent. |
|
| record | stableRelationship field that contains all | |
| record | stableRelationship field that contains all | |
| long | experimentalNumber of CPU cores on monitored host. |
|
| array | stableA collection of additional metadata information imported to Dynatrace. The value in square bracket represents source of this property. It is followed by key-value pair, separated by colon. |
|
| string | stableA custom icon property. | |
| array | experimentalA dnsNames property. | |
| boolean | stableIndicates whether the entity has public traffic detected via eBPF Discovery. |
|
| string | resource stableThe entity name as defined by conditional naming rules. This name will be calculated based on a rules on the cluster side. |
|
| string | resource stableThe entity name as defined in the entity settings screen. This name is statically defined by the user for a particular entity. |
|
| string | resource stableThe entity name as detected by Dynatrace or defined by the data source of the entity. Depending on the entity type this can involve different heuristics. |
|
| string | resource stableAll entities have an entity.name field. The following fields will be considered in order to determine the value: |
|
| string | resource stableThe entity type. |
|
| string | stableGCE host name, retrieved from instance metadata service. |
|
| string | stableGCE id, retrieved from instance metadata service. |
|
| string | stableGCE instance name, retrieved from instance metadata service. |
|
| string | stableGCE machine-type, retrieved from instance metadata service. |
|
| string | stableGCE numeric-project-id, retrieved from instance metadata service. |
|
| string | stableGCE project-id, retrieved from instance metadata service. |
|
| array | stablePublic IP addresses, based on network-interfaces instance metadata. |
|
| string | stableGCP zone, retrieved from instance metadata service. | |
| boolean | stableIndicates whether the entity has public traffic. |
|
| string | stableDiscovered virtualization hypervisor. |
|
| string | stableThe entity ID.Tags: | |
| boolean | stableLast AutoUpdate was not successful for unclear reason, so a potential problem was created for this entity. |
|
| boolean | stableLast AutoUpdate was not successful, installer sent specific reason (e.g. needs more disk space). |
|
| boolean | stableAutoUpdate is currently tracked for this entity. |
|
| string | stableVersion of DynatraceOneAgent installer used to monitor this entity. |
|
| record | stableRelationship field that contains all | |
| array | stableAn array of IP addresses. |
|
| boolean | stableIf true, this host is not monitored by OneAgent. Only some fields are available, depending on discovery method. |
|
| record | stableRecord containing lables retrieved from Kubernetes integration. | |
| timeframe | stableA complex record that contains two number fields start and end representing the timestamps of the entity being seen for the first time and for the last time. DQL datatype Duration. | |
| record | experimentalA logFileStatus property. | |
| record | experimentalA logPathLastUpdate property. | |
| record | experimentalA logSourceState property. | |
| long | experimentalLogical CPU cores on monitored host. |
|
| long | experimentalLogical CPUs on monitored host. Applies to AIX LPARs. |
|
| array | stableA macAddresses property. | |
| array | stableManagment zones this entity belongs to. |
|
| long | experimentalTotal memory of monitored host, expressed in bytes. |
|
| string | stableMonitoring mode of OneAgent used to monitor this entity. |
|
| string | experimentalA discovered network zone. |
|
| string | stableThe custom name defined in OneAgent config. | |
| string | stableArchitecture of the CPU, discovered from the operating system. |
|
| array | stableOperating System Services discovered on monitored host. A collection of fields describing os services. |
|
| string | stableType of discovered operating system. |
|
| string | stableVersion of discovered operating system. |
|
| long | experimentalMemory limit for host monitored by standalone code module. |
|
| string | stableVendor type discovered for host monitored by standalone code module. |
|
| long | experimentalPhysical memory of monitored host, expressed in bytes. |
|
| record | stableRelationship field that contains all | |
| record | stableRelationship field that contains all | |
| long | experimentalNumber of threads for AIX Simultaneous Multithreading feature. |
|
| array | stableA collection of software technologies relevant for given entity. It can describe role of given entity, but also includes supplementary technologies used, such as known third party libraries. Each technology is a triplet of type, edition and version. |
|
| boolean | experimentalTrue, if given host is monitored only by standalone code modules. |
|
| boolean | experimentalTrue, if given host is monitored only by standalone code modules. |
|
| string | experimentalState related to availability monitoring. |
|
| string[] | experimentalA string array containing all string representations of tags that are assigned to the entity. This includes manual tags and auto tags. The string represention contains Context, Key and Value. |
|
| long | experimentalA number of virtual CPUs for AIX LPAR. |
|
| string | experimentalA zosCPUModelNumber property. | |
| string | experimentalA zosCPUSerialNumber property. | |
| string | experimentalA zosLparName property. | |
| string | experimentalA zosSystemName property. | |
| long | experimentalA zosTotalGeneralPurposeProcessors property. |
|
| long | experimentalA zosTotalPhysicalMemory property. |
|
| long | experimentalA zosTotalZiipProcessors property. |
|
| string | experimentalA zosVirtualization property. |
Fields used for dt.entity.host_group.
| Attribute | Type | Description | Examples |
|---|---|---|---|
| string | stableA custom icon property. | |
| string | resource stableThe entity name as defined by conditional naming rules. This name will be calculated based on a rules on the cluster side. |
|
| string | resource stableThe entity name as defined in the entity settings screen. This name is statically defined by the user for a particular entity. |
|
| string | resource stableThe entity name as detected by Dynatrace or defined by the data source of the entity. Depending on the entity type this can involve different heuristics. |
|
| string | resource stableAll entities have an entity.name field. The following fields will be considered in order to determine the value: |
|
| string | resource stableThe entity type. |
|
| record | stableRelationship field that contains all | |
| string | stableThe entity ID.Tags: | |
| record | stableRelationship field that contains all | |
| timeframe | stableA complex record that contains two number fields start and end representing the timestamps of the entity being seen for the first time and for the last time. DQL datatype Duration. | |
| array | stableManagment zones this entity belongs to. |
|
| string[] | experimentalA string array containing all string representations of tags that are assigned to the entity. This includes manual tags and auto tags. The string represention contains Context, Key and Value. |
|
Fields used for dt.entity.kubernetes_cluster.
| Attribute | Type | Description | Examples |
|---|---|---|---|
| string | stableThe ID of the ActiveGate monitoring the Kubernetes cluster. |
|
| string | stableVersion of the ActiveGate monitoring the Kubernetes cluster. |
|
| string | deprecatedAWS name tag. | |
| string | stableName constructed from BOSH vcap metadata in form of name/id. |
|
| record | stableRelationship field that contains all | |
| record | stableRelationship field that contains all | |
| string | stableA custom icon property. | |
| string | resource stableThe entity name as defined by conditional naming rules. This name will be calculated based on a rules on the cluster side. |
|
| string | resource stableThe entity name as defined in the entity settings screen. This name is statically defined by the user for a particular entity. |
|
| string | resource stableThe entity name as detected by Dynatrace or defined by the data source of the entity. Depending on the entity type this can involve different heuristics. |
|
| string | resource stableAll entities have an entity.name field. The following fields will be considered in order to determine the value: |
|
| string | resource stableThe entity type. |
|
| string | stableGCP zone, retrieved from instance metadata service. | |
| string | stableAn icon property. | |
| string | stableThe entity ID.Tags: | |
| string | stableA kubernetesClusterId property. | |
| string | stableA kubernetesDistribution property. | |
| timeframe | stableA complex record that contains two number fields start and end representing the timestamps of the entity being seen for the first time and for the last time. DQL datatype Duration. | |
| array | stableManagment zones this entity belongs to. |
|
| string | stableThe custom name defined in OneAgent config. | |
| string[] | experimentalA string array containing all string representations of tags that are assigned to the entity. This includes manual tags and auto tags. The string represention contains Context, Key and Value. |
|
Fields used for dt.entity.kubernetes_node.
| Attribute | Type | Description | Examples |
|---|---|---|---|
| string | deprecatedAWS name tag. | |
| record | stableRelationship field that contains all | |
| string | stableName constructed from BOSH vcap metadata in form of name/id. |
|
| record | stableRelationship field that contains all | |
| string | stableA custom icon property. | |
| string | resource stableThe entity name as defined by conditional naming rules. This name will be calculated based on a rules on the cluster side. |
|
| string | resource stableThe entity name as defined in the entity settings screen. This name is statically defined by the user for a particular entity. |
|
| string | resource stableThe entity name as detected by Dynatrace or defined by the data source of the entity. Depending on the entity type this can involve different heuristics. |
|
| string | resource stableAll entities have an entity.name field. The following fields will be considered in order to determine the value: |
|
| string | resource stableThe entity type. |
|
| string | stableGCP zone, retrieved from instance metadata service. | |
| string | stableAn icon property. | |
| string | stableThe entity ID.Tags: | |
| array | stableAn internalIpAddresses property. | |
| array | stableAn array of IP addresses. |
|
| string | stableA kubeletVersion property. | |
| record | stableA kubernetesConditions property. | |
| record | stableRecord containing lables retrieved from Kubernetes integration. | |
| record | stableA kubernetesNodeConditions property. | |
| boolean | stableA kubernetesNodeCordoned property. |
|
| array | stableA kubernetesNodeRoles property. | |
| array | stableA kubernetesNodeStates property. | |
| string | stableA kubernetesNodeUid property. | |
| string | stableA kubernetesProviderType property. | |
| timeframe | stableA complex record that contains two number fields start and end representing the timestamps of the entity being seen for the first time and for the last time. DQL datatype Duration. | |
| array | stableManagment zones this entity belongs to. |
|
| string | stableThe custom name defined in OneAgent config. | |
| string | stableThe Architecture reported by the node. |
|
| string | stableAdditional info about Operating System of the node (e.g. image). |
|
| string | stableThe Operating System reported by the node. |
|
| string | stableKernel Version reported by the node. |
|
| record | stableRelationship field that contains all | |
| string[] | experimentalA string array containing all string representations of tags that are assigned to the entity. This includes manual tags and auto tags. The string represention contains Context, Key and Value. |
|
Fields used for dt.entity.kubernetes_service.
| Attribute | Type | Description | Examples |
|---|---|---|---|
| string | deprecatedAWS name tag. | |
| record | stableRelationship field that contains all | |
| record | stableRelationship field that contains all | |
| string | stableName constructed from BOSH vcap metadata in form of name/id. |
|
| record | stableRelationship field that contains all | |
| record | stableA cloudApplicationLabels property. | |
| record | stableA cloudNetworkServicePort property. | |
| string | stableA cloudNetworkServiceType property. | |
| record | stableRelationship field that contains all | |
| string | stableA custom icon property. | |
| string | resource stableThe entity name as defined by conditional naming rules. This name will be calculated based on a rules on the cluster side. |
|
| string | resource stableThe entity name as defined in the entity settings screen. This name is statically defined by the user for a particular entity. |
|
| string | resource stableThe entity name as detected by Dynatrace or defined by the data source of the entity. Depending on the entity type this can involve different heuristics. |
|
| string | resource stableAll entities have an entity.name field. The following fields will be considered in order to determine the value: |
|
| string | resource stableThe entity type. |
|
| string | stableAn externalName property. | |
| string | stableGCP zone, retrieved from instance metadata service. | |
| string | stableAn icon property. | |
| string | stableThe entity ID.Tags: | |
| array | stableAn internalIpAddresses property. | |
| array | stableAn array of IP addresses. |
|
| record | stableRecord containing lables retrieved from Kubernetes integration. | |
| timeframe | stableA complex record that contains two number fields start and end representing the timestamps of the entity being seen for the first time and for the last time. DQL datatype Duration. | |
| array | stableManagment zones this entity belongs to. |
|
| string | stableThe k8s namespace name. See also 'k8s.namespace.name'. | |
| string | stableThe custom name defined in OneAgent config. | |
| timestamp | stableA resourceCreationTimestamp property. | |
| string[] | experimentalA string array containing all string representations of tags that are assigned to the entity. This includes manual tags and auto tags. The string represention contains Context, Key and Value. |
|
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
| Attribute | Type | Description | Examples |
|---|---|---|---|
| record | stableRelationship field that contains all | |
| string | stableA custom icon property. | |
| string | stableThe fully qualified domain name of the Active Directory Domain. | |
| string | stableAn icon property. | |
| string | stableThe entity ID.Tags: | |
| string | stableThe zone or region for the autoscaler |
|
| array | stableManagment zones this entity belongs to. |
|
| string | stableThe identifier of the GCP project associated with this resource. |
|
Entity of a RUM mobile application.
| Attribute | Type | Description | Examples |
|---|---|---|---|
| record | stableRelationship field that contains all | |
| string | stableA custom icon property. | |
| string | resource stableAll entities have an entity.name field. The following fields will be considered in order to determine the value: |
|
| string | resource stableThe entity type. |
|
| string | stableThe entity ID.Tags: | |
| timeframe | stableA complex record that contains two number fields start and end representing the timestamps of the entity being seen for the first time and for the last time. DQL datatype Duration. | |
| array | stableManagment zones this entity belongs to. |
|
| array | stableContains the operating systems detected on the mobile application. Possible values are ANDROID, IOS, WINDOWS, OTHER, LINUX, MAC_OS, TVOS. |
|
| string[] | experimentalA string array containing all string representations of tags that are assigned to the entity. This includes manual tags and auto tags. The string represention contains Context, Key and Value. |
|
Fields used for dt.entity.multiprotocol_monitor.
| Attribute | Type | Description | Examples |
|---|---|---|---|
| array | experimentalA list of assigned locations. |
|
| string | experimentalA string identifying the creator. |
|
| string | stableA custom icon property. | |
| string | resource stableAll entities have an entity.name field. The following fields will be considered in order to determine the value: |
|
| string | resource stableThe entity type. |
|
| string | stableThe entity ID.Tags: |
|
| boolean | stableIf false, the corresponding entity is disabled. |
|
| long | experimentalthe timestamp of the latest execution. |
|
| string | experimentalThe source of the latest modification operation. |
|
| string | experimentalIdentifies the one who made the latest modification. |
|
| timeframe | stableA complex record that contains two number fields start and end representing the timestamps of the entity being seen for the first time and for the last time. DQL datatype Duration. | |
| long | experimentalThe timestamp of the latest modification. |
|
| record | stableRelationship field that contains all | |
| string | experimentalThe subtype of a Synthetic multi-protocol monitor. |
|
| record | stableRelationship field that contains all | |
| array | experimentalA list of steps. |
|
| long | experimentalThe frequency of a Synthetic monitor in minutes. |
|
| string[] | experimentalA string array containing all string representations of tags that are assigned to the entity. This includes manual tags and auto tags. The string represention contains Context, Key and Value. |
|
Fields used for dt.entity.network:device.
Query network devices.
fetch `dt.entity.network:device`
Query network devices that are not yet monitored, along with the recommended Dynatrace extension.
fetch `dt.entity.network:device`| filter devMonitoringMode == "Discovery"| fields entity.name, dt.ip_addresses
| Attribute | Type | Description | Examples |
|---|---|---|---|
| record | stableRelationship field that contains all | |
| string | stableA custom icon property. | |
| string | experimentalThe textual description of a network device. This value should include the full name and version identification of the system's hardware type, software operating-system, and networking software. It is mandatory that this only contain printable ASCII characters. |
|
| string | experimentalType of monitoring enabled for a given network device. |
|
| string | experimentalThe textual identification of the contact person for this network device, together with information on how to contact this person. |
|
| string | experimentalThe physical location of this network device. |
|
| string | experimentalValue of the sysObjectID OID for a network device. |
|
| string | experimentalType of the device. |
|
| array | experimentalAn array of device DNS names. |
|
| array | experimentalArray of IP addresses. |
|
| array | experimentalAn array of open listen ports. |
|
| string | resource stableAll entities have an entity.name field. The following fields will be considered in order to determine the value: |
|
| string | resource stableThe entity type. |
|
| string | experimentalNetwork device discovery group label. |
|
| string | experimentalNetwork device discovery configuration label (monitoring configuration description). |
|
| string | experimentalRecommended Dynatrace extension for monitoring a network device. |
|
| string | experimentalThe Chassis ID value this device advertises in LLDP (network discovery) packets. |
|
| record | stableRelationship field that contains all |
Fields used for dt.entity.network_interface.
| Attribute | Type | Description | Examples |
|---|---|---|---|
| record | stableRelationship field that contains all | |
| string | stableA custom icon property. | |
| string | resource stableThe entity name as defined in the entity settings screen. This name is statically defined by the user for a particular entity. |
|
| string | resource stableThe entity name as detected by Dynatrace or defined by the data source of the entity. Depending on the entity type this can involve different heuristics. |
|
| string | resource stableAll entities have an entity.name field. The following fields will be considered in order to determine the value: |
|
| string | resource stableThe entity type. |
|
| string | stableThe entity ID.Tags: | |
| array | stableAn array of IP addresses. |
|
| timeframe | stableA complex record that contains two number fields start and end representing the timestamps of the entity being seen for the first time and for the last time. DQL datatype Duration. | |
| string | stableMAC address. |
|
| long | stableSpeed of the network interface, expressed in bits per second. |
|
| string[] | experimentalA string array containing all string representations of tags that are assigned to the entity. This includes manual tags and auto tags. The string represention contains Context, Key and Value. |
|
Fields used for dt.entity.network:interface
Query generic network interfaces.
fetch `dt.entity.network:interface`
Query generic network interfaces along with their status.
fetch `dt.entity.network:interface`| fieldsAdd entity.name
Chart the inbound traffic (in bytes per second) for all generic network interfaces.
timeseries traffic_in = avg(com.dynatrace.extension.network_device.if.bytes_in.count, rate:1s),by: { `dt.entity.network:interface` }
| Attribute | Type | Description | Examples |
|---|---|---|---|
| record | stableRelationship field that contains all | |
| record | stableRelationship field that contains all | |
| string | stableA custom icon property. | |
| string | resource stableAll entities have an entity.name field. The following fields will be considered in order to determine the value: |
|
| string | resource stableThe entity type. |
|
| string | experimentalThe administrative status of a network interface. |
|
| string | experimentalThe operational status of a network interface. |
|
| long | experimentalThe speed of a network interface in megabytes per second. |
|
| string | stableMAC address. |
|
| record | stableRelationship field that contains all |
Fields used for dt.entity.network:port.
Query network ports.
fetch `dt.entity.network:port`
Query network ports along with the network device they run on.
fetch `dt.entity.network:port`| fieldsAdd entity.name, network_device = runs_on[`dt.entity.network:device`]
| Attribute | Type | Description | Examples |
|---|---|---|---|
| record | stableRelationship field that contains all | |
| string | stableA custom icon property. | |
| string | resource stableAll entities have an entity.name field. The following fields will be considered in order to determine the value: |
|
| string | resource stableThe entity type. |
|
| string | stableMAC address. |
|
| record | stableRelationship field that contains all | |
| record | stableRelationship field that contains all |
Fields used for dt.entity.openstack_availability_zone.
| Attribute | Type | Description | Examples |
|---|---|---|---|
| string | deprecatedAWS name tag. | |
| record | stableRelationship field that contains all | |
| string | stableName constructed from BOSH vcap metadata in form of name/id. |
|
| string | stableA custom icon property. | |
| string | resource stableThe entity name as defined by conditional naming rules. This name will be calculated based on a rules on the cluster side. |
|
| string | resource stableThe entity name as defined in the entity settings screen. This name is statically defined by the user for a particular entity. |
|
| string | resource stableThe entity name as detected by Dynatrace or defined by the data source of the entity. Depending on the entity type this can involve different heuristics. |
|
| string | resource stableAll entities have an entity.name field. The following fields will be considered in order to determine the value: |
|
| string | resource stableThe entity type. |
|
| string | stableGCP zone, retrieved from instance metadata service. | |
| string | stableAn icon property. | |
| string | stableThe entity ID.Tags: | |
| timeframe | stableA complex record that contains two number fields start and end representing the timestamps of the entity being seen for the first time and for the last time. DQL datatype Duration. | |
| string | stableThe custom name defined in OneAgent config. | |
| string[] | experimentalA string array containing all string representations of tags that are assigned to the entity. This includes manual tags and auto tags. The string represention contains Context, Key and Value. |
|
Fields used for dt.entity.openstack_vm.
| Attribute | Type | Description | Examples |
|---|---|---|---|
| record | stableRelationship field that contains all | |
| string | stableA custom icon property. | |
| string | resource stableThe entity name as detected by Dynatrace or defined by the data source of the entity. Depending on the entity type this can involve different heuristics. |
|
| string | resource stableAll entities have an entity.name field. The following fields will be considered in order to determine the value: |
|
| string | resource stableThe entity type. |
|
| string | stableThe entity ID.Tags: | |
| timeframe | stableA complex record that contains two number fields start and end representing the timestamps of the entity being seen for the first time and for the last time. DQL datatype Duration. | |
| string | stableInstance Type (flavor) of OpenStack virtual machine. |
|
| string | stableOpenstack Availability Zone. |
|
| array | stableOpenstack security groups. |
|
| record | stableRelationship field that contains all | |
| record | stableRelationship field that contains all | |
| string[] | experimentalA string array containing all string representations of tags that are assigned to the entity. This includes manual tags and auto tags. The string represention contains Context, Key and Value. |
|
Discontinued entity type for operating systems. Only used by Dynatrace classic's problem analysis and root cause detection.
| Attribute | Type | Description | Examples |
|---|---|---|---|
| record | stableRelationship field that contains all | |
| string | stableA custom icon property. | |
| string | resource stableAll entities have an entity.name field. The following fields will be considered in order to determine the value: |
|
| string | resource stableThe entity type. |
|
| string | stableThe entity ID.Tags: | |
| timeframe | stableA complex record that contains two number fields start and end representing the timestamps of the entity being seen for the first time and for the last time. DQL datatype Duration. | |
| string | stableOperating system entities are hierarchical structured into OS family and OS version. |
|
| record | stableRelationship field that contains all | |
| string[] | experimentalA string array containing all string representations of tags that are assigned to the entity. This includes manual tags and auto tags. The string represention contains Context, Key and Value. |
|
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.
| Attribute | Type | Description | Examples |
|---|---|---|---|
| record | stableRelationship field that contains all | |
| record | stableRelationship field that contains all | |
| record | stableRelationship field that contains all | |
| record | stableRelationship field that contains all | |
| string | stableA custom icon property. | |
| array | stableA collection of additional metadata information imported to Dynatrace. The value in square bracket represents source of this property. It is followed by key-value pair, separated by colon. |
|
| string | resource stableThe entity name as defined by conditional naming rules. This name will be calculated based on a rules on the cluster side. |
|
| string | resource stableThe entity name as defined in the entity settings screen. This name is statically defined by the user for a particular entity. |
|
| string | resource stableThe entity name as detected by Dynatrace or defined by the data source of the entity. Depending on the entity type this can involve different heuristics. |
|
| string | resource stableAll entities have an entity.name field. The following fields will be considered in order to determine the value: |
|
| string | resource stableThe entity type. |
|
| record | stableRelationship field that contains all | |
| string | stableThe entity ID.Tags: | |
| record | stableRelationship field that contains all | |
| timeframe | stableA complex record that contains two number fields start and end representing the timestamps of the entity being seen for the first time and for the last time. DQL datatype Duration. | |
| array | stableAn array of open listen ports. |
|
| array | stableManagment zones this entity belongs to. |
|
| array | stableContains a diagnostic collection of input parameters that were used or could have been used in creation of this Process Group. |
|
| record | stableRelationship field that contains all | |
| record | stableRelationship field that contains all | |
| array | stableA collection of software technologies relevant for given entity. It can describe role of given entity, but also includes supplementary technologies used, such as known third party libraries. Each technology is a triplet of type, edition and version. |
|
| string[] | experimentalA string array containing all string representations of tags that are assigned to the entity. This includes manual tags and auto tags. The string represention contains Context, Key and Value. |
|
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.
| Attribute | Type | Description | Examples |
|---|---|---|---|
| string | experimentalAn agentVersion property. | |
| string | deprecatedA technology-specific version of monitored application. It is recommended to use softwareTechnologies field instead. |
|
| string | deprecatedAWS name tag. | |
| string | deprecatedAzure host name. |
|
| string | deprecatedAzure Site Name. |
|
| record | stableRelationship field that contains all | |
| string | stableArchitecture of monitored entity, in terms of how many bits compose a basic value. |
|
| record | stableRelationship field that contains all | |
| record | stableRelationship field that contains all | |
| record | stableRelationship field that contains all | |
| record | stableRelationship field that contains all | |
| string | stableA custom icon property. | |
| array | stableA collection of additional metadata information imported to Dynatrace. The value in square bracket represents source of this property. It is followed by key-value pair, separated by colon. |
|
| boolean | stableIndicates whether the entity has public traffic detected via eBPF Discovery. |
|
| string | resource stableThe entity name as defined by conditional naming rules. This name will be calculated based on a rules on the cluster side. |
|
| string | resource stableThe entity name as defined in the entity settings screen. This name is statically defined by the user for a particular entity. |
|
| string | resource stableThe entity name as detected by Dynatrace or defined by the data source of the entity. Depending on the entity type this can involve different heuristics. |
|
| string | resource stableAll entities have an entity.name field. The following fields will be considered in order to determine the value: |
|
| string | resource stableThe entity type. |
|
| array | stableA collection of Garden application names. | |
| record | stableRelationship field that contains all | |
| boolean | stableIndicates whether the entity has public traffic. |
|
| string | stableThe entity ID.Tags: | |
| string | stableVersion of DynatraceOneAgent installer used to monitor this entity. |
|
| record | stableRelationship field that contains all | |
| boolean | stableTrue, if given entity runs in Docker container. |
|
| string | deprecatedVersion of JVM CLR in monitored application. It is recommended to use softwareTechnologies field instead. |
|
| string | deprecatedVendor of JVM in monitored application. It is recommended to use softwareTechnologies field instead. |
|
| timeframe | stableA complex record that contains two number fields start and end representing the timestamps of the entity being seen for the first time and for the last time. DQL datatype Duration. | |
| array | stableAn array of open listen ports. |
|
| record | experimentalA logFileStatus property. | |
| record | experimentalA logPathLastUpdate property. | |
| record | experimentalA logSourceState property. | |
| array | stableManagment zones this entity belongs to. |
|
| array | stableContains a diagnostic collection of input parameters that were used or could have been used in creation of this Process Group Instance. |
|
| array | stableA collection of modules used in this entity. |
|
| record | stableRelationship field that contains all | |
| string | deprecatedKey technology used in monitored entity. It is recommended to use softwareTechnologies field instead. |
|
| string | stableThe build version of the deployed product. |
|
| string | stableThe name of the deployed product. |
|
| string | stableThe stage the product is deployed to. |
|
| string | stableA string representation of a version info object, containing the product version, and its source information. |
|
| record | stableRelationship field that contains all | |
| record | stableRelationship field that contains all | |
| array | stableA collection of software technologies relevant for given entity. It can describe role of given entity, but also includes supplementary technologies used, such as known third party libraries. Each technology is a triplet of type, edition and version. |
|
| string[] | experimentalA string array containing all string representations of tags that are assigned to the entity. This includes manual tags and auto tags. The string represention contains Context, Key and Value. |
|
| array | stableA collection of modules used in monitored entity and their versions. |
|
Fields used for dt.entity.queue.
| Attribute | Type | Description | Examples |
|---|---|---|---|
| string | deprecatedAWS name tag. | |
| string | stableName constructed from BOSH vcap metadata in form of name/id. |
|
| record | stableRelationship field that contains all | |
| string | stableA custom icon property. | |
| string | resource stableThe entity name as defined by conditional naming rules. This name will be calculated based on a rules on the cluster side. |
|
| string | resource stableThe entity name as defined in the entity settings screen. This name is statically defined by the user for a particular entity. |
|
| string | resource stableThe entity name as detected by Dynatrace or defined by the data source of the entity. Depending on the entity type this can involve different heuristics. |
|
| string | resource stableAll entities have an entity.name field. The following fields will be considered in order to determine the value: |
|
| string | resource stableThe entity type. |
|
| string | stableGCP zone, retrieved from instance metadata service. | |
| string | stableAn icon property. | |
| string | stableThe entity ID.Tags: | |
| record | stableRelationship field that contains all | |
| record | stableRelationship field that contains all | |
| timeframe | stableA complex record that contains two number fields start and end representing the timestamps of the entity being seen for the first time and for the last time. DQL datatype Duration. | |
| array | stableManagment zones this entity belongs to. |
|
| string | stableThe custom name defined in OneAgent config. | |
| record | stableRelationship field that contains all | |
| record | stableRelationship field that contains all | |
| string | stableA queueDestinationType property. | |
| string | stableA queueName property. | |
| string | stableA queueVendorName property. | |
| record | stableRelationship field that contains all | |
| record | stableRelationship field that contains all | |
| array | stableA collection of software technologies relevant for given entity. It can describe role of given entity, but also includes supplementary technologies used, such as known third party libraries. Each technology is a triplet of type, edition and version. |
|
| string[] | experimentalA string array containing all string representations of tags that are assigned to the entity. This includes manual tags and auto tags. The string represention contains Context, Key and Value. |
|
Fields used for dt.entity.queue_instance.
| Attribute | Type | Description | Examples |
|---|---|---|---|
| string | deprecatedAWS name tag. | |
| string | stableName constructed from BOSH vcap metadata in form of name/id. |
|
| record | stableRelationship field that contains all | |
| string | stableA custom icon property. | |
| string | resource stableThe entity name as defined by conditional naming rules. This name will be calculated based on a rules on the cluster side. |
|
| string | resource stableThe entity name as defined in the entity settings screen. This name is statically defined by the user for a particular entity. |
|
| string | resource stableThe entity name as detected by Dynatrace or defined by the data source of the entity. Depending on the entity type this can involve different heuristics. |
|
| string | resource stableAll entities have an entity.name field. The following fields will be considered in order to determine the value: |
|
| string | resource stableThe entity type. |
|
| string | stableGCP zone, retrieved from instance metadata service. | |
| string | stableAn icon property. | |
| string | stableThe entity ID.Tags: | |
| record | stableRelationship field that contains all | |
| timeframe | stableA complex record that contains two number fields start and end representing the timestamps of the entity being seen for the first time and for the last time. DQL datatype Duration. | |
| string | stableThe custom name defined in OneAgent config. | |
| record | stableRelationship field that contains all | |
| record | stableRelationship field that contains all | |
| record | stableRelationship field that contains all | |
| string[] | experimentalA string array containing all string representations of tags that are assigned to the entity. This includes manual tags and auto tags. The string represention contains Context, Key and Value. |
|
Fields used for dt.entity.runtime_component.
| Attribute | Type | Description | Examples |
|---|---|---|---|
| record | stableRelationship field that contains all | |
| string | stableA custom icon property. | |
| string | resource stableAll entities have an entity.name field. The following fields will be considered in order to determine the value: |
|
| string | resource stableThe entity type. |
|
| string | stableThe entity ID.Tags: | |
| timeframe | stableA complex record that contains two number fields start and end representing the timestamps of the entity being seen for the first time and for the last time. DQL datatype Duration. | |
| string | stableA short name of a runtime component. |
|
| string | stableThe name of the technology of a runtime component. |
|
| string | stableThe version of the technology of a runtime component. |
|
Fields used for dt.entity.service.
| Attribute | Type | Description | Examples |
|---|---|---|---|
| string | stableAn agentTechnologyType property. | |
| string | stableAn akkaActorSystem property. | |
| array | stableAn applicationBuildVersion property. | |
| array | stableAn applicationEnvironment property. | |
| array | stableAn applicationName property. | |
| array | stableAn applicationReleaseVersion property. | |
| string | deprecatedAWS name tag. | |
| record | stableRelationship field that contains all | |
| string | stableName constructed from BOSH vcap metadata in form of name/id. |
|
| record | stableRelationship field that contains all | |
| record | stableRelationship field that contains all | |
| string | stableA className property. | |
| string | stableA cloudDatabaseProvider property. | |
| record | stableRelationship field that contains all | |
| record | stableRelationship field that contains all | |
| string | stableA contextRoot property. | |
| string | stableA custom icon property. | |
| array | stableA databaseHostNames property. | |
| string | stableA databaseName property. | |
| string | stableA databaseVendor property. | |
| string | resource stableThe entity name as defined by conditional naming rules. This name will be calculated based on a rules on the cluster side. |
|
| string | resource stableThe entity name as defined in the entity settings screen. This name is statically defined by the user for a particular entity. |
|
| string | resource stableThe entity name as detected by Dynatrace or defined by the data source of the entity. Depending on the entity type this can involve different heuristics. |
|
| string | resource stableAll entities have an entity.name field. The following fields will be considered in order to determine the value: |
|
| string | resource stableThe entity type. |
|
| string | stableAn esbApplicationName property. | |
| string | experimentalFallback type of a service indicating issues with detecting the service. |
|
| string | stableGCP zone, retrieved from instance metadata service. | |
| record | stableRelationship field that contains all | |
| string | stableAn ibmCtgGatewayUrl property. | |
| string | stableAn ibmCtgServerName property. | |
| string | stableAn icon property. | |
| string | stableThe entity ID.Tags: | |
| record | stableRelationship field that contains all | |
| record | stableRelationship field that contains all | |
| record | stableRelationship field that contains all | |
| array | stableAn array of IP addresses. |
|
| boolean | stableAn isExternalService property. |
|
| timeframe | stableA complex record that contains two number fields start and end representing the timestamps of the entity being seen for the first time and for the last time. DQL datatype Duration. | |
| array | stableManagment zones this entity belongs to. |
|
| string | stableThe custom name defined in OneAgent config. | |
| string | stableA path property. | |
| long | experimentalA port property. |
|
| string | stableA publicCloudId property. | |
| string | stableA publicCloudRegion property. | |
| record | stableRelationship field that contains all | |
| string[] | experimentalRemote environment IDs on services that are monitored in different Dynatrace environments (cross-environment linking). |
|
| string | stableA remoteEndpoint property. | |
| string | stableA remoteServiceName property. | |
| record | stableRelationship field that contains all | |
| record | stableRelationship field that contains all | |
| array | stableA serviceTechnologyTypes property. | |
| string | stableA serviceType property. | |
| array | stableA collection of software technologies relevant for given entity. It can describe role of given entity, but also includes supplementary technologies used, such as known third party libraries. Each technology is a triplet of type, edition and version. |
|
| string[] | experimentalA string array containing all string representations of tags that are assigned to the entity. This includes manual tags and auto tags. The string represention contains Context, Key and Value. |
|
| array | stableA unifiedServiceIndicators property. | |
| string | stableA webApplicationId property. | |
| string | stableA webServerName property. | |
| string | stableA webServiceName property. | |
| string | stableA webServiceNamespace property. |
Fields used for dt.entity.service_instance.
| Attribute | Type | Description | Examples |
|---|---|---|---|
| string | deprecatedAWS name tag. | |
| record | stableRelationship field that contains all | |
| string | stableName constructed from BOSH vcap metadata in form of name/id. |
|
| string | stableA custom icon property. | |
| string | resource stableThe entity name as defined by conditional naming rules. This name will be calculated based on a rules on the cluster side. |
|
| string | resource stableThe entity name as defined in the entity settings screen. This name is statically defined by the user for a particular entity. |
|
| string | resource stableThe entity name as detected by Dynatrace or defined by the data source of the entity. Depending on the entity type this can involve different heuristics. |
|
| string | resource stableAll entities have an entity.name field. The following fields will be considered in order to determine the value: |
|
| string | resource stableThe entity type. |
|
| string | stableGCP zone, retrieved from instance metadata service. | |
| string | stableAn icon property. | |
| string | stableThe entity ID.Tags: | |
| record | stableRelationship field that contains all | |
| timeframe | stableA complex record that contains two number fields start and end representing the timestamps of the entity being seen for the first time and for the last time. DQL datatype Duration. | |
| string | stableThe custom name defined in OneAgent config. | |
| record | stableRelationship field that contains all | |
| record | stableRelationship field that contains all | |
| record | stableRelationship field that contains all | |
| string[] | experimentalA string array containing all string representations of tags that are assigned to the entity. This includes manual tags and auto tags. The string represention contains Context, Key and Value. |
|
Fields used for dt.entity.service_method.
| Attribute | Type | Description | Examples |
|---|---|---|---|
| string | deprecatedAWS name tag. | |
| record | stableRelationship field that contains all | |
| string | stableName constructed from BOSH vcap metadata in form of name/id. |
|
| string | stableA custom icon property. | |
| string | resource stableThe entity name as defined by conditional naming rules. This name will be calculated based on a rules on the cluster side. |
|
| string | resource stableThe entity name as defined in the entity settings screen. This name is statically defined by the user for a particular entity. |
|
| string | resource stableThe entity name as detected by Dynatrace or defined by the data source of the entity. Depending on the entity type this can involve different heuristics. |
|
| string | resource stableAll entities have an entity.name field. The following fields will be considered in order to determine the value: |
|
| string | resource stableThe entity type. |
|
| string | stableGCP zone, retrieved from instance metadata service. | |
| string | stableAn icon property. | |
| string | stableThe entity ID.Tags: | |
| timeframe | stableA complex record that contains two number fields start and end representing the timestamps of the entity being seen for the first time and for the last time. DQL datatype Duration. | |
| string | stableThe custom name defined in OneAgent config. | |
| string[] | experimentalA string array containing all string representations of tags that are assigned to the entity. This includes manual tags and auto tags. The string represention contains Context, Key and Value. |
|
Fields used for dt.entity.service_method_group.
| Attribute | Type | Description | Examples |
|---|---|---|---|
| string | deprecatedAWS name tag. | |
| string | stableName constructed from BOSH vcap metadata in form of name/id. |
|
| record | stableRelationship field that contains all | |
| string | stableA custom icon property. | |
| string | resource stableThe entity name as defined by conditional naming rules. This name will be calculated based on a rules on the cluster side. |
|
| string | resource stableThe entity name as defined in the entity settings screen. This name is statically defined by the user for a particular entity. |
|
| string | resource stableThe entity name as detected by Dynatrace or defined by the data source of the entity. Depending on the entity type this can involve different heuristics. |
|
| string | resource stableAll entities have an entity.name field. The following fields will be considered in order to determine the value: |
|
| string | resource stableThe entity type. |
|
| string | stableGCP zone, retrieved from instance metadata service. | |
| record | stableRelationship field that contains all | |
| string | stableAn icon property. | |
| string | stableThe entity ID.Tags: | |
| timeframe | stableA complex record that contains two number fields start and end representing the timestamps of the entity being seen for the first time and for the last time. DQL datatype Duration. | |
| string | stableThe custom name defined in OneAgent config. | |
| string[] | experimentalA string array containing all string representations of tags that are assigned to the entity. This includes manual tags and auto tags. The string represention contains Context, Key and Value. |
|
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.
| Attribute | Type | Description | Examples |
|---|---|---|---|
| record | stableSet of process group instances in which the software component was detected.Relationships: |
|
| string | stableA custom icon property. | |
| string | resource stableName of the software component, consisting of a package name and a version number, if available. |
|
| string | resource stableEntity type. This is always set to |
|
| string | stableID of the software component.Tags: |
|
| timeframe | stableA complex record that contains two number fields start and end representing the timestamps of the entity being seen for the first time and for the last time. DQL datatype Duration. |
|
| string | stablePackage name of the software component. Might be missing if there is insufficient data for the name. |
|
| record | stableHashes of the software component file. Only available for the Java technology, if the |
|
| string | stableFile name of the software component. |
|
| string | stableShort name of the software component. Might be missing if there is insufficient data for the name. |
|
| string | stableTechnology type of the software component. |
|
| string | stableVersion of the software component. Might be missing if there is insufficient data to determine the version. |
|
Fields used for dt.entity.synthetic_location.
| Attribute | Type | Description | Examples |
|---|---|---|---|
| string | experimentalThe cloud provider of a location. |
|
| string | stableA custom icon property. | |
| string | stableThe deployment type of the synthetic location, such as "KUBERNETES". |
|
| string | resource stableAll entities have an entity.name field. The following fields will be considered in order to determine the value: |
|
| string | resource stableThe entity type. |
|
| boolean | experimentalIndicates whether the synthetic location is deleted. |
|
| string | stableThe type of the synthetic location, such as "PUBLIC" or "PRIVATE". |
|
| array | stableThe capabilities of the nodes in the synthetic location. |
|
| record | stableRelationship field that contains all |
|
| string[] | experimentalA string array containing all string representations of tags that are assigned to the entity. This includes manual tags and auto tags. The string represention contains Context, Key and Value. |
|
Fields used for dt.entity.synthetic_test.
| Attribute | Type | Description | Examples |
|---|---|---|---|
| array | experimentalA list of assigned locations. |
|
| string | experimentalThe subtype of a browser monitor. |
|
| record | stableRelationship field that contains all | |
| string | experimentalA string identifying the creator. |
|
| string | stableA custom icon property. | |
| string | stableThe device profile used for the synthetic browser monitor, such as "Desktop", "Custom", or a specific mobile device profile like "Apple iPhone 12 Pro". |
|
| string | resource stableAll entities have an entity.name field. The following fields will be considered in order to determine the value: |
|
| string | resource stableThe entity type. |
|
| string | stableThe entity ID.Tags: |
|
| boolean | stableIf false, the corresponding entity is disabled. |
|
| long | experimentalthe timestamp of the latest execution. |
|
| string | experimentalThe source of the latest modification operation. |
|
| string | experimentalIdentifies the one who made the latest modification. |
|
| timeframe | stableA complex record that contains two number fields start and end representing the timestamps of the entity being seen for the first time and for the last time. DQL datatype Duration. | |
| array | experimentalA list of manually assigned applications. |
|
| long | experimentalThe timestamp of the latest modification. |
|
| record | stableRelationship field that contains all | |
| record | stableRelationship field that contains all | |
| array | experimentalA list of steps. |
|
| long | experimentalThe frequency of a Synthetic monitor in minutes. |
|
| string | experimentalThe uri of a screenshot taken on error. |
|
| string | experimentalThe uri of a regular screenshot. |
|
| string | experimentalThe uri of the thumbnail of a screenshot taken on error. |
|
| string | experimentalThe uri of the thumbnail of a regular screenshot. |
|
| string[] | experimentalA string array containing all string representations of tags that are assigned to the entity. This includes manual tags and auto tags. The string represention contains Context, Key and Value. |
|
| string | experimentalThe url of a browser monitor. |
|
Fields used for dt.entity.synthetic_test_step.
| Attribute | Type | Description | Examples |
|---|---|---|---|
| record | stableRelationship field that contains all | |
| string | stableA custom icon property. | |
| string | resource stableAll entities have an entity.name field. The following fields will be considered in order to determine the value: |
|
| string | resource stableThe entity type. |
|
| string | stableThe entity ID.Tags: | |
| timeframe | stableA complex record that contains two number fields start and end representing the timestamps of the entity being seen for the first time and for the last time. DQL datatype Duration. | |
| long | stableThe sequence number of the step within the synthetic HTTP monitor, indicating the order of execution of the steps. |
|
| string[] | experimentalA string array containing all string representations of tags that are assigned to the entity. This includes manual tags and auto tags. The string represention contains Context, Key and Value. |
|
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
| Attribute | Type | Description | Examples |
|---|---|---|---|
| record | stableRelationship field that contains all | |
| string | stableA custom icon property. | |
| string | resource stableThe entity name as detected by Dynatrace or defined by the data source of the entity. Depending on the entity type this can involve different heuristics. |
|
| string | resource stableAll entities have an entity.name field. The following fields will be considered in order to determine the value: |
|
| string | resource stableThe entity type. |
|
| string | stableAn icon property. | |
| string | stableThe entity ID.Tags: | |
| timeframe | stableA complex record that contains two number fields start and end representing the timestamps of the entity being seen for the first time and for the last time. DQL datatype Duration. | |
| record | stableRelationship field that contains all | |
| string[] | experimentalA string array containing all string representations of tags that are assigned to the entity. This includes manual tags and auto tags. The string represention contains Context, Key and Value. |
|
| string | stableA virtualizationSupervisor property. |
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
| Attribute | Type | Description | Examples |
|---|---|---|---|
| record | stableRelationship field that contains all | |
| string | stableA connectionState property. | |
| record | stableRelationship field that contains all | |
| long | experimentalA cpuCapacity property. |
|
| long | experimentalNumber of CPU cores on monitored host. |
|
| string | stableA custom icon property. | |
| string | resource stableThe entity name as detected by Dynatrace or defined by the data source of the entity. Depending on the entity type this can involve different heuristics. |
|
| string | resource stableAll entities have an entity.name field. The following fields will be considered in order to determine the value: |
|
| string | resource stableThe entity type. |
|
| string | stableA hardwareModel property. | |
| string | stableA hardwareVendor property. | |
| string | stableDiscovered virtualization hypervisor. |
|
| string | stableAn icon property. | |
| string | stableThe entity ID.Tags: | |
| boolean | stableAn inMaintenance property. |
|
| timeframe | stableA complex record that contains two number fields start and end representing the timestamps of the entity being seen for the first time and for the last time. DQL datatype Duration. | |
| record | stableRelationship field that contains all | |
| array | stableManagment zones this entity belongs to. |
|
| long | experimentalTotal memory of monitored host, expressed in bytes. |
|
| string | stableThe custom name defined in OneAgent config. | |
| string | stableA powerState property. | |
| string | stableA productName property. | |
| string | stableA productVersion property. | |
| record | stableRelationship field that contains all | |
| string[] | experimentalA string array containing all string representations of tags that are assigned to the entity. This includes manual tags and auto tags. The string represention contains Context, Key and Value. |
|
| duration | stableAn uptime property. |
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
| Attribute | Type | Description | Examples |
|---|---|---|---|
| record | stableRelationship field that contains all | |
| string | stableA custom icon property. | |
| string | resource stableThe entity name as detected by Dynatrace or defined by the data source of the entity. Depending on the entity type this can involve different heuristics. |
|
| string | resource stableAll entities have an entity.name field. The following fields will be considered in order to determine the value: |
|
| string | resource stableThe entity type. |
|
| string | stableAn icon property. | |
| string | stableThe entity ID.Tags: | |
| boolean | stableAn isDistributedResourceScheduler property. |
|
| boolean | stableAn isHighAvailability property. |
|
| timeframe | stableA complex record that contains two number fields start and end representing the timestamps of the entity being seen for the first time and for the last time. DQL datatype Duration. | |
| string | stableThe custom name defined in OneAgent config. | |
| string[] | experimentalA string array containing all string representations of tags that are assigned to the entity. This includes manual tags and auto tags. The string represention contains Context, Key and Value. |
|
Query entities in Grail.
fetch dt.entity.hypervisor_disk| fieldsadd belongs_to, entity.detected_name, entity.name, entity.type, icon, id, lifetime, tags
| Attribute | Type | Description | Examples |
|---|---|---|---|
| record | stableRelationship field that contains all | |
| string | stableA custom icon property. | |
| string | resource stableThe entity name as detected by Dynatrace or defined by the data source of the entity. Depending on the entity type this can involve different heuristics. |
|
| string | resource stableAll entities have an entity.name field. The following fields will be considered in order to determine the value: |
|
| string | resource stableThe entity type. |
|
| string | stableAn icon property. | |
| string | stableThe entity ID.Tags: | |
| timeframe | stableA complex record that contains two number fields start and end representing the timestamps of the entity being seen for the first time and for the last time. DQL datatype Duration. | |
| string | stableThe custom name defined in OneAgent config. | |
| string[] | experimentalA string array containing all string representations of tags that are assigned to the entity. This includes manual tags and auto tags. The string represention contains Context, Key and Value. |
|
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
| Attribute | Type | Description | Examples |
|---|---|---|---|
| string | deprecatedAWS name tag. | |
| string | stableName constructed from BOSH vcap metadata in form of name/id. |
|
| string | stableA custom icon property. | |
| string | resource stableThe entity name as defined by conditional naming rules. This name will be calculated based on a rules on the cluster side. |
|
| string | resource stableThe entity name as defined in the entity settings screen. This name is statically defined by the user for a particular entity. |
|
| string | resource stableThe entity name as detected by Dynatrace or defined by the data source of the entity. Depending on the entity type this can involve different heuristics. |
|
| string | resource stableAll entities have an entity.name field. The following fields will be considered in order to determine the value: |
|
| string | resource stableThe entity type. |
|
| string | stableGCP zone, retrieved from instance metadata service. | |
| string | stableAn icon property. | |
| string | stableThe entity ID.Tags: | |
| timeframe | stableA complex record that contains two number fields start and end representing the timestamps of the entity being seen for the first time and for the last time. DQL datatype Duration. | |
| array | stableManagment zones this entity belongs to. |
|
| record | stableRelationship field that contains all | |
| string | stableThe custom name defined in OneAgent config. | |
| string[] | experimentalA string array containing all string representations of tags that are assigned to the entity. This includes manual tags and auto tags. The string represention contains Context, Key and Value. |
|
| long | experimentalA vcenterFailedConnectionRetries property. |
|
| long | experimentalA vcenterHostNumber property. |
|
| string | stableA vcenterInfo property. | |
| long | experimentalA vcenterVmNumber property. |
|
| string | stableA virtualizationSupervisor property. |
Fields used for dt.entity.virtualmachine.
| Attribute | Type | Description | Examples |
|---|---|---|---|
| record | stableRelationship field that contains all | |
| string | stableA connectionState property. | |
| record | stableRelationship field that contains all | |
| long | experimentalNumber of CPU cores on monitored host. |
|
| string | stableA custom icon property. | |
| string | resource stableThe entity name as detected by Dynatrace or defined by the data source of the entity. Depending on the entity type this can involve different heuristics. |
|
| string | resource stableAll entities have an entity.name field. The following fields will be considered in order to determine the value: |
|
| string | resource stableThe entity type. |
|
| string | stableA guestOsFamily property. | |
| string | stableDiscovered virtualization hypervisor. |
|
| string | stableAn icon property. | |
| string | stableThe entity ID.Tags: | |
| array | stableAn array of IP addresses. |
|
| timeframe | stableA complex record that contains two number fields start and end representing the timestamps of the entity being seen for the first time and for the last time. DQL datatype Duration. | |
| long | experimentalTotal memory of monitored host, expressed in bytes. |
|
| string | stableType of discovered operating system. |
|
| string | stableVersion of discovered operating system. |
|
| string | stableA powerState property. | |
| record | stableRelationship field that contains all | |
| record | stableRelationship field that contains all | |
| string | experimentalState related to availability monitoring. |
|
| string[] | experimentalA string array containing all string representations of tags that are assigned to the entity. This includes manual tags and auto tags. The string represention contains Context, Key and Value. |
|
| duration | stableAn uptime property. | |
| string | stableA vmwareToolsRunningStatus property. | |
| string | stableA vmwareToolsStatus property. | |
| long | experimentalA vmwareToolsVersion property. |
|
| string | stableA vmwareToolsVersionStatus property. |