Smartscape - Business Analytics

  • Reference
  • Published Mar 24, 2026

This section contains entities that relate to Business Analytics. All entity types start with BIZ_*.

smartscapeNodes "BIZ_*"

Business Flow

Smartscape node type: BIZ_FLOW

This entity represents a business flow.

Query

Fetch all Smartscape nodes from the smartscape.nodes table and filter for the entity type "BIZ_FLOW".

smartscapeNodes "BIZ_FLOW"

Fields

The following base fields are used for all entities.

AttributeTypeDescriptionExamples
idsmartscapeIdstable
The entity ID.
HOST-1234; K8S_POD-1234; SERVICE-1234
id_classicstringstable
The entity ID that was used in the classic entity store. This ID is present in old monitoring data.
HOST-1234; CLOUD_APPLICATION-1234; SERVICE-1234
namestringstable
The entity name.
localhost; easyTravel; product-catalog
typestringstable
The entity type.
HOST; K8S_POD; SERVICE
tagsrecordstable
A consolidated record that aggregates all tag values originating from different contexts. Each nested field within tags represents a specific key (for example, release or name). The value of each nested field is the tag value from one or multiple contexts. Tags for specific context can be queried via tags:context field. Note that rule-based tags do not exist in the new model.
tags[tag_key-1] = [context_A_tag_val-1, context_B_tag_val-1]; tags[tag_key-2] = context_C_tag_val-1; tags:context_A[tag_key-1] = context_A_tag_val-1
lifetimetimeframestable
The lifetime of the entity. classicField: lifetime
{ start: 2022-07-06T13:36:00.808Z, end: 2024-04-11T06:56:01.204Z }
referencesrecordstable
Provides access to static edges pointing to other entities. In this record each nested field represents a relationship type and target type, and the value is an array of target smartscape IDs. This field is hidden by default but can be added using the fieldsAdd command.
{ references[runs_on.host] : [HOST-1234,HOST-5678], references[runs_on.container] : [CONTAINER-1234] }
dt.security_contextstring[]resource stable
The security context is used in access permissions to limit the visibility. Learn more about the Dynatrace permission model
Tags: permission
[]

Fields specific for a BIZ_FLOW entity

AttributeTypeDescriptionExamples
bizflow.idstringexperimental
Internal ID from the business flow configured in the Business Flow app.
bizflow.prioritystringexperimental
The priority of a business process.
critical; high; medium; low
bizflow.urlstringexperimental
URL to explore the business flow in the Business Flow app from a result in a DQL query against Smartscape nodes.