Smartscape - Business Analytics

  • Reference
  • Published May 07, 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"

Base entity fields

The following base fields are used for all entities.

AttributeTypeDescriptionExamples
idsmartscapeIdstable
A Smartscape ID consists of two components: an UPPER_CASE entity type and a random 16-character hexadecimal unique identifier, separated by a dash. Use Smartscape conversion functions when working with strings that represent Smartscape IDs.
<type>-017198AD253CBD63
id_classicstringdeprecated
The entity ID that was used in the classic entity store. This ID is present in old monitoring data. Not all entities have this ID, and it is not generated for new entities. Use the id field instead, which is the Smartscape ID.
<type>-017198AD253CBD63
namestringstable
The entity name.
localhost; easyTravel; product-catalog
typestringstable
The entity type. UPPER_SNAKE_CASE string that represents the type of the entity.
TYPE_A
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. This is a record with two nested fields: start and end, which represent the time when the entity was first and last observed, respectively. Each time an entity is updated, the end time is updated to the current time.
{ 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-C251A1173C2B4B39,HOST-0E9038C7C4409D69], references[runs_on.container] : [CONTAINER-68A08967EF4F675B] }
dt.security_contextstring[]resource stable
The security contexts associated with the entity. For Smartscape entities, this field is always an array.
Tags: permission
[]

Business Flow fields

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.