The ID is calculated based on the following fields in the defined order: azure.resource.id
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
[]
Azure resource fields
Contains all fields that are provided by all resources running on Azure, including Azure, Core and K8s entities.
Attribute
Type
Description
Examples
azure.subscription
string
resourcestable Display name: Azure subscription An Azure subscription is a logical container used to provision resources in Azure. Tags: permissionprimary-field
27e9b03f-04d2-2b69-b327-32f433f7ed21
azure.location
string
resourcestable Display name: Azure location A specific geographical location of Azure cloud resource. Tags: primary-field
westeurope
azure.availability_zones
string[]
resourceexperimental Display name: Azure availability zones Availability zones of Azure cloud resource.
['1']
azure.resource.group
string
resourcestable Display name: Azure resource group A resource group is a container that holds related resources for an Azure solution. Tags: permissionprimary-field
demo-backend-rg
azure.resource.id
string
resourceexperimental Display name: Azure resource ID A unique, immutable identifier assigned to each Azure cloud resource.
resourceexperimental Display name: Azure resource name User-provided name of the Azure cloud resource.
demo-aks
azure.resource.type
string
resourceexperimental Display name: Azure resource type The name of a resource type in the format: {resource-provider}/{resource-type}.
Microsoft.ContainerService/managedClusters
Azure entity fields
Contains all fields that are provided by all Azure entities.
Attribute
Type
Description
Examples
azure.resource.kind
string
experimental Display name: Azure resource kind A kind of the Azure resource
app,linux
azure.resource.sku.name
string
experimental Display name: Azure resource SKU name Name of the Azure resource SKU
B_Gen5_1
azure.resource.sku.tier
string
experimental Display name: Azure resource SKU tier Tier of the Azure resource SKU
Basic
azure.resource.sku.capacity
string
experimental Display name: Azure resource SKU capacity Capacity of the Azure resource SKU
20
azure.status
string
experimental Display name: Azure status The status of the instance
Running; Stopped (deallocated)
azure.provisioning_state
string
experimental Display name: Azure provisioning state The provisioning status of the resource
Succeeded; DELETED; ERROR; INCOMPLETE
azure.object
string
experimental Display name: Azure object The full JSON content of Azure object
azure.properties.version
string
experimental Display name: Azure properties version The json content version
...
azure.subscription
string
resourcestable Display name: Azure subscription An Azure subscription is a logical container used to provision resources in Azure. Tags: permissionprimary-field
27e9b03f-04d2-2b69-b327-32f433f7ed21
azure.location
string
resourcestable Display name: Azure location A specific geographical location of Azure cloud resource. Tags: primary-field
westeurope
azure.availability_zones
string[]
resourceexperimental Display name: Azure availability zones Availability zones of Azure cloud resource.
['1']
azure.resource.group
string
resourcestable Display name: Azure resource group A resource group is a container that holds related resources for an Azure solution. Tags: permissionprimary-field
demo-backend-rg
azure.tenant.id
string
resourceexperimental Display name: Azure tenant ID Unique, immutable identifier assigned to the Azure tenant.
37c4add3-612a-483d-8b24-cccbb35d3306
Cloud entity fields
Fields that are provided by all Cloud workloads.
Attribute
Type
Description
Examples
cloud.acquisition.status
string
experimental Display name: Cloud acquisition status The status of Smartscape nodes data acquisition by Data Acquisition Conroller OK - node is consistent DELETED - node was deleted in the cloud platform ERROR - there was an error acquiring node, but the node was upserted INCOMPLETE - there was an error acquiring node child resource (ie. EC2 Instance, with no EBS volumes due to missing permissions) , but the node was upserted.
The ID is calculated based on the following fields in the defined order: azure.resource.id
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
[]
Azure resource fields
Contains all fields that are provided by all resources running on Azure, including Azure, Core and K8s entities.
Attribute
Type
Description
Examples
azure.subscription
string
resourcestable Display name: Azure subscription An Azure subscription is a logical container used to provision resources in Azure. Tags: permissionprimary-field
27e9b03f-04d2-2b69-b327-32f433f7ed21
azure.location
string
resourcestable Display name: Azure location A specific geographical location of Azure cloud resource. Tags: primary-field
westeurope
azure.availability_zones
string[]
resourceexperimental Display name: Azure availability zones Availability zones of Azure cloud resource.
['1']
azure.resource.group
string
resourcestable Display name: Azure resource group A resource group is a container that holds related resources for an Azure solution. Tags: permissionprimary-field
demo-backend-rg
azure.resource.id
string
resourceexperimental Display name: Azure resource ID A unique, immutable identifier assigned to each Azure cloud resource.
resourceexperimental Display name: Azure resource name User-provided name of the Azure cloud resource.
demo-aks
azure.resource.type
string
resourceexperimental Display name: Azure resource type The name of a resource type in the format: {resource-provider}/{resource-type}.
Microsoft.ContainerService/managedClusters
Azure entity fields
Contains all fields that are provided by all Azure entities.
Attribute
Type
Description
Examples
azure.resource.kind
string
experimental Display name: Azure resource kind A kind of the Azure resource
app,linux
azure.resource.sku.name
string
experimental Display name: Azure resource SKU name Name of the Azure resource SKU
B_Gen5_1
azure.resource.sku.tier
string
experimental Display name: Azure resource SKU tier Tier of the Azure resource SKU
Basic
azure.resource.sku.capacity
string
experimental Display name: Azure resource SKU capacity Capacity of the Azure resource SKU
20
azure.status
string
experimental Display name: Azure status The status of the instance
Running; Stopped (deallocated)
azure.provisioning_state
string
experimental Display name: Azure provisioning state The provisioning status of the resource
Succeeded; DELETED; ERROR; INCOMPLETE
azure.object
string
experimental Display name: Azure object The full JSON content of Azure object
azure.properties.version
string
experimental Display name: Azure properties version The json content version
...
azure.subscription
string
resourcestable Display name: Azure subscription An Azure subscription is a logical container used to provision resources in Azure. Tags: permissionprimary-field
27e9b03f-04d2-2b69-b327-32f433f7ed21
azure.location
string
resourcestable Display name: Azure location A specific geographical location of Azure cloud resource. Tags: primary-field
westeurope
azure.availability_zones
string[]
resourceexperimental Display name: Azure availability zones Availability zones of Azure cloud resource.
['1']
azure.resource.group
string
resourcestable Display name: Azure resource group A resource group is a container that holds related resources for an Azure solution. Tags: permissionprimary-field
demo-backend-rg
azure.tenant.id
string
resourceexperimental Display name: Azure tenant ID Unique, immutable identifier assigned to the Azure tenant.
37c4add3-612a-483d-8b24-cccbb35d3306
Cloud entity fields
Fields that are provided by all Cloud workloads.
Attribute
Type
Description
Examples
cloud.acquisition.status
string
experimental Display name: Cloud acquisition status The status of Smartscape nodes data acquisition by Data Acquisition Conroller OK - node is consistent DELETED - node was deleted in the cloud platform ERROR - there was an error acquiring node, but the node was upserted INCOMPLETE - there was an error acquiring node child resource (ie. EC2 Instance, with no EBS volumes due to missing permissions) , but the node was upserted.
The ID is calculated based on the following fields in the defined order: azure.resource.id
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
[]
Azure resource fields
Contains all fields that are provided by all resources running on Azure, including Azure, Core and K8s entities.
Attribute
Type
Description
Examples
azure.subscription
string
resourcestable Display name: Azure subscription An Azure subscription is a logical container used to provision resources in Azure. Tags: permissionprimary-field
27e9b03f-04d2-2b69-b327-32f433f7ed21
azure.location
string
resourcestable Display name: Azure location A specific geographical location of Azure cloud resource. Tags: primary-field
westeurope
azure.availability_zones
string[]
resourceexperimental Display name: Azure availability zones Availability zones of Azure cloud resource.
['1']
azure.resource.group
string
resourcestable Display name: Azure resource group A resource group is a container that holds related resources for an Azure solution. Tags: permissionprimary-field
demo-backend-rg
azure.resource.id
string
resourceexperimental Display name: Azure resource ID A unique, immutable identifier assigned to each Azure cloud resource.
resourceexperimental Display name: Azure resource name User-provided name of the Azure cloud resource.
demo-aks
azure.resource.type
string
resourceexperimental Display name: Azure resource type The name of a resource type in the format: {resource-provider}/{resource-type}.
Microsoft.ContainerService/managedClusters
Azure entity fields
Contains all fields that are provided by all Azure entities.
Attribute
Type
Description
Examples
azure.resource.kind
string
experimental Display name: Azure resource kind A kind of the Azure resource
app,linux
azure.resource.sku.name
string
experimental Display name: Azure resource SKU name Name of the Azure resource SKU
B_Gen5_1
azure.resource.sku.tier
string
experimental Display name: Azure resource SKU tier Tier of the Azure resource SKU
Basic
azure.resource.sku.capacity
string
experimental Display name: Azure resource SKU capacity Capacity of the Azure resource SKU
20
azure.status
string
experimental Display name: Azure status The status of the instance
Running; Stopped (deallocated)
azure.provisioning_state
string
experimental Display name: Azure provisioning state The provisioning status of the resource
Succeeded; DELETED; ERROR; INCOMPLETE
azure.object
string
experimental Display name: Azure object The full JSON content of Azure object
azure.properties.version
string
experimental Display name: Azure properties version The json content version
...
azure.subscription
string
resourcestable Display name: Azure subscription An Azure subscription is a logical container used to provision resources in Azure. Tags: permissionprimary-field
27e9b03f-04d2-2b69-b327-32f433f7ed21
azure.location
string
resourcestable Display name: Azure location A specific geographical location of Azure cloud resource. Tags: primary-field
westeurope
azure.availability_zones
string[]
resourceexperimental Display name: Azure availability zones Availability zones of Azure cloud resource.
['1']
azure.resource.group
string
resourcestable Display name: Azure resource group A resource group is a container that holds related resources for an Azure solution. Tags: permissionprimary-field
demo-backend-rg
azure.tenant.id
string
resourceexperimental Display name: Azure tenant ID Unique, immutable identifier assigned to the Azure tenant.
37c4add3-612a-483d-8b24-cccbb35d3306
Cloud entity fields
Fields that are provided by all Cloud workloads.
Attribute
Type
Description
Examples
cloud.acquisition.status
string
experimental Display name: Cloud acquisition status The status of Smartscape nodes data acquisition by Data Acquisition Conroller OK - node is consistent DELETED - node was deleted in the cloud platform ERROR - there was an error acquiring node, but the node was upserted INCOMPLETE - there was an error acquiring node child resource (ie. EC2 Instance, with no EBS volumes due to missing permissions) , but the node was upserted.
The ID is calculated based on the following fields in the defined order: azure.resource.id
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
[]
Azure resource fields
Contains all fields that are provided by all resources running on Azure, including Azure, Core and K8s entities.
Attribute
Type
Description
Examples
azure.subscription
string
resourcestable Display name: Azure subscription An Azure subscription is a logical container used to provision resources in Azure. Tags: permissionprimary-field
27e9b03f-04d2-2b69-b327-32f433f7ed21
azure.location
string
resourcestable Display name: Azure location A specific geographical location of Azure cloud resource. Tags: primary-field
westeurope
azure.availability_zones
string[]
resourceexperimental Display name: Azure availability zones Availability zones of Azure cloud resource.
['1']
azure.resource.group
string
resourcestable Display name: Azure resource group A resource group is a container that holds related resources for an Azure solution. Tags: permissionprimary-field
demo-backend-rg
azure.resource.id
string
resourceexperimental Display name: Azure resource ID A unique, immutable identifier assigned to each Azure cloud resource.
resourceexperimental Display name: Azure resource name User-provided name of the Azure cloud resource.
demo-aks
azure.resource.type
string
resourceexperimental Display name: Azure resource type The name of a resource type in the format: {resource-provider}/{resource-type}.
Microsoft.ContainerService/managedClusters
Azure entity fields
Contains all fields that are provided by all Azure entities.
Attribute
Type
Description
Examples
azure.resource.kind
string
experimental Display name: Azure resource kind A kind of the Azure resource
app,linux
azure.resource.sku.name
string
experimental Display name: Azure resource SKU name Name of the Azure resource SKU
B_Gen5_1
azure.resource.sku.tier
string
experimental Display name: Azure resource SKU tier Tier of the Azure resource SKU
Basic
azure.resource.sku.capacity
string
experimental Display name: Azure resource SKU capacity Capacity of the Azure resource SKU
20
azure.status
string
experimental Display name: Azure status The status of the instance
Running; Stopped (deallocated)
azure.provisioning_state
string
experimental Display name: Azure provisioning state The provisioning status of the resource
Succeeded; DELETED; ERROR; INCOMPLETE
azure.object
string
experimental Display name: Azure object The full JSON content of Azure object
azure.properties.version
string
experimental Display name: Azure properties version The json content version
...
azure.subscription
string
resourcestable Display name: Azure subscription An Azure subscription is a logical container used to provision resources in Azure. Tags: permissionprimary-field
27e9b03f-04d2-2b69-b327-32f433f7ed21
azure.location
string
resourcestable Display name: Azure location A specific geographical location of Azure cloud resource. Tags: primary-field
westeurope
azure.availability_zones
string[]
resourceexperimental Display name: Azure availability zones Availability zones of Azure cloud resource.
['1']
azure.resource.group
string
resourcestable Display name: Azure resource group A resource group is a container that holds related resources for an Azure solution. Tags: permissionprimary-field
demo-backend-rg
azure.tenant.id
string
resourceexperimental Display name: Azure tenant ID Unique, immutable identifier assigned to the Azure tenant.
37c4add3-612a-483d-8b24-cccbb35d3306
Cloud entity fields
Fields that are provided by all Cloud workloads.
Attribute
Type
Description
Examples
cloud.acquisition.status
string
experimental Display name: Cloud acquisition status The status of Smartscape nodes data acquisition by Data Acquisition Conroller OK - node is consistent DELETED - node was deleted in the cloud platform ERROR - there was an error acquiring node, but the node was upserted INCOMPLETE - there was an error acquiring node child resource (ie. EC2 Instance, with no EBS volumes due to missing permissions) , but the node was upserted.
The ID is calculated based on the following fields in the defined order: azure.resource.id
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
[]
Azure resource fields
Contains all fields that are provided by all resources running on Azure, including Azure, Core and K8s entities.
Attribute
Type
Description
Examples
azure.subscription
string
resourcestable Display name: Azure subscription An Azure subscription is a logical container used to provision resources in Azure. Tags: permissionprimary-field
27e9b03f-04d2-2b69-b327-32f433f7ed21
azure.location
string
resourcestable Display name: Azure location A specific geographical location of Azure cloud resource. Tags: primary-field
westeurope
azure.availability_zones
string[]
resourceexperimental Display name: Azure availability zones Availability zones of Azure cloud resource.
['1']
azure.resource.group
string
resourcestable Display name: Azure resource group A resource group is a container that holds related resources for an Azure solution. Tags: permissionprimary-field
demo-backend-rg
azure.resource.id
string
resourceexperimental Display name: Azure resource ID A unique, immutable identifier assigned to each Azure cloud resource.
resourceexperimental Display name: Azure resource name User-provided name of the Azure cloud resource.
demo-aks
azure.resource.type
string
resourceexperimental Display name: Azure resource type The name of a resource type in the format: {resource-provider}/{resource-type}.
Microsoft.ContainerService/managedClusters
Azure entity fields
Contains all fields that are provided by all Azure entities.
Attribute
Type
Description
Examples
azure.resource.kind
string
experimental Display name: Azure resource kind A kind of the Azure resource
app,linux
azure.resource.sku.name
string
experimental Display name: Azure resource SKU name Name of the Azure resource SKU
B_Gen5_1
azure.resource.sku.tier
string
experimental Display name: Azure resource SKU tier Tier of the Azure resource SKU
Basic
azure.resource.sku.capacity
string
experimental Display name: Azure resource SKU capacity Capacity of the Azure resource SKU
20
azure.status
string
experimental Display name: Azure status The status of the instance
Running; Stopped (deallocated)
azure.provisioning_state
string
experimental Display name: Azure provisioning state The provisioning status of the resource
Succeeded; DELETED; ERROR; INCOMPLETE
azure.object
string
experimental Display name: Azure object The full JSON content of Azure object
azure.properties.version
string
experimental Display name: Azure properties version The json content version
...
azure.subscription
string
resourcestable Display name: Azure subscription An Azure subscription is a logical container used to provision resources in Azure. Tags: permissionprimary-field
27e9b03f-04d2-2b69-b327-32f433f7ed21
azure.location
string
resourcestable Display name: Azure location A specific geographical location of Azure cloud resource. Tags: primary-field
westeurope
azure.availability_zones
string[]
resourceexperimental Display name: Azure availability zones Availability zones of Azure cloud resource.
['1']
azure.resource.group
string
resourcestable Display name: Azure resource group A resource group is a container that holds related resources for an Azure solution. Tags: permissionprimary-field
demo-backend-rg
azure.tenant.id
string
resourceexperimental Display name: Azure tenant ID Unique, immutable identifier assigned to the Azure tenant.
37c4add3-612a-483d-8b24-cccbb35d3306
Cloud entity fields
Fields that are provided by all Cloud workloads.
Attribute
Type
Description
Examples
cloud.acquisition.status
string
experimental Display name: Cloud acquisition status The status of Smartscape nodes data acquisition by Data Acquisition Conroller OK - node is consistent DELETED - node was deleted in the cloud platform ERROR - there was an error acquiring node, but the node was upserted INCOMPLETE - there was an error acquiring node child resource (ie. EC2 Instance, with no EBS volumes due to missing permissions) , but the node was upserted.
The ID is calculated based on the following fields in the defined order: azure.resource.id
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
[]
Azure resource fields
Contains all fields that are provided by all resources running on Azure, including Azure, Core and K8s entities.
Attribute
Type
Description
Examples
azure.subscription
string
resourcestable Display name: Azure subscription An Azure subscription is a logical container used to provision resources in Azure. Tags: permissionprimary-field
27e9b03f-04d2-2b69-b327-32f433f7ed21
azure.location
string
resourcestable Display name: Azure location A specific geographical location of Azure cloud resource. Tags: primary-field
westeurope
azure.availability_zones
string[]
resourceexperimental Display name: Azure availability zones Availability zones of Azure cloud resource.
['1']
azure.resource.group
string
resourcestable Display name: Azure resource group A resource group is a container that holds related resources for an Azure solution. Tags: permissionprimary-field
demo-backend-rg
azure.resource.id
string
resourceexperimental Display name: Azure resource ID A unique, immutable identifier assigned to each Azure cloud resource.
resourceexperimental Display name: Azure resource name User-provided name of the Azure cloud resource.
demo-aks
azure.resource.type
string
resourceexperimental Display name: Azure resource type The name of a resource type in the format: {resource-provider}/{resource-type}.
Microsoft.ContainerService/managedClusters
Azure entity fields
Contains all fields that are provided by all Azure entities.
Attribute
Type
Description
Examples
azure.resource.kind
string
experimental Display name: Azure resource kind A kind of the Azure resource
app,linux
azure.resource.sku.name
string
experimental Display name: Azure resource SKU name Name of the Azure resource SKU
B_Gen5_1
azure.resource.sku.tier
string
experimental Display name: Azure resource SKU tier Tier of the Azure resource SKU
Basic
azure.resource.sku.capacity
string
experimental Display name: Azure resource SKU capacity Capacity of the Azure resource SKU
20
azure.status
string
experimental Display name: Azure status The status of the instance
Running; Stopped (deallocated)
azure.provisioning_state
string
experimental Display name: Azure provisioning state The provisioning status of the resource
Succeeded; DELETED; ERROR; INCOMPLETE
azure.object
string
experimental Display name: Azure object The full JSON content of Azure object
azure.properties.version
string
experimental Display name: Azure properties version The json content version
...
azure.subscription
string
resourcestable Display name: Azure subscription An Azure subscription is a logical container used to provision resources in Azure. Tags: permissionprimary-field
27e9b03f-04d2-2b69-b327-32f433f7ed21
azure.location
string
resourcestable Display name: Azure location A specific geographical location of Azure cloud resource. Tags: primary-field
westeurope
azure.availability_zones
string[]
resourceexperimental Display name: Azure availability zones Availability zones of Azure cloud resource.
['1']
azure.resource.group
string
resourcestable Display name: Azure resource group A resource group is a container that holds related resources for an Azure solution. Tags: permissionprimary-field
demo-backend-rg
azure.tenant.id
string
resourceexperimental Display name: Azure tenant ID Unique, immutable identifier assigned to the Azure tenant.
37c4add3-612a-483d-8b24-cccbb35d3306
Cloud entity fields
Fields that are provided by all Cloud workloads.
Attribute
Type
Description
Examples
cloud.acquisition.status
string
experimental Display name: Cloud acquisition status The status of Smartscape nodes data acquisition by Data Acquisition Conroller OK - node is consistent DELETED - node was deleted in the cloud platform ERROR - there was an error acquiring node, but the node was upserted INCOMPLETE - there was an error acquiring node child resource (ie. EC2 Instance, with no EBS volumes due to missing permissions) , but the node was upserted.
The ID is calculated based on the following fields in the defined order: azure.resource.id
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
[]
Azure resource fields
Contains all fields that are provided by all resources running on Azure, including Azure, Core and K8s entities.
Attribute
Type
Description
Examples
azure.subscription
string
resourcestable Display name: Azure subscription An Azure subscription is a logical container used to provision resources in Azure. Tags: permissionprimary-field
27e9b03f-04d2-2b69-b327-32f433f7ed21
azure.location
string
resourcestable Display name: Azure location A specific geographical location of Azure cloud resource. Tags: primary-field
westeurope
azure.availability_zones
string[]
resourceexperimental Display name: Azure availability zones Availability zones of Azure cloud resource.
['1']
azure.resource.group
string
resourcestable Display name: Azure resource group A resource group is a container that holds related resources for an Azure solution. Tags: permissionprimary-field
demo-backend-rg
azure.resource.id
string
resourceexperimental Display name: Azure resource ID A unique, immutable identifier assigned to each Azure cloud resource.
resourceexperimental Display name: Azure resource name User-provided name of the Azure cloud resource.
demo-aks
azure.resource.type
string
resourceexperimental Display name: Azure resource type The name of a resource type in the format: {resource-provider}/{resource-type}.
Microsoft.ContainerService/managedClusters
Azure entity fields
Contains all fields that are provided by all Azure entities.
Attribute
Type
Description
Examples
azure.resource.kind
string
experimental Display name: Azure resource kind A kind of the Azure resource
app,linux
azure.resource.sku.name
string
experimental Display name: Azure resource SKU name Name of the Azure resource SKU
B_Gen5_1
azure.resource.sku.tier
string
experimental Display name: Azure resource SKU tier Tier of the Azure resource SKU
Basic
azure.resource.sku.capacity
string
experimental Display name: Azure resource SKU capacity Capacity of the Azure resource SKU
20
azure.status
string
experimental Display name: Azure status The status of the instance
Running; Stopped (deallocated)
azure.provisioning_state
string
experimental Display name: Azure provisioning state The provisioning status of the resource
Succeeded; DELETED; ERROR; INCOMPLETE
azure.object
string
experimental Display name: Azure object The full JSON content of Azure object
azure.properties.version
string
experimental Display name: Azure properties version The json content version
...
azure.subscription
string
resourcestable Display name: Azure subscription An Azure subscription is a logical container used to provision resources in Azure. Tags: permissionprimary-field
27e9b03f-04d2-2b69-b327-32f433f7ed21
azure.location
string
resourcestable Display name: Azure location A specific geographical location of Azure cloud resource. Tags: primary-field
westeurope
azure.availability_zones
string[]
resourceexperimental Display name: Azure availability zones Availability zones of Azure cloud resource.
['1']
azure.resource.group
string
resourcestable Display name: Azure resource group A resource group is a container that holds related resources for an Azure solution. Tags: permissionprimary-field
demo-backend-rg
azure.tenant.id
string
resourceexperimental Display name: Azure tenant ID Unique, immutable identifier assigned to the Azure tenant.
37c4add3-612a-483d-8b24-cccbb35d3306
Cloud entity fields
Fields that are provided by all Cloud workloads.
Attribute
Type
Description
Examples
cloud.acquisition.status
string
experimental Display name: Cloud acquisition status The status of Smartscape nodes data acquisition by Data Acquisition Conroller OK - node is consistent DELETED - node was deleted in the cloud platform ERROR - there was an error acquiring node, but the node was upserted INCOMPLETE - there was an error acquiring node child resource (ie. EC2 Instance, with no EBS volumes due to missing permissions) , but the node was upserted.
The ID is calculated based on the following fields in the defined order: azure.resource.id
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
[]
Azure resource fields
Contains all fields that are provided by all resources running on Azure, including Azure, Core and K8s entities.
Attribute
Type
Description
Examples
azure.subscription
string
resourcestable Display name: Azure subscription An Azure subscription is a logical container used to provision resources in Azure. Tags: permissionprimary-field
27e9b03f-04d2-2b69-b327-32f433f7ed21
azure.location
string
resourcestable Display name: Azure location A specific geographical location of Azure cloud resource. Tags: primary-field
westeurope
azure.availability_zones
string[]
resourceexperimental Display name: Azure availability zones Availability zones of Azure cloud resource.
['1']
azure.resource.group
string
resourcestable Display name: Azure resource group A resource group is a container that holds related resources for an Azure solution. Tags: permissionprimary-field
demo-backend-rg
azure.resource.id
string
resourceexperimental Display name: Azure resource ID A unique, immutable identifier assigned to each Azure cloud resource.
resourceexperimental Display name: Azure resource name User-provided name of the Azure cloud resource.
demo-aks
azure.resource.type
string
resourceexperimental Display name: Azure resource type The name of a resource type in the format: {resource-provider}/{resource-type}.
Microsoft.ContainerService/managedClusters
Azure entity fields
Contains all fields that are provided by all Azure entities.
Attribute
Type
Description
Examples
azure.resource.kind
string
experimental Display name: Azure resource kind A kind of the Azure resource
app,linux
azure.resource.sku.name
string
experimental Display name: Azure resource SKU name Name of the Azure resource SKU
B_Gen5_1
azure.resource.sku.tier
string
experimental Display name: Azure resource SKU tier Tier of the Azure resource SKU
Basic
azure.resource.sku.capacity
string
experimental Display name: Azure resource SKU capacity Capacity of the Azure resource SKU
20
azure.status
string
experimental Display name: Azure status The status of the instance
Running; Stopped (deallocated)
azure.provisioning_state
string
experimental Display name: Azure provisioning state The provisioning status of the resource
Succeeded; DELETED; ERROR; INCOMPLETE
azure.object
string
experimental Display name: Azure object The full JSON content of Azure object
azure.properties.version
string
experimental Display name: Azure properties version The json content version
...
azure.subscription
string
resourcestable Display name: Azure subscription An Azure subscription is a logical container used to provision resources in Azure. Tags: permissionprimary-field
27e9b03f-04d2-2b69-b327-32f433f7ed21
azure.location
string
resourcestable Display name: Azure location A specific geographical location of Azure cloud resource. Tags: primary-field
westeurope
azure.availability_zones
string[]
resourceexperimental Display name: Azure availability zones Availability zones of Azure cloud resource.
['1']
azure.resource.group
string
resourcestable Display name: Azure resource group A resource group is a container that holds related resources for an Azure solution. Tags: permissionprimary-field
demo-backend-rg
azure.tenant.id
string
resourceexperimental Display name: Azure tenant ID Unique, immutable identifier assigned to the Azure tenant.
37c4add3-612a-483d-8b24-cccbb35d3306
Cloud entity fields
Fields that are provided by all Cloud workloads.
Attribute
Type
Description
Examples
cloud.acquisition.status
string
experimental Display name: Cloud acquisition status The status of Smartscape nodes data acquisition by Data Acquisition Conroller OK - node is consistent DELETED - node was deleted in the cloud platform ERROR - there was an error acquiring node, but the node was upserted INCOMPLETE - there was an error acquiring node child resource (ie. EC2 Instance, with no EBS volumes due to missing permissions) , but the node was upserted.
Discovered asset endpoint profiles in Azure Device Registry.
Query
Fetch all Smartscape nodes from the smartscape.nodes table and filter for the entity type "AZURE_MICROSOFT_DEVICEREGISTRY_DISCOVEREDASSETENDPOINTPROFILES"
The ID is calculated based on the following fields in the defined order: azure.resource.id
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
[]
Azure resource fields
Contains all fields that are provided by all resources running on Azure, including Azure, Core and K8s entities.
Attribute
Type
Description
Examples
azure.subscription
string
resourcestable Display name: Azure subscription An Azure subscription is a logical container used to provision resources in Azure. Tags: permissionprimary-field
27e9b03f-04d2-2b69-b327-32f433f7ed21
azure.location
string
resourcestable Display name: Azure location A specific geographical location of Azure cloud resource. Tags: primary-field
westeurope
azure.availability_zones
string[]
resourceexperimental Display name: Azure availability zones Availability zones of Azure cloud resource.
['1']
azure.resource.group
string
resourcestable Display name: Azure resource group A resource group is a container that holds related resources for an Azure solution. Tags: permissionprimary-field
demo-backend-rg
azure.resource.id
string
resourceexperimental Display name: Azure resource ID A unique, immutable identifier assigned to each Azure cloud resource.
resourceexperimental Display name: Azure resource name User-provided name of the Azure cloud resource.
demo-aks
azure.resource.type
string
resourceexperimental Display name: Azure resource type The name of a resource type in the format: {resource-provider}/{resource-type}.
Microsoft.ContainerService/managedClusters
Azure entity fields
Contains all fields that are provided by all Azure entities.
Attribute
Type
Description
Examples
azure.resource.kind
string
experimental Display name: Azure resource kind A kind of the Azure resource
app,linux
azure.resource.sku.name
string
experimental Display name: Azure resource SKU name Name of the Azure resource SKU
B_Gen5_1
azure.resource.sku.tier
string
experimental Display name: Azure resource SKU tier Tier of the Azure resource SKU
Basic
azure.resource.sku.capacity
string
experimental Display name: Azure resource SKU capacity Capacity of the Azure resource SKU
20
azure.status
string
experimental Display name: Azure status The status of the instance
Running; Stopped (deallocated)
azure.provisioning_state
string
experimental Display name: Azure provisioning state The provisioning status of the resource
Succeeded; DELETED; ERROR; INCOMPLETE
azure.object
string
experimental Display name: Azure object The full JSON content of Azure object
azure.properties.version
string
experimental Display name: Azure properties version The json content version
...
azure.subscription
string
resourcestable Display name: Azure subscription An Azure subscription is a logical container used to provision resources in Azure. Tags: permissionprimary-field
27e9b03f-04d2-2b69-b327-32f433f7ed21
azure.location
string
resourcestable Display name: Azure location A specific geographical location of Azure cloud resource. Tags: primary-field
westeurope
azure.availability_zones
string[]
resourceexperimental Display name: Azure availability zones Availability zones of Azure cloud resource.
['1']
azure.resource.group
string
resourcestable Display name: Azure resource group A resource group is a container that holds related resources for an Azure solution. Tags: permissionprimary-field
demo-backend-rg
azure.tenant.id
string
resourceexperimental Display name: Azure tenant ID Unique, immutable identifier assigned to the Azure tenant.
37c4add3-612a-483d-8b24-cccbb35d3306
Cloud entity fields
Fields that are provided by all Cloud workloads.
Attribute
Type
Description
Examples
cloud.acquisition.status
string
experimental Display name: Cloud acquisition status The status of Smartscape nodes data acquisition by Data Acquisition Conroller OK - node is consistent DELETED - node was deleted in the cloud platform ERROR - there was an error acquiring node, but the node was upserted INCOMPLETE - there was an error acquiring node child resource (ie. EC2 Instance, with no EBS volumes due to missing permissions) , but the node was upserted.
The ID is calculated based on the following fields in the defined order: azure.resource.id
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
[]
Azure resource fields
Contains all fields that are provided by all resources running on Azure, including Azure, Core and K8s entities.
Attribute
Type
Description
Examples
azure.subscription
string
resourcestable Display name: Azure subscription An Azure subscription is a logical container used to provision resources in Azure. Tags: permissionprimary-field
27e9b03f-04d2-2b69-b327-32f433f7ed21
azure.location
string
resourcestable Display name: Azure location A specific geographical location of Azure cloud resource. Tags: primary-field
westeurope
azure.availability_zones
string[]
resourceexperimental Display name: Azure availability zones Availability zones of Azure cloud resource.
['1']
azure.resource.group
string
resourcestable Display name: Azure resource group A resource group is a container that holds related resources for an Azure solution. Tags: permissionprimary-field
demo-backend-rg
azure.resource.id
string
resourceexperimental Display name: Azure resource ID A unique, immutable identifier assigned to each Azure cloud resource.
resourceexperimental Display name: Azure resource name User-provided name of the Azure cloud resource.
demo-aks
azure.resource.type
string
resourceexperimental Display name: Azure resource type The name of a resource type in the format: {resource-provider}/{resource-type}.
Microsoft.ContainerService/managedClusters
Azure entity fields
Contains all fields that are provided by all Azure entities.
Attribute
Type
Description
Examples
azure.resource.kind
string
experimental Display name: Azure resource kind A kind of the Azure resource
app,linux
azure.resource.sku.name
string
experimental Display name: Azure resource SKU name Name of the Azure resource SKU
B_Gen5_1
azure.resource.sku.tier
string
experimental Display name: Azure resource SKU tier Tier of the Azure resource SKU
Basic
azure.resource.sku.capacity
string
experimental Display name: Azure resource SKU capacity Capacity of the Azure resource SKU
20
azure.status
string
experimental Display name: Azure status The status of the instance
Running; Stopped (deallocated)
azure.provisioning_state
string
experimental Display name: Azure provisioning state The provisioning status of the resource
Succeeded; DELETED; ERROR; INCOMPLETE
azure.object
string
experimental Display name: Azure object The full JSON content of Azure object
azure.properties.version
string
experimental Display name: Azure properties version The json content version
...
azure.subscription
string
resourcestable Display name: Azure subscription An Azure subscription is a logical container used to provision resources in Azure. Tags: permissionprimary-field
27e9b03f-04d2-2b69-b327-32f433f7ed21
azure.location
string
resourcestable Display name: Azure location A specific geographical location of Azure cloud resource. Tags: primary-field
westeurope
azure.availability_zones
string[]
resourceexperimental Display name: Azure availability zones Availability zones of Azure cloud resource.
['1']
azure.resource.group
string
resourcestable Display name: Azure resource group A resource group is a container that holds related resources for an Azure solution. Tags: permissionprimary-field
demo-backend-rg
azure.tenant.id
string
resourceexperimental Display name: Azure tenant ID Unique, immutable identifier assigned to the Azure tenant.
37c4add3-612a-483d-8b24-cccbb35d3306
Cloud entity fields
Fields that are provided by all Cloud workloads.
Attribute
Type
Description
Examples
cloud.acquisition.status
string
experimental Display name: Cloud acquisition status The status of Smartscape nodes data acquisition by Data Acquisition Conroller OK - node is consistent DELETED - node was deleted in the cloud platform ERROR - there was an error acquiring node, but the node was upserted INCOMPLETE - there was an error acquiring node child resource (ie. EC2 Instance, with no EBS volumes due to missing permissions) , but the node was upserted.
The ID is calculated based on the following fields in the defined order: azure.resource.id
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
[]
Azure resource fields
Contains all fields that are provided by all resources running on Azure, including Azure, Core and K8s entities.
Attribute
Type
Description
Examples
azure.subscription
string
resourcestable Display name: Azure subscription An Azure subscription is a logical container used to provision resources in Azure. Tags: permissionprimary-field
27e9b03f-04d2-2b69-b327-32f433f7ed21
azure.location
string
resourcestable Display name: Azure location A specific geographical location of Azure cloud resource. Tags: primary-field
westeurope
azure.availability_zones
string[]
resourceexperimental Display name: Azure availability zones Availability zones of Azure cloud resource.
['1']
azure.resource.group
string
resourcestable Display name: Azure resource group A resource group is a container that holds related resources for an Azure solution. Tags: permissionprimary-field
demo-backend-rg
azure.resource.id
string
resourceexperimental Display name: Azure resource ID A unique, immutable identifier assigned to each Azure cloud resource.
resourceexperimental Display name: Azure resource name User-provided name of the Azure cloud resource.
demo-aks
azure.resource.type
string
resourceexperimental Display name: Azure resource type The name of a resource type in the format: {resource-provider}/{resource-type}.
Microsoft.ContainerService/managedClusters
Azure entity fields
Contains all fields that are provided by all Azure entities.
Attribute
Type
Description
Examples
azure.resource.kind
string
experimental Display name: Azure resource kind A kind of the Azure resource
app,linux
azure.resource.sku.name
string
experimental Display name: Azure resource SKU name Name of the Azure resource SKU
B_Gen5_1
azure.resource.sku.tier
string
experimental Display name: Azure resource SKU tier Tier of the Azure resource SKU
Basic
azure.resource.sku.capacity
string
experimental Display name: Azure resource SKU capacity Capacity of the Azure resource SKU
20
azure.status
string
experimental Display name: Azure status The status of the instance
Running; Stopped (deallocated)
azure.provisioning_state
string
experimental Display name: Azure provisioning state The provisioning status of the resource
Succeeded; DELETED; ERROR; INCOMPLETE
azure.object
string
experimental Display name: Azure object The full JSON content of Azure object
azure.properties.version
string
experimental Display name: Azure properties version The json content version
...
azure.subscription
string
resourcestable Display name: Azure subscription An Azure subscription is a logical container used to provision resources in Azure. Tags: permissionprimary-field
27e9b03f-04d2-2b69-b327-32f433f7ed21
azure.location
string
resourcestable Display name: Azure location A specific geographical location of Azure cloud resource. Tags: primary-field
westeurope
azure.availability_zones
string[]
resourceexperimental Display name: Azure availability zones Availability zones of Azure cloud resource.
['1']
azure.resource.group
string
resourcestable Display name: Azure resource group A resource group is a container that holds related resources for an Azure solution. Tags: permissionprimary-field
demo-backend-rg
azure.tenant.id
string
resourceexperimental Display name: Azure tenant ID Unique, immutable identifier assigned to the Azure tenant.
37c4add3-612a-483d-8b24-cccbb35d3306
Cloud entity fields
Fields that are provided by all Cloud workloads.
Attribute
Type
Description
Examples
cloud.acquisition.status
string
experimental Display name: Cloud acquisition status The status of Smartscape nodes data acquisition by Data Acquisition Conroller OK - node is consistent DELETED - node was deleted in the cloud platform ERROR - there was an error acquiring node, but the node was upserted INCOMPLETE - there was an error acquiring node child resource (ie. EC2 Instance, with no EBS volumes due to missing permissions) , but the node was upserted.
The ID is calculated based on the following fields in the defined order: azure.resource.id
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
[]
Azure resource fields
Contains all fields that are provided by all resources running on Azure, including Azure, Core and K8s entities.
Attribute
Type
Description
Examples
azure.subscription
string
resourcestable Display name: Azure subscription An Azure subscription is a logical container used to provision resources in Azure. Tags: permissionprimary-field
27e9b03f-04d2-2b69-b327-32f433f7ed21
azure.location
string
resourcestable Display name: Azure location A specific geographical location of Azure cloud resource. Tags: primary-field
westeurope
azure.availability_zones
string[]
resourceexperimental Display name: Azure availability zones Availability zones of Azure cloud resource.
['1']
azure.resource.group
string
resourcestable Display name: Azure resource group A resource group is a container that holds related resources for an Azure solution. Tags: permissionprimary-field
demo-backend-rg
azure.resource.id
string
resourceexperimental Display name: Azure resource ID A unique, immutable identifier assigned to each Azure cloud resource.
resourceexperimental Display name: Azure resource name User-provided name of the Azure cloud resource.
demo-aks
azure.resource.type
string
resourceexperimental Display name: Azure resource type The name of a resource type in the format: {resource-provider}/{resource-type}.
Microsoft.ContainerService/managedClusters
Azure entity fields
Contains all fields that are provided by all Azure entities.
Attribute
Type
Description
Examples
azure.resource.kind
string
experimental Display name: Azure resource kind A kind of the Azure resource
app,linux
azure.resource.sku.name
string
experimental Display name: Azure resource SKU name Name of the Azure resource SKU
B_Gen5_1
azure.resource.sku.tier
string
experimental Display name: Azure resource SKU tier Tier of the Azure resource SKU
Basic
azure.resource.sku.capacity
string
experimental Display name: Azure resource SKU capacity Capacity of the Azure resource SKU
20
azure.status
string
experimental Display name: Azure status The status of the instance
Running; Stopped (deallocated)
azure.provisioning_state
string
experimental Display name: Azure provisioning state The provisioning status of the resource
Succeeded; DELETED; ERROR; INCOMPLETE
azure.object
string
experimental Display name: Azure object The full JSON content of Azure object
azure.properties.version
string
experimental Display name: Azure properties version The json content version
...
azure.subscription
string
resourcestable Display name: Azure subscription An Azure subscription is a logical container used to provision resources in Azure. Tags: permissionprimary-field
27e9b03f-04d2-2b69-b327-32f433f7ed21
azure.location
string
resourcestable Display name: Azure location A specific geographical location of Azure cloud resource. Tags: primary-field
westeurope
azure.availability_zones
string[]
resourceexperimental Display name: Azure availability zones Availability zones of Azure cloud resource.
['1']
azure.resource.group
string
resourcestable Display name: Azure resource group A resource group is a container that holds related resources for an Azure solution. Tags: permissionprimary-field
demo-backend-rg
azure.tenant.id
string
resourceexperimental Display name: Azure tenant ID Unique, immutable identifier assigned to the Azure tenant.
37c4add3-612a-483d-8b24-cccbb35d3306
Cloud entity fields
Fields that are provided by all Cloud workloads.
Attribute
Type
Description
Examples
cloud.acquisition.status
string
experimental Display name: Cloud acquisition status The status of Smartscape nodes data acquisition by Data Acquisition Conroller OK - node is consistent DELETED - node was deleted in the cloud platform ERROR - there was an error acquiring node, but the node was upserted INCOMPLETE - there was an error acquiring node child resource (ie. EC2 Instance, with no EBS volumes due to missing permissions) , but the node was upserted.
The ID is calculated based on the following fields in the defined order: azure.resource.id
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
[]
Azure resource fields
Contains all fields that are provided by all resources running on Azure, including Azure, Core and K8s entities.
Attribute
Type
Description
Examples
azure.subscription
string
resourcestable Display name: Azure subscription An Azure subscription is a logical container used to provision resources in Azure. Tags: permissionprimary-field
27e9b03f-04d2-2b69-b327-32f433f7ed21
azure.location
string
resourcestable Display name: Azure location A specific geographical location of Azure cloud resource. Tags: primary-field
westeurope
azure.availability_zones
string[]
resourceexperimental Display name: Azure availability zones Availability zones of Azure cloud resource.
['1']
azure.resource.group
string
resourcestable Display name: Azure resource group A resource group is a container that holds related resources for an Azure solution. Tags: permissionprimary-field
demo-backend-rg
azure.resource.id
string
resourceexperimental Display name: Azure resource ID A unique, immutable identifier assigned to each Azure cloud resource.
resourceexperimental Display name: Azure resource name User-provided name of the Azure cloud resource.
demo-aks
azure.resource.type
string
resourceexperimental Display name: Azure resource type The name of a resource type in the format: {resource-provider}/{resource-type}.
Microsoft.ContainerService/managedClusters
Azure entity fields
Contains all fields that are provided by all Azure entities.
Attribute
Type
Description
Examples
azure.resource.kind
string
experimental Display name: Azure resource kind A kind of the Azure resource
app,linux
azure.resource.sku.name
string
experimental Display name: Azure resource SKU name Name of the Azure resource SKU
B_Gen5_1
azure.resource.sku.tier
string
experimental Display name: Azure resource SKU tier Tier of the Azure resource SKU
Basic
azure.resource.sku.capacity
string
experimental Display name: Azure resource SKU capacity Capacity of the Azure resource SKU
20
azure.status
string
experimental Display name: Azure status The status of the instance
Running; Stopped (deallocated)
azure.provisioning_state
string
experimental Display name: Azure provisioning state The provisioning status of the resource
Succeeded; DELETED; ERROR; INCOMPLETE
azure.object
string
experimental Display name: Azure object The full JSON content of Azure object
azure.properties.version
string
experimental Display name: Azure properties version The json content version
...
azure.subscription
string
resourcestable Display name: Azure subscription An Azure subscription is a logical container used to provision resources in Azure. Tags: permissionprimary-field
27e9b03f-04d2-2b69-b327-32f433f7ed21
azure.location
string
resourcestable Display name: Azure location A specific geographical location of Azure cloud resource. Tags: primary-field
westeurope
azure.availability_zones
string[]
resourceexperimental Display name: Azure availability zones Availability zones of Azure cloud resource.
['1']
azure.resource.group
string
resourcestable Display name: Azure resource group A resource group is a container that holds related resources for an Azure solution. Tags: permissionprimary-field
demo-backend-rg
azure.tenant.id
string
resourceexperimental Display name: Azure tenant ID Unique, immutable identifier assigned to the Azure tenant.
37c4add3-612a-483d-8b24-cccbb35d3306
Cloud entity fields
Fields that are provided by all Cloud workloads.
Attribute
Type
Description
Examples
cloud.acquisition.status
string
experimental Display name: Cloud acquisition status The status of Smartscape nodes data acquisition by Data Acquisition Conroller OK - node is consistent DELETED - node was deleted in the cloud platform ERROR - there was an error acquiring node, but the node was upserted INCOMPLETE - there was an error acquiring node child resource (ie. EC2 Instance, with no EBS volumes due to missing permissions) , but the node was upserted.
The ID is calculated based on the following fields in the defined order: azure.resource.id
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
[]
Azure resource fields
Contains all fields that are provided by all resources running on Azure, including Azure, Core and K8s entities.
Attribute
Type
Description
Examples
azure.subscription
string
resourcestable Display name: Azure subscription An Azure subscription is a logical container used to provision resources in Azure. Tags: permissionprimary-field
27e9b03f-04d2-2b69-b327-32f433f7ed21
azure.location
string
resourcestable Display name: Azure location A specific geographical location of Azure cloud resource. Tags: primary-field
westeurope
azure.availability_zones
string[]
resourceexperimental Display name: Azure availability zones Availability zones of Azure cloud resource.
['1']
azure.resource.group
string
resourcestable Display name: Azure resource group A resource group is a container that holds related resources for an Azure solution. Tags: permissionprimary-field
demo-backend-rg
azure.resource.id
string
resourceexperimental Display name: Azure resource ID A unique, immutable identifier assigned to each Azure cloud resource.
resourceexperimental Display name: Azure resource name User-provided name of the Azure cloud resource.
demo-aks
azure.resource.type
string
resourceexperimental Display name: Azure resource type The name of a resource type in the format: {resource-provider}/{resource-type}.
Microsoft.ContainerService/managedClusters
Azure entity fields
Contains all fields that are provided by all Azure entities.
Attribute
Type
Description
Examples
azure.resource.kind
string
experimental Display name: Azure resource kind A kind of the Azure resource
app,linux
azure.resource.sku.name
string
experimental Display name: Azure resource SKU name Name of the Azure resource SKU
B_Gen5_1
azure.resource.sku.tier
string
experimental Display name: Azure resource SKU tier Tier of the Azure resource SKU
Basic
azure.resource.sku.capacity
string
experimental Display name: Azure resource SKU capacity Capacity of the Azure resource SKU
20
azure.status
string
experimental Display name: Azure status The status of the instance
Running; Stopped (deallocated)
azure.provisioning_state
string
experimental Display name: Azure provisioning state The provisioning status of the resource
Succeeded; DELETED; ERROR; INCOMPLETE
azure.object
string
experimental Display name: Azure object The full JSON content of Azure object
azure.properties.version
string
experimental Display name: Azure properties version The json content version
...
azure.subscription
string
resourcestable Display name: Azure subscription An Azure subscription is a logical container used to provision resources in Azure. Tags: permissionprimary-field
27e9b03f-04d2-2b69-b327-32f433f7ed21
azure.location
string
resourcestable Display name: Azure location A specific geographical location of Azure cloud resource. Tags: primary-field
westeurope
azure.availability_zones
string[]
resourceexperimental Display name: Azure availability zones Availability zones of Azure cloud resource.
['1']
azure.resource.group
string
resourcestable Display name: Azure resource group A resource group is a container that holds related resources for an Azure solution. Tags: permissionprimary-field
demo-backend-rg
azure.tenant.id
string
resourceexperimental Display name: Azure tenant ID Unique, immutable identifier assigned to the Azure tenant.
37c4add3-612a-483d-8b24-cccbb35d3306
Cloud entity fields
Fields that are provided by all Cloud workloads.
Attribute
Type
Description
Examples
cloud.acquisition.status
string
experimental Display name: Cloud acquisition status The status of Smartscape nodes data acquisition by Data Acquisition Conroller OK - node is consistent DELETED - node was deleted in the cloud platform ERROR - there was an error acquiring node, but the node was upserted INCOMPLETE - there was an error acquiring node child resource (ie. EC2 Instance, with no EBS volumes due to missing permissions) , but the node was upserted.
The ID is calculated based on the following fields in the defined order: azure.resource.id
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
[]
Azure resource fields
Contains all fields that are provided by all resources running on Azure, including Azure, Core and K8s entities.
Attribute
Type
Description
Examples
azure.subscription
string
resourcestable Display name: Azure subscription An Azure subscription is a logical container used to provision resources in Azure. Tags: permissionprimary-field
27e9b03f-04d2-2b69-b327-32f433f7ed21
azure.location
string
resourcestable Display name: Azure location A specific geographical location of Azure cloud resource. Tags: primary-field
westeurope
azure.availability_zones
string[]
resourceexperimental Display name: Azure availability zones Availability zones of Azure cloud resource.
['1']
azure.resource.group
string
resourcestable Display name: Azure resource group A resource group is a container that holds related resources for an Azure solution. Tags: permissionprimary-field
demo-backend-rg
azure.resource.id
string
resourceexperimental Display name: Azure resource ID A unique, immutable identifier assigned to each Azure cloud resource.
resourceexperimental Display name: Azure resource name User-provided name of the Azure cloud resource.
demo-aks
azure.resource.type
string
resourceexperimental Display name: Azure resource type The name of a resource type in the format: {resource-provider}/{resource-type}.
Microsoft.ContainerService/managedClusters
Azure entity fields
Contains all fields that are provided by all Azure entities.
Attribute
Type
Description
Examples
azure.resource.kind
string
experimental Display name: Azure resource kind A kind of the Azure resource
app,linux
azure.resource.sku.name
string
experimental Display name: Azure resource SKU name Name of the Azure resource SKU
B_Gen5_1
azure.resource.sku.tier
string
experimental Display name: Azure resource SKU tier Tier of the Azure resource SKU
Basic
azure.resource.sku.capacity
string
experimental Display name: Azure resource SKU capacity Capacity of the Azure resource SKU
20
azure.status
string
experimental Display name: Azure status The status of the instance
Running; Stopped (deallocated)
azure.provisioning_state
string
experimental Display name: Azure provisioning state The provisioning status of the resource
Succeeded; DELETED; ERROR; INCOMPLETE
azure.object
string
experimental Display name: Azure object The full JSON content of Azure object
azure.properties.version
string
experimental Display name: Azure properties version The json content version
...
azure.subscription
string
resourcestable Display name: Azure subscription An Azure subscription is a logical container used to provision resources in Azure. Tags: permissionprimary-field
27e9b03f-04d2-2b69-b327-32f433f7ed21
azure.location
string
resourcestable Display name: Azure location A specific geographical location of Azure cloud resource. Tags: primary-field
westeurope
azure.availability_zones
string[]
resourceexperimental Display name: Azure availability zones Availability zones of Azure cloud resource.
['1']
azure.resource.group
string
resourcestable Display name: Azure resource group A resource group is a container that holds related resources for an Azure solution. Tags: permissionprimary-field
demo-backend-rg
azure.tenant.id
string
resourceexperimental Display name: Azure tenant ID Unique, immutable identifier assigned to the Azure tenant.
37c4add3-612a-483d-8b24-cccbb35d3306
Cloud entity fields
Fields that are provided by all Cloud workloads.
Attribute
Type
Description
Examples
cloud.acquisition.status
string
experimental Display name: Cloud acquisition status The status of Smartscape nodes data acquisition by Data Acquisition Conroller OK - node is consistent DELETED - node was deleted in the cloud platform ERROR - there was an error acquiring node, but the node was upserted INCOMPLETE - there was an error acquiring node child resource (ie. EC2 Instance, with no EBS volumes due to missing permissions) , but the node was upserted.
The ID is calculated based on the following fields in the defined order: azure.resource.id
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
[]
Azure resource fields
Contains all fields that are provided by all resources running on Azure, including Azure, Core and K8s entities.
Attribute
Type
Description
Examples
azure.subscription
string
resourcestable Display name: Azure subscription An Azure subscription is a logical container used to provision resources in Azure. Tags: permissionprimary-field
27e9b03f-04d2-2b69-b327-32f433f7ed21
azure.location
string
resourcestable Display name: Azure location A specific geographical location of Azure cloud resource. Tags: primary-field
westeurope
azure.availability_zones
string[]
resourceexperimental Display name: Azure availability zones Availability zones of Azure cloud resource.
['1']
azure.resource.group
string
resourcestable Display name: Azure resource group A resource group is a container that holds related resources for an Azure solution. Tags: permissionprimary-field
demo-backend-rg
azure.resource.id
string
resourceexperimental Display name: Azure resource ID A unique, immutable identifier assigned to each Azure cloud resource.
resourceexperimental Display name: Azure resource name User-provided name of the Azure cloud resource.
demo-aks
azure.resource.type
string
resourceexperimental Display name: Azure resource type The name of a resource type in the format: {resource-provider}/{resource-type}.
Microsoft.ContainerService/managedClusters
Azure entity fields
Contains all fields that are provided by all Azure entities.
Attribute
Type
Description
Examples
azure.resource.kind
string
experimental Display name: Azure resource kind A kind of the Azure resource
app,linux
azure.resource.sku.name
string
experimental Display name: Azure resource SKU name Name of the Azure resource SKU
B_Gen5_1
azure.resource.sku.tier
string
experimental Display name: Azure resource SKU tier Tier of the Azure resource SKU
Basic
azure.resource.sku.capacity
string
experimental Display name: Azure resource SKU capacity Capacity of the Azure resource SKU
20
azure.status
string
experimental Display name: Azure status The status of the instance
Running; Stopped (deallocated)
azure.provisioning_state
string
experimental Display name: Azure provisioning state The provisioning status of the resource
Succeeded; DELETED; ERROR; INCOMPLETE
azure.object
string
experimental Display name: Azure object The full JSON content of Azure object
azure.properties.version
string
experimental Display name: Azure properties version The json content version
...
azure.subscription
string
resourcestable Display name: Azure subscription An Azure subscription is a logical container used to provision resources in Azure. Tags: permissionprimary-field
27e9b03f-04d2-2b69-b327-32f433f7ed21
azure.location
string
resourcestable Display name: Azure location A specific geographical location of Azure cloud resource. Tags: primary-field
westeurope
azure.availability_zones
string[]
resourceexperimental Display name: Azure availability zones Availability zones of Azure cloud resource.
['1']
azure.resource.group
string
resourcestable Display name: Azure resource group A resource group is a container that holds related resources for an Azure solution. Tags: permissionprimary-field
demo-backend-rg
azure.tenant.id
string
resourceexperimental Display name: Azure tenant ID Unique, immutable identifier assigned to the Azure tenant.
37c4add3-612a-483d-8b24-cccbb35d3306
Cloud entity fields
Fields that are provided by all Cloud workloads.
Attribute
Type
Description
Examples
cloud.acquisition.status
string
experimental Display name: Cloud acquisition status The status of Smartscape nodes data acquisition by Data Acquisition Conroller OK - node is consistent DELETED - node was deleted in the cloud platform ERROR - there was an error acquiring node, but the node was upserted INCOMPLETE - there was an error acquiring node child resource (ie. EC2 Instance, with no EBS volumes due to missing permissions) , but the node was upserted.
The ID is calculated based on the following fields in the defined order: azure.resource.id
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
[]
Azure resource fields
Contains all fields that are provided by all resources running on Azure, including Azure, Core and K8s entities.
Attribute
Type
Description
Examples
azure.subscription
string
resourcestable Display name: Azure subscription An Azure subscription is a logical container used to provision resources in Azure. Tags: permissionprimary-field
27e9b03f-04d2-2b69-b327-32f433f7ed21
azure.location
string
resourcestable Display name: Azure location A specific geographical location of Azure cloud resource. Tags: primary-field
westeurope
azure.availability_zones
string[]
resourceexperimental Display name: Azure availability zones Availability zones of Azure cloud resource.
['1']
azure.resource.group
string
resourcestable Display name: Azure resource group A resource group is a container that holds related resources for an Azure solution. Tags: permissionprimary-field
demo-backend-rg
azure.resource.id
string
resourceexperimental Display name: Azure resource ID A unique, immutable identifier assigned to each Azure cloud resource.
resourceexperimental Display name: Azure resource name User-provided name of the Azure cloud resource.
demo-aks
azure.resource.type
string
resourceexperimental Display name: Azure resource type The name of a resource type in the format: {resource-provider}/{resource-type}.
Microsoft.ContainerService/managedClusters
Azure entity fields
Contains all fields that are provided by all Azure entities.
Attribute
Type
Description
Examples
azure.resource.kind
string
experimental Display name: Azure resource kind A kind of the Azure resource
app,linux
azure.resource.sku.name
string
experimental Display name: Azure resource SKU name Name of the Azure resource SKU
B_Gen5_1
azure.resource.sku.tier
string
experimental Display name: Azure resource SKU tier Tier of the Azure resource SKU
Basic
azure.resource.sku.capacity
string
experimental Display name: Azure resource SKU capacity Capacity of the Azure resource SKU
20
azure.status
string
experimental Display name: Azure status The status of the instance
Running; Stopped (deallocated)
azure.provisioning_state
string
experimental Display name: Azure provisioning state The provisioning status of the resource
Succeeded; DELETED; ERROR; INCOMPLETE
azure.object
string
experimental Display name: Azure object The full JSON content of Azure object
azure.properties.version
string
experimental Display name: Azure properties version The json content version
...
azure.subscription
string
resourcestable Display name: Azure subscription An Azure subscription is a logical container used to provision resources in Azure. Tags: permissionprimary-field
27e9b03f-04d2-2b69-b327-32f433f7ed21
azure.location
string
resourcestable Display name: Azure location A specific geographical location of Azure cloud resource. Tags: primary-field
westeurope
azure.availability_zones
string[]
resourceexperimental Display name: Azure availability zones Availability zones of Azure cloud resource.
['1']
azure.resource.group
string
resourcestable Display name: Azure resource group A resource group is a container that holds related resources for an Azure solution. Tags: permissionprimary-field
demo-backend-rg
azure.tenant.id
string
resourceexperimental Display name: Azure tenant ID Unique, immutable identifier assigned to the Azure tenant.
37c4add3-612a-483d-8b24-cccbb35d3306
Cloud entity fields
Fields that are provided by all Cloud workloads.
Attribute
Type
Description
Examples
cloud.acquisition.status
string
experimental Display name: Cloud acquisition status The status of Smartscape nodes data acquisition by Data Acquisition Conroller OK - node is consistent DELETED - node was deleted in the cloud platform ERROR - there was an error acquiring node, but the node was upserted INCOMPLETE - there was an error acquiring node child resource (ie. EC2 Instance, with no EBS volumes due to missing permissions) , but the node was upserted.
Azure IoT Hub managed service for bidirectional communication with IoT devices.
Query
Fetch all Smartscape nodes from the smartscape.nodes table and filter for the entity type "AZURE_MICROSOFT_DEVICES_IOTHUBS"
smartscapeNodes"AZURE_MICROSOFT_DEVICES_IOTHUBS"
ID input
The ID is calculated based on the following fields in the defined order: azure.resource.id
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
[]
Azure resource fields
Contains all fields that are provided by all resources running on Azure, including Azure, Core and K8s entities.
Attribute
Type
Description
Examples
azure.subscription
string
resourcestable Display name: Azure subscription An Azure subscription is a logical container used to provision resources in Azure. Tags: permissionprimary-field
27e9b03f-04d2-2b69-b327-32f433f7ed21
azure.location
string
resourcestable Display name: Azure location A specific geographical location of Azure cloud resource. Tags: primary-field
westeurope
azure.availability_zones
string[]
resourceexperimental Display name: Azure availability zones Availability zones of Azure cloud resource.
['1']
azure.resource.group
string
resourcestable Display name: Azure resource group A resource group is a container that holds related resources for an Azure solution. Tags: permissionprimary-field
demo-backend-rg
azure.resource.id
string
resourceexperimental Display name: Azure resource ID A unique, immutable identifier assigned to each Azure cloud resource.
resourceexperimental Display name: Azure resource name User-provided name of the Azure cloud resource.
demo-aks
azure.resource.type
string
resourceexperimental Display name: Azure resource type The name of a resource type in the format: {resource-provider}/{resource-type}.
Microsoft.ContainerService/managedClusters
Azure entity fields
Contains all fields that are provided by all Azure entities.
Attribute
Type
Description
Examples
azure.resource.kind
string
experimental Display name: Azure resource kind A kind of the Azure resource
app,linux
azure.resource.sku.name
string
experimental Display name: Azure resource SKU name Name of the Azure resource SKU
B_Gen5_1
azure.resource.sku.tier
string
experimental Display name: Azure resource SKU tier Tier of the Azure resource SKU
Basic
azure.resource.sku.capacity
string
experimental Display name: Azure resource SKU capacity Capacity of the Azure resource SKU
20
azure.status
string
experimental Display name: Azure status The status of the instance
Running; Stopped (deallocated)
azure.provisioning_state
string
experimental Display name: Azure provisioning state The provisioning status of the resource
Succeeded; DELETED; ERROR; INCOMPLETE
azure.object
string
experimental Display name: Azure object The full JSON content of Azure object
azure.properties.version
string
experimental Display name: Azure properties version The json content version
...
azure.subscription
string
resourcestable Display name: Azure subscription An Azure subscription is a logical container used to provision resources in Azure. Tags: permissionprimary-field
27e9b03f-04d2-2b69-b327-32f433f7ed21
azure.location
string
resourcestable Display name: Azure location A specific geographical location of Azure cloud resource. Tags: primary-field
westeurope
azure.availability_zones
string[]
resourceexperimental Display name: Azure availability zones Availability zones of Azure cloud resource.
['1']
azure.resource.group
string
resourcestable Display name: Azure resource group A resource group is a container that holds related resources for an Azure solution. Tags: permissionprimary-field
demo-backend-rg
azure.tenant.id
string
resourceexperimental Display name: Azure tenant ID Unique, immutable identifier assigned to the Azure tenant.
37c4add3-612a-483d-8b24-cccbb35d3306
Cloud entity fields
Fields that are provided by all Cloud workloads.
Attribute
Type
Description
Examples
cloud.acquisition.status
string
experimental Display name: Cloud acquisition status The status of Smartscape nodes data acquisition by Data Acquisition Conroller OK - node is consistent DELETED - node was deleted in the cloud platform ERROR - there was an error acquiring node, but the node was upserted INCOMPLETE - there was an error acquiring node child resource (ie. EC2 Instance, with no EBS volumes due to missing permissions) , but the node was upserted.
The ID is calculated based on the following fields in the defined order: azure.resource.id
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
[]
Azure resource fields
Contains all fields that are provided by all resources running on Azure, including Azure, Core and K8s entities.
Attribute
Type
Description
Examples
azure.subscription
string
resourcestable Display name: Azure subscription An Azure subscription is a logical container used to provision resources in Azure. Tags: permissionprimary-field
27e9b03f-04d2-2b69-b327-32f433f7ed21
azure.location
string
resourcestable Display name: Azure location A specific geographical location of Azure cloud resource. Tags: primary-field
westeurope
azure.availability_zones
string[]
resourceexperimental Display name: Azure availability zones Availability zones of Azure cloud resource.
['1']
azure.resource.group
string
resourcestable Display name: Azure resource group A resource group is a container that holds related resources for an Azure solution. Tags: permissionprimary-field
demo-backend-rg
azure.resource.id
string
resourceexperimental Display name: Azure resource ID A unique, immutable identifier assigned to each Azure cloud resource.
resourceexperimental Display name: Azure resource name User-provided name of the Azure cloud resource.
demo-aks
azure.resource.type
string
resourceexperimental Display name: Azure resource type The name of a resource type in the format: {resource-provider}/{resource-type}.
Microsoft.ContainerService/managedClusters
Azure entity fields
Contains all fields that are provided by all Azure entities.
Attribute
Type
Description
Examples
azure.resource.kind
string
experimental Display name: Azure resource kind A kind of the Azure resource
app,linux
azure.resource.sku.name
string
experimental Display name: Azure resource SKU name Name of the Azure resource SKU
B_Gen5_1
azure.resource.sku.tier
string
experimental Display name: Azure resource SKU tier Tier of the Azure resource SKU
Basic
azure.resource.sku.capacity
string
experimental Display name: Azure resource SKU capacity Capacity of the Azure resource SKU
20
azure.status
string
experimental Display name: Azure status The status of the instance
Running; Stopped (deallocated)
azure.provisioning_state
string
experimental Display name: Azure provisioning state The provisioning status of the resource
Succeeded; DELETED; ERROR; INCOMPLETE
azure.object
string
experimental Display name: Azure object The full JSON content of Azure object
azure.properties.version
string
experimental Display name: Azure properties version The json content version
...
azure.subscription
string
resourcestable Display name: Azure subscription An Azure subscription is a logical container used to provision resources in Azure. Tags: permissionprimary-field
27e9b03f-04d2-2b69-b327-32f433f7ed21
azure.location
string
resourcestable Display name: Azure location A specific geographical location of Azure cloud resource. Tags: primary-field
westeurope
azure.availability_zones
string[]
resourceexperimental Display name: Azure availability zones Availability zones of Azure cloud resource.
['1']
azure.resource.group
string
resourcestable Display name: Azure resource group A resource group is a container that holds related resources for an Azure solution. Tags: permissionprimary-field
demo-backend-rg
azure.tenant.id
string
resourceexperimental Display name: Azure tenant ID Unique, immutable identifier assigned to the Azure tenant.
37c4add3-612a-483d-8b24-cccbb35d3306
Cloud entity fields
Fields that are provided by all Cloud workloads.
Attribute
Type
Description
Examples
cloud.acquisition.status
string
experimental Display name: Cloud acquisition status The status of Smartscape nodes data acquisition by Data Acquisition Conroller OK - node is consistent DELETED - node was deleted in the cloud platform ERROR - there was an error acquiring node, but the node was upserted INCOMPLETE - there was an error acquiring node child resource (ie. EC2 Instance, with no EBS volumes due to missing permissions) , but the node was upserted.
The ID is calculated based on the following fields in the defined order: azure.resource.id
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
[]
Azure resource fields
Contains all fields that are provided by all resources running on Azure, including Azure, Core and K8s entities.
Attribute
Type
Description
Examples
azure.subscription
string
resourcestable Display name: Azure subscription An Azure subscription is a logical container used to provision resources in Azure. Tags: permissionprimary-field
27e9b03f-04d2-2b69-b327-32f433f7ed21
azure.location
string
resourcestable Display name: Azure location A specific geographical location of Azure cloud resource. Tags: primary-field
westeurope
azure.availability_zones
string[]
resourceexperimental Display name: Azure availability zones Availability zones of Azure cloud resource.
['1']
azure.resource.group
string
resourcestable Display name: Azure resource group A resource group is a container that holds related resources for an Azure solution. Tags: permissionprimary-field
demo-backend-rg
azure.resource.id
string
resourceexperimental Display name: Azure resource ID A unique, immutable identifier assigned to each Azure cloud resource.
resourceexperimental Display name: Azure resource name User-provided name of the Azure cloud resource.
demo-aks
azure.resource.type
string
resourceexperimental Display name: Azure resource type The name of a resource type in the format: {resource-provider}/{resource-type}.
Microsoft.ContainerService/managedClusters
Azure entity fields
Contains all fields that are provided by all Azure entities.
Attribute
Type
Description
Examples
azure.resource.kind
string
experimental Display name: Azure resource kind A kind of the Azure resource
app,linux
azure.resource.sku.name
string
experimental Display name: Azure resource SKU name Name of the Azure resource SKU
B_Gen5_1
azure.resource.sku.tier
string
experimental Display name: Azure resource SKU tier Tier of the Azure resource SKU
Basic
azure.resource.sku.capacity
string
experimental Display name: Azure resource SKU capacity Capacity of the Azure resource SKU
20
azure.status
string
experimental Display name: Azure status The status of the instance
Running; Stopped (deallocated)
azure.provisioning_state
string
experimental Display name: Azure provisioning state The provisioning status of the resource
Succeeded; DELETED; ERROR; INCOMPLETE
azure.object
string
experimental Display name: Azure object The full JSON content of Azure object
azure.properties.version
string
experimental Display name: Azure properties version The json content version
...
azure.subscription
string
resourcestable Display name: Azure subscription An Azure subscription is a logical container used to provision resources in Azure. Tags: permissionprimary-field
27e9b03f-04d2-2b69-b327-32f433f7ed21
azure.location
string
resourcestable Display name: Azure location A specific geographical location of Azure cloud resource. Tags: primary-field
westeurope
azure.availability_zones
string[]
resourceexperimental Display name: Azure availability zones Availability zones of Azure cloud resource.
['1']
azure.resource.group
string
resourcestable Display name: Azure resource group A resource group is a container that holds related resources for an Azure solution. Tags: permissionprimary-field
demo-backend-rg
azure.tenant.id
string
resourceexperimental Display name: Azure tenant ID Unique, immutable identifier assigned to the Azure tenant.
37c4add3-612a-483d-8b24-cccbb35d3306
Cloud entity fields
Fields that are provided by all Cloud workloads.
Attribute
Type
Description
Examples
cloud.acquisition.status
string
experimental Display name: Cloud acquisition status The status of Smartscape nodes data acquisition by Data Acquisition Conroller OK - node is consistent DELETED - node was deleted in the cloud platform ERROR - there was an error acquiring node, but the node was upserted INCOMPLETE - there was an error acquiring node child resource (ie. EC2 Instance, with no EBS volumes due to missing permissions) , but the node was upserted.
The ID is calculated based on the following fields in the defined order: azure.resource.id
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
[]
Azure resource fields
Contains all fields that are provided by all resources running on Azure, including Azure, Core and K8s entities.
Attribute
Type
Description
Examples
azure.subscription
string
resourcestable Display name: Azure subscription An Azure subscription is a logical container used to provision resources in Azure. Tags: permissionprimary-field
27e9b03f-04d2-2b69-b327-32f433f7ed21
azure.location
string
resourcestable Display name: Azure location A specific geographical location of Azure cloud resource. Tags: primary-field
westeurope
azure.availability_zones
string[]
resourceexperimental Display name: Azure availability zones Availability zones of Azure cloud resource.
['1']
azure.resource.group
string
resourcestable Display name: Azure resource group A resource group is a container that holds related resources for an Azure solution. Tags: permissionprimary-field
demo-backend-rg
azure.resource.id
string
resourceexperimental Display name: Azure resource ID A unique, immutable identifier assigned to each Azure cloud resource.
resourceexperimental Display name: Azure resource name User-provided name of the Azure cloud resource.
demo-aks
azure.resource.type
string
resourceexperimental Display name: Azure resource type The name of a resource type in the format: {resource-provider}/{resource-type}.
Microsoft.ContainerService/managedClusters
Azure entity fields
Contains all fields that are provided by all Azure entities.
Attribute
Type
Description
Examples
azure.resource.kind
string
experimental Display name: Azure resource kind A kind of the Azure resource
app,linux
azure.resource.sku.name
string
experimental Display name: Azure resource SKU name Name of the Azure resource SKU
B_Gen5_1
azure.resource.sku.tier
string
experimental Display name: Azure resource SKU tier Tier of the Azure resource SKU
Basic
azure.resource.sku.capacity
string
experimental Display name: Azure resource SKU capacity Capacity of the Azure resource SKU
20
azure.status
string
experimental Display name: Azure status The status of the instance
Running; Stopped (deallocated)
azure.provisioning_state
string
experimental Display name: Azure provisioning state The provisioning status of the resource
Succeeded; DELETED; ERROR; INCOMPLETE
azure.object
string
experimental Display name: Azure object The full JSON content of Azure object
azure.properties.version
string
experimental Display name: Azure properties version The json content version
...
azure.subscription
string
resourcestable Display name: Azure subscription An Azure subscription is a logical container used to provision resources in Azure. Tags: permissionprimary-field
27e9b03f-04d2-2b69-b327-32f433f7ed21
azure.location
string
resourcestable Display name: Azure location A specific geographical location of Azure cloud resource. Tags: primary-field
westeurope
azure.availability_zones
string[]
resourceexperimental Display name: Azure availability zones Availability zones of Azure cloud resource.
['1']
azure.resource.group
string
resourcestable Display name: Azure resource group A resource group is a container that holds related resources for an Azure solution. Tags: permissionprimary-field
demo-backend-rg
azure.tenant.id
string
resourceexperimental Display name: Azure tenant ID Unique, immutable identifier assigned to the Azure tenant.
37c4add3-612a-483d-8b24-cccbb35d3306
Cloud entity fields
Fields that are provided by all Cloud workloads.
Attribute
Type
Description
Examples
cloud.acquisition.status
string
experimental Display name: Cloud acquisition status The status of Smartscape nodes data acquisition by Data Acquisition Conroller OK - node is consistent DELETED - node was deleted in the cloud platform ERROR - there was an error acquiring node, but the node was upserted INCOMPLETE - there was an error acquiring node child resource (ie. EC2 Instance, with no EBS volumes due to missing permissions) , but the node was upserted.
The ID is calculated based on the following fields in the defined order: azure.resource.id
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
[]
Azure resource fields
Contains all fields that are provided by all resources running on Azure, including Azure, Core and K8s entities.
Attribute
Type
Description
Examples
azure.subscription
string
resourcestable Display name: Azure subscription An Azure subscription is a logical container used to provision resources in Azure. Tags: permissionprimary-field
27e9b03f-04d2-2b69-b327-32f433f7ed21
azure.location
string
resourcestable Display name: Azure location A specific geographical location of Azure cloud resource. Tags: primary-field
westeurope
azure.availability_zones
string[]
resourceexperimental Display name: Azure availability zones Availability zones of Azure cloud resource.
['1']
azure.resource.group
string
resourcestable Display name: Azure resource group A resource group is a container that holds related resources for an Azure solution. Tags: permissionprimary-field
demo-backend-rg
azure.resource.id
string
resourceexperimental Display name: Azure resource ID A unique, immutable identifier assigned to each Azure cloud resource.
resourceexperimental Display name: Azure resource name User-provided name of the Azure cloud resource.
demo-aks
azure.resource.type
string
resourceexperimental Display name: Azure resource type The name of a resource type in the format: {resource-provider}/{resource-type}.
Microsoft.ContainerService/managedClusters
Azure entity fields
Contains all fields that are provided by all Azure entities.
Attribute
Type
Description
Examples
azure.resource.kind
string
experimental Display name: Azure resource kind A kind of the Azure resource
app,linux
azure.resource.sku.name
string
experimental Display name: Azure resource SKU name Name of the Azure resource SKU
B_Gen5_1
azure.resource.sku.tier
string
experimental Display name: Azure resource SKU tier Tier of the Azure resource SKU
Basic
azure.resource.sku.capacity
string
experimental Display name: Azure resource SKU capacity Capacity of the Azure resource SKU
20
azure.status
string
experimental Display name: Azure status The status of the instance
Running; Stopped (deallocated)
azure.provisioning_state
string
experimental Display name: Azure provisioning state The provisioning status of the resource
Succeeded; DELETED; ERROR; INCOMPLETE
azure.object
string
experimental Display name: Azure object The full JSON content of Azure object
azure.properties.version
string
experimental Display name: Azure properties version The json content version
...
azure.subscription
string
resourcestable Display name: Azure subscription An Azure subscription is a logical container used to provision resources in Azure. Tags: permissionprimary-field
27e9b03f-04d2-2b69-b327-32f433f7ed21
azure.location
string
resourcestable Display name: Azure location A specific geographical location of Azure cloud resource. Tags: primary-field
westeurope
azure.availability_zones
string[]
resourceexperimental Display name: Azure availability zones Availability zones of Azure cloud resource.
['1']
azure.resource.group
string
resourcestable Display name: Azure resource group A resource group is a container that holds related resources for an Azure solution. Tags: permissionprimary-field
demo-backend-rg
azure.tenant.id
string
resourceexperimental Display name: Azure tenant ID Unique, immutable identifier assigned to the Azure tenant.
37c4add3-612a-483d-8b24-cccbb35d3306
Cloud entity fields
Fields that are provided by all Cloud workloads.
Attribute
Type
Description
Examples
cloud.acquisition.status
string
experimental Display name: Cloud acquisition status The status of Smartscape nodes data acquisition by Data Acquisition Conroller OK - node is consistent DELETED - node was deleted in the cloud platform ERROR - there was an error acquiring node, but the node was upserted INCOMPLETE - there was an error acquiring node child resource (ie. EC2 Instance, with no EBS volumes due to missing permissions) , but the node was upserted.
The ID is calculated based on the following fields in the defined order: azure.resource.id
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
[]
Azure resource fields
Contains all fields that are provided by all resources running on Azure, including Azure, Core and K8s entities.
Attribute
Type
Description
Examples
azure.subscription
string
resourcestable Display name: Azure subscription An Azure subscription is a logical container used to provision resources in Azure. Tags: permissionprimary-field
27e9b03f-04d2-2b69-b327-32f433f7ed21
azure.location
string
resourcestable Display name: Azure location A specific geographical location of Azure cloud resource. Tags: primary-field
westeurope
azure.availability_zones
string[]
resourceexperimental Display name: Azure availability zones Availability zones of Azure cloud resource.
['1']
azure.resource.group
string
resourcestable Display name: Azure resource group A resource group is a container that holds related resources for an Azure solution. Tags: permissionprimary-field
demo-backend-rg
azure.resource.id
string
resourceexperimental Display name: Azure resource ID A unique, immutable identifier assigned to each Azure cloud resource.
resourceexperimental Display name: Azure resource name User-provided name of the Azure cloud resource.
demo-aks
azure.resource.type
string
resourceexperimental Display name: Azure resource type The name of a resource type in the format: {resource-provider}/{resource-type}.
Microsoft.ContainerService/managedClusters
Azure entity fields
Contains all fields that are provided by all Azure entities.
Attribute
Type
Description
Examples
azure.resource.kind
string
experimental Display name: Azure resource kind A kind of the Azure resource
app,linux
azure.resource.sku.name
string
experimental Display name: Azure resource SKU name Name of the Azure resource SKU
B_Gen5_1
azure.resource.sku.tier
string
experimental Display name: Azure resource SKU tier Tier of the Azure resource SKU
Basic
azure.resource.sku.capacity
string
experimental Display name: Azure resource SKU capacity Capacity of the Azure resource SKU
20
azure.status
string
experimental Display name: Azure status The status of the instance
Running; Stopped (deallocated)
azure.provisioning_state
string
experimental Display name: Azure provisioning state The provisioning status of the resource
Succeeded; DELETED; ERROR; INCOMPLETE
azure.object
string
experimental Display name: Azure object The full JSON content of Azure object
azure.properties.version
string
experimental Display name: Azure properties version The json content version
...
azure.subscription
string
resourcestable Display name: Azure subscription An Azure subscription is a logical container used to provision resources in Azure. Tags: permissionprimary-field
27e9b03f-04d2-2b69-b327-32f433f7ed21
azure.location
string
resourcestable Display name: Azure location A specific geographical location of Azure cloud resource. Tags: primary-field
westeurope
azure.availability_zones
string[]
resourceexperimental Display name: Azure availability zones Availability zones of Azure cloud resource.
['1']
azure.resource.group
string
resourcestable Display name: Azure resource group A resource group is a container that holds related resources for an Azure solution. Tags: permissionprimary-field
demo-backend-rg
azure.tenant.id
string
resourceexperimental Display name: Azure tenant ID Unique, immutable identifier assigned to the Azure tenant.
37c4add3-612a-483d-8b24-cccbb35d3306
Cloud entity fields
Fields that are provided by all Cloud workloads.
Attribute
Type
Description
Examples
cloud.acquisition.status
string
experimental Display name: Cloud acquisition status The status of Smartscape nodes data acquisition by Data Acquisition Conroller OK - node is consistent DELETED - node was deleted in the cloud platform ERROR - there was an error acquiring node, but the node was upserted INCOMPLETE - there was an error acquiring node child resource (ie. EC2 Instance, with no EBS volumes due to missing permissions) , but the node was upserted.
The ID is calculated based on the following fields in the defined order: azure.resource.id
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
[]
Azure resource fields
Contains all fields that are provided by all resources running on Azure, including Azure, Core and K8s entities.
Attribute
Type
Description
Examples
azure.subscription
string
resourcestable Display name: Azure subscription An Azure subscription is a logical container used to provision resources in Azure. Tags: permissionprimary-field
27e9b03f-04d2-2b69-b327-32f433f7ed21
azure.location
string
resourcestable Display name: Azure location A specific geographical location of Azure cloud resource. Tags: primary-field
westeurope
azure.availability_zones
string[]
resourceexperimental Display name: Azure availability zones Availability zones of Azure cloud resource.
['1']
azure.resource.group
string
resourcestable Display name: Azure resource group A resource group is a container that holds related resources for an Azure solution. Tags: permissionprimary-field
demo-backend-rg
azure.resource.id
string
resourceexperimental Display name: Azure resource ID A unique, immutable identifier assigned to each Azure cloud resource.
resourceexperimental Display name: Azure resource name User-provided name of the Azure cloud resource.
demo-aks
azure.resource.type
string
resourceexperimental Display name: Azure resource type The name of a resource type in the format: {resource-provider}/{resource-type}.
Microsoft.ContainerService/managedClusters
Azure entity fields
Contains all fields that are provided by all Azure entities.
Attribute
Type
Description
Examples
azure.resource.kind
string
experimental Display name: Azure resource kind A kind of the Azure resource
app,linux
azure.resource.sku.name
string
experimental Display name: Azure resource SKU name Name of the Azure resource SKU
B_Gen5_1
azure.resource.sku.tier
string
experimental Display name: Azure resource SKU tier Tier of the Azure resource SKU
Basic
azure.resource.sku.capacity
string
experimental Display name: Azure resource SKU capacity Capacity of the Azure resource SKU
20
azure.status
string
experimental Display name: Azure status The status of the instance
Running; Stopped (deallocated)
azure.provisioning_state
string
experimental Display name: Azure provisioning state The provisioning status of the resource
Succeeded; DELETED; ERROR; INCOMPLETE
azure.object
string
experimental Display name: Azure object The full JSON content of Azure object
azure.properties.version
string
experimental Display name: Azure properties version The json content version
...
azure.subscription
string
resourcestable Display name: Azure subscription An Azure subscription is a logical container used to provision resources in Azure. Tags: permissionprimary-field
27e9b03f-04d2-2b69-b327-32f433f7ed21
azure.location
string
resourcestable Display name: Azure location A specific geographical location of Azure cloud resource. Tags: primary-field
westeurope
azure.availability_zones
string[]
resourceexperimental Display name: Azure availability zones Availability zones of Azure cloud resource.
['1']
azure.resource.group
string
resourcestable Display name: Azure resource group A resource group is a container that holds related resources for an Azure solution. Tags: permissionprimary-field
demo-backend-rg
azure.tenant.id
string
resourceexperimental Display name: Azure tenant ID Unique, immutable identifier assigned to the Azure tenant.
37c4add3-612a-483d-8b24-cccbb35d3306
Cloud entity fields
Fields that are provided by all Cloud workloads.
Attribute
Type
Description
Examples
cloud.acquisition.status
string
experimental Display name: Cloud acquisition status The status of Smartscape nodes data acquisition by Data Acquisition Conroller OK - node is consistent DELETED - node was deleted in the cloud platform ERROR - there was an error acquiring node, but the node was upserted INCOMPLETE - there was an error acquiring node child resource (ie. EC2 Instance, with no EBS volumes due to missing permissions) , but the node was upserted.