This section documents the entity types related to Dynatrace Synthetic Monitoring. These entities represent synthetic monitors, their steps, the locations from which they run, and the credential vault entries they use. All synthetic entity types are prefixed with BROWSER_MONITOR, HTTP_MONITOR, NETWORK_AVAILABILITY_MONITOR, SYNTHETIC_LOCATION, or CREDENTIAL_VAULT_ENTRY.
Query
Get an overview of all Synthetic node types.
smartscapeNodes {"BROWSER_MONITOR",
"HTTP_MONITOR",
"NETWORK_AVAILABILITY_MONITOR",
"SYNTHETIC_LOCATION",
"CREDENTIAL_VAULT_ENTRY"}
|summarizeby:type, count()
Synthetic monitor interface fields
Attribute
Type
Description
Examples
created_by
string
experimental Display name: Created by The identifier of the user or system that created the synthetic monitor.
experimental Display name: Last successful execution timestamp The timestamp of the last successful execution of the synthetic monitor.
2026-03-24T13:24:08.247000000+01:00
The BROWSER_MONITOR and BROWSER_MONITOR_STEP entities additionally implement i.synthetic_screenshot_interface, providing screenshot capture fields for both successful and failed executions.
The SYNTHETIC_LOCATION entity implements i.synthetic_location_interface, which provides geolocation, infrastructure, and lifecycle fields describing the location from which monitors are executed.
Entity types
Entity type
Classic model
Description
Model
BROWSER_MONITOR
dt.entity.synthetic_test
A browser-based synthetic monitor that simulates user interactions with a web application.
browser_monitor.md
BROWSER_MONITOR_STEP
dt.entity.synthetic_test_step
An individual step within a browser synthetic monitor.
browser_monitor_step.md
HTTP_MONITOR
dt.entity.http_check
An HTTP-based synthetic monitor that checks availability and performance of HTTP endpoints.
http_monitor.md
HTTP_MONITOR_STEP
dt.entity.http_check_step
An individual step within an HTTP synthetic monitor.
http_monitor_step.md
NETWORK_AVAILABILITY_MONITOR
dt.entity.multiprotocol_monitor
A network-level synthetic monitor that checks availability using protocols such as ICMP or TCP.
network_availability_monitor.md
SYNTHETIC_LOCATION
dt.entity.synthetic_location
A physical or virtual location (public or private) from which synthetic monitors execute their tests.
synthetic_location.md
CREDENTIAL_VAULT_ENTRY
—
A set of credentials stored in the credential vault, used by synthetic monitors for authentication.
credential_vault_entry.md
Relationships between Synthetic entities
The following diagram summarizes the key relationships between synthetic entity types:
Representation of a Credential Vault Entry entity, which represents a set of credentials that can be used in synthetic monitors for authentication purposes.
Query
Load all CREDENTIAL_VAULT_ENTRY entities.
smartscapeNodes CREDENTIAL_VAULT_ENTRY
Base entity fields
The following base fields are used for all entities.
Attribute
Type
Description
Examples
id
smartscapeId
stable Display name: ID 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_classic
string
deprecated Display name: Classic ID 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
name
string
stable Display name: Name The entity name.
localhost; easyTravel; product-catalog
type
string
stable Display name: Type The entity type. UPPER_SNAKE_CASE string that represents the type of the entity.
TYPE_A
tags
record
stable Display name: Tags 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.
stable Display name: Lifetime 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.
stable Display name: References 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.
resourcestable Display name: DT security context The security contexts associated with the entity. For Smartscape entities, this field is always an array. Tags: permission
[]
Credential Vault Entry fields
Attribute
Type
Description
Examples
owner
string
experimental Display name: Owner The owner of the credential vault entry, which could be an individual or a team responsible for managing the credentials.
john.doe@company.com; platform-team
credential.type
string
experimental Display name: Credential type The type of the credential vault entry, which indicates the type of credentials stored.
USERNAME_PASSWORD; TOKEN
Synthetic Browser Monitor
Smartscape node name: dt.synthetic.monitor.name
Smartscape node type: BROWSER_MONITOR
Representation of a Synthetic Browser Monitor entity.
Query
Load all BROWSER_MONITOR entities.
smartscapeNodes BROWSER_MONITOR
Base entity fields
The following base fields are used for all entities.
Attribute
Type
Description
Examples
id
smartscapeId
stable Display name: ID 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_classic
string
deprecated Display name: Classic ID 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
name
string
stable Display name: Name The entity name.
localhost; easyTravel; product-catalog
type
string
stable Display name: Type The entity type. UPPER_SNAKE_CASE string that represents the type of the entity.
TYPE_A
tags
record
stable Display name: Tags 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.
stable Display name: Lifetime 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.
stable Display name: References 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.
resourcestable Display name: DT security context The security contexts associated with the entity. For Smartscape entities, this field is always an array. Tags: permission
[]
Synthetic monitor interface fields
Attribute
Type
Description
Examples
enabled
boolean
experimental Display name: Enabled Indicates whether the synthetic monitor is enabled.
true; false
created_by
string
experimental Display name: Created by The identifier of the user or system that created the synthetic monitor.
experimental Display name: Screenshot error timestamp The timestamp of when the synthetic monitor screenshot was taken during an error.
2026-01-30T11:33:24.770000000+01:00
screenshot.error.location
string
experimental Display name: Screenshot error location The location where the synthetic monitor screenshot was taken during an error.
SYNTHETIC_LOCATION-D140F3B85BCCBD1A
Synthetic primary tags fields
The following fields are common for all synthetic events.
Attribute
Type
Description
Examples
dt.synthetic.monitor.id
string
resourceexperimental Display name: Synthetic monitor ID The identifier of the monitor.
HTTP_CHECK-6349B98E1CD87352
dt.entity.synthetic_test
string
resourcedeprecatedThis field is deprecated and will be removed in the future. Use dt.smartscape.browser_monitor instead. Display name: Synthetic test An entity ID of an entity of type SYNTHETIC_TEST. Tags: entity-id
SYNTHETIC_TEST-A140F3B85BCCBD1A
dt.entity.http_check
string
resourcedeprecatedThis field is deprecated and will be removed in the future. Use dt.smartscape.http_monitor instead. Display name: HTTP check An entity ID of an entity of type HTTP_CHECK. Tags: entity-id
HTTP_CHECK-A140F3B85BCCBD1A
dt.entity.multiprotocol_monitor
string
resourcedeprecatedThis field is deprecated and will be removed in the future. Use dt.smartscape.network_availability_monitor instead. Display name: Multiprotocol monitor An entity ID of an entity of type MULTIPROTOCOL_MONITOR. Tags: entity-id
MULTIPROTOCOL_MONITOR-A140F3B85BCCBD1A
dt.synthetic.monitor.smartscape.id
smartscapeId
resourceexperimental The Smartscape ID of the monitor.
HTTP_MONITOR-017198AD253CBD63
dt.smartscape.browser_monitor
smartscapeId
resourcestable Display name: Browser monitor ID Smartscape ID referencing a browser monitor entity. Tags: smartscape-id
BROWSER_MONITOR-A140F3B85BCCBD1A
dt.smartscape.http_monitor
smartscapeId
resourcestable Display name: HTTP monitor ID Smartscape ID referencing an HTTP monitor entity. Tags: smartscape-id
HTTP_MONITOR-A140F3B85BCCBD1A
dt.smartscape.network_availability_monitor
smartscapeId
resourceexperimental The Smartscape ID of a Synthetic network availability monitor entity. Tags: smartscape-id
NETWORK_AVAILABILITY_MONITOR-0123456789ABCDEF
dt.entity.external_synthetic_test
string
resourcedeprecatedThis field is deprecated and will be removed in the future. Display name: External synthetic test An entity ID of an entity of type EXTERNAL_SYNTHETIC_TEST. Tags: entity-id
EXTERNAL_SYNTHETIC_TEST-A140F3B85BCCBD1A
monitor.name
string
deprecatedReplaced with dt.synthetic.monitor.name. The name of the monitor.
Monitor name
dt.synthetic.monitor.name
string
experimental The name of the monitor.
Monitor name
dt.synthetic.step.id
string
resourceexperimental Display name: Synthetic step ID The identifier of the monitor step.
HTTP_CHECK_STEP-5349B98E1CD87352
dt.entity.synthetic_test_step
string
resourcedeprecatedThis field is deprecated and will be removed in the future. Use dt.smartscape.browser_monitor_step instead. Display name: Synthetic test step An entity ID of an entity of type SYNTHETIC_TEST_STEP. Tags: entity-id
SYNTHETIC_TEST_STEP-A140F3B85BCCBD1A
dt.entity.http_check_step
string
resourcedeprecatedThis field is deprecated and will be removed in the future. Use dt.smartscape.http_monitor_step instead. Display name: HTTP check step An entity ID of an entity of type HTTP_CHECK_STEP. Tags: entity-id
HTTP_CHECK_STEP-A140F3B85BCCBD1A
dt.entity.external_synthetic_test_step
string
resourcedeprecatedThis field is deprecated and will be removed in the future. Display name: External synthetic test step An entity ID of an entity of type EXTERNAL_SYNTHETIC_TEST_STEP. Tags: entity-id
EXTERNAL_SYNTHETIC_TEST_STEP-A140F3B85BCCBD1A
dt.synthetic.step.smartscape.id
smartscapeId
resourceexperimental The Smartscape ID of the monitor step.
HTTP_MONITOR_STEP-6349B98E1CD87352
dt.smartscape.browser_monitor_step
smartscapeId
resourcestable Display name: Browser monitor step ID Smartscape ID referencing a browser monitor step entity. Tags: smartscape-id
BROWSER_MONITOR_STEP-A140F3B85BCCBD1A
dt.smartscape.http_monitor_step
smartscapeId
resourcestable Display name: HTTP monitor step ID Smartscape ID referencing an HTTP monitor step entity. Tags: smartscape-id
HTTP_MONITOR_STEP-A140F3B85BCCBD1A
step.name
string
deprecatedReplaced with dt.synthetic.step.name. The name of the step.
Step name
dt.synthetic.step.name
string
experimental The name of the step.
Step name
step.sequence_number
long
deprecatedReplaced with dt.synthetic.step.sequence_number. The sequence number of the step (numbered from 0).
resourceexperimental Display name: Synthetic monitored entity Smartscape ids The Smartscape IDs of monitored entities.
[['FRONTEND-E0D8F94D9065F24F']]
dt.synthetic.step.sequence_number
long
experimental The sequence number of the step within the synthetic browser monitor, indicating the order of execution of the steps.
42; 5; 1
primary_tags.__key__
string
experimental User-defined primary grail tags, __key__ prefixed with primary_tags.. The value is a string.
tag-value; value
dt.security_context
string
resourcestable Display name: DT security context The security context is used in access permissions to limit the visibility. Learn more about the Dynatrace permission model Tags: permission
frontend.name
string[]
stable Display name: Frontend name The associated frontend names. Tags: permission
['my app', 'another frontend app']
Browser Monitor fields
Attribute
Type
Description
Examples
url
string
experimental Display name: URL The URL of the synthetic browser monitor.
experimental Display name: Device profile The device profile used for the synthetic browser monitor, such as "Desktop", "Custom", or a specific mobile device profile like "Apple iPhone 12 Pro".
Desktop; Custom; Apple iPhone 12 Pro
is_on_latest_dynatrace
boolean
experimental Display name: Browser monitors on latest Dynatrace Indicates whether the browser monitor is working on the latest Dynatrace.
Browser Monitor relationships
Type
Target type
Kind
Description
runs_on
SYNTHETIC_LOCATION
static
stable Defines a "vertical" relation of an entity running on some other entity. It does not imply any composition or aggregation but only a looser association between the entities. One entity can run on multiple other entities. Examples: Service running on a POD, a CONTAINER or a HOST.
contains
BROWSER_MONITOR_STEP
static
stable Relationship field that contains all contains-relationships as nested fields. Opposite direction: belongs_to
uses
CREDENTIAL_VAULT_ENTRY
static
stable Similar to is_attached_to but in the opposite direction. Examples: EC2 Instance uses DHCP options, Auto Scaling Group uses EC2 Launch Template
is_assigned_to
FRONTEND
dynamic
experimental Defines assignment relationship, where the source is assigned to the destination. Similar to is_attached_to, but introduced to preserve naming consistency Examples: A synthetic monitor is assigned to a frontend.
monitors
FRONTEND
dynamic
experimental Defines monitoring relationship, where the source monitors the destination. Examples: A synthetic monitor monitors a frontend. A synthetic monitor or OneAgent monitors a host.
Synthetic Browser Monitor Step
Smartscape node name: dt.synthetic.step.name
Smartscape node type: BROWSER_MONITOR_STEP
Representation of a Synthetic Browser Monitor Step entity.
Query
Load all BROWSER_MONITOR_STEP entities.
smartscapeNodes BROWSER_MONITOR_STEP
Base entity fields
The following base fields are used for all entities.
Attribute
Type
Description
Examples
id
smartscapeId
stable Display name: ID 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_classic
string
deprecated Display name: Classic ID 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
name
string
stable Display name: Name The entity name.
localhost; easyTravel; product-catalog
type
string
stable Display name: Type The entity type. UPPER_SNAKE_CASE string that represents the type of the entity.
TYPE_A
tags
record
stable Display name: Tags 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.
stable Display name: Lifetime 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.
stable Display name: References 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.
resourcestable Display name: DT security context The security contexts associated with the entity. For Smartscape entities, this field is always an array. Tags: permission
[]
Synthetic screenshot interface fields
Fields specific to synthetic screenshot interfaces.
Attribute
Type
Description
Examples
screenshot.thumbnail_uri
string
experimental Display name: Screenshot thumbnail URI The URI of the thumbnail image of the synthetic monitor screenshot.
experimental Display name: Screenshot error timestamp The timestamp of when the synthetic monitor screenshot was taken during an error.
2026-01-30T11:33:24.770000000+01:00
screenshot.error.location
string
experimental Display name: Screenshot error location The location where the synthetic monitor screenshot was taken during an error.
SYNTHETIC_LOCATION-D140F3B85BCCBD1A
Synthetic primary tags fields
The following fields are common for all synthetic events.
Attribute
Type
Description
Examples
dt.synthetic.monitor.id
string
resourceexperimental Display name: Synthetic monitor ID The identifier of the monitor.
HTTP_CHECK-6349B98E1CD87352
dt.entity.synthetic_test
string
resourcedeprecatedThis field is deprecated and will be removed in the future. Use dt.smartscape.browser_monitor instead. Display name: Synthetic test An entity ID of an entity of type SYNTHETIC_TEST. Tags: entity-id
SYNTHETIC_TEST-A140F3B85BCCBD1A
dt.entity.http_check
string
resourcedeprecatedThis field is deprecated and will be removed in the future. Use dt.smartscape.http_monitor instead. Display name: HTTP check An entity ID of an entity of type HTTP_CHECK. Tags: entity-id
HTTP_CHECK-A140F3B85BCCBD1A
dt.entity.multiprotocol_monitor
string
resourcedeprecatedThis field is deprecated and will be removed in the future. Use dt.smartscape.network_availability_monitor instead. Display name: Multiprotocol monitor An entity ID of an entity of type MULTIPROTOCOL_MONITOR. Tags: entity-id
MULTIPROTOCOL_MONITOR-A140F3B85BCCBD1A
dt.synthetic.monitor.smartscape.id
smartscapeId
resourceexperimental The Smartscape ID of the monitor.
HTTP_MONITOR-017198AD253CBD63
dt.smartscape.browser_monitor
smartscapeId
resourcestable Display name: Browser monitor ID Smartscape ID referencing a browser monitor entity. Tags: smartscape-id
BROWSER_MONITOR-A140F3B85BCCBD1A
dt.smartscape.http_monitor
smartscapeId
resourcestable Display name: HTTP monitor ID Smartscape ID referencing an HTTP monitor entity. Tags: smartscape-id
HTTP_MONITOR-A140F3B85BCCBD1A
dt.smartscape.network_availability_monitor
smartscapeId
resourceexperimental The Smartscape ID of a Synthetic network availability monitor entity. Tags: smartscape-id
NETWORK_AVAILABILITY_MONITOR-0123456789ABCDEF
dt.entity.external_synthetic_test
string
resourcedeprecatedThis field is deprecated and will be removed in the future. Display name: External synthetic test An entity ID of an entity of type EXTERNAL_SYNTHETIC_TEST. Tags: entity-id
EXTERNAL_SYNTHETIC_TEST-A140F3B85BCCBD1A
monitor.name
string
deprecatedReplaced with dt.synthetic.monitor.name. The name of the monitor.
Monitor name
dt.synthetic.monitor.name
string
experimental The name of the monitor.
Monitor name
dt.synthetic.step.id
string
resourceexperimental Display name: Synthetic step ID The identifier of the monitor step.
HTTP_CHECK_STEP-5349B98E1CD87352
dt.entity.synthetic_test_step
string
resourcedeprecatedThis field is deprecated and will be removed in the future. Use dt.smartscape.browser_monitor_step instead. Display name: Synthetic test step An entity ID of an entity of type SYNTHETIC_TEST_STEP. Tags: entity-id
SYNTHETIC_TEST_STEP-A140F3B85BCCBD1A
dt.entity.http_check_step
string
resourcedeprecatedThis field is deprecated and will be removed in the future. Use dt.smartscape.http_monitor_step instead. Display name: HTTP check step An entity ID of an entity of type HTTP_CHECK_STEP. Tags: entity-id
HTTP_CHECK_STEP-A140F3B85BCCBD1A
dt.entity.external_synthetic_test_step
string
resourcedeprecatedThis field is deprecated and will be removed in the future. Display name: External synthetic test step An entity ID of an entity of type EXTERNAL_SYNTHETIC_TEST_STEP. Tags: entity-id
EXTERNAL_SYNTHETIC_TEST_STEP-A140F3B85BCCBD1A
dt.synthetic.step.smartscape.id
smartscapeId
resourceexperimental The Smartscape ID of the monitor step.
HTTP_MONITOR_STEP-6349B98E1CD87352
dt.smartscape.browser_monitor_step
smartscapeId
resourcestable Display name: Browser monitor step ID Smartscape ID referencing a browser monitor step entity. Tags: smartscape-id
BROWSER_MONITOR_STEP-A140F3B85BCCBD1A
dt.smartscape.http_monitor_step
smartscapeId
resourcestable Display name: HTTP monitor step ID Smartscape ID referencing an HTTP monitor step entity. Tags: smartscape-id
HTTP_MONITOR_STEP-A140F3B85BCCBD1A
step.name
string
deprecatedReplaced with dt.synthetic.step.name. The name of the step.
Step name
dt.synthetic.step.name
string
experimental The name of the step.
Step name
step.sequence_number
long
deprecatedReplaced with dt.synthetic.step.sequence_number. The sequence number of the step (numbered from 0).
resourceexperimental Display name: Synthetic monitored entity Smartscape ids The Smartscape IDs of monitored entities.
[['FRONTEND-E0D8F94D9065F24F']]
dt.synthetic.step.sequence_number
long
experimental The sequence number of the step within the synthetic browser monitor, indicating the order of execution of the steps.
42; 5; 1
primary_tags.__key__
string
experimental User-defined primary grail tags, __key__ prefixed with primary_tags.. The value is a string.
tag-value; value
dt.security_context
string
resourcestable Display name: DT security context The security context is used in access permissions to limit the visibility. Learn more about the Dynatrace permission model Tags: permission
frontend.name
string[]
stable Display name: Frontend name The associated frontend names. Tags: permission
['my app', 'another frontend app']
Browser Monitor Step fields
Attribute
Type
Description
Examples
step.sequence_number
long
deprecatedReplaced with dt.synthetic.step.sequence_number. The sequence number of the step within the synthetic browser monitor, indicating the order of execution of the steps.
42; 5; 1
dt.synthetic.step.type
string
experimental Display name: Synthetic step type Type of browser monitor step.
navigate; click; javascript
dt.synthetic.step.type MUST be one of the following:
Value
Description
click
Click
cookie
Cookie
javascript
JavaScript
keystrokes
Keystrokes
navigate
Navigate
select_option
Select option
tap
Tap
Browser Monitor Step relationships
Type
Target type
Kind
Description
belongs_to
BROWSER_MONITOR
static
stable This is similar to an aggregation in UML. It is a many-to-many relationship without existential properties (the destination is not composed of the sources).
Synthetic HTTP Monitor
Smartscape node name: dt.synthetic.monitor.name
Smartscape node type: HTTP_MONITOR
Representation of a Synthetic HTTP Monitor entity.
Query
Load all HTTP_MONITOR entities.
smartscapeNodes HTTP_MONITOR
Base entity fields
The following base fields are used for all entities.
Attribute
Type
Description
Examples
id
smartscapeId
stable Display name: ID 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_classic
string
deprecated Display name: Classic ID 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
name
string
stable Display name: Name The entity name.
localhost; easyTravel; product-catalog
type
string
stable Display name: Type The entity type. UPPER_SNAKE_CASE string that represents the type of the entity.
TYPE_A
tags
record
stable Display name: Tags 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.
stable Display name: Lifetime 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.
stable Display name: References 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.
resourcestable Display name: DT security context The security contexts associated with the entity. For Smartscape entities, this field is always an array. Tags: permission
[]
Synthetic monitor interface fields
Attribute
Type
Description
Examples
enabled
boolean
experimental Display name: Enabled Indicates whether the synthetic monitor is enabled.
true; false
created_by
string
experimental Display name: Created by The identifier of the user or system that created the synthetic monitor.
experimental Display name: Last modification timestamp The timestamp of the last modification of the synthetic monitor.
2026-01-30T11:33:24.770000000+01:00
frequency
long
experimental Display name: Frequency The frequency of the synthetic monitor executions, expressed in minutes.
5; 10; 15
deleted
boolean
experimental Indicates whether the synthetic monitor is deleted.
true; false
Synthetic primary tags fields
The following fields are common for all synthetic events.
Attribute
Type
Description
Examples
dt.synthetic.monitor.id
string
resourceexperimental Display name: Synthetic monitor ID The identifier of the monitor.
HTTP_CHECK-6349B98E1CD87352
dt.entity.synthetic_test
string
resourcedeprecatedThis field is deprecated and will be removed in the future. Use dt.smartscape.browser_monitor instead. Display name: Synthetic test An entity ID of an entity of type SYNTHETIC_TEST. Tags: entity-id
SYNTHETIC_TEST-A140F3B85BCCBD1A
dt.entity.http_check
string
resourcedeprecatedThis field is deprecated and will be removed in the future. Use dt.smartscape.http_monitor instead. Display name: HTTP check An entity ID of an entity of type HTTP_CHECK. Tags: entity-id
HTTP_CHECK-A140F3B85BCCBD1A
dt.entity.multiprotocol_monitor
string
resourcedeprecatedThis field is deprecated and will be removed in the future. Use dt.smartscape.network_availability_monitor instead. Display name: Multiprotocol monitor An entity ID of an entity of type MULTIPROTOCOL_MONITOR. Tags: entity-id
MULTIPROTOCOL_MONITOR-A140F3B85BCCBD1A
dt.synthetic.monitor.smartscape.id
smartscapeId
resourceexperimental The Smartscape ID of the monitor.
HTTP_MONITOR-017198AD253CBD63
dt.smartscape.browser_monitor
smartscapeId
resourcestable Display name: Browser monitor ID Smartscape ID referencing a browser monitor entity. Tags: smartscape-id
BROWSER_MONITOR-A140F3B85BCCBD1A
dt.smartscape.http_monitor
smartscapeId
resourcestable Display name: HTTP monitor ID Smartscape ID referencing an HTTP monitor entity. Tags: smartscape-id
HTTP_MONITOR-A140F3B85BCCBD1A
dt.smartscape.network_availability_monitor
smartscapeId
resourceexperimental The Smartscape ID of a Synthetic network availability monitor entity. Tags: smartscape-id
NETWORK_AVAILABILITY_MONITOR-0123456789ABCDEF
dt.entity.external_synthetic_test
string
resourcedeprecatedThis field is deprecated and will be removed in the future. Display name: External synthetic test An entity ID of an entity of type EXTERNAL_SYNTHETIC_TEST. Tags: entity-id
EXTERNAL_SYNTHETIC_TEST-A140F3B85BCCBD1A
monitor.name
string
deprecatedReplaced with dt.synthetic.monitor.name. The name of the monitor.
Monitor name
dt.synthetic.monitor.name
string
experimental The name of the monitor.
Monitor name
dt.synthetic.step.id
string
resourceexperimental Display name: Synthetic step ID The identifier of the monitor step.
HTTP_CHECK_STEP-5349B98E1CD87352
dt.entity.synthetic_test_step
string
resourcedeprecatedThis field is deprecated and will be removed in the future. Use dt.smartscape.browser_monitor_step instead. Display name: Synthetic test step An entity ID of an entity of type SYNTHETIC_TEST_STEP. Tags: entity-id
SYNTHETIC_TEST_STEP-A140F3B85BCCBD1A
dt.entity.http_check_step
string
resourcedeprecatedThis field is deprecated and will be removed in the future. Use dt.smartscape.http_monitor_step instead. Display name: HTTP check step An entity ID of an entity of type HTTP_CHECK_STEP. Tags: entity-id
HTTP_CHECK_STEP-A140F3B85BCCBD1A
dt.entity.external_synthetic_test_step
string
resourcedeprecatedThis field is deprecated and will be removed in the future. Display name: External synthetic test step An entity ID of an entity of type EXTERNAL_SYNTHETIC_TEST_STEP. Tags: entity-id
EXTERNAL_SYNTHETIC_TEST_STEP-A140F3B85BCCBD1A
dt.synthetic.step.smartscape.id
smartscapeId
resourceexperimental The Smartscape ID of the monitor step.
HTTP_MONITOR_STEP-6349B98E1CD87352
dt.smartscape.browser_monitor_step
smartscapeId
resourcestable Display name: Browser monitor step ID Smartscape ID referencing a browser monitor step entity. Tags: smartscape-id
BROWSER_MONITOR_STEP-A140F3B85BCCBD1A
dt.smartscape.http_monitor_step
smartscapeId
resourcestable Display name: HTTP monitor step ID Smartscape ID referencing an HTTP monitor step entity. Tags: smartscape-id
HTTP_MONITOR_STEP-A140F3B85BCCBD1A
step.name
string
deprecatedReplaced with dt.synthetic.step.name. The name of the step.
Step name
dt.synthetic.step.name
string
experimental The name of the step.
Step name
step.sequence_number
long
deprecatedReplaced with dt.synthetic.step.sequence_number. The sequence number of the step (numbered from 0).
resourceexperimental Display name: Synthetic monitored entity Smartscape ids The Smartscape IDs of monitored entities.
[['FRONTEND-E0D8F94D9065F24F']]
dt.synthetic.step.sequence_number
long
experimental The sequence number of the step within the synthetic browser monitor, indicating the order of execution of the steps.
42; 5; 1
primary_tags.__key__
string
experimental User-defined primary grail tags, __key__ prefixed with primary_tags.. The value is a string.
tag-value; value
dt.security_context
string
resourcestable Display name: DT security context The security context is used in access permissions to limit the visibility. Learn more about the Dynatrace permission model Tags: permission
frontend.name
string[]
stable Display name: Frontend name The associated frontend names. Tags: permission
['my app', 'another frontend app']
HTTP Monitor fields
Attribute
Type
Description
Examples
http_monitor.type
string
experimental Display name: HTTP monitor type The type of the synthetic HTTP monitor, such as "HTTP" or "HIGH_RESOURCE", which indicates the resource requirements and capabilities of the monitor.
HTTP; HIGH_RESOURCE
HTTP Monitor relationships
Type
Target type
Kind
Description
runs_on
SYNTHETIC_LOCATION
static
stable Defines a "vertical" relation of an entity running on some other entity. It does not imply any composition or aggregation but only a looser association between the entities. One entity can run on multiple other entities. Examples: Service running on a POD, a CONTAINER or a HOST.
contains
HTTP_MONITOR_STEP
static
stable Relationship field that contains all contains-relationships as nested fields. Opposite direction: belongs_to
updates
CREDENTIAL_VAULT_ENTRY
static
experimental Similar to uses but with a stronger connotation where the source actively updates or modifies the target. It implies that the source has some level of control or influence over the target. Examples: A synthetic monitor updates credentials in a credential vault entry.
uses
CREDENTIAL_VAULT_ENTRY
static
stable Similar to is_attached_to but in the opposite direction. Examples: EC2 Instance uses DHCP options, Auto Scaling Group uses EC2 Launch Template
is_assigned_to
FRONTEND
dynamic
experimental Defines assignment relationship, where the source is assigned to the destination. Similar to is_attached_to, but introduced to preserve naming consistency Examples: A synthetic monitor is assigned to a frontend.
monitors
SERVICE
dynamic
experimental Defines monitoring relationship, where the source monitors the destination. Examples: A synthetic monitor monitors a frontend. A synthetic monitor or OneAgent monitors a host.
Synthetic HTTP Monitor Step
Smartscape node name: dt.synthetic.step.name
Smartscape node type: HTTP_MONITOR_STEP
Representation of a Synthetic HTTP Monitor Step entity.
Query
Load all HTTP_MONITOR_STEP entities.
smartscapeNodes HTTP_MONITOR_STEP
Base entity fields
The following base fields are used for all entities.
Attribute
Type
Description
Examples
id
smartscapeId
stable Display name: ID 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_classic
string
deprecated Display name: Classic ID 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
name
string
stable Display name: Name The entity name.
localhost; easyTravel; product-catalog
type
string
stable Display name: Type The entity type. UPPER_SNAKE_CASE string that represents the type of the entity.
TYPE_A
tags
record
stable Display name: Tags 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.
stable Display name: Lifetime 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.
stable Display name: References 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.
resourcestable Display name: DT security context The security contexts associated with the entity. For Smartscape entities, this field is always an array. Tags: permission
[]
Synthetic primary tags fields
The following fields are common for all synthetic events.
Attribute
Type
Description
Examples
dt.synthetic.monitor.id
string
resourceexperimental Display name: Synthetic monitor ID The identifier of the monitor.
HTTP_CHECK-6349B98E1CD87352
dt.entity.synthetic_test
string
resourcedeprecatedThis field is deprecated and will be removed in the future. Use dt.smartscape.browser_monitor instead. Display name: Synthetic test An entity ID of an entity of type SYNTHETIC_TEST. Tags: entity-id
SYNTHETIC_TEST-A140F3B85BCCBD1A
dt.entity.http_check
string
resourcedeprecatedThis field is deprecated and will be removed in the future. Use dt.smartscape.http_monitor instead. Display name: HTTP check An entity ID of an entity of type HTTP_CHECK. Tags: entity-id
HTTP_CHECK-A140F3B85BCCBD1A
dt.entity.multiprotocol_monitor
string
resourcedeprecatedThis field is deprecated and will be removed in the future. Use dt.smartscape.network_availability_monitor instead. Display name: Multiprotocol monitor An entity ID of an entity of type MULTIPROTOCOL_MONITOR. Tags: entity-id
MULTIPROTOCOL_MONITOR-A140F3B85BCCBD1A
dt.synthetic.monitor.smartscape.id
smartscapeId
resourceexperimental The Smartscape ID of the monitor.
HTTP_MONITOR-017198AD253CBD63
dt.smartscape.browser_monitor
smartscapeId
resourcestable Display name: Browser monitor ID Smartscape ID referencing a browser monitor entity. Tags: smartscape-id
BROWSER_MONITOR-A140F3B85BCCBD1A
dt.smartscape.http_monitor
smartscapeId
resourcestable Display name: HTTP monitor ID Smartscape ID referencing an HTTP monitor entity. Tags: smartscape-id
HTTP_MONITOR-A140F3B85BCCBD1A
dt.smartscape.network_availability_monitor
smartscapeId
resourceexperimental The Smartscape ID of a Synthetic network availability monitor entity. Tags: smartscape-id
NETWORK_AVAILABILITY_MONITOR-0123456789ABCDEF
dt.entity.external_synthetic_test
string
resourcedeprecatedThis field is deprecated and will be removed in the future. Display name: External synthetic test An entity ID of an entity of type EXTERNAL_SYNTHETIC_TEST. Tags: entity-id
EXTERNAL_SYNTHETIC_TEST-A140F3B85BCCBD1A
monitor.name
string
deprecatedReplaced with dt.synthetic.monitor.name. The name of the monitor.
Monitor name
dt.synthetic.monitor.name
string
experimental The name of the monitor.
Monitor name
dt.synthetic.step.id
string
resourceexperimental Display name: Synthetic step ID The identifier of the monitor step.
HTTP_CHECK_STEP-5349B98E1CD87352
dt.entity.synthetic_test_step
string
resourcedeprecatedThis field is deprecated and will be removed in the future. Use dt.smartscape.browser_monitor_step instead. Display name: Synthetic test step An entity ID of an entity of type SYNTHETIC_TEST_STEP. Tags: entity-id
SYNTHETIC_TEST_STEP-A140F3B85BCCBD1A
dt.entity.http_check_step
string
resourcedeprecatedThis field is deprecated and will be removed in the future. Use dt.smartscape.http_monitor_step instead. Display name: HTTP check step An entity ID of an entity of type HTTP_CHECK_STEP. Tags: entity-id
HTTP_CHECK_STEP-A140F3B85BCCBD1A
dt.entity.external_synthetic_test_step
string
resourcedeprecatedThis field is deprecated and will be removed in the future. Display name: External synthetic test step An entity ID of an entity of type EXTERNAL_SYNTHETIC_TEST_STEP. Tags: entity-id
EXTERNAL_SYNTHETIC_TEST_STEP-A140F3B85BCCBD1A
dt.synthetic.step.smartscape.id
smartscapeId
resourceexperimental The Smartscape ID of the monitor step.
HTTP_MONITOR_STEP-6349B98E1CD87352
dt.smartscape.browser_monitor_step
smartscapeId
resourcestable Display name: Browser monitor step ID Smartscape ID referencing a browser monitor step entity. Tags: smartscape-id
BROWSER_MONITOR_STEP-A140F3B85BCCBD1A
dt.smartscape.http_monitor_step
smartscapeId
resourcestable Display name: HTTP monitor step ID Smartscape ID referencing an HTTP monitor step entity. Tags: smartscape-id
HTTP_MONITOR_STEP-A140F3B85BCCBD1A
step.name
string
deprecatedReplaced with dt.synthetic.step.name. The name of the step.
Step name
dt.synthetic.step.name
string
experimental The name of the step.
Step name
step.sequence_number
long
deprecatedReplaced with dt.synthetic.step.sequence_number. The sequence number of the step (numbered from 0).
resourceexperimental Display name: Synthetic monitored entity Smartscape ids The Smartscape IDs of monitored entities.
[['FRONTEND-E0D8F94D9065F24F']]
dt.synthetic.step.sequence_number
long
experimental The sequence number of the step within the synthetic browser monitor, indicating the order of execution of the steps.
42; 5; 1
primary_tags.__key__
string
experimental User-defined primary grail tags, __key__ prefixed with primary_tags.. The value is a string.
tag-value; value
dt.security_context
string
resourcestable Display name: DT security context The security context is used in access permissions to limit the visibility. Learn more about the Dynatrace permission model Tags: permission
frontend.name
string[]
stable Display name: Frontend name The associated frontend names. Tags: permission
['my app', 'another frontend app']
HTTP Monitor Step fields
Attribute
Type
Description
Examples
step.url
string
experimental Display name: Step URL The URL that is accessed in this step of the synthetic HTTP monitor.
https://8.8.8.8:443/blah; wp.pl
step.sequence_number
long
deprecatedReplaced with dt.synthetic.step.sequence_number. The sequence number of the step within the synthetic browser monitor, indicating the order of execution of the steps.
stable This is similar to an aggregation in UML. It is a many-to-many relationship without existential properties (the destination is not composed of the sources).
Synthetic Location
Smartscape node type: SYNTHETIC_LOCATION
Representation of a Synthetic Location entity.
Query
Load all SYNTHETIC_LOCATION entities.
smartscapeNodes SYNTHETIC_LOCATION
Base entity fields
The following base fields are used for all entities.
Attribute
Type
Description
Examples
id
smartscapeId
stable Display name: ID 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_classic
string
deprecated Display name: Classic ID 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
name
string
stable Display name: Name The entity name.
localhost; easyTravel; product-catalog
type
string
stable Display name: Type The entity type. UPPER_SNAKE_CASE string that represents the type of the entity.
TYPE_A
tags
record
stable Display name: Tags 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.
stable Display name: Lifetime 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.
stable Display name: References 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.
resourcestable Display name: DT security context The security contexts associated with the entity. For Smartscape entities, this field is always an array. Tags: permission
[]
Synthetic location interface fields
Attribute
Type
Description
Examples
location_type
string
experimental Display name: Location type The type of the synthetic location, such as "PUBLIC" or "PRIVATE".
PUBLIC; PRIVATE
stage
string
experimental Display name: Stage The current stage of the synthetic location.
COMING_SOON; BETA
deployment_type
string
experimental Display name: Deployment type The deployment type of the synthetic location, such as "KUBERNETES".
STANDARD; KUBERNETES
modification_timestamp
timestamp
experimental Display name: Modification timestamp The timestamp of the last modification of the synthetic location.
resourcestable Display name: Cloud provider Name of the cloud provider.
Amazon EC2; Azure; Alibaba; Google cloud
deleted
boolean
experimental Indicates whether the synthetic location is deleted.
true; false
geo.continent.name
string
resourcestable Display name: Continent English name of the continent.
North America
geo.country.name
string
resourcestable Display name: Country English name of the country.
Canada
geo.region.name
string
resourcestable Display name: Region English name of the region.
Quebec
geo.city.name
string
resourcestable Display name: City English name of the city.
Montreal
geo.country.iso_code
string
resourcestable Display name: Country ISO code The two-letter country code. The format complies with ISO 3166-1 alpha-2.
CA; GB
geo.region.iso_code
string
resourcestable ISO 3166-2 region code. In case a country has multiple subdivision categories, the field contains the subdivision category preferred by Dynatrace.
CA-QC; GB-CAM
geo.location.latitude
double
resourcestable Display name: Latitude The approximate latitude. The format complies with WGS 84. Tags: sensitive-user-events
45.505918
geo.location.longitude
double
resourcestable Display name: Longitude The approximate longitude. The format complies with WGS 84. Tags: sensitive-user-events
-73.61483
cloud.provider has the following list of well-known values. If one of them applies, then the respective value MUST be used, otherwise a custom value MAY be used.
Representation of a Synthetic Network Availability Monitor entity.
Query
Load all NETWORK_AVAILABILITY_MONITOR entities.
smartscapeNodes NETWORK_AVAILABILITY_MONITOR
Base entity fields
The following base fields are used for all entities.
Attribute
Type
Description
Examples
id
smartscapeId
stable Display name: ID 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_classic
string
deprecated Display name: Classic ID 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
name
string
stable Display name: Name The entity name.
localhost; easyTravel; product-catalog
type
string
stable Display name: Type The entity type. UPPER_SNAKE_CASE string that represents the type of the entity.
TYPE_A
tags
record
stable Display name: Tags 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.
stable Display name: Lifetime 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.
stable Display name: References 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.
resourcestable Display name: DT security context The security contexts associated with the entity. For Smartscape entities, this field is always an array. Tags: permission
[]
Synthetic monitor interface fields
Attribute
Type
Description
Examples
enabled
boolean
experimental Display name: Enabled Indicates whether the synthetic monitor is enabled.
true; false
created_by
string
experimental Display name: Created by The identifier of the user or system that created the synthetic monitor.
experimental Display name: Last modification timestamp The timestamp of the last modification of the synthetic monitor.
2026-01-30T11:33:24.770000000+01:00
frequency
long
experimental Display name: Frequency The frequency of the synthetic monitor executions, expressed in minutes.
5; 10; 15
deleted
boolean
experimental Indicates whether the synthetic monitor is deleted.
true; false
Synthetic primary tags fields
The following fields are common for all synthetic events.
Attribute
Type
Description
Examples
dt.synthetic.monitor.id
string
resourceexperimental Display name: Synthetic monitor ID The identifier of the monitor.
HTTP_CHECK-6349B98E1CD87352
dt.entity.synthetic_test
string
resourcedeprecatedThis field is deprecated and will be removed in the future. Use dt.smartscape.browser_monitor instead. Display name: Synthetic test An entity ID of an entity of type SYNTHETIC_TEST. Tags: entity-id
SYNTHETIC_TEST-A140F3B85BCCBD1A
dt.entity.http_check
string
resourcedeprecatedThis field is deprecated and will be removed in the future. Use dt.smartscape.http_monitor instead. Display name: HTTP check An entity ID of an entity of type HTTP_CHECK. Tags: entity-id
HTTP_CHECK-A140F3B85BCCBD1A
dt.entity.multiprotocol_monitor
string
resourcedeprecatedThis field is deprecated and will be removed in the future. Use dt.smartscape.network_availability_monitor instead. Display name: Multiprotocol monitor An entity ID of an entity of type MULTIPROTOCOL_MONITOR. Tags: entity-id
MULTIPROTOCOL_MONITOR-A140F3B85BCCBD1A
dt.synthetic.monitor.smartscape.id
smartscapeId
resourceexperimental The Smartscape ID of the monitor.
HTTP_MONITOR-017198AD253CBD63
dt.smartscape.browser_monitor
smartscapeId
resourcestable Display name: Browser monitor ID Smartscape ID referencing a browser monitor entity. Tags: smartscape-id
BROWSER_MONITOR-A140F3B85BCCBD1A
dt.smartscape.http_monitor
smartscapeId
resourcestable Display name: HTTP monitor ID Smartscape ID referencing an HTTP monitor entity. Tags: smartscape-id
HTTP_MONITOR-A140F3B85BCCBD1A
dt.smartscape.network_availability_monitor
smartscapeId
resourceexperimental The Smartscape ID of a Synthetic network availability monitor entity. Tags: smartscape-id
NETWORK_AVAILABILITY_MONITOR-0123456789ABCDEF
dt.entity.external_synthetic_test
string
resourcedeprecatedThis field is deprecated and will be removed in the future. Display name: External synthetic test An entity ID of an entity of type EXTERNAL_SYNTHETIC_TEST. Tags: entity-id
EXTERNAL_SYNTHETIC_TEST-A140F3B85BCCBD1A
monitor.name
string
deprecatedReplaced with dt.synthetic.monitor.name. The name of the monitor.
Monitor name
dt.synthetic.monitor.name
string
experimental The name of the monitor.
Monitor name
dt.synthetic.step.id
string
resourceexperimental Display name: Synthetic step ID The identifier of the monitor step.
HTTP_CHECK_STEP-5349B98E1CD87352
dt.entity.synthetic_test_step
string
resourcedeprecatedThis field is deprecated and will be removed in the future. Use dt.smartscape.browser_monitor_step instead. Display name: Synthetic test step An entity ID of an entity of type SYNTHETIC_TEST_STEP. Tags: entity-id
SYNTHETIC_TEST_STEP-A140F3B85BCCBD1A
dt.entity.http_check_step
string
resourcedeprecatedThis field is deprecated and will be removed in the future. Use dt.smartscape.http_monitor_step instead. Display name: HTTP check step An entity ID of an entity of type HTTP_CHECK_STEP. Tags: entity-id
HTTP_CHECK_STEP-A140F3B85BCCBD1A
dt.entity.external_synthetic_test_step
string
resourcedeprecatedThis field is deprecated and will be removed in the future. Display name: External synthetic test step An entity ID of an entity of type EXTERNAL_SYNTHETIC_TEST_STEP. Tags: entity-id
EXTERNAL_SYNTHETIC_TEST_STEP-A140F3B85BCCBD1A
dt.synthetic.step.smartscape.id
smartscapeId
resourceexperimental The Smartscape ID of the monitor step.
HTTP_MONITOR_STEP-6349B98E1CD87352
dt.smartscape.browser_monitor_step
smartscapeId
resourcestable Display name: Browser monitor step ID Smartscape ID referencing a browser monitor step entity. Tags: smartscape-id
BROWSER_MONITOR_STEP-A140F3B85BCCBD1A
dt.smartscape.http_monitor_step
smartscapeId
resourcestable Display name: HTTP monitor step ID Smartscape ID referencing an HTTP monitor step entity. Tags: smartscape-id
HTTP_MONITOR_STEP-A140F3B85BCCBD1A
step.name
string
deprecatedReplaced with dt.synthetic.step.name. The name of the step.
Step name
dt.synthetic.step.name
string
experimental The name of the step.
Step name
step.sequence_number
long
deprecatedReplaced with dt.synthetic.step.sequence_number. The sequence number of the step (numbered from 0).
resourceexperimental Display name: Synthetic monitored entity Smartscape ids The Smartscape IDs of monitored entities.
[['FRONTEND-E0D8F94D9065F24F']]
dt.synthetic.step.sequence_number
long
experimental The sequence number of the step within the synthetic browser monitor, indicating the order of execution of the steps.
42; 5; 1
primary_tags.__key__
string
experimental User-defined primary grail tags, __key__ prefixed with primary_tags.. The value is a string.
tag-value; value
dt.security_context
string
resourcestable Display name: DT security context The security context is used in access permissions to limit the visibility. Learn more about the Dynatrace permission model Tags: permission
frontend.name
string[]
stable Display name: Frontend name The associated frontend names. Tags: permission
['my app', 'another frontend app']
Synthetic network availability monitor fields
Attribute
Type
Description
Examples
network_monitor.type
string
experimental Display name: Network Availability Monitor type The type of the synthetic network availability monitor, such as "ICMP" or "TCP", which indicates the protocol used for monitoring network availability.
ICMP; TCP
Network Availability Monitor relationships
Relationships of a network_availability_monitor entity
Type
Target type
Kind
Description
runs_on
SYNTHETIC_LOCATION
static
stable Defines a "vertical" relation of an entity running on some other entity. It does not imply any composition or aggregation but only a looser association between the entities. One entity can run on multiple other entities. Examples: Service running on a POD, a CONTAINER or a HOST.
monitors
HOST
dynamic
experimental Defines monitoring relationship, where the source monitors the destination. Examples: A synthetic monitor monitors a frontend. A synthetic monitor or OneAgent monitors a host.