Try it free

Smartscape - Azure

  • Latest Dynatrace
  • Reference
  • Published Jun 02, 2026

This section documents a set of preconfigured entities that are created for Azure based on Azure Resource Graph. All entity types are prefixed with AZURE*. You can get an overview of all AZURE entities with the following DQL query:

smartscapeNodes "AZURE*"
| summarize by:type, count()

Azure resource fields

Contains all fields that are provided by all resorce running on Azure, including Azure, Core and K8s entities.

AttributeTypeDescriptionExamples
azure.availability_zonesstring[]resource experimental
Availability zones of Azure cloud resource.
['1']
azure.locationstringresource stable
A specific geographical location of Azure cloud resource.
Tags: primary-field
westeurope
azure.resource.groupstringresource stable
A resource group is a container that holds related resources for an Azure solution.
Tags: permission primary-field
demo-backend-rg
azure.resource.idstringresource experimental
A unique, immutable identifier assigned to each Azure cloud resource.
/subscriptions/27e9b03f-04d2-2b69-b327-32f433f7ed21/resourceGroups/demo-backend-rg/providers/Microsoft.ContainerService/managedClusters/demo-aks
azure.resource.namestringresource experimental
User-provided name of the Azure cloud resource.
demo-aks
azure.resource.typestringresource experimental
The name of a resource type in the format: {resource-provider}/{resource-type}.
Microsoft.ContainerService/managedClusters
azure.subscriptionstringresource stable
An Azure subscription is a logical container used to provision resources in Azure.
Tags: permission primary-field
27e9b03f-04d2-2b69-b327-32f433f7ed21

IDs & ingest / enrichment paths

The Smartscape ID for a given entity is calculated based on the Azure resource id.

Azure object

The azure.object field contains the JSON string representing configuration state from Azure Resource Graph.

Azure tags

All Azure tags of an entity are captured automatically and available via the tags:azure and additionally via the tags field. E.g. to access the CREATED_BY tag you can use tags[CREATED_BY].

Permission fields

  • azure.subscription
  • azure.resource.group
  • dt.security_context

API Management Service

Smartscape node name: azure.resource.name

Smartscape node type: AZURE_MICROSOFT_APIMANAGEMENT_SERVICE

This entity represents API Management Service

Query

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

smartscapeNodes "AZURE_MICROSOFT_APIMANAGEMENT_SERVICE"

Base entity fields

The following base fields are used for all entities.

AttributeTypeDescriptionExamples
idsmartscapeIdstable
A Smartscape ID consists of two components: an UPPER_CASE entity type and a random 16-character hexadecimal unique identifier, separated by a dash. Use Smartscape conversion functions when working with strings that represent Smartscape IDs.
<type>-017198AD253CBD63
id_classicstringdeprecated
The entity ID that was used in the classic entity store. This ID is present in old monitoring data. Not all entities have this ID, and it is not generated for new entities. Use the id field instead, which is the Smartscape ID.
<type>-017198AD253CBD63
namestringstable
The entity name.
localhost; easyTravel; product-catalog
typestringstable
The entity type. UPPER_SNAKE_CASE string that represents the type of the entity.
TYPE_A
tagsrecordstable
A consolidated record that aggregates all tag values originating from different contexts. Each nested field within tags represents a specific key (for example, release or name). The value of each nested field is the tag value from one or multiple contexts. Tags for specific context can be queried via tags:context field. Note that rule-based tags do not exist in the new model.
tags[tag_key-1] = [context_A_tag_val-1, context_B_tag_val-1]; tags[tag_key-2] = context_C_tag_val-1; tags:context_A[tag_key-1] = context_A_tag_val-1
lifetimetimeframestable
The lifetime of the entity. This is a record with two nested fields: start and end, which represent the time when the entity was first and last observed, respectively. Each time an entity is updated, the end time is updated to the current time.
{ start: 2022-07-06T13:36:00.808Z, end: 2024-04-11T06:56:01.204Z }
referencesrecordstable
Provides access to static edges pointing to other entities. In this record each nested field represents a relationship type and target type, and the value is an array of target smartscape IDs. This field is hidden by default but can be added using the fieldsAdd command.
{ references[runs_on.host] : [HOST-C251A1173C2B4B39,HOST-0E9038C7C4409D69], references[runs_on.container] : [CONTAINER-68A08967EF4F675B] }
dt.security_contextstring[]resource stable
The security contexts associated with the entity. For Smartscape entities, this field is always an array.
Tags: permission
[]

Azure resource fields

Contains all fields that are provided by all resorce running on Azure, including Azure, Core and K8s entities.

AttributeTypeDescriptionExamples
azure.subscriptionstringresource stable
An Azure subscription is a logical container used to provision resources in Azure.
Tags: permission primary-field
27e9b03f-04d2-2b69-b327-32f433f7ed21
azure.locationstringresource stable
A specific geographical location of Azure cloud resource.
Tags: primary-field
westeurope
azure.availability_zonesstring[]resource experimental
Availability zones of Azure cloud resource.
['1']
azure.resource.groupstringresource stable
A resource group is a container that holds related resources for an Azure solution.
Tags: permission primary-field
demo-backend-rg
azure.resource.idstringresource experimental
A unique, immutable identifier assigned to each Azure cloud resource.
/subscriptions/27e9b03f-04d2-2b69-b327-32f433f7ed21/resourceGroups/demo-backend-rg/providers/Microsoft.ContainerService/managedClusters/demo-aks
azure.resource.namestringresource experimental
User-provided name of the Azure cloud resource.
demo-aks
azure.resource.typestringresource experimental
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.

AttributeTypeDescriptionExamples
azure.resource.kindstringexperimental
A kind of the Azure resource
app,linux
azure.resource.sku.namestringexperimental
Name of the Azure resource SKU
B_Gen5_1
azure.resource.sku.tierstringexperimental
Tier of the Azure resource SKU
Basic
azure.resource.sku.capacitystringexperimental
Capacity of the Azure resource SKU
20
azure.statusstringexperimental
The status of the instance
Running; Stopped (deallocated)
azure.provisioning_statestringexperimental
The provisioning status of the resource
Succeeded; DELETED; ERROR; INCOMPLETE
azure.objectstringexperimental
The full JSON content of Azure object
azure.properties.versionstringexperimental
The json content version
...
azure.subscriptionstringresource stable
An Azure subscription is a logical container used to provision resources in Azure.
Tags: permission primary-field
27e9b03f-04d2-2b69-b327-32f433f7ed21
azure.locationstringresource stable
A specific geographical location of Azure cloud resource.
Tags: primary-field
westeurope
azure.availability_zonesstring[]resource experimental
Availability zones of Azure cloud resource.
['1']
azure.resource.groupstringresource stable
A resource group is a container that holds related resources for an Azure solution.
Tags: permission primary-field
demo-backend-rg
azure.tenant.idstringresource experimental
Unique, immutable identifier assigned to the Azure tenant.
37c4add3-612a-483d-8b24-cccbb35d3306

Cloud entity fields

Fields that are provided by all Cloud workloads.

AttributeTypeDescriptionExamples
cloud.acquisition.statusstringexperimental
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.
OK; DELETED; ERROR; INCOMPLETE

App Service

Smartscape node name: azure.resource.name

Smartscape node type: AZURE_MICROSOFT_WEB_SITES

This entity represents App Service

Query

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

smartscapeNodes "AZURE_MICROSOFT_WEB_SITES"

Base entity fields

The following base fields are used for all entities.

AttributeTypeDescriptionExamples
idsmartscapeIdstable
A Smartscape ID consists of two components: an UPPER_CASE entity type and a random 16-character hexadecimal unique identifier, separated by a dash. Use Smartscape conversion functions when working with strings that represent Smartscape IDs.
<type>-017198AD253CBD63
id_classicstringdeprecated
The entity ID that was used in the classic entity store. This ID is present in old monitoring data. Not all entities have this ID, and it is not generated for new entities. Use the id field instead, which is the Smartscape ID.
<type>-017198AD253CBD63
namestringstable
The entity name.
localhost; easyTravel; product-catalog
typestringstable
The entity type. UPPER_SNAKE_CASE string that represents the type of the entity.
TYPE_A
tagsrecordstable
A consolidated record that aggregates all tag values originating from different contexts. Each nested field within tags represents a specific key (for example, release or name). The value of each nested field is the tag value from one or multiple contexts. Tags for specific context can be queried via tags:context field. Note that rule-based tags do not exist in the new model.
tags[tag_key-1] = [context_A_tag_val-1, context_B_tag_val-1]; tags[tag_key-2] = context_C_tag_val-1; tags:context_A[tag_key-1] = context_A_tag_val-1
lifetimetimeframestable
The lifetime of the entity. This is a record with two nested fields: start and end, which represent the time when the entity was first and last observed, respectively. Each time an entity is updated, the end time is updated to the current time.
{ start: 2022-07-06T13:36:00.808Z, end: 2024-04-11T06:56:01.204Z }
referencesrecordstable
Provides access to static edges pointing to other entities. In this record each nested field represents a relationship type and target type, and the value is an array of target smartscape IDs. This field is hidden by default but can be added using the fieldsAdd command.
{ references[runs_on.host] : [HOST-C251A1173C2B4B39,HOST-0E9038C7C4409D69], references[runs_on.container] : [CONTAINER-68A08967EF4F675B] }
dt.security_contextstring[]resource stable
The security contexts associated with the entity. For Smartscape entities, this field is always an array.
Tags: permission
[]

Azure resource fields

Contains all fields that are provided by all resorce running on Azure, including Azure, Core and K8s entities.

AttributeTypeDescriptionExamples
azure.subscriptionstringresource stable
An Azure subscription is a logical container used to provision resources in Azure.
Tags: permission primary-field
27e9b03f-04d2-2b69-b327-32f433f7ed21
azure.locationstringresource stable
A specific geographical location of Azure cloud resource.
Tags: primary-field
westeurope
azure.availability_zonesstring[]resource experimental
Availability zones of Azure cloud resource.
['1']
azure.resource.groupstringresource stable
A resource group is a container that holds related resources for an Azure solution.
Tags: permission primary-field
demo-backend-rg
azure.resource.idstringresource experimental
A unique, immutable identifier assigned to each Azure cloud resource.
/subscriptions/27e9b03f-04d2-2b69-b327-32f433f7ed21/resourceGroups/demo-backend-rg/providers/Microsoft.ContainerService/managedClusters/demo-aks
azure.resource.namestringresource experimental
User-provided name of the Azure cloud resource.
demo-aks
azure.resource.typestringresource experimental
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.

AttributeTypeDescriptionExamples
azure.resource.kindstringexperimental
A kind of the Azure resource
app,linux
azure.resource.sku.namestringexperimental
Name of the Azure resource SKU
B_Gen5_1
azure.resource.sku.tierstringexperimental
Tier of the Azure resource SKU
Basic
azure.resource.sku.capacitystringexperimental
Capacity of the Azure resource SKU
20
azure.statusstringexperimental
The status of the instance
Running; Stopped (deallocated)
azure.provisioning_statestringexperimental
The provisioning status of the resource
Succeeded; DELETED; ERROR; INCOMPLETE
azure.objectstringexperimental
The full JSON content of Azure object
azure.properties.versionstringexperimental
The json content version
...
azure.subscriptionstringresource stable
An Azure subscription is a logical container used to provision resources in Azure.
Tags: permission primary-field
27e9b03f-04d2-2b69-b327-32f433f7ed21
azure.locationstringresource stable
A specific geographical location of Azure cloud resource.
Tags: primary-field
westeurope
azure.availability_zonesstring[]resource experimental
Availability zones of Azure cloud resource.
['1']
azure.resource.groupstringresource stable
A resource group is a container that holds related resources for an Azure solution.
Tags: permission primary-field
demo-backend-rg
azure.tenant.idstringresource experimental
Unique, immutable identifier assigned to the Azure tenant.
37c4add3-612a-483d-8b24-cccbb35d3306

Cloud entity fields

Fields that are provided by all Cloud workloads.

AttributeTypeDescriptionExamples
cloud.acquisition.statusstringexperimental
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.
OK; DELETED; ERROR; INCOMPLETE

App Service Plan

Smartscape node name: azure.resource.name

Smartscape node type: AZURE_MICROSOFT_WEB_SERVERFARMS

This entity represents App Service Plan

Query

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

smartscapeNodes "AZURE_MICROSOFT_WEB_SERVERFARMS"

Base entity fields

The following base fields are used for all entities.

AttributeTypeDescriptionExamples
idsmartscapeIdstable
A Smartscape ID consists of two components: an UPPER_CASE entity type and a random 16-character hexadecimal unique identifier, separated by a dash. Use Smartscape conversion functions when working with strings that represent Smartscape IDs.
<type>-017198AD253CBD63
id_classicstringdeprecated
The entity ID that was used in the classic entity store. This ID is present in old monitoring data. Not all entities have this ID, and it is not generated for new entities. Use the id field instead, which is the Smartscape ID.
<type>-017198AD253CBD63
namestringstable
The entity name.
localhost; easyTravel; product-catalog
typestringstable
The entity type. UPPER_SNAKE_CASE string that represents the type of the entity.
TYPE_A
tagsrecordstable
A consolidated record that aggregates all tag values originating from different contexts. Each nested field within tags represents a specific key (for example, release or name). The value of each nested field is the tag value from one or multiple contexts. Tags for specific context can be queried via tags:context field. Note that rule-based tags do not exist in the new model.
tags[tag_key-1] = [context_A_tag_val-1, context_B_tag_val-1]; tags[tag_key-2] = context_C_tag_val-1; tags:context_A[tag_key-1] = context_A_tag_val-1
lifetimetimeframestable
The lifetime of the entity. This is a record with two nested fields: start and end, which represent the time when the entity was first and last observed, respectively. Each time an entity is updated, the end time is updated to the current time.
{ start: 2022-07-06T13:36:00.808Z, end: 2024-04-11T06:56:01.204Z }
referencesrecordstable
Provides access to static edges pointing to other entities. In this record each nested field represents a relationship type and target type, and the value is an array of target smartscape IDs. This field is hidden by default but can be added using the fieldsAdd command.
{ references[runs_on.host] : [HOST-C251A1173C2B4B39,HOST-0E9038C7C4409D69], references[runs_on.container] : [CONTAINER-68A08967EF4F675B] }
dt.security_contextstring[]resource stable
The security contexts associated with the entity. For Smartscape entities, this field is always an array.
Tags: permission
[]

Azure resource fields

Contains all fields that are provided by all resorce running on Azure, including Azure, Core and K8s entities.

AttributeTypeDescriptionExamples
azure.subscriptionstringresource stable
An Azure subscription is a logical container used to provision resources in Azure.
Tags: permission primary-field
27e9b03f-04d2-2b69-b327-32f433f7ed21
azure.locationstringresource stable
A specific geographical location of Azure cloud resource.
Tags: primary-field
westeurope
azure.availability_zonesstring[]resource experimental
Availability zones of Azure cloud resource.
['1']
azure.resource.groupstringresource stable
A resource group is a container that holds related resources for an Azure solution.
Tags: permission primary-field
demo-backend-rg
azure.resource.idstringresource experimental
A unique, immutable identifier assigned to each Azure cloud resource.
/subscriptions/27e9b03f-04d2-2b69-b327-32f433f7ed21/resourceGroups/demo-backend-rg/providers/Microsoft.ContainerService/managedClusters/demo-aks
azure.resource.namestringresource experimental
User-provided name of the Azure cloud resource.
demo-aks
azure.resource.typestringresource experimental
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.

AttributeTypeDescriptionExamples
azure.resource.kindstringexperimental
A kind of the Azure resource
app,linux
azure.resource.sku.namestringexperimental
Name of the Azure resource SKU
B_Gen5_1
azure.resource.sku.tierstringexperimental
Tier of the Azure resource SKU
Basic
azure.resource.sku.capacitystringexperimental
Capacity of the Azure resource SKU
20
azure.statusstringexperimental
The status of the instance
Running; Stopped (deallocated)
azure.provisioning_statestringexperimental
The provisioning status of the resource
Succeeded; DELETED; ERROR; INCOMPLETE
azure.objectstringexperimental
The full JSON content of Azure object
azure.properties.versionstringexperimental
The json content version
...
azure.subscriptionstringresource stable
An Azure subscription is a logical container used to provision resources in Azure.
Tags: permission primary-field
27e9b03f-04d2-2b69-b327-32f433f7ed21
azure.locationstringresource stable
A specific geographical location of Azure cloud resource.
Tags: primary-field
westeurope
azure.availability_zonesstring[]resource experimental
Availability zones of Azure cloud resource.
['1']
azure.resource.groupstringresource stable
A resource group is a container that holds related resources for an Azure solution.
Tags: permission primary-field
demo-backend-rg
azure.tenant.idstringresource experimental
Unique, immutable identifier assigned to the Azure tenant.
37c4add3-612a-483d-8b24-cccbb35d3306

Cloud entity fields

Fields that are provided by all Cloud workloads.

AttributeTypeDescriptionExamples
cloud.acquisition.statusstringexperimental
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.
OK; DELETED; ERROR; INCOMPLETE

Application Gateway

Smartscape node name: azure.resource.name

Smartscape node type: AZURE_MICROSOFT_NETWORK_APPLICATIONGATEWAYS

This entity represents Application Gateway

Query

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

smartscapeNodes "AZURE_MICROSOFT_NETWORK_APPLICATIONGATEWAYS"

Base entity fields

The following base fields are used for all entities.

AttributeTypeDescriptionExamples
idsmartscapeIdstable
A Smartscape ID consists of two components: an UPPER_CASE entity type and a random 16-character hexadecimal unique identifier, separated by a dash. Use Smartscape conversion functions when working with strings that represent Smartscape IDs.
<type>-017198AD253CBD63
id_classicstringdeprecated
The entity ID that was used in the classic entity store. This ID is present in old monitoring data. Not all entities have this ID, and it is not generated for new entities. Use the id field instead, which is the Smartscape ID.
<type>-017198AD253CBD63
namestringstable
The entity name.
localhost; easyTravel; product-catalog
typestringstable
The entity type. UPPER_SNAKE_CASE string that represents the type of the entity.
TYPE_A
tagsrecordstable
A consolidated record that aggregates all tag values originating from different contexts. Each nested field within tags represents a specific key (for example, release or name). The value of each nested field is the tag value from one or multiple contexts. Tags for specific context can be queried via tags:context field. Note that rule-based tags do not exist in the new model.
tags[tag_key-1] = [context_A_tag_val-1, context_B_tag_val-1]; tags[tag_key-2] = context_C_tag_val-1; tags:context_A[tag_key-1] = context_A_tag_val-1
lifetimetimeframestable
The lifetime of the entity. This is a record with two nested fields: start and end, which represent the time when the entity was first and last observed, respectively. Each time an entity is updated, the end time is updated to the current time.
{ start: 2022-07-06T13:36:00.808Z, end: 2024-04-11T06:56:01.204Z }
referencesrecordstable
Provides access to static edges pointing to other entities. In this record each nested field represents a relationship type and target type, and the value is an array of target smartscape IDs. This field is hidden by default but can be added using the fieldsAdd command.
{ references[runs_on.host] : [HOST-C251A1173C2B4B39,HOST-0E9038C7C4409D69], references[runs_on.container] : [CONTAINER-68A08967EF4F675B] }
dt.security_contextstring[]resource stable
The security contexts associated with the entity. For Smartscape entities, this field is always an array.
Tags: permission
[]

Azure resource fields

Contains all fields that are provided by all resorce running on Azure, including Azure, Core and K8s entities.

AttributeTypeDescriptionExamples
azure.subscriptionstringresource stable
An Azure subscription is a logical container used to provision resources in Azure.
Tags: permission primary-field
27e9b03f-04d2-2b69-b327-32f433f7ed21
azure.locationstringresource stable
A specific geographical location of Azure cloud resource.
Tags: primary-field
westeurope
azure.availability_zonesstring[]resource experimental
Availability zones of Azure cloud resource.
['1']
azure.resource.groupstringresource stable
A resource group is a container that holds related resources for an Azure solution.
Tags: permission primary-field
demo-backend-rg
azure.resource.idstringresource experimental
A unique, immutable identifier assigned to each Azure cloud resource.
/subscriptions/27e9b03f-04d2-2b69-b327-32f433f7ed21/resourceGroups/demo-backend-rg/providers/Microsoft.ContainerService/managedClusters/demo-aks
azure.resource.namestringresource experimental
User-provided name of the Azure cloud resource.
demo-aks
azure.resource.typestringresource experimental
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.

AttributeTypeDescriptionExamples
azure.resource.kindstringexperimental
A kind of the Azure resource
app,linux
azure.resource.sku.namestringexperimental
Name of the Azure resource SKU
B_Gen5_1
azure.resource.sku.tierstringexperimental
Tier of the Azure resource SKU
Basic
azure.resource.sku.capacitystringexperimental
Capacity of the Azure resource SKU
20
azure.statusstringexperimental
The status of the instance
Running; Stopped (deallocated)
azure.provisioning_statestringexperimental
The provisioning status of the resource
Succeeded; DELETED; ERROR; INCOMPLETE
azure.objectstringexperimental
The full JSON content of Azure object
azure.properties.versionstringexperimental
The json content version
...
azure.subscriptionstringresource stable
An Azure subscription is a logical container used to provision resources in Azure.
Tags: permission primary-field
27e9b03f-04d2-2b69-b327-32f433f7ed21
azure.locationstringresource stable
A specific geographical location of Azure cloud resource.
Tags: primary-field
westeurope
azure.availability_zonesstring[]resource experimental
Availability zones of Azure cloud resource.
['1']
azure.resource.groupstringresource stable
A resource group is a container that holds related resources for an Azure solution.
Tags: permission primary-field
demo-backend-rg
azure.tenant.idstringresource experimental
Unique, immutable identifier assigned to the Azure tenant.
37c4add3-612a-483d-8b24-cccbb35d3306

Cloud entity fields

Fields that are provided by all Cloud workloads.

AttributeTypeDescriptionExamples
cloud.acquisition.statusstringexperimental
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.
OK; DELETED; ERROR; INCOMPLETE

Application Gateway Backend Address Pools

Smartscape node name: azure.resource.name

Smartscape node type: AZURE_MICROSOFT_NETWORK_APPLICATIONGATEWAYS_BACKENDADDRESSPOOLS

This entity represents Application Gateway Backend Address Pools

Query

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

smartscapeNodes "AZURE_MICROSOFT_NETWORK_APPLICATIONGATEWAYS_BACKENDADDRESSPOOLS"

Base entity fields

The following base fields are used for all entities.

AttributeTypeDescriptionExamples
idsmartscapeIdstable
A Smartscape ID consists of two components: an UPPER_CASE entity type and a random 16-character hexadecimal unique identifier, separated by a dash. Use Smartscape conversion functions when working with strings that represent Smartscape IDs.
<type>-017198AD253CBD63
id_classicstringdeprecated
The entity ID that was used in the classic entity store. This ID is present in old monitoring data. Not all entities have this ID, and it is not generated for new entities. Use the id field instead, which is the Smartscape ID.
<type>-017198AD253CBD63
namestringstable
The entity name.
localhost; easyTravel; product-catalog
typestringstable
The entity type. UPPER_SNAKE_CASE string that represents the type of the entity.
TYPE_A
tagsrecordstable
A consolidated record that aggregates all tag values originating from different contexts. Each nested field within tags represents a specific key (for example, release or name). The value of each nested field is the tag value from one or multiple contexts. Tags for specific context can be queried via tags:context field. Note that rule-based tags do not exist in the new model.
tags[tag_key-1] = [context_A_tag_val-1, context_B_tag_val-1]; tags[tag_key-2] = context_C_tag_val-1; tags:context_A[tag_key-1] = context_A_tag_val-1
lifetimetimeframestable
The lifetime of the entity. This is a record with two nested fields: start and end, which represent the time when the entity was first and last observed, respectively. Each time an entity is updated, the end time is updated to the current time.
{ start: 2022-07-06T13:36:00.808Z, end: 2024-04-11T06:56:01.204Z }
referencesrecordstable
Provides access to static edges pointing to other entities. In this record each nested field represents a relationship type and target type, and the value is an array of target smartscape IDs. This field is hidden by default but can be added using the fieldsAdd command.
{ references[runs_on.host] : [HOST-C251A1173C2B4B39,HOST-0E9038C7C4409D69], references[runs_on.container] : [CONTAINER-68A08967EF4F675B] }
dt.security_contextstring[]resource stable
The security contexts associated with the entity. For Smartscape entities, this field is always an array.
Tags: permission
[]

Azure resource fields

Contains all fields that are provided by all resorce running on Azure, including Azure, Core and K8s entities.

AttributeTypeDescriptionExamples
azure.subscriptionstringresource stable
An Azure subscription is a logical container used to provision resources in Azure.
Tags: permission primary-field
27e9b03f-04d2-2b69-b327-32f433f7ed21
azure.locationstringresource stable
A specific geographical location of Azure cloud resource.
Tags: primary-field
westeurope
azure.availability_zonesstring[]resource experimental
Availability zones of Azure cloud resource.
['1']
azure.resource.groupstringresource stable
A resource group is a container that holds related resources for an Azure solution.
Tags: permission primary-field
demo-backend-rg
azure.resource.idstringresource experimental
A unique, immutable identifier assigned to each Azure cloud resource.
/subscriptions/27e9b03f-04d2-2b69-b327-32f433f7ed21/resourceGroups/demo-backend-rg/providers/Microsoft.ContainerService/managedClusters/demo-aks
azure.resource.namestringresource experimental
User-provided name of the Azure cloud resource.
demo-aks
azure.resource.typestringresource experimental
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.

AttributeTypeDescriptionExamples
azure.resource.kindstringexperimental
A kind of the Azure resource
app,linux
azure.resource.sku.namestringexperimental
Name of the Azure resource SKU
B_Gen5_1
azure.resource.sku.tierstringexperimental
Tier of the Azure resource SKU
Basic
azure.resource.sku.capacitystringexperimental
Capacity of the Azure resource SKU
20
azure.statusstringexperimental
The status of the instance
Running; Stopped (deallocated)
azure.provisioning_statestringexperimental
The provisioning status of the resource
Succeeded; DELETED; ERROR; INCOMPLETE
azure.objectstringexperimental
The full JSON content of Azure object
azure.properties.versionstringexperimental
The json content version
...
azure.subscriptionstringresource stable
An Azure subscription is a logical container used to provision resources in Azure.
Tags: permission primary-field
27e9b03f-04d2-2b69-b327-32f433f7ed21
azure.locationstringresource stable
A specific geographical location of Azure cloud resource.
Tags: primary-field
westeurope
azure.availability_zonesstring[]resource experimental
Availability zones of Azure cloud resource.
['1']
azure.resource.groupstringresource stable
A resource group is a container that holds related resources for an Azure solution.
Tags: permission primary-field
demo-backend-rg
azure.tenant.idstringresource experimental
Unique, immutable identifier assigned to the Azure tenant.
37c4add3-612a-483d-8b24-cccbb35d3306

Cloud entity fields

Fields that are provided by all Cloud workloads.

AttributeTypeDescriptionExamples
cloud.acquisition.statusstringexperimental
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.
OK; DELETED; ERROR; INCOMPLETE

Application Gateway Backend HTTP Settings

Smartscape node name: azure.resource.name

Smartscape node type: AZURE_MICROSOFT_NETWORK_APPLICATIONGATEWAYS_BACKENDHTTPSETTINGSCOLLECTION

This entity represents Application Gateway Backend HTTP Settings

Query

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

smartscapeNodes "AZURE_MICROSOFT_NETWORK_APPLICATIONGATEWAYS_BACKENDHTTPSETTINGSCOLLECTION"

Base entity fields

The following base fields are used for all entities.

AttributeTypeDescriptionExamples
idsmartscapeIdstable
A Smartscape ID consists of two components: an UPPER_CASE entity type and a random 16-character hexadecimal unique identifier, separated by a dash. Use Smartscape conversion functions when working with strings that represent Smartscape IDs.
<type>-017198AD253CBD63
id_classicstringdeprecated
The entity ID that was used in the classic entity store. This ID is present in old monitoring data. Not all entities have this ID, and it is not generated for new entities. Use the id field instead, which is the Smartscape ID.
<type>-017198AD253CBD63
namestringstable
The entity name.
localhost; easyTravel; product-catalog
typestringstable
The entity type. UPPER_SNAKE_CASE string that represents the type of the entity.
TYPE_A
tagsrecordstable
A consolidated record that aggregates all tag values originating from different contexts. Each nested field within tags represents a specific key (for example, release or name). The value of each nested field is the tag value from one or multiple contexts. Tags for specific context can be queried via tags:context field. Note that rule-based tags do not exist in the new model.
tags[tag_key-1] = [context_A_tag_val-1, context_B_tag_val-1]; tags[tag_key-2] = context_C_tag_val-1; tags:context_A[tag_key-1] = context_A_tag_val-1
lifetimetimeframestable
The lifetime of the entity. This is a record with two nested fields: start and end, which represent the time when the entity was first and last observed, respectively. Each time an entity is updated, the end time is updated to the current time.
{ start: 2022-07-06T13:36:00.808Z, end: 2024-04-11T06:56:01.204Z }
referencesrecordstable
Provides access to static edges pointing to other entities. In this record each nested field represents a relationship type and target type, and the value is an array of target smartscape IDs. This field is hidden by default but can be added using the fieldsAdd command.
{ references[runs_on.host] : [HOST-C251A1173C2B4B39,HOST-0E9038C7C4409D69], references[runs_on.container] : [CONTAINER-68A08967EF4F675B] }
dt.security_contextstring[]resource stable
The security contexts associated with the entity. For Smartscape entities, this field is always an array.
Tags: permission
[]

Azure resource fields

Contains all fields that are provided by all resorce running on Azure, including Azure, Core and K8s entities.

AttributeTypeDescriptionExamples
azure.subscriptionstringresource stable
An Azure subscription is a logical container used to provision resources in Azure.
Tags: permission primary-field
27e9b03f-04d2-2b69-b327-32f433f7ed21
azure.locationstringresource stable
A specific geographical location of Azure cloud resource.
Tags: primary-field
westeurope
azure.availability_zonesstring[]resource experimental
Availability zones of Azure cloud resource.
['1']
azure.resource.groupstringresource stable
A resource group is a container that holds related resources for an Azure solution.
Tags: permission primary-field
demo-backend-rg
azure.resource.idstringresource experimental
A unique, immutable identifier assigned to each Azure cloud resource.
/subscriptions/27e9b03f-04d2-2b69-b327-32f433f7ed21/resourceGroups/demo-backend-rg/providers/Microsoft.ContainerService/managedClusters/demo-aks
azure.resource.namestringresource experimental
User-provided name of the Azure cloud resource.
demo-aks
azure.resource.typestringresource experimental
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.

AttributeTypeDescriptionExamples
azure.resource.kindstringexperimental
A kind of the Azure resource
app,linux
azure.resource.sku.namestringexperimental
Name of the Azure resource SKU
B_Gen5_1
azure.resource.sku.tierstringexperimental
Tier of the Azure resource SKU
Basic
azure.resource.sku.capacitystringexperimental
Capacity of the Azure resource SKU
20
azure.statusstringexperimental
The status of the instance
Running; Stopped (deallocated)
azure.provisioning_statestringexperimental
The provisioning status of the resource
Succeeded; DELETED; ERROR; INCOMPLETE
azure.objectstringexperimental
The full JSON content of Azure object
azure.properties.versionstringexperimental
The json content version
...
azure.subscriptionstringresource stable
An Azure subscription is a logical container used to provision resources in Azure.
Tags: permission primary-field
27e9b03f-04d2-2b69-b327-32f433f7ed21
azure.locationstringresource stable
A specific geographical location of Azure cloud resource.
Tags: primary-field
westeurope
azure.availability_zonesstring[]resource experimental
Availability zones of Azure cloud resource.
['1']
azure.resource.groupstringresource stable
A resource group is a container that holds related resources for an Azure solution.
Tags: permission primary-field
demo-backend-rg
azure.tenant.idstringresource experimental
Unique, immutable identifier assigned to the Azure tenant.
37c4add3-612a-483d-8b24-cccbb35d3306

Cloud entity fields

Fields that are provided by all Cloud workloads.

AttributeTypeDescriptionExamples
cloud.acquisition.statusstringexperimental
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.
OK; DELETED; ERROR; INCOMPLETE

Application Gateway Frontend IP Configurations

Smartscape node name: azure.resource.name

Smartscape node type: AZURE_MICROSOFT_NETWORK_APPLICATIONGATEWAYS_FRONTENDIPCONFIGURATIONS

This entity represents Application Gateway Frontend IP Configurations

Query

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

smartscapeNodes "AZURE_MICROSOFT_NETWORK_APPLICATIONGATEWAYS_FRONTENDIPCONFIGURATIONS"

Base entity fields

The following base fields are used for all entities.

AttributeTypeDescriptionExamples
idsmartscapeIdstable
A Smartscape ID consists of two components: an UPPER_CASE entity type and a random 16-character hexadecimal unique identifier, separated by a dash. Use Smartscape conversion functions when working with strings that represent Smartscape IDs.
<type>-017198AD253CBD63
id_classicstringdeprecated
The entity ID that was used in the classic entity store. This ID is present in old monitoring data. Not all entities have this ID, and it is not generated for new entities. Use the id field instead, which is the Smartscape ID.
<type>-017198AD253CBD63
namestringstable
The entity name.
localhost; easyTravel; product-catalog
typestringstable
The entity type. UPPER_SNAKE_CASE string that represents the type of the entity.
TYPE_A
tagsrecordstable
A consolidated record that aggregates all tag values originating from different contexts. Each nested field within tags represents a specific key (for example, release or name). The value of each nested field is the tag value from one or multiple contexts. Tags for specific context can be queried via tags:context field. Note that rule-based tags do not exist in the new model.
tags[tag_key-1] = [context_A_tag_val-1, context_B_tag_val-1]; tags[tag_key-2] = context_C_tag_val-1; tags:context_A[tag_key-1] = context_A_tag_val-1
lifetimetimeframestable
The lifetime of the entity. This is a record with two nested fields: start and end, which represent the time when the entity was first and last observed, respectively. Each time an entity is updated, the end time is updated to the current time.
{ start: 2022-07-06T13:36:00.808Z, end: 2024-04-11T06:56:01.204Z }
referencesrecordstable
Provides access to static edges pointing to other entities. In this record each nested field represents a relationship type and target type, and the value is an array of target smartscape IDs. This field is hidden by default but can be added using the fieldsAdd command.
{ references[runs_on.host] : [HOST-C251A1173C2B4B39,HOST-0E9038C7C4409D69], references[runs_on.container] : [CONTAINER-68A08967EF4F675B] }
dt.security_contextstring[]resource stable
The security contexts associated with the entity. For Smartscape entities, this field is always an array.
Tags: permission
[]

Azure resource fields

Contains all fields that are provided by all resorce running on Azure, including Azure, Core and K8s entities.

AttributeTypeDescriptionExamples
azure.subscriptionstringresource stable
An Azure subscription is a logical container used to provision resources in Azure.
Tags: permission primary-field
27e9b03f-04d2-2b69-b327-32f433f7ed21
azure.locationstringresource stable
A specific geographical location of Azure cloud resource.
Tags: primary-field
westeurope
azure.availability_zonesstring[]resource experimental
Availability zones of Azure cloud resource.
['1']
azure.resource.groupstringresource stable
A resource group is a container that holds related resources for an Azure solution.
Tags: permission primary-field
demo-backend-rg
azure.resource.idstringresource experimental
A unique, immutable identifier assigned to each Azure cloud resource.
/subscriptions/27e9b03f-04d2-2b69-b327-32f433f7ed21/resourceGroups/demo-backend-rg/providers/Microsoft.ContainerService/managedClusters/demo-aks
azure.resource.namestringresource experimental
User-provided name of the Azure cloud resource.
demo-aks
azure.resource.typestringresource experimental
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.

AttributeTypeDescriptionExamples
azure.resource.kindstringexperimental
A kind of the Azure resource
app,linux
azure.resource.sku.namestringexperimental
Name of the Azure resource SKU
B_Gen5_1
azure.resource.sku.tierstringexperimental
Tier of the Azure resource SKU
Basic
azure.resource.sku.capacitystringexperimental
Capacity of the Azure resource SKU
20
azure.statusstringexperimental
The status of the instance
Running; Stopped (deallocated)
azure.provisioning_statestringexperimental
The provisioning status of the resource
Succeeded; DELETED; ERROR; INCOMPLETE
azure.objectstringexperimental
The full JSON content of Azure object
azure.properties.versionstringexperimental
The json content version
...
azure.subscriptionstringresource stable
An Azure subscription is a logical container used to provision resources in Azure.
Tags: permission primary-field
27e9b03f-04d2-2b69-b327-32f433f7ed21
azure.locationstringresource stable
A specific geographical location of Azure cloud resource.
Tags: primary-field
westeurope
azure.availability_zonesstring[]resource experimental
Availability zones of Azure cloud resource.
['1']
azure.resource.groupstringresource stable
A resource group is a container that holds related resources for an Azure solution.
Tags: permission primary-field
demo-backend-rg
azure.tenant.idstringresource experimental
Unique, immutable identifier assigned to the Azure tenant.
37c4add3-612a-483d-8b24-cccbb35d3306

Cloud entity fields

Fields that are provided by all Cloud workloads.

AttributeTypeDescriptionExamples
cloud.acquisition.statusstringexperimental
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.
OK; DELETED; ERROR; INCOMPLETE

Application Gateway Frontend Ports

Smartscape node name: azure.resource.name

Smartscape node type: AZURE_MICROSOFT_NETWORK_APPLICATIONGATEWAYS_FRONTENDPORTS

This entity represents Application Gateway Frontend Ports

Query

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

smartscapeNodes "AZURE_MICROSOFT_NETWORK_APPLICATIONGATEWAYS_FRONTENDPORTS"

Base entity fields

The following base fields are used for all entities.

AttributeTypeDescriptionExamples
idsmartscapeIdstable
A Smartscape ID consists of two components: an UPPER_CASE entity type and a random 16-character hexadecimal unique identifier, separated by a dash. Use Smartscape conversion functions when working with strings that represent Smartscape IDs.
<type>-017198AD253CBD63
id_classicstringdeprecated
The entity ID that was used in the classic entity store. This ID is present in old monitoring data. Not all entities have this ID, and it is not generated for new entities. Use the id field instead, which is the Smartscape ID.
<type>-017198AD253CBD63
namestringstable
The entity name.
localhost; easyTravel; product-catalog
typestringstable
The entity type. UPPER_SNAKE_CASE string that represents the type of the entity.
TYPE_A
tagsrecordstable
A consolidated record that aggregates all tag values originating from different contexts. Each nested field within tags represents a specific key (for example, release or name). The value of each nested field is the tag value from one or multiple contexts. Tags for specific context can be queried via tags:context field. Note that rule-based tags do not exist in the new model.
tags[tag_key-1] = [context_A_tag_val-1, context_B_tag_val-1]; tags[tag_key-2] = context_C_tag_val-1; tags:context_A[tag_key-1] = context_A_tag_val-1
lifetimetimeframestable
The lifetime of the entity. This is a record with two nested fields: start and end, which represent the time when the entity was first and last observed, respectively. Each time an entity is updated, the end time is updated to the current time.
{ start: 2022-07-06T13:36:00.808Z, end: 2024-04-11T06:56:01.204Z }
referencesrecordstable
Provides access to static edges pointing to other entities. In this record each nested field represents a relationship type and target type, and the value is an array of target smartscape IDs. This field is hidden by default but can be added using the fieldsAdd command.
{ references[runs_on.host] : [HOST-C251A1173C2B4B39,HOST-0E9038C7C4409D69], references[runs_on.container] : [CONTAINER-68A08967EF4F675B] }
dt.security_contextstring[]resource stable
The security contexts associated with the entity. For Smartscape entities, this field is always an array.
Tags: permission
[]

Azure resource fields

Contains all fields that are provided by all resorce running on Azure, including Azure, Core and K8s entities.

AttributeTypeDescriptionExamples
azure.subscriptionstringresource stable
An Azure subscription is a logical container used to provision resources in Azure.
Tags: permission primary-field
27e9b03f-04d2-2b69-b327-32f433f7ed21
azure.locationstringresource stable
A specific geographical location of Azure cloud resource.
Tags: primary-field
westeurope
azure.availability_zonesstring[]resource experimental
Availability zones of Azure cloud resource.
['1']
azure.resource.groupstringresource stable
A resource group is a container that holds related resources for an Azure solution.
Tags: permission primary-field
demo-backend-rg
azure.resource.idstringresource experimental
A unique, immutable identifier assigned to each Azure cloud resource.
/subscriptions/27e9b03f-04d2-2b69-b327-32f433f7ed21/resourceGroups/demo-backend-rg/providers/Microsoft.ContainerService/managedClusters/demo-aks
azure.resource.namestringresource experimental
User-provided name of the Azure cloud resource.
demo-aks
azure.resource.typestringresource experimental
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.

AttributeTypeDescriptionExamples
azure.resource.kindstringexperimental
A kind of the Azure resource
app,linux
azure.resource.sku.namestringexperimental
Name of the Azure resource SKU
B_Gen5_1
azure.resource.sku.tierstringexperimental
Tier of the Azure resource SKU
Basic
azure.resource.sku.capacitystringexperimental
Capacity of the Azure resource SKU
20
azure.statusstringexperimental
The status of the instance
Running; Stopped (deallocated)
azure.provisioning_statestringexperimental
The provisioning status of the resource
Succeeded; DELETED; ERROR; INCOMPLETE
azure.objectstringexperimental
The full JSON content of Azure object
azure.properties.versionstringexperimental
The json content version
...
azure.subscriptionstringresource stable
An Azure subscription is a logical container used to provision resources in Azure.
Tags: permission primary-field
27e9b03f-04d2-2b69-b327-32f433f7ed21
azure.locationstringresource stable
A specific geographical location of Azure cloud resource.
Tags: primary-field
westeurope
azure.availability_zonesstring[]resource experimental
Availability zones of Azure cloud resource.
['1']
azure.resource.groupstringresource stable
A resource group is a container that holds related resources for an Azure solution.
Tags: permission primary-field
demo-backend-rg
azure.tenant.idstringresource experimental
Unique, immutable identifier assigned to the Azure tenant.
37c4add3-612a-483d-8b24-cccbb35d3306

Cloud entity fields

Fields that are provided by all Cloud workloads.

AttributeTypeDescriptionExamples
cloud.acquisition.statusstringexperimental
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.
OK; DELETED; ERROR; INCOMPLETE

Application Gateway HTTP Listeners

Smartscape node name: azure.resource.name

Smartscape node type: AZURE_MICROSOFT_NETWORK_APPLICATIONGATEWAYS_HTTPLISTENERS

This entity represents Application Gateway HTTP Listeners

Query

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

smartscapeNodes "AZURE_MICROSOFT_NETWORK_APPLICATIONGATEWAYS_HTTPLISTENERS"

Base entity fields

The following base fields are used for all entities.

AttributeTypeDescriptionExamples
idsmartscapeIdstable
A Smartscape ID consists of two components: an UPPER_CASE entity type and a random 16-character hexadecimal unique identifier, separated by a dash. Use Smartscape conversion functions when working with strings that represent Smartscape IDs.
<type>-017198AD253CBD63
id_classicstringdeprecated
The entity ID that was used in the classic entity store. This ID is present in old monitoring data. Not all entities have this ID, and it is not generated for new entities. Use the id field instead, which is the Smartscape ID.
<type>-017198AD253CBD63
namestringstable
The entity name.
localhost; easyTravel; product-catalog
typestringstable
The entity type. UPPER_SNAKE_CASE string that represents the type of the entity.
TYPE_A
tagsrecordstable
A consolidated record that aggregates all tag values originating from different contexts. Each nested field within tags represents a specific key (for example, release or name). The value of each nested field is the tag value from one or multiple contexts. Tags for specific context can be queried via tags:context field. Note that rule-based tags do not exist in the new model.
tags[tag_key-1] = [context_A_tag_val-1, context_B_tag_val-1]; tags[tag_key-2] = context_C_tag_val-1; tags:context_A[tag_key-1] = context_A_tag_val-1
lifetimetimeframestable
The lifetime of the entity. This is a record with two nested fields: start and end, which represent the time when the entity was first and last observed, respectively. Each time an entity is updated, the end time is updated to the current time.
{ start: 2022-07-06T13:36:00.808Z, end: 2024-04-11T06:56:01.204Z }
referencesrecordstable
Provides access to static edges pointing to other entities. In this record each nested field represents a relationship type and target type, and the value is an array of target smartscape IDs. This field is hidden by default but can be added using the fieldsAdd command.
{ references[runs_on.host] : [HOST-C251A1173C2B4B39,HOST-0E9038C7C4409D69], references[runs_on.container] : [CONTAINER-68A08967EF4F675B] }
dt.security_contextstring[]resource stable
The security contexts associated with the entity. For Smartscape entities, this field is always an array.
Tags: permission
[]

Azure resource fields

Contains all fields that are provided by all resorce running on Azure, including Azure, Core and K8s entities.

AttributeTypeDescriptionExamples
azure.subscriptionstringresource stable
An Azure subscription is a logical container used to provision resources in Azure.
Tags: permission primary-field
27e9b03f-04d2-2b69-b327-32f433f7ed21
azure.locationstringresource stable
A specific geographical location of Azure cloud resource.
Tags: primary-field
westeurope
azure.availability_zonesstring[]resource experimental
Availability zones of Azure cloud resource.
['1']
azure.resource.groupstringresource stable
A resource group is a container that holds related resources for an Azure solution.
Tags: permission primary-field
demo-backend-rg
azure.resource.idstringresource experimental
A unique, immutable identifier assigned to each Azure cloud resource.
/subscriptions/27e9b03f-04d2-2b69-b327-32f433f7ed21/resourceGroups/demo-backend-rg/providers/Microsoft.ContainerService/managedClusters/demo-aks
azure.resource.namestringresource experimental
User-provided name of the Azure cloud resource.
demo-aks
azure.resource.typestringresource experimental
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.

AttributeTypeDescriptionExamples
azure.resource.kindstringexperimental
A kind of the Azure resource
app,linux
azure.resource.sku.namestringexperimental
Name of the Azure resource SKU
B_Gen5_1
azure.resource.sku.tierstringexperimental
Tier of the Azure resource SKU
Basic
azure.resource.sku.capacitystringexperimental
Capacity of the Azure resource SKU
20
azure.statusstringexperimental
The status of the instance
Running; Stopped (deallocated)
azure.provisioning_statestringexperimental
The provisioning status of the resource
Succeeded; DELETED; ERROR; INCOMPLETE
azure.objectstringexperimental
The full JSON content of Azure object
azure.properties.versionstringexperimental
The json content version
...
azure.subscriptionstringresource stable
An Azure subscription is a logical container used to provision resources in Azure.
Tags: permission primary-field
27e9b03f-04d2-2b69-b327-32f433f7ed21
azure.locationstringresource stable
A specific geographical location of Azure cloud resource.
Tags: primary-field
westeurope
azure.availability_zonesstring[]resource experimental
Availability zones of Azure cloud resource.
['1']
azure.resource.groupstringresource stable
A resource group is a container that holds related resources for an Azure solution.
Tags: permission primary-field
demo-backend-rg
azure.tenant.idstringresource experimental
Unique, immutable identifier assigned to the Azure tenant.
37c4add3-612a-483d-8b24-cccbb35d3306

Cloud entity fields

Fields that are provided by all Cloud workloads.

AttributeTypeDescriptionExamples
cloud.acquisition.statusstringexperimental
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.
OK; DELETED; ERROR; INCOMPLETE

Application Gateway IP Configurations

Smartscape node name: azure.resource.name

Smartscape node type: AZURE_MICROSOFT_NETWORK_APPLICATIONGATEWAYS_GATEWAYIPCONFIGURATIONS

This entity represents Application Gateway IP Configurations

Query

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

smartscapeNodes "AZURE_MICROSOFT_NETWORK_APPLICATIONGATEWAYS_GATEWAYIPCONFIGURATIONS"

Base entity fields

The following base fields are used for all entities.

AttributeTypeDescriptionExamples
idsmartscapeIdstable
A Smartscape ID consists of two components: an UPPER_CASE entity type and a random 16-character hexadecimal unique identifier, separated by a dash. Use Smartscape conversion functions when working with strings that represent Smartscape IDs.
<type>-017198AD253CBD63
id_classicstringdeprecated
The entity ID that was used in the classic entity store. This ID is present in old monitoring data. Not all entities have this ID, and it is not generated for new entities. Use the id field instead, which is the Smartscape ID.
<type>-017198AD253CBD63
namestringstable
The entity name.
localhost; easyTravel; product-catalog
typestringstable
The entity type. UPPER_SNAKE_CASE string that represents the type of the entity.
TYPE_A
tagsrecordstable
A consolidated record that aggregates all tag values originating from different contexts. Each nested field within tags represents a specific key (for example, release or name). The value of each nested field is the tag value from one or multiple contexts. Tags for specific context can be queried via tags:context field. Note that rule-based tags do not exist in the new model.
tags[tag_key-1] = [context_A_tag_val-1, context_B_tag_val-1]; tags[tag_key-2] = context_C_tag_val-1; tags:context_A[tag_key-1] = context_A_tag_val-1
lifetimetimeframestable
The lifetime of the entity. This is a record with two nested fields: start and end, which represent the time when the entity was first and last observed, respectively. Each time an entity is updated, the end time is updated to the current time.
{ start: 2022-07-06T13:36:00.808Z, end: 2024-04-11T06:56:01.204Z }
referencesrecordstable
Provides access to static edges pointing to other entities. In this record each nested field represents a relationship type and target type, and the value is an array of target smartscape IDs. This field is hidden by default but can be added using the fieldsAdd command.
{ references[runs_on.host] : [HOST-C251A1173C2B4B39,HOST-0E9038C7C4409D69], references[runs_on.container] : [CONTAINER-68A08967EF4F675B] }
dt.security_contextstring[]resource stable
The security contexts associated with the entity. For Smartscape entities, this field is always an array.
Tags: permission
[]

Azure resource fields

Contains all fields that are provided by all resorce running on Azure, including Azure, Core and K8s entities.

AttributeTypeDescriptionExamples
azure.subscriptionstringresource stable
An Azure subscription is a logical container used to provision resources in Azure.
Tags: permission primary-field
27e9b03f-04d2-2b69-b327-32f433f7ed21
azure.locationstringresource stable
A specific geographical location of Azure cloud resource.
Tags: primary-field
westeurope
azure.availability_zonesstring[]resource experimental
Availability zones of Azure cloud resource.
['1']
azure.resource.groupstringresource stable
A resource group is a container that holds related resources for an Azure solution.
Tags: permission primary-field
demo-backend-rg
azure.resource.idstringresource experimental
A unique, immutable identifier assigned to each Azure cloud resource.
/subscriptions/27e9b03f-04d2-2b69-b327-32f433f7ed21/resourceGroups/demo-backend-rg/providers/Microsoft.ContainerService/managedClusters/demo-aks
azure.resource.namestringresource experimental
User-provided name of the Azure cloud resource.
demo-aks
azure.resource.typestringresource experimental
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.

AttributeTypeDescriptionExamples
azure.resource.kindstringexperimental
A kind of the Azure resource
app,linux
azure.resource.sku.namestringexperimental
Name of the Azure resource SKU
B_Gen5_1
azure.resource.sku.tierstringexperimental
Tier of the Azure resource SKU
Basic
azure.resource.sku.capacitystringexperimental
Capacity of the Azure resource SKU
20
azure.statusstringexperimental
The status of the instance
Running; Stopped (deallocated)
azure.provisioning_statestringexperimental
The provisioning status of the resource
Succeeded; DELETED; ERROR; INCOMPLETE
azure.objectstringexperimental
The full JSON content of Azure object
azure.properties.versionstringexperimental
The json content version
...
azure.subscriptionstringresource stable
An Azure subscription is a logical container used to provision resources in Azure.
Tags: permission primary-field
27e9b03f-04d2-2b69-b327-32f433f7ed21
azure.locationstringresource stable
A specific geographical location of Azure cloud resource.
Tags: primary-field
westeurope
azure.availability_zonesstring[]resource experimental
Availability zones of Azure cloud resource.
['1']
azure.resource.groupstringresource stable
A resource group is a container that holds related resources for an Azure solution.
Tags: permission primary-field
demo-backend-rg
azure.tenant.idstringresource experimental
Unique, immutable identifier assigned to the Azure tenant.
37c4add3-612a-483d-8b24-cccbb35d3306

Cloud entity fields

Fields that are provided by all Cloud workloads.

AttributeTypeDescriptionExamples
cloud.acquisition.statusstringexperimental
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.
OK; DELETED; ERROR; INCOMPLETE

Application Gateway Request Routing Rules

Smartscape node name: azure.resource.name

Smartscape node type: AZURE_MICROSOFT_NETWORK_APPLICATIONGATEWAYS_REQUESTROUTINGRULES

This entity represents Application Gateway Request Routing Rules

Query

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

smartscapeNodes "AZURE_MICROSOFT_NETWORK_APPLICATIONGATEWAYS_REQUESTROUTINGRULES"

Base entity fields

The following base fields are used for all entities.

AttributeTypeDescriptionExamples
idsmartscapeIdstable
A Smartscape ID consists of two components: an UPPER_CASE entity type and a random 16-character hexadecimal unique identifier, separated by a dash. Use Smartscape conversion functions when working with strings that represent Smartscape IDs.
<type>-017198AD253CBD63
id_classicstringdeprecated
The entity ID that was used in the classic entity store. This ID is present in old monitoring data. Not all entities have this ID, and it is not generated for new entities. Use the id field instead, which is the Smartscape ID.
<type>-017198AD253CBD63
namestringstable
The entity name.
localhost; easyTravel; product-catalog
typestringstable
The entity type. UPPER_SNAKE_CASE string that represents the type of the entity.
TYPE_A
tagsrecordstable
A consolidated record that aggregates all tag values originating from different contexts. Each nested field within tags represents a specific key (for example, release or name). The value of each nested field is the tag value from one or multiple contexts. Tags for specific context can be queried via tags:context field. Note that rule-based tags do not exist in the new model.
tags[tag_key-1] = [context_A_tag_val-1, context_B_tag_val-1]; tags[tag_key-2] = context_C_tag_val-1; tags:context_A[tag_key-1] = context_A_tag_val-1
lifetimetimeframestable
The lifetime of the entity. This is a record with two nested fields: start and end, which represent the time when the entity was first and last observed, respectively. Each time an entity is updated, the end time is updated to the current time.
{ start: 2022-07-06T13:36:00.808Z, end: 2024-04-11T06:56:01.204Z }
referencesrecordstable
Provides access to static edges pointing to other entities. In this record each nested field represents a relationship type and target type, and the value is an array of target smartscape IDs. This field is hidden by default but can be added using the fieldsAdd command.
{ references[runs_on.host] : [HOST-C251A1173C2B4B39,HOST-0E9038C7C4409D69], references[runs_on.container] : [CONTAINER-68A08967EF4F675B] }
dt.security_contextstring[]resource stable
The security contexts associated with the entity. For Smartscape entities, this field is always an array.
Tags: permission
[]

Azure resource fields

Contains all fields that are provided by all resorce running on Azure, including Azure, Core and K8s entities.

AttributeTypeDescriptionExamples
azure.subscriptionstringresource stable
An Azure subscription is a logical container used to provision resources in Azure.
Tags: permission primary-field
27e9b03f-04d2-2b69-b327-32f433f7ed21
azure.locationstringresource stable
A specific geographical location of Azure cloud resource.
Tags: primary-field
westeurope
azure.availability_zonesstring[]resource experimental
Availability zones of Azure cloud resource.
['1']
azure.resource.groupstringresource stable
A resource group is a container that holds related resources for an Azure solution.
Tags: permission primary-field
demo-backend-rg
azure.resource.idstringresource experimental
A unique, immutable identifier assigned to each Azure cloud resource.
/subscriptions/27e9b03f-04d2-2b69-b327-32f433f7ed21/resourceGroups/demo-backend-rg/providers/Microsoft.ContainerService/managedClusters/demo-aks
azure.resource.namestringresource experimental
User-provided name of the Azure cloud resource.
demo-aks
azure.resource.typestringresource experimental
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.

AttributeTypeDescriptionExamples
azure.resource.kindstringexperimental
A kind of the Azure resource
app,linux
azure.resource.sku.namestringexperimental
Name of the Azure resource SKU
B_Gen5_1
azure.resource.sku.tierstringexperimental
Tier of the Azure resource SKU
Basic
azure.resource.sku.capacitystringexperimental
Capacity of the Azure resource SKU
20
azure.statusstringexperimental
The status of the instance
Running; Stopped (deallocated)
azure.provisioning_statestringexperimental
The provisioning status of the resource
Succeeded; DELETED; ERROR; INCOMPLETE
azure.objectstringexperimental
The full JSON content of Azure object
azure.properties.versionstringexperimental
The json content version
...
azure.subscriptionstringresource stable
An Azure subscription is a logical container used to provision resources in Azure.
Tags: permission primary-field
27e9b03f-04d2-2b69-b327-32f433f7ed21
azure.locationstringresource stable
A specific geographical location of Azure cloud resource.
Tags: primary-field
westeurope
azure.availability_zonesstring[]resource experimental
Availability zones of Azure cloud resource.
['1']
azure.resource.groupstringresource stable
A resource group is a container that holds related resources for an Azure solution.
Tags: permission primary-field
demo-backend-rg
azure.tenant.idstringresource experimental
Unique, immutable identifier assigned to the Azure tenant.
37c4add3-612a-483d-8b24-cccbb35d3306

Cloud entity fields

Fields that are provided by all Cloud workloads.

AttributeTypeDescriptionExamples
cloud.acquisition.statusstringexperimental
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.
OK; DELETED; ERROR; INCOMPLETE

Application Gateway Rewrite Rule Sets

Smartscape node name: azure.resource.name

Smartscape node type: AZURE_MICROSOFT_NETWORK_APPLICATIONGATEWAYS_REWRITERULESETS

This entity represents Application Gateway Rewrite Rule Sets

Query

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

smartscapeNodes "AZURE_MICROSOFT_NETWORK_APPLICATIONGATEWAYS_REWRITERULESETS"

Base entity fields

The following base fields are used for all entities.

AttributeTypeDescriptionExamples
idsmartscapeIdstable
A Smartscape ID consists of two components: an UPPER_CASE entity type and a random 16-character hexadecimal unique identifier, separated by a dash. Use Smartscape conversion functions when working with strings that represent Smartscape IDs.
<type>-017198AD253CBD63
id_classicstringdeprecated
The entity ID that was used in the classic entity store. This ID is present in old monitoring data. Not all entities have this ID, and it is not generated for new entities. Use the id field instead, which is the Smartscape ID.
<type>-017198AD253CBD63
namestringstable
The entity name.
localhost; easyTravel; product-catalog
typestringstable
The entity type. UPPER_SNAKE_CASE string that represents the type of the entity.
TYPE_A
tagsrecordstable
A consolidated record that aggregates all tag values originating from different contexts. Each nested field within tags represents a specific key (for example, release or name). The value of each nested field is the tag value from one or multiple contexts. Tags for specific context can be queried via tags:context field. Note that rule-based tags do not exist in the new model.
tags[tag_key-1] = [context_A_tag_val-1, context_B_tag_val-1]; tags[tag_key-2] = context_C_tag_val-1; tags:context_A[tag_key-1] = context_A_tag_val-1
lifetimetimeframestable
The lifetime of the entity. This is a record with two nested fields: start and end, which represent the time when the entity was first and last observed, respectively. Each time an entity is updated, the end time is updated to the current time.
{ start: 2022-07-06T13:36:00.808Z, end: 2024-04-11T06:56:01.204Z }
referencesrecordstable
Provides access to static edges pointing to other entities. In this record each nested field represents a relationship type and target type, and the value is an array of target smartscape IDs. This field is hidden by default but can be added using the fieldsAdd command.
{ references[runs_on.host] : [HOST-C251A1173C2B4B39,HOST-0E9038C7C4409D69], references[runs_on.container] : [CONTAINER-68A08967EF4F675B] }
dt.security_contextstring[]resource stable
The security contexts associated with the entity. For Smartscape entities, this field is always an array.
Tags: permission
[]

Azure resource fields

Contains all fields that are provided by all resorce running on Azure, including Azure, Core and K8s entities.

AttributeTypeDescriptionExamples
azure.subscriptionstringresource stable
An Azure subscription is a logical container used to provision resources in Azure.
Tags: permission primary-field
27e9b03f-04d2-2b69-b327-32f433f7ed21
azure.locationstringresource stable
A specific geographical location of Azure cloud resource.
Tags: primary-field
westeurope
azure.availability_zonesstring[]resource experimental
Availability zones of Azure cloud resource.
['1']
azure.resource.groupstringresource stable
A resource group is a container that holds related resources for an Azure solution.
Tags: permission primary-field
demo-backend-rg
azure.resource.idstringresource experimental
A unique, immutable identifier assigned to each Azure cloud resource.
/subscriptions/27e9b03f-04d2-2b69-b327-32f433f7ed21/resourceGroups/demo-backend-rg/providers/Microsoft.ContainerService/managedClusters/demo-aks
azure.resource.namestringresource experimental
User-provided name of the Azure cloud resource.
demo-aks
azure.resource.typestringresource experimental
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.

AttributeTypeDescriptionExamples
azure.resource.kindstringexperimental
A kind of the Azure resource
app,linux
azure.resource.sku.namestringexperimental
Name of the Azure resource SKU
B_Gen5_1
azure.resource.sku.tierstringexperimental
Tier of the Azure resource SKU
Basic
azure.resource.sku.capacitystringexperimental
Capacity of the Azure resource SKU
20
azure.statusstringexperimental
The status of the instance
Running; Stopped (deallocated)
azure.provisioning_statestringexperimental
The provisioning status of the resource
Succeeded; DELETED; ERROR; INCOMPLETE
azure.objectstringexperimental
The full JSON content of Azure object
azure.properties.versionstringexperimental
The json content version
...
azure.subscriptionstringresource stable
An Azure subscription is a logical container used to provision resources in Azure.
Tags: permission primary-field
27e9b03f-04d2-2b69-b327-32f433f7ed21
azure.locationstringresource stable
A specific geographical location of Azure cloud resource.
Tags: primary-field
westeurope
azure.availability_zonesstring[]resource experimental
Availability zones of Azure cloud resource.
['1']
azure.resource.groupstringresource stable
A resource group is a container that holds related resources for an Azure solution.
Tags: permission primary-field
demo-backend-rg
azure.tenant.idstringresource experimental
Unique, immutable identifier assigned to the Azure tenant.
37c4add3-612a-483d-8b24-cccbb35d3306

Cloud entity fields

Fields that are provided by all Cloud workloads.

AttributeTypeDescriptionExamples
cloud.acquisition.statusstringexperimental
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.
OK; DELETED; ERROR; INCOMPLETE

Application Gateway WAF Policies

Smartscape node name: azure.resource.name

Smartscape node type: AZURE_MICROSOFT_NETWORK_APPLICATIONGATEWAYWEBAPPLICATIONFIREWALLPOLICIES

This entity represents Application Gateway WAF Policies

Query

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

smartscapeNodes "AZURE_MICROSOFT_NETWORK_APPLICATIONGATEWAYWEBAPPLICATIONFIREWALLPOLICIES"

Base entity fields

The following base fields are used for all entities.

AttributeTypeDescriptionExamples
idsmartscapeIdstable
A Smartscape ID consists of two components: an UPPER_CASE entity type and a random 16-character hexadecimal unique identifier, separated by a dash. Use Smartscape conversion functions when working with strings that represent Smartscape IDs.
<type>-017198AD253CBD63
id_classicstringdeprecated
The entity ID that was used in the classic entity store. This ID is present in old monitoring data. Not all entities have this ID, and it is not generated for new entities. Use the id field instead, which is the Smartscape ID.
<type>-017198AD253CBD63
namestringstable
The entity name.
localhost; easyTravel; product-catalog
typestringstable
The entity type. UPPER_SNAKE_CASE string that represents the type of the entity.
TYPE_A
tagsrecordstable
A consolidated record that aggregates all tag values originating from different contexts. Each nested field within tags represents a specific key (for example, release or name). The value of each nested field is the tag value from one or multiple contexts. Tags for specific context can be queried via tags:context field. Note that rule-based tags do not exist in the new model.
tags[tag_key-1] = [context_A_tag_val-1, context_B_tag_val-1]; tags[tag_key-2] = context_C_tag_val-1; tags:context_A[tag_key-1] = context_A_tag_val-1
lifetimetimeframestable
The lifetime of the entity. This is a record with two nested fields: start and end, which represent the time when the entity was first and last observed, respectively. Each time an entity is updated, the end time is updated to the current time.
{ start: 2022-07-06T13:36:00.808Z, end: 2024-04-11T06:56:01.204Z }
referencesrecordstable
Provides access to static edges pointing to other entities. In this record each nested field represents a relationship type and target type, and the value is an array of target smartscape IDs. This field is hidden by default but can be added using the fieldsAdd command.
{ references[runs_on.host] : [HOST-C251A1173C2B4B39,HOST-0E9038C7C4409D69], references[runs_on.container] : [CONTAINER-68A08967EF4F675B] }
dt.security_contextstring[]resource stable
The security contexts associated with the entity. For Smartscape entities, this field is always an array.
Tags: permission
[]

Azure resource fields

Contains all fields that are provided by all resorce running on Azure, including Azure, Core and K8s entities.

AttributeTypeDescriptionExamples
azure.subscriptionstringresource stable
An Azure subscription is a logical container used to provision resources in Azure.
Tags: permission primary-field
27e9b03f-04d2-2b69-b327-32f433f7ed21
azure.locationstringresource stable
A specific geographical location of Azure cloud resource.
Tags: primary-field
westeurope
azure.availability_zonesstring[]resource experimental
Availability zones of Azure cloud resource.
['1']
azure.resource.groupstringresource stable
A resource group is a container that holds related resources for an Azure solution.
Tags: permission primary-field
demo-backend-rg
azure.resource.idstringresource experimental
A unique, immutable identifier assigned to each Azure cloud resource.
/subscriptions/27e9b03f-04d2-2b69-b327-32f433f7ed21/resourceGroups/demo-backend-rg/providers/Microsoft.ContainerService/managedClusters/demo-aks
azure.resource.namestringresource experimental
User-provided name of the Azure cloud resource.
demo-aks
azure.resource.typestringresource experimental
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.

AttributeTypeDescriptionExamples
azure.resource.kindstringexperimental
A kind of the Azure resource
app,linux
azure.resource.sku.namestringexperimental
Name of the Azure resource SKU
B_Gen5_1
azure.resource.sku.tierstringexperimental
Tier of the Azure resource SKU
Basic
azure.resource.sku.capacitystringexperimental
Capacity of the Azure resource SKU
20
azure.statusstringexperimental
The status of the instance
Running; Stopped (deallocated)
azure.provisioning_statestringexperimental
The provisioning status of the resource
Succeeded; DELETED; ERROR; INCOMPLETE
azure.objectstringexperimental
The full JSON content of Azure object
azure.properties.versionstringexperimental
The json content version
...
azure.subscriptionstringresource stable
An Azure subscription is a logical container used to provision resources in Azure.
Tags: permission primary-field
27e9b03f-04d2-2b69-b327-32f433f7ed21
azure.locationstringresource stable
A specific geographical location of Azure cloud resource.
Tags: primary-field
westeurope
azure.availability_zonesstring[]resource experimental
Availability zones of Azure cloud resource.
['1']
azure.resource.groupstringresource stable
A resource group is a container that holds related resources for an Azure solution.
Tags: permission primary-field
demo-backend-rg
azure.tenant.idstringresource experimental
Unique, immutable identifier assigned to the Azure tenant.
37c4add3-612a-483d-8b24-cccbb35d3306

Cloud entity fields

Fields that are provided by all Cloud workloads.

AttributeTypeDescriptionExamples
cloud.acquisition.statusstringexperimental
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.
OK; DELETED; ERROR; INCOMPLETE

Application Insights

Smartscape node name: azure.resource.name

Smartscape node type: AZURE_MICROSOFT_INSIGHTS_COMPONENTS

This entity represents Application Insights

Query

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

smartscapeNodes "AZURE_MICROSOFT_INSIGHTS_COMPONENTS"

Base entity fields

The following base fields are used for all entities.

AttributeTypeDescriptionExamples
idsmartscapeIdstable
A Smartscape ID consists of two components: an UPPER_CASE entity type and a random 16-character hexadecimal unique identifier, separated by a dash. Use Smartscape conversion functions when working with strings that represent Smartscape IDs.
<type>-017198AD253CBD63
id_classicstringdeprecated
The entity ID that was used in the classic entity store. This ID is present in old monitoring data. Not all entities have this ID, and it is not generated for new entities. Use the id field instead, which is the Smartscape ID.
<type>-017198AD253CBD63
namestringstable
The entity name.
localhost; easyTravel; product-catalog
typestringstable
The entity type. UPPER_SNAKE_CASE string that represents the type of the entity.
TYPE_A
tagsrecordstable
A consolidated record that aggregates all tag values originating from different contexts. Each nested field within tags represents a specific key (for example, release or name). The value of each nested field is the tag value from one or multiple contexts. Tags for specific context can be queried via tags:context field. Note that rule-based tags do not exist in the new model.
tags[tag_key-1] = [context_A_tag_val-1, context_B_tag_val-1]; tags[tag_key-2] = context_C_tag_val-1; tags:context_A[tag_key-1] = context_A_tag_val-1
lifetimetimeframestable
The lifetime of the entity. This is a record with two nested fields: start and end, which represent the time when the entity was first and last observed, respectively. Each time an entity is updated, the end time is updated to the current time.
{ start: 2022-07-06T13:36:00.808Z, end: 2024-04-11T06:56:01.204Z }
referencesrecordstable
Provides access to static edges pointing to other entities. In this record each nested field represents a relationship type and target type, and the value is an array of target smartscape IDs. This field is hidden by default but can be added using the fieldsAdd command.
{ references[runs_on.host] : [HOST-C251A1173C2B4B39,HOST-0E9038C7C4409D69], references[runs_on.container] : [CONTAINER-68A08967EF4F675B] }
dt.security_contextstring[]resource stable
The security contexts associated with the entity. For Smartscape entities, this field is always an array.
Tags: permission
[]

Azure resource fields

Contains all fields that are provided by all resorce running on Azure, including Azure, Core and K8s entities.

AttributeTypeDescriptionExamples
azure.subscriptionstringresource stable
An Azure subscription is a logical container used to provision resources in Azure.
Tags: permission primary-field
27e9b03f-04d2-2b69-b327-32f433f7ed21
azure.locationstringresource stable
A specific geographical location of Azure cloud resource.
Tags: primary-field
westeurope
azure.availability_zonesstring[]resource experimental
Availability zones of Azure cloud resource.
['1']
azure.resource.groupstringresource stable
A resource group is a container that holds related resources for an Azure solution.
Tags: permission primary-field
demo-backend-rg
azure.resource.idstringresource experimental
A unique, immutable identifier assigned to each Azure cloud resource.
/subscriptions/27e9b03f-04d2-2b69-b327-32f433f7ed21/resourceGroups/demo-backend-rg/providers/Microsoft.ContainerService/managedClusters/demo-aks
azure.resource.namestringresource experimental
User-provided name of the Azure cloud resource.
demo-aks
azure.resource.typestringresource experimental
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.

AttributeTypeDescriptionExamples
azure.resource.kindstringexperimental
A kind of the Azure resource
app,linux
azure.resource.sku.namestringexperimental
Name of the Azure resource SKU
B_Gen5_1
azure.resource.sku.tierstringexperimental
Tier of the Azure resource SKU
Basic
azure.resource.sku.capacitystringexperimental
Capacity of the Azure resource SKU
20
azure.statusstringexperimental
The status of the instance
Running; Stopped (deallocated)
azure.provisioning_statestringexperimental
The provisioning status of the resource
Succeeded; DELETED; ERROR; INCOMPLETE
azure.objectstringexperimental
The full JSON content of Azure object
azure.properties.versionstringexperimental
The json content version
...
azure.subscriptionstringresource stable
An Azure subscription is a logical container used to provision resources in Azure.
Tags: permission primary-field
27e9b03f-04d2-2b69-b327-32f433f7ed21
azure.locationstringresource stable
A specific geographical location of Azure cloud resource.
Tags: primary-field
westeurope
azure.availability_zonesstring[]resource experimental
Availability zones of Azure cloud resource.
['1']
azure.resource.groupstringresource stable
A resource group is a container that holds related resources for an Azure solution.
Tags: permission primary-field
demo-backend-rg
azure.tenant.idstringresource experimental
Unique, immutable identifier assigned to the Azure tenant.
37c4add3-612a-483d-8b24-cccbb35d3306

Cloud entity fields

Fields that are provided by all Cloud workloads.

AttributeTypeDescriptionExamples
cloud.acquisition.statusstringexperimental
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.
OK; DELETED; ERROR; INCOMPLETE

Application Insights Web Tests

Smartscape node name: azure.resource.name

Smartscape node type: AZURE_MICROSOFT_INSIGHTS_WEBTESTS

This entity represents Application Insights Web Tests

Query

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

smartscapeNodes "AZURE_MICROSOFT_INSIGHTS_WEBTESTS"

Base entity fields

The following base fields are used for all entities.

AttributeTypeDescriptionExamples
idsmartscapeIdstable
A Smartscape ID consists of two components: an UPPER_CASE entity type and a random 16-character hexadecimal unique identifier, separated by a dash. Use Smartscape conversion functions when working with strings that represent Smartscape IDs.
<type>-017198AD253CBD63
id_classicstringdeprecated
The entity ID that was used in the classic entity store. This ID is present in old monitoring data. Not all entities have this ID, and it is not generated for new entities. Use the id field instead, which is the Smartscape ID.
<type>-017198AD253CBD63
namestringstable
The entity name.
localhost; easyTravel; product-catalog
typestringstable
The entity type. UPPER_SNAKE_CASE string that represents the type of the entity.
TYPE_A
tagsrecordstable
A consolidated record that aggregates all tag values originating from different contexts. Each nested field within tags represents a specific key (for example, release or name). The value of each nested field is the tag value from one or multiple contexts. Tags for specific context can be queried via tags:context field. Note that rule-based tags do not exist in the new model.
tags[tag_key-1] = [context_A_tag_val-1, context_B_tag_val-1]; tags[tag_key-2] = context_C_tag_val-1; tags:context_A[tag_key-1] = context_A_tag_val-1
lifetimetimeframestable
The lifetime of the entity. This is a record with two nested fields: start and end, which represent the time when the entity was first and last observed, respectively. Each time an entity is updated, the end time is updated to the current time.
{ start: 2022-07-06T13:36:00.808Z, end: 2024-04-11T06:56:01.204Z }
referencesrecordstable
Provides access to static edges pointing to other entities. In this record each nested field represents a relationship type and target type, and the value is an array of target smartscape IDs. This field is hidden by default but can be added using the fieldsAdd command.
{ references[runs_on.host] : [HOST-C251A1173C2B4B39,HOST-0E9038C7C4409D69], references[runs_on.container] : [CONTAINER-68A08967EF4F675B] }
dt.security_contextstring[]resource stable
The security contexts associated with the entity. For Smartscape entities, this field is always an array.
Tags: permission
[]

Azure resource fields

Contains all fields that are provided by all resorce running on Azure, including Azure, Core and K8s entities.

AttributeTypeDescriptionExamples
azure.subscriptionstringresource stable
An Azure subscription is a logical container used to provision resources in Azure.
Tags: permission primary-field
27e9b03f-04d2-2b69-b327-32f433f7ed21
azure.locationstringresource stable
A specific geographical location of Azure cloud resource.
Tags: primary-field
westeurope
azure.availability_zonesstring[]resource experimental
Availability zones of Azure cloud resource.
['1']
azure.resource.groupstringresource stable
A resource group is a container that holds related resources for an Azure solution.
Tags: permission primary-field
demo-backend-rg
azure.resource.idstringresource experimental
A unique, immutable identifier assigned to each Azure cloud resource.
/subscriptions/27e9b03f-04d2-2b69-b327-32f433f7ed21/resourceGroups/demo-backend-rg/providers/Microsoft.ContainerService/managedClusters/demo-aks
azure.resource.namestringresource experimental
User-provided name of the Azure cloud resource.
demo-aks
azure.resource.typestringresource experimental
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.

AttributeTypeDescriptionExamples
azure.resource.kindstringexperimental
A kind of the Azure resource
app,linux
azure.resource.sku.namestringexperimental
Name of the Azure resource SKU
B_Gen5_1
azure.resource.sku.tierstringexperimental
Tier of the Azure resource SKU
Basic
azure.resource.sku.capacitystringexperimental
Capacity of the Azure resource SKU
20
azure.statusstringexperimental
The status of the instance
Running; Stopped (deallocated)
azure.provisioning_statestringexperimental
The provisioning status of the resource
Succeeded; DELETED; ERROR; INCOMPLETE
azure.objectstringexperimental
The full JSON content of Azure object
azure.properties.versionstringexperimental
The json content version
...
azure.subscriptionstringresource stable
An Azure subscription is a logical container used to provision resources in Azure.
Tags: permission primary-field
27e9b03f-04d2-2b69-b327-32f433f7ed21
azure.locationstringresource stable
A specific geographical location of Azure cloud resource.
Tags: primary-field
westeurope
azure.availability_zonesstring[]resource experimental
Availability zones of Azure cloud resource.
['1']
azure.resource.groupstringresource stable
A resource group is a container that holds related resources for an Azure solution.
Tags: permission primary-field
demo-backend-rg
azure.tenant.idstringresource experimental
Unique, immutable identifier assigned to the Azure tenant.
37c4add3-612a-483d-8b24-cccbb35d3306

Cloud entity fields

Fields that are provided by all Cloud workloads.

AttributeTypeDescriptionExamples
cloud.acquisition.statusstringexperimental
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.
OK; DELETED; ERROR; INCOMPLETE

Availability Sets

Smartscape node name: azure.resource.name

Smartscape node type: AZURE_MICROSOFT_COMPUTE_AVAILABILITYSETS

This entity represents Availability Sets

Query

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

smartscapeNodes "AZURE_MICROSOFT_COMPUTE_AVAILABILITYSETS"

Base entity fields

The following base fields are used for all entities.

AttributeTypeDescriptionExamples
idsmartscapeIdstable
A Smartscape ID consists of two components: an UPPER_CASE entity type and a random 16-character hexadecimal unique identifier, separated by a dash. Use Smartscape conversion functions when working with strings that represent Smartscape IDs.
<type>-017198AD253CBD63
id_classicstringdeprecated
The entity ID that was used in the classic entity store. This ID is present in old monitoring data. Not all entities have this ID, and it is not generated for new entities. Use the id field instead, which is the Smartscape ID.
<type>-017198AD253CBD63
namestringstable
The entity name.
localhost; easyTravel; product-catalog
typestringstable
The entity type. UPPER_SNAKE_CASE string that represents the type of the entity.
TYPE_A
tagsrecordstable
A consolidated record that aggregates all tag values originating from different contexts. Each nested field within tags represents a specific key (for example, release or name). The value of each nested field is the tag value from one or multiple contexts. Tags for specific context can be queried via tags:context field. Note that rule-based tags do not exist in the new model.
tags[tag_key-1] = [context_A_tag_val-1, context_B_tag_val-1]; tags[tag_key-2] = context_C_tag_val-1; tags:context_A[tag_key-1] = context_A_tag_val-1
lifetimetimeframestable
The lifetime of the entity. This is a record with two nested fields: start and end, which represent the time when the entity was first and last observed, respectively. Each time an entity is updated, the end time is updated to the current time.
{ start: 2022-07-06T13:36:00.808Z, end: 2024-04-11T06:56:01.204Z }
referencesrecordstable
Provides access to static edges pointing to other entities. In this record each nested field represents a relationship type and target type, and the value is an array of target smartscape IDs. This field is hidden by default but can be added using the fieldsAdd command.
{ references[runs_on.host] : [HOST-C251A1173C2B4B39,HOST-0E9038C7C4409D69], references[runs_on.container] : [CONTAINER-68A08967EF4F675B] }
dt.security_contextstring[]resource stable
The security contexts associated with the entity. For Smartscape entities, this field is always an array.
Tags: permission
[]

Azure resource fields

Contains all fields that are provided by all resorce running on Azure, including Azure, Core and K8s entities.

AttributeTypeDescriptionExamples
azure.subscriptionstringresource stable
An Azure subscription is a logical container used to provision resources in Azure.
Tags: permission primary-field
27e9b03f-04d2-2b69-b327-32f433f7ed21
azure.locationstringresource stable
A specific geographical location of Azure cloud resource.
Tags: primary-field
westeurope
azure.availability_zonesstring[]resource experimental
Availability zones of Azure cloud resource.
['1']
azure.resource.groupstringresource stable
A resource group is a container that holds related resources for an Azure solution.
Tags: permission primary-field
demo-backend-rg
azure.resource.idstringresource experimental
A unique, immutable identifier assigned to each Azure cloud resource.
/subscriptions/27e9b03f-04d2-2b69-b327-32f433f7ed21/resourceGroups/demo-backend-rg/providers/Microsoft.ContainerService/managedClusters/demo-aks
azure.resource.namestringresource experimental
User-provided name of the Azure cloud resource.
demo-aks
azure.resource.typestringresource experimental
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.

AttributeTypeDescriptionExamples
azure.resource.kindstringexperimental
A kind of the Azure resource
app,linux
azure.resource.sku.namestringexperimental
Name of the Azure resource SKU
B_Gen5_1
azure.resource.sku.tierstringexperimental
Tier of the Azure resource SKU
Basic
azure.resource.sku.capacitystringexperimental
Capacity of the Azure resource SKU
20
azure.statusstringexperimental
The status of the instance
Running; Stopped (deallocated)
azure.provisioning_statestringexperimental
The provisioning status of the resource
Succeeded; DELETED; ERROR; INCOMPLETE
azure.objectstringexperimental
The full JSON content of Azure object
azure.properties.versionstringexperimental
The json content version
...
azure.subscriptionstringresource stable
An Azure subscription is a logical container used to provision resources in Azure.
Tags: permission primary-field
27e9b03f-04d2-2b69-b327-32f433f7ed21
azure.locationstringresource stable
A specific geographical location of Azure cloud resource.
Tags: primary-field
westeurope
azure.availability_zonesstring[]resource experimental
Availability zones of Azure cloud resource.
['1']
azure.resource.groupstringresource stable
A resource group is a container that holds related resources for an Azure solution.
Tags: permission primary-field
demo-backend-rg
azure.tenant.idstringresource experimental
Unique, immutable identifier assigned to the Azure tenant.
37c4add3-612a-483d-8b24-cccbb35d3306

Cloud entity fields

Fields that are provided by all Cloud workloads.

AttributeTypeDescriptionExamples
cloud.acquisition.statusstringexperimental
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.
OK; DELETED; ERROR; INCOMPLETE

Availability Zones

Smartscape node name: azure.resource.name

Smartscape node type: AZURE_MICROSOFT_RESOURCES_LOCATIONS_AVAILABILITYZONES

This entity represents Availability Zones

Query

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

smartscapeNodes "AZURE_MICROSOFT_RESOURCES_LOCATIONS_AVAILABILITYZONES"

Base entity fields

The following base fields are used for all entities.

AttributeTypeDescriptionExamples
idsmartscapeIdstable
A Smartscape ID consists of two components: an UPPER_CASE entity type and a random 16-character hexadecimal unique identifier, separated by a dash. Use Smartscape conversion functions when working with strings that represent Smartscape IDs.
<type>-017198AD253CBD63
id_classicstringdeprecated
The entity ID that was used in the classic entity store. This ID is present in old monitoring data. Not all entities have this ID, and it is not generated for new entities. Use the id field instead, which is the Smartscape ID.
<type>-017198AD253CBD63
namestringstable
The entity name.
localhost; easyTravel; product-catalog
typestringstable
The entity type. UPPER_SNAKE_CASE string that represents the type of the entity.
TYPE_A
tagsrecordstable
A consolidated record that aggregates all tag values originating from different contexts. Each nested field within tags represents a specific key (for example, release or name). The value of each nested field is the tag value from one or multiple contexts. Tags for specific context can be queried via tags:context field. Note that rule-based tags do not exist in the new model.
tags[tag_key-1] = [context_A_tag_val-1, context_B_tag_val-1]; tags[tag_key-2] = context_C_tag_val-1; tags:context_A[tag_key-1] = context_A_tag_val-1
lifetimetimeframestable
The lifetime of the entity. This is a record with two nested fields: start and end, which represent the time when the entity was first and last observed, respectively. Each time an entity is updated, the end time is updated to the current time.
{ start: 2022-07-06T13:36:00.808Z, end: 2024-04-11T06:56:01.204Z }
referencesrecordstable
Provides access to static edges pointing to other entities. In this record each nested field represents a relationship type and target type, and the value is an array of target smartscape IDs. This field is hidden by default but can be added using the fieldsAdd command.
{ references[runs_on.host] : [HOST-C251A1173C2B4B39,HOST-0E9038C7C4409D69], references[runs_on.container] : [CONTAINER-68A08967EF4F675B] }
dt.security_contextstring[]resource stable
The security contexts associated with the entity. For Smartscape entities, this field is always an array.
Tags: permission
[]

Cloud entity fields

Fields that are provided by all Cloud workloads.

AttributeTypeDescriptionExamples
cloud.acquisition.statusstringexperimental
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.
OK; DELETED; ERROR; INCOMPLETE

Azure Cache for Redis

Smartscape node name: azure.resource.name

Smartscape node type: AZURE_MICROSOFT_CACHE_REDIS

This entity represents Azure Cache for Redis

Query

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

smartscapeNodes "AZURE_MICROSOFT_CACHE_REDIS"

Base entity fields

The following base fields are used for all entities.

AttributeTypeDescriptionExamples
idsmartscapeIdstable
A Smartscape ID consists of two components: an UPPER_CASE entity type and a random 16-character hexadecimal unique identifier, separated by a dash. Use Smartscape conversion functions when working with strings that represent Smartscape IDs.
<type>-017198AD253CBD63
id_classicstringdeprecated
The entity ID that was used in the classic entity store. This ID is present in old monitoring data. Not all entities have this ID, and it is not generated for new entities. Use the id field instead, which is the Smartscape ID.
<type>-017198AD253CBD63
namestringstable
The entity name.
localhost; easyTravel; product-catalog
typestringstable
The entity type. UPPER_SNAKE_CASE string that represents the type of the entity.
TYPE_A
tagsrecordstable
A consolidated record that aggregates all tag values originating from different contexts. Each nested field within tags represents a specific key (for example, release or name). The value of each nested field is the tag value from one or multiple contexts. Tags for specific context can be queried via tags:context field. Note that rule-based tags do not exist in the new model.
tags[tag_key-1] = [context_A_tag_val-1, context_B_tag_val-1]; tags[tag_key-2] = context_C_tag_val-1; tags:context_A[tag_key-1] = context_A_tag_val-1
lifetimetimeframestable
The lifetime of the entity. This is a record with two nested fields: start and end, which represent the time when the entity was first and last observed, respectively. Each time an entity is updated, the end time is updated to the current time.
{ start: 2022-07-06T13:36:00.808Z, end: 2024-04-11T06:56:01.204Z }
referencesrecordstable
Provides access to static edges pointing to other entities. In this record each nested field represents a relationship type and target type, and the value is an array of target smartscape IDs. This field is hidden by default but can be added using the fieldsAdd command.
{ references[runs_on.host] : [HOST-C251A1173C2B4B39,HOST-0E9038C7C4409D69], references[runs_on.container] : [CONTAINER-68A08967EF4F675B] }
dt.security_contextstring[]resource stable
The security contexts associated with the entity. For Smartscape entities, this field is always an array.
Tags: permission
[]

Azure resource fields

Contains all fields that are provided by all resorce running on Azure, including Azure, Core and K8s entities.

AttributeTypeDescriptionExamples
azure.subscriptionstringresource stable
An Azure subscription is a logical container used to provision resources in Azure.
Tags: permission primary-field
27e9b03f-04d2-2b69-b327-32f433f7ed21
azure.locationstringresource stable
A specific geographical location of Azure cloud resource.
Tags: primary-field
westeurope
azure.availability_zonesstring[]resource experimental
Availability zones of Azure cloud resource.
['1']
azure.resource.groupstringresource stable
A resource group is a container that holds related resources for an Azure solution.
Tags: permission primary-field
demo-backend-rg
azure.resource.idstringresource experimental
A unique, immutable identifier assigned to each Azure cloud resource.
/subscriptions/27e9b03f-04d2-2b69-b327-32f433f7ed21/resourceGroups/demo-backend-rg/providers/Microsoft.ContainerService/managedClusters/demo-aks
azure.resource.namestringresource experimental
User-provided name of the Azure cloud resource.
demo-aks
azure.resource.typestringresource experimental
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.

AttributeTypeDescriptionExamples
azure.resource.kindstringexperimental
A kind of the Azure resource
app,linux
azure.resource.sku.namestringexperimental
Name of the Azure resource SKU
B_Gen5_1
azure.resource.sku.tierstringexperimental
Tier of the Azure resource SKU
Basic
azure.resource.sku.capacitystringexperimental
Capacity of the Azure resource SKU
20
azure.statusstringexperimental
The status of the instance
Running; Stopped (deallocated)
azure.provisioning_statestringexperimental
The provisioning status of the resource
Succeeded; DELETED; ERROR; INCOMPLETE
azure.objectstringexperimental
The full JSON content of Azure object
azure.properties.versionstringexperimental
The json content version
...
azure.subscriptionstringresource stable
An Azure subscription is a logical container used to provision resources in Azure.
Tags: permission primary-field
27e9b03f-04d2-2b69-b327-32f433f7ed21
azure.locationstringresource stable
A specific geographical location of Azure cloud resource.
Tags: primary-field
westeurope
azure.availability_zonesstring[]resource experimental
Availability zones of Azure cloud resource.
['1']
azure.resource.groupstringresource stable
A resource group is a container that holds related resources for an Azure solution.
Tags: permission primary-field
demo-backend-rg
azure.tenant.idstringresource experimental
Unique, immutable identifier assigned to the Azure tenant.
37c4add3-612a-483d-8b24-cccbb35d3306

Cloud entity fields

Fields that are provided by all Cloud workloads.

AttributeTypeDescriptionExamples
cloud.acquisition.statusstringexperimental
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.
OK; DELETED; ERROR; INCOMPLETE

Azure Database for MySQL Flexible Server

Smartscape node name: azure.resource.name

Smartscape node type: AZURE_MICROSOFT_DBFORMYSQL_FLEXIBLESERVERS

This entity represents Azure Database for MySQL Flexible Server

Query

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

smartscapeNodes "AZURE_MICROSOFT_DBFORMYSQL_FLEXIBLESERVERS"

Base entity fields

The following base fields are used for all entities.

AttributeTypeDescriptionExamples
idsmartscapeIdstable
A Smartscape ID consists of two components: an UPPER_CASE entity type and a random 16-character hexadecimal unique identifier, separated by a dash. Use Smartscape conversion functions when working with strings that represent Smartscape IDs.
<type>-017198AD253CBD63
id_classicstringdeprecated
The entity ID that was used in the classic entity store. This ID is present in old monitoring data. Not all entities have this ID, and it is not generated for new entities. Use the id field instead, which is the Smartscape ID.
<type>-017198AD253CBD63
namestringstable
The entity name.
localhost; easyTravel; product-catalog
typestringstable
The entity type. UPPER_SNAKE_CASE string that represents the type of the entity.
TYPE_A
tagsrecordstable
A consolidated record that aggregates all tag values originating from different contexts. Each nested field within tags represents a specific key (for example, release or name). The value of each nested field is the tag value from one or multiple contexts. Tags for specific context can be queried via tags:context field. Note that rule-based tags do not exist in the new model.
tags[tag_key-1] = [context_A_tag_val-1, context_B_tag_val-1]; tags[tag_key-2] = context_C_tag_val-1; tags:context_A[tag_key-1] = context_A_tag_val-1
lifetimetimeframestable
The lifetime of the entity. This is a record with two nested fields: start and end, which represent the time when the entity was first and last observed, respectively. Each time an entity is updated, the end time is updated to the current time.
{ start: 2022-07-06T13:36:00.808Z, end: 2024-04-11T06:56:01.204Z }
referencesrecordstable
Provides access to static edges pointing to other entities. In this record each nested field represents a relationship type and target type, and the value is an array of target smartscape IDs. This field is hidden by default but can be added using the fieldsAdd command.
{ references[runs_on.host] : [HOST-C251A1173C2B4B39,HOST-0E9038C7C4409D69], references[runs_on.container] : [CONTAINER-68A08967EF4F675B] }
dt.security_contextstring[]resource stable
The security contexts associated with the entity. For Smartscape entities, this field is always an array.
Tags: permission
[]

Azure resource fields

Contains all fields that are provided by all resorce running on Azure, including Azure, Core and K8s entities.

AttributeTypeDescriptionExamples
azure.subscriptionstringresource stable
An Azure subscription is a logical container used to provision resources in Azure.
Tags: permission primary-field
27e9b03f-04d2-2b69-b327-32f433f7ed21
azure.locationstringresource stable
A specific geographical location of Azure cloud resource.
Tags: primary-field
westeurope
azure.availability_zonesstring[]resource experimental
Availability zones of Azure cloud resource.
['1']
azure.resource.groupstringresource stable
A resource group is a container that holds related resources for an Azure solution.
Tags: permission primary-field
demo-backend-rg
azure.resource.idstringresource experimental
A unique, immutable identifier assigned to each Azure cloud resource.
/subscriptions/27e9b03f-04d2-2b69-b327-32f433f7ed21/resourceGroups/demo-backend-rg/providers/Microsoft.ContainerService/managedClusters/demo-aks
azure.resource.namestringresource experimental
User-provided name of the Azure cloud resource.
demo-aks
azure.resource.typestringresource experimental
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.

AttributeTypeDescriptionExamples
azure.resource.kindstringexperimental
A kind of the Azure resource
app,linux
azure.resource.sku.namestringexperimental
Name of the Azure resource SKU
B_Gen5_1
azure.resource.sku.tierstringexperimental
Tier of the Azure resource SKU
Basic
azure.resource.sku.capacitystringexperimental
Capacity of the Azure resource SKU
20
azure.statusstringexperimental
The status of the instance
Running; Stopped (deallocated)
azure.provisioning_statestringexperimental
The provisioning status of the resource
Succeeded; DELETED; ERROR; INCOMPLETE
azure.objectstringexperimental
The full JSON content of Azure object
azure.properties.versionstringexperimental
The json content version
...
azure.subscriptionstringresource stable
An Azure subscription is a logical container used to provision resources in Azure.
Tags: permission primary-field
27e9b03f-04d2-2b69-b327-32f433f7ed21
azure.locationstringresource stable
A specific geographical location of Azure cloud resource.
Tags: primary-field
westeurope
azure.availability_zonesstring[]resource experimental
Availability zones of Azure cloud resource.
['1']
azure.resource.groupstringresource stable
A resource group is a container that holds related resources for an Azure solution.
Tags: permission primary-field
demo-backend-rg
azure.tenant.idstringresource experimental
Unique, immutable identifier assigned to the Azure tenant.
37c4add3-612a-483d-8b24-cccbb35d3306

Cloud entity fields

Fields that are provided by all Cloud workloads.

AttributeTypeDescriptionExamples
cloud.acquisition.statusstringexperimental
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.
OK; DELETED; ERROR; INCOMPLETE

Azure Database for PostgreSQL Flexible Server

Smartscape node name: azure.resource.name

Smartscape node type: AZURE_MICROSOFT_DBFORPOSTGRESQL_FLEXIBLESERVERS

This entity represents Azure Database for PostgreSQL Flexible Server

Query

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

smartscapeNodes "AZURE_MICROSOFT_DBFORPOSTGRESQL_FLEXIBLESERVERS"

Base entity fields

The following base fields are used for all entities.

AttributeTypeDescriptionExamples
idsmartscapeIdstable
A Smartscape ID consists of two components: an UPPER_CASE entity type and a random 16-character hexadecimal unique identifier, separated by a dash. Use Smartscape conversion functions when working with strings that represent Smartscape IDs.
<type>-017198AD253CBD63
id_classicstringdeprecated
The entity ID that was used in the classic entity store. This ID is present in old monitoring data. Not all entities have this ID, and it is not generated for new entities. Use the id field instead, which is the Smartscape ID.
<type>-017198AD253CBD63
namestringstable
The entity name.
localhost; easyTravel; product-catalog
typestringstable
The entity type. UPPER_SNAKE_CASE string that represents the type of the entity.
TYPE_A
tagsrecordstable
A consolidated record that aggregates all tag values originating from different contexts. Each nested field within tags represents a specific key (for example, release or name). The value of each nested field is the tag value from one or multiple contexts. Tags for specific context can be queried via tags:context field. Note that rule-based tags do not exist in the new model.
tags[tag_key-1] = [context_A_tag_val-1, context_B_tag_val-1]; tags[tag_key-2] = context_C_tag_val-1; tags:context_A[tag_key-1] = context_A_tag_val-1
lifetimetimeframestable
The lifetime of the entity. This is a record with two nested fields: start and end, which represent the time when the entity was first and last observed, respectively. Each time an entity is updated, the end time is updated to the current time.
{ start: 2022-07-06T13:36:00.808Z, end: 2024-04-11T06:56:01.204Z }
referencesrecordstable
Provides access to static edges pointing to other entities. In this record each nested field represents a relationship type and target type, and the value is an array of target smartscape IDs. This field is hidden by default but can be added using the fieldsAdd command.
{ references[runs_on.host] : [HOST-C251A1173C2B4B39,HOST-0E9038C7C4409D69], references[runs_on.container] : [CONTAINER-68A08967EF4F675B] }
dt.security_contextstring[]resource stable
The security contexts associated with the entity. For Smartscape entities, this field is always an array.
Tags: permission
[]

Azure resource fields

Contains all fields that are provided by all resorce running on Azure, including Azure, Core and K8s entities.

AttributeTypeDescriptionExamples
azure.subscriptionstringresource stable
An Azure subscription is a logical container used to provision resources in Azure.
Tags: permission primary-field
27e9b03f-04d2-2b69-b327-32f433f7ed21
azure.locationstringresource stable
A specific geographical location of Azure cloud resource.
Tags: primary-field
westeurope
azure.availability_zonesstring[]resource experimental
Availability zones of Azure cloud resource.
['1']
azure.resource.groupstringresource stable
A resource group is a container that holds related resources for an Azure solution.
Tags: permission primary-field
demo-backend-rg
azure.resource.idstringresource experimental
A unique, immutable identifier assigned to each Azure cloud resource.
/subscriptions/27e9b03f-04d2-2b69-b327-32f433f7ed21/resourceGroups/demo-backend-rg/providers/Microsoft.ContainerService/managedClusters/demo-aks
azure.resource.namestringresource experimental
User-provided name of the Azure cloud resource.
demo-aks
azure.resource.typestringresource experimental
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.

AttributeTypeDescriptionExamples
azure.resource.kindstringexperimental
A kind of the Azure resource
app,linux
azure.resource.sku.namestringexperimental
Name of the Azure resource SKU
B_Gen5_1
azure.resource.sku.tierstringexperimental
Tier of the Azure resource SKU
Basic
azure.resource.sku.capacitystringexperimental
Capacity of the Azure resource SKU
20
azure.statusstringexperimental
The status of the instance
Running; Stopped (deallocated)
azure.provisioning_statestringexperimental
The provisioning status of the resource
Succeeded; DELETED; ERROR; INCOMPLETE
azure.objectstringexperimental
The full JSON content of Azure object
azure.properties.versionstringexperimental
The json content version
...
azure.subscriptionstringresource stable
An Azure subscription is a logical container used to provision resources in Azure.
Tags: permission primary-field
27e9b03f-04d2-2b69-b327-32f433f7ed21
azure.locationstringresource stable
A specific geographical location of Azure cloud resource.
Tags: primary-field
westeurope
azure.availability_zonesstring[]resource experimental
Availability zones of Azure cloud resource.
['1']
azure.resource.groupstringresource stable
A resource group is a container that holds related resources for an Azure solution.
Tags: permission primary-field
demo-backend-rg
azure.tenant.idstringresource experimental
Unique, immutable identifier assigned to the Azure tenant.
37c4add3-612a-483d-8b24-cccbb35d3306

Cloud entity fields

Fields that are provided by all Cloud workloads.

AttributeTypeDescriptionExamples
cloud.acquisition.statusstringexperimental
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.
OK; DELETED; ERROR; INCOMPLETE

Azure Kubernetes Service (AKS)

Smartscape node name: azure.resource.name

Smartscape node type: AZURE_MICROSOFT_CONTAINERSERVICE_MANAGEDCLUSTERS

This entity represents Azure Kubernetes Service (AKS)

Query

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

smartscapeNodes "AZURE_MICROSOFT_CONTAINERSERVICE_MANAGEDCLUSTERS"

Base entity fields

The following base fields are used for all entities.

AttributeTypeDescriptionExamples
idsmartscapeIdstable
A Smartscape ID consists of two components: an UPPER_CASE entity type and a random 16-character hexadecimal unique identifier, separated by a dash. Use Smartscape conversion functions when working with strings that represent Smartscape IDs.
<type>-017198AD253CBD63
id_classicstringdeprecated
The entity ID that was used in the classic entity store. This ID is present in old monitoring data. Not all entities have this ID, and it is not generated for new entities. Use the id field instead, which is the Smartscape ID.
<type>-017198AD253CBD63
namestringstable
The entity name.
localhost; easyTravel; product-catalog
typestringstable
The entity type. UPPER_SNAKE_CASE string that represents the type of the entity.
TYPE_A
tagsrecordstable
A consolidated record that aggregates all tag values originating from different contexts. Each nested field within tags represents a specific key (for example, release or name). The value of each nested field is the tag value from one or multiple contexts. Tags for specific context can be queried via tags:context field. Note that rule-based tags do not exist in the new model.
tags[tag_key-1] = [context_A_tag_val-1, context_B_tag_val-1]; tags[tag_key-2] = context_C_tag_val-1; tags:context_A[tag_key-1] = context_A_tag_val-1
lifetimetimeframestable
The lifetime of the entity. This is a record with two nested fields: start and end, which represent the time when the entity was first and last observed, respectively. Each time an entity is updated, the end time is updated to the current time.
{ start: 2022-07-06T13:36:00.808Z, end: 2024-04-11T06:56:01.204Z }
referencesrecordstable
Provides access to static edges pointing to other entities. In this record each nested field represents a relationship type and target type, and the value is an array of target smartscape IDs. This field is hidden by default but can be added using the fieldsAdd command.
{ references[runs_on.host] : [HOST-C251A1173C2B4B39,HOST-0E9038C7C4409D69], references[runs_on.container] : [CONTAINER-68A08967EF4F675B] }
dt.security_contextstring[]resource stable
The security contexts associated with the entity. For Smartscape entities, this field is always an array.
Tags: permission
[]

Azure resource fields

Contains all fields that are provided by all resorce running on Azure, including Azure, Core and K8s entities.

AttributeTypeDescriptionExamples
azure.subscriptionstringresource stable
An Azure subscription is a logical container used to provision resources in Azure.
Tags: permission primary-field
27e9b03f-04d2-2b69-b327-32f433f7ed21
azure.locationstringresource stable
A specific geographical location of Azure cloud resource.
Tags: primary-field
westeurope
azure.availability_zonesstring[]resource experimental
Availability zones of Azure cloud resource.
['1']
azure.resource.groupstringresource stable
A resource group is a container that holds related resources for an Azure solution.
Tags: permission primary-field
demo-backend-rg
azure.resource.idstringresource experimental
A unique, immutable identifier assigned to each Azure cloud resource.
/subscriptions/27e9b03f-04d2-2b69-b327-32f433f7ed21/resourceGroups/demo-backend-rg/providers/Microsoft.ContainerService/managedClusters/demo-aks
azure.resource.namestringresource experimental
User-provided name of the Azure cloud resource.
demo-aks
azure.resource.typestringresource experimental
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.

AttributeTypeDescriptionExamples
azure.resource.kindstringexperimental
A kind of the Azure resource
app,linux
azure.resource.sku.namestringexperimental
Name of the Azure resource SKU
B_Gen5_1
azure.resource.sku.tierstringexperimental
Tier of the Azure resource SKU
Basic
azure.resource.sku.capacitystringexperimental
Capacity of the Azure resource SKU
20
azure.statusstringexperimental
The status of the instance
Running; Stopped (deallocated)
azure.provisioning_statestringexperimental
The provisioning status of the resource
Succeeded; DELETED; ERROR; INCOMPLETE
azure.objectstringexperimental
The full JSON content of Azure object
azure.properties.versionstringexperimental
The json content version
...
azure.subscriptionstringresource stable
An Azure subscription is a logical container used to provision resources in Azure.
Tags: permission primary-field
27e9b03f-04d2-2b69-b327-32f433f7ed21
azure.locationstringresource stable
A specific geographical location of Azure cloud resource.
Tags: primary-field
westeurope
azure.availability_zonesstring[]resource experimental
Availability zones of Azure cloud resource.
['1']
azure.resource.groupstringresource stable
A resource group is a container that holds related resources for an Azure solution.
Tags: permission primary-field
demo-backend-rg
azure.tenant.idstringresource experimental
Unique, immutable identifier assigned to the Azure tenant.
37c4add3-612a-483d-8b24-cccbb35d3306

Cloud entity fields

Fields that are provided by all Cloud workloads.

AttributeTypeDescriptionExamples
cloud.acquisition.statusstringexperimental
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.
OK; DELETED; ERROR; INCOMPLETE

Azure Locations

Smartscape node name: azure.resource.name

Smartscape node type: AZURE_MICROSOFT_RESOURCES_LOCATIONS

This entity represents Azure Locations

Query

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

smartscapeNodes "AZURE_MICROSOFT_RESOURCES_LOCATIONS"

Base entity fields

The following base fields are used for all entities.

AttributeTypeDescriptionExamples
idsmartscapeIdstable
A Smartscape ID consists of two components: an UPPER_CASE entity type and a random 16-character hexadecimal unique identifier, separated by a dash. Use Smartscape conversion functions when working with strings that represent Smartscape IDs.
<type>-017198AD253CBD63
id_classicstringdeprecated
The entity ID that was used in the classic entity store. This ID is present in old monitoring data. Not all entities have this ID, and it is not generated for new entities. Use the id field instead, which is the Smartscape ID.
<type>-017198AD253CBD63
namestringstable
The entity name.
localhost; easyTravel; product-catalog
typestringstable
The entity type. UPPER_SNAKE_CASE string that represents the type of the entity.
TYPE_A
tagsrecordstable
A consolidated record that aggregates all tag values originating from different contexts. Each nested field within tags represents a specific key (for example, release or name). The value of each nested field is the tag value from one or multiple contexts. Tags for specific context can be queried via tags:context field. Note that rule-based tags do not exist in the new model.
tags[tag_key-1] = [context_A_tag_val-1, context_B_tag_val-1]; tags[tag_key-2] = context_C_tag_val-1; tags:context_A[tag_key-1] = context_A_tag_val-1
lifetimetimeframestable
The lifetime of the entity. This is a record with two nested fields: start and end, which represent the time when the entity was first and last observed, respectively. Each time an entity is updated, the end time is updated to the current time.
{ start: 2022-07-06T13:36:00.808Z, end: 2024-04-11T06:56:01.204Z }
referencesrecordstable
Provides access to static edges pointing to other entities. In this record each nested field represents a relationship type and target type, and the value is an array of target smartscape IDs. This field is hidden by default but can be added using the fieldsAdd command.
{ references[runs_on.host] : [HOST-C251A1173C2B4B39,HOST-0E9038C7C4409D69], references[runs_on.container] : [CONTAINER-68A08967EF4F675B] }
dt.security_contextstring[]resource stable
The security contexts associated with the entity. For Smartscape entities, this field is always an array.
Tags: permission
[]

Azure resource fields

Contains all fields that are provided by all resorce running on Azure, including Azure, Core and K8s entities.

AttributeTypeDescriptionExamples
azure.subscriptionstringresource stable
An Azure subscription is a logical container used to provision resources in Azure.
Tags: permission primary-field
27e9b03f-04d2-2b69-b327-32f433f7ed21
azure.locationstringresource stable
A specific geographical location of Azure cloud resource.
Tags: primary-field
westeurope
azure.availability_zonesstring[]resource experimental
Availability zones of Azure cloud resource.
['1']
azure.resource.groupstringresource stable
A resource group is a container that holds related resources for an Azure solution.
Tags: permission primary-field
demo-backend-rg
azure.resource.idstringresource experimental
A unique, immutable identifier assigned to each Azure cloud resource.
/subscriptions/27e9b03f-04d2-2b69-b327-32f433f7ed21/resourceGroups/demo-backend-rg/providers/Microsoft.ContainerService/managedClusters/demo-aks
azure.resource.namestringresource experimental
User-provided name of the Azure cloud resource.
demo-aks
azure.resource.typestringresource experimental
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.

AttributeTypeDescriptionExamples
azure.resource.kindstringexperimental
A kind of the Azure resource
app,linux
azure.resource.sku.namestringexperimental
Name of the Azure resource SKU
B_Gen5_1
azure.resource.sku.tierstringexperimental
Tier of the Azure resource SKU
Basic
azure.resource.sku.capacitystringexperimental
Capacity of the Azure resource SKU
20
azure.statusstringexperimental
The status of the instance
Running; Stopped (deallocated)
azure.provisioning_statestringexperimental
The provisioning status of the resource
Succeeded; DELETED; ERROR; INCOMPLETE
azure.objectstringexperimental
The full JSON content of Azure object
azure.properties.versionstringexperimental
The json content version
...
azure.subscriptionstringresource stable
An Azure subscription is a logical container used to provision resources in Azure.
Tags: permission primary-field
27e9b03f-04d2-2b69-b327-32f433f7ed21
azure.locationstringresource stable
A specific geographical location of Azure cloud resource.
Tags: primary-field
westeurope
azure.availability_zonesstring[]resource experimental
Availability zones of Azure cloud resource.
['1']
azure.resource.groupstringresource stable
A resource group is a container that holds related resources for an Azure solution.
Tags: permission primary-field
demo-backend-rg
azure.tenant.idstringresource experimental
Unique, immutable identifier assigned to the Azure tenant.
37c4add3-612a-483d-8b24-cccbb35d3306

Cloud entity fields

Fields that are provided by all Cloud workloads.

AttributeTypeDescriptionExamples
cloud.acquisition.statusstringexperimental
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.
OK; DELETED; ERROR; INCOMPLETE

Azure Monitor Accounts

Smartscape node name: azure.resource.name

Smartscape node type: AZURE_MICROSOFT_MONITOR_ACCOUNTS

This entity represents Azure Monitor Accounts

Query

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

smartscapeNodes "AZURE_MICROSOFT_MONITOR_ACCOUNTS"

Base entity fields

The following base fields are used for all entities.

AttributeTypeDescriptionExamples
idsmartscapeIdstable
A Smartscape ID consists of two components: an UPPER_CASE entity type and a random 16-character hexadecimal unique identifier, separated by a dash. Use Smartscape conversion functions when working with strings that represent Smartscape IDs.
<type>-017198AD253CBD63
id_classicstringdeprecated
The entity ID that was used in the classic entity store. This ID is present in old monitoring data. Not all entities have this ID, and it is not generated for new entities. Use the id field instead, which is the Smartscape ID.
<type>-017198AD253CBD63
namestringstable
The entity name.
localhost; easyTravel; product-catalog
typestringstable
The entity type. UPPER_SNAKE_CASE string that represents the type of the entity.
TYPE_A
tagsrecordstable
A consolidated record that aggregates all tag values originating from different contexts. Each nested field within tags represents a specific key (for example, release or name). The value of each nested field is the tag value from one or multiple contexts. Tags for specific context can be queried via tags:context field. Note that rule-based tags do not exist in the new model.
tags[tag_key-1] = [context_A_tag_val-1, context_B_tag_val-1]; tags[tag_key-2] = context_C_tag_val-1; tags:context_A[tag_key-1] = context_A_tag_val-1
lifetimetimeframestable
The lifetime of the entity. This is a record with two nested fields: start and end, which represent the time when the entity was first and last observed, respectively. Each time an entity is updated, the end time is updated to the current time.
{ start: 2022-07-06T13:36:00.808Z, end: 2024-04-11T06:56:01.204Z }
referencesrecordstable
Provides access to static edges pointing to other entities. In this record each nested field represents a relationship type and target type, and the value is an array of target smartscape IDs. This field is hidden by default but can be added using the fieldsAdd command.
{ references[runs_on.host] : [HOST-C251A1173C2B4B39,HOST-0E9038C7C4409D69], references[runs_on.container] : [CONTAINER-68A08967EF4F675B] }
dt.security_contextstring[]resource stable
The security contexts associated with the entity. For Smartscape entities, this field is always an array.
Tags: permission
[]

Azure resource fields

Contains all fields that are provided by all resorce running on Azure, including Azure, Core and K8s entities.

AttributeTypeDescriptionExamples
azure.subscriptionstringresource stable
An Azure subscription is a logical container used to provision resources in Azure.
Tags: permission primary-field
27e9b03f-04d2-2b69-b327-32f433f7ed21
azure.locationstringresource stable
A specific geographical location of Azure cloud resource.
Tags: primary-field
westeurope
azure.availability_zonesstring[]resource experimental
Availability zones of Azure cloud resource.
['1']
azure.resource.groupstringresource stable
A resource group is a container that holds related resources for an Azure solution.
Tags: permission primary-field
demo-backend-rg
azure.resource.idstringresource experimental
A unique, immutable identifier assigned to each Azure cloud resource.
/subscriptions/27e9b03f-04d2-2b69-b327-32f433f7ed21/resourceGroups/demo-backend-rg/providers/Microsoft.ContainerService/managedClusters/demo-aks
azure.resource.namestringresource experimental
User-provided name of the Azure cloud resource.
demo-aks
azure.resource.typestringresource experimental
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.

AttributeTypeDescriptionExamples
azure.resource.kindstringexperimental
A kind of the Azure resource
app,linux
azure.resource.sku.namestringexperimental
Name of the Azure resource SKU
B_Gen5_1
azure.resource.sku.tierstringexperimental
Tier of the Azure resource SKU
Basic
azure.resource.sku.capacitystringexperimental
Capacity of the Azure resource SKU
20
azure.statusstringexperimental
The status of the instance
Running; Stopped (deallocated)
azure.provisioning_statestringexperimental
The provisioning status of the resource
Succeeded; DELETED; ERROR; INCOMPLETE
azure.objectstringexperimental
The full JSON content of Azure object
azure.properties.versionstringexperimental
The json content version
...
azure.subscriptionstringresource stable
An Azure subscription is a logical container used to provision resources in Azure.
Tags: permission primary-field
27e9b03f-04d2-2b69-b327-32f433f7ed21
azure.locationstringresource stable
A specific geographical location of Azure cloud resource.
Tags: primary-field
westeurope
azure.availability_zonesstring[]resource experimental
Availability zones of Azure cloud resource.
['1']
azure.resource.groupstringresource stable
A resource group is a container that holds related resources for an Azure solution.
Tags: permission primary-field
demo-backend-rg
azure.tenant.idstringresource experimental
Unique, immutable identifier assigned to the Azure tenant.
37c4add3-612a-483d-8b24-cccbb35d3306

Cloud entity fields

Fields that are provided by all Cloud workloads.

AttributeTypeDescriptionExamples
cloud.acquisition.statusstringexperimental
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.
OK; DELETED; ERROR; INCOMPLETE

Azure Subscriptions

Smartscape node name: azure.resource.name

Smartscape node type: AZURE_MICROSOFT_RESOURCES_SUBSCRIPTIONS

This entity represents Azure Subscriptions

Query

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

smartscapeNodes "AZURE_MICROSOFT_RESOURCES_SUBSCRIPTIONS"

Base entity fields

The following base fields are used for all entities.

AttributeTypeDescriptionExamples
idsmartscapeIdstable
A Smartscape ID consists of two components: an UPPER_CASE entity type and a random 16-character hexadecimal unique identifier, separated by a dash. Use Smartscape conversion functions when working with strings that represent Smartscape IDs.
<type>-017198AD253CBD63
id_classicstringdeprecated
The entity ID that was used in the classic entity store. This ID is present in old monitoring data. Not all entities have this ID, and it is not generated for new entities. Use the id field instead, which is the Smartscape ID.
<type>-017198AD253CBD63
namestringstable
The entity name.
localhost; easyTravel; product-catalog
typestringstable
The entity type. UPPER_SNAKE_CASE string that represents the type of the entity.
TYPE_A
tagsrecordstable
A consolidated record that aggregates all tag values originating from different contexts. Each nested field within tags represents a specific key (for example, release or name). The value of each nested field is the tag value from one or multiple contexts. Tags for specific context can be queried via tags:context field. Note that rule-based tags do not exist in the new model.
tags[tag_key-1] = [context_A_tag_val-1, context_B_tag_val-1]; tags[tag_key-2] = context_C_tag_val-1; tags:context_A[tag_key-1] = context_A_tag_val-1
lifetimetimeframestable
The lifetime of the entity. This is a record with two nested fields: start and end, which represent the time when the entity was first and last observed, respectively. Each time an entity is updated, the end time is updated to the current time.
{ start: 2022-07-06T13:36:00.808Z, end: 2024-04-11T06:56:01.204Z }
referencesrecordstable
Provides access to static edges pointing to other entities. In this record each nested field represents a relationship type and target type, and the value is an array of target smartscape IDs. This field is hidden by default but can be added using the fieldsAdd command.
{ references[runs_on.host] : [HOST-C251A1173C2B4B39,HOST-0E9038C7C4409D69], references[runs_on.container] : [CONTAINER-68A08967EF4F675B] }
dt.security_contextstring[]resource stable
The security contexts associated with the entity. For Smartscape entities, this field is always an array.
Tags: permission
[]

Azure resource fields

Contains all fields that are provided by all resorce running on Azure, including Azure, Core and K8s entities.

AttributeTypeDescriptionExamples
azure.subscriptionstringresource stable
An Azure subscription is a logical container used to provision resources in Azure.
Tags: permission primary-field
27e9b03f-04d2-2b69-b327-32f433f7ed21
azure.locationstringresource stable
A specific geographical location of Azure cloud resource.
Tags: primary-field
westeurope
azure.availability_zonesstring[]resource experimental
Availability zones of Azure cloud resource.
['1']
azure.resource.groupstringresource stable
A resource group is a container that holds related resources for an Azure solution.
Tags: permission primary-field
demo-backend-rg
azure.resource.idstringresource experimental
A unique, immutable identifier assigned to each Azure cloud resource.
/subscriptions/27e9b03f-04d2-2b69-b327-32f433f7ed21/resourceGroups/demo-backend-rg/providers/Microsoft.ContainerService/managedClusters/demo-aks
azure.resource.namestringresource experimental
User-provided name of the Azure cloud resource.
demo-aks
azure.resource.typestringresource experimental
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.

AttributeTypeDescriptionExamples
azure.resource.kindstringexperimental
A kind of the Azure resource
app,linux
azure.resource.sku.namestringexperimental
Name of the Azure resource SKU
B_Gen5_1
azure.resource.sku.tierstringexperimental
Tier of the Azure resource SKU
Basic
azure.resource.sku.capacitystringexperimental
Capacity of the Azure resource SKU
20
azure.statusstringexperimental
The status of the instance
Running; Stopped (deallocated)
azure.provisioning_statestringexperimental
The provisioning status of the resource
Succeeded; DELETED; ERROR; INCOMPLETE
azure.objectstringexperimental
The full JSON content of Azure object
azure.properties.versionstringexperimental
The json content version
...
azure.subscriptionstringresource stable
An Azure subscription is a logical container used to provision resources in Azure.
Tags: permission primary-field
27e9b03f-04d2-2b69-b327-32f433f7ed21
azure.locationstringresource stable
A specific geographical location of Azure cloud resource.
Tags: primary-field
westeurope
azure.availability_zonesstring[]resource experimental
Availability zones of Azure cloud resource.
['1']
azure.resource.groupstringresource stable
A resource group is a container that holds related resources for an Azure solution.
Tags: permission primary-field
demo-backend-rg
azure.tenant.idstringresource experimental
Unique, immutable identifier assigned to the Azure tenant.
37c4add3-612a-483d-8b24-cccbb35d3306

Cloud entity fields

Fields that are provided by all Cloud workloads.

AttributeTypeDescriptionExamples
cloud.acquisition.statusstringexperimental
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.
OK; DELETED; ERROR; INCOMPLETE

Azure Tenants

Smartscape node name: azure.resource.name

Smartscape node type: AZURE_MICROSOFT_RESOURCES_TENANTS

This entity represents Azure Tenants

Query

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

smartscapeNodes "AZURE_MICROSOFT_RESOURCES_TENANTS"

Base entity fields

The following base fields are used for all entities.

AttributeTypeDescriptionExamples
idsmartscapeIdstable
A Smartscape ID consists of two components: an UPPER_CASE entity type and a random 16-character hexadecimal unique identifier, separated by a dash. Use Smartscape conversion functions when working with strings that represent Smartscape IDs.
<type>-017198AD253CBD63
id_classicstringdeprecated
The entity ID that was used in the classic entity store. This ID is present in old monitoring data. Not all entities have this ID, and it is not generated for new entities. Use the id field instead, which is the Smartscape ID.
<type>-017198AD253CBD63
namestringstable
The entity name.
localhost; easyTravel; product-catalog
typestringstable
The entity type. UPPER_SNAKE_CASE string that represents the type of the entity.
TYPE_A
tagsrecordstable
A consolidated record that aggregates all tag values originating from different contexts. Each nested field within tags represents a specific key (for example, release or name). The value of each nested field is the tag value from one or multiple contexts. Tags for specific context can be queried via tags:context field. Note that rule-based tags do not exist in the new model.
tags[tag_key-1] = [context_A_tag_val-1, context_B_tag_val-1]; tags[tag_key-2] = context_C_tag_val-1; tags:context_A[tag_key-1] = context_A_tag_val-1
lifetimetimeframestable
The lifetime of the entity. This is a record with two nested fields: start and end, which represent the time when the entity was first and last observed, respectively. Each time an entity is updated, the end time is updated to the current time.
{ start: 2022-07-06T13:36:00.808Z, end: 2024-04-11T06:56:01.204Z }
referencesrecordstable
Provides access to static edges pointing to other entities. In this record each nested field represents a relationship type and target type, and the value is an array of target smartscape IDs. This field is hidden by default but can be added using the fieldsAdd command.
{ references[runs_on.host] : [HOST-C251A1173C2B4B39,HOST-0E9038C7C4409D69], references[runs_on.container] : [CONTAINER-68A08967EF4F675B] }
dt.security_contextstring[]resource stable
The security contexts associated with the entity. For Smartscape entities, this field is always an array.
Tags: permission
[]

Azure resource fields

Contains all fields that are provided by all resorce running on Azure, including Azure, Core and K8s entities.

AttributeTypeDescriptionExamples
azure.subscriptionstringresource stable
An Azure subscription is a logical container used to provision resources in Azure.
Tags: permission primary-field
27e9b03f-04d2-2b69-b327-32f433f7ed21
azure.locationstringresource stable
A specific geographical location of Azure cloud resource.
Tags: primary-field
westeurope
azure.availability_zonesstring[]resource experimental
Availability zones of Azure cloud resource.
['1']
azure.resource.groupstringresource stable
A resource group is a container that holds related resources for an Azure solution.
Tags: permission primary-field
demo-backend-rg
azure.resource.idstringresource experimental
A unique, immutable identifier assigned to each Azure cloud resource.
/subscriptions/27e9b03f-04d2-2b69-b327-32f433f7ed21/resourceGroups/demo-backend-rg/providers/Microsoft.ContainerService/managedClusters/demo-aks
azure.resource.namestringresource experimental
User-provided name of the Azure cloud resource.
demo-aks
azure.resource.typestringresource experimental
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.

AttributeTypeDescriptionExamples
azure.resource.kindstringexperimental
A kind of the Azure resource
app,linux
azure.resource.sku.namestringexperimental
Name of the Azure resource SKU
B_Gen5_1
azure.resource.sku.tierstringexperimental
Tier of the Azure resource SKU
Basic
azure.resource.sku.capacitystringexperimental
Capacity of the Azure resource SKU
20
azure.statusstringexperimental
The status of the instance
Running; Stopped (deallocated)
azure.provisioning_statestringexperimental
The provisioning status of the resource
Succeeded; DELETED; ERROR; INCOMPLETE
azure.objectstringexperimental
The full JSON content of Azure object
azure.properties.versionstringexperimental
The json content version
...
azure.subscriptionstringresource stable
An Azure subscription is a logical container used to provision resources in Azure.
Tags: permission primary-field
27e9b03f-04d2-2b69-b327-32f433f7ed21
azure.locationstringresource stable
A specific geographical location of Azure cloud resource.
Tags: primary-field
westeurope
azure.availability_zonesstring[]resource experimental
Availability zones of Azure cloud resource.
['1']
azure.resource.groupstringresource stable
A resource group is a container that holds related resources for an Azure solution.
Tags: permission primary-field
demo-backend-rg
azure.tenant.idstringresource experimental
Unique, immutable identifier assigned to the Azure tenant.
37c4add3-612a-483d-8b24-cccbb35d3306

Cloud entity fields

Fields that are provided by all Cloud workloads.

AttributeTypeDescriptionExamples
cloud.acquisition.statusstringexperimental
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.
OK; DELETED; ERROR; INCOMPLETE

Cognitive Services Account Projects

Smartscape node name: azure.resource.name

Smartscape node type: AZURE_MICROSOFT_COGNITIVESERVICES_ACCOUNTS_PROJECTS

This entity represents Cognitive Services Account Projects

Query

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

smartscapeNodes "AZURE_MICROSOFT_COGNITIVESERVICES_ACCOUNTS_PROJECTS"

Base entity fields

The following base fields are used for all entities.

AttributeTypeDescriptionExamples
idsmartscapeIdstable
A Smartscape ID consists of two components: an UPPER_CASE entity type and a random 16-character hexadecimal unique identifier, separated by a dash. Use Smartscape conversion functions when working with strings that represent Smartscape IDs.
<type>-017198AD253CBD63
id_classicstringdeprecated
The entity ID that was used in the classic entity store. This ID is present in old monitoring data. Not all entities have this ID, and it is not generated for new entities. Use the id field instead, which is the Smartscape ID.
<type>-017198AD253CBD63
namestringstable
The entity name.
localhost; easyTravel; product-catalog
typestringstable
The entity type. UPPER_SNAKE_CASE string that represents the type of the entity.
TYPE_A
tagsrecordstable
A consolidated record that aggregates all tag values originating from different contexts. Each nested field within tags represents a specific key (for example, release or name). The value of each nested field is the tag value from one or multiple contexts. Tags for specific context can be queried via tags:context field. Note that rule-based tags do not exist in the new model.
tags[tag_key-1] = [context_A_tag_val-1, context_B_tag_val-1]; tags[tag_key-2] = context_C_tag_val-1; tags:context_A[tag_key-1] = context_A_tag_val-1
lifetimetimeframestable
The lifetime of the entity. This is a record with two nested fields: start and end, which represent the time when the entity was first and last observed, respectively. Each time an entity is updated, the end time is updated to the current time.
{ start: 2022-07-06T13:36:00.808Z, end: 2024-04-11T06:56:01.204Z }
referencesrecordstable
Provides access to static edges pointing to other entities. In this record each nested field represents a relationship type and target type, and the value is an array of target smartscape IDs. This field is hidden by default but can be added using the fieldsAdd command.
{ references[runs_on.host] : [HOST-C251A1173C2B4B39,HOST-0E9038C7C4409D69], references[runs_on.container] : [CONTAINER-68A08967EF4F675B] }
dt.security_contextstring[]resource stable
The security contexts associated with the entity. For Smartscape entities, this field is always an array.
Tags: permission
[]

Azure resource fields

Contains all fields that are provided by all resorce running on Azure, including Azure, Core and K8s entities.

AttributeTypeDescriptionExamples
azure.subscriptionstringresource stable
An Azure subscription is a logical container used to provision resources in Azure.
Tags: permission primary-field
27e9b03f-04d2-2b69-b327-32f433f7ed21
azure.locationstringresource stable
A specific geographical location of Azure cloud resource.
Tags: primary-field
westeurope
azure.availability_zonesstring[]resource experimental
Availability zones of Azure cloud resource.
['1']
azure.resource.groupstringresource stable
A resource group is a container that holds related resources for an Azure solution.
Tags: permission primary-field
demo-backend-rg
azure.resource.idstringresource experimental
A unique, immutable identifier assigned to each Azure cloud resource.
/subscriptions/27e9b03f-04d2-2b69-b327-32f433f7ed21/resourceGroups/demo-backend-rg/providers/Microsoft.ContainerService/managedClusters/demo-aks
azure.resource.namestringresource experimental
User-provided name of the Azure cloud resource.
demo-aks
azure.resource.typestringresource experimental
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.

AttributeTypeDescriptionExamples
azure.resource.kindstringexperimental
A kind of the Azure resource
app,linux
azure.resource.sku.namestringexperimental
Name of the Azure resource SKU
B_Gen5_1
azure.resource.sku.tierstringexperimental
Tier of the Azure resource SKU
Basic
azure.resource.sku.capacitystringexperimental
Capacity of the Azure resource SKU
20
azure.statusstringexperimental
The status of the instance
Running; Stopped (deallocated)
azure.provisioning_statestringexperimental
The provisioning status of the resource
Succeeded; DELETED; ERROR; INCOMPLETE
azure.objectstringexperimental
The full JSON content of Azure object
azure.properties.versionstringexperimental
The json content version
...
azure.subscriptionstringresource stable
An Azure subscription is a logical container used to provision resources in Azure.
Tags: permission primary-field
27e9b03f-04d2-2b69-b327-32f433f7ed21
azure.locationstringresource stable
A specific geographical location of Azure cloud resource.
Tags: primary-field
westeurope
azure.availability_zonesstring[]resource experimental
Availability zones of Azure cloud resource.
['1']
azure.resource.groupstringresource stable
A resource group is a container that holds related resources for an Azure solution.
Tags: permission primary-field
demo-backend-rg
azure.tenant.idstringresource experimental
Unique, immutable identifier assigned to the Azure tenant.
37c4add3-612a-483d-8b24-cccbb35d3306

Cloud entity fields

Fields that are provided by all Cloud workloads.

AttributeTypeDescriptionExamples
cloud.acquisition.statusstringexperimental
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.
OK; DELETED; ERROR; INCOMPLETE

Cognitive Services Accounts

Smartscape node name: azure.resource.name

Smartscape node type: AZURE_MICROSOFT_COGNITIVESERVICES_ACCOUNTS

This entity represents Cognitive Services Accounts

Query

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

smartscapeNodes "AZURE_MICROSOFT_COGNITIVESERVICES_ACCOUNTS"

Base entity fields

The following base fields are used for all entities.

AttributeTypeDescriptionExamples
idsmartscapeIdstable
A Smartscape ID consists of two components: an UPPER_CASE entity type and a random 16-character hexadecimal unique identifier, separated by a dash. Use Smartscape conversion functions when working with strings that represent Smartscape IDs.
<type>-017198AD253CBD63
id_classicstringdeprecated
The entity ID that was used in the classic entity store. This ID is present in old monitoring data. Not all entities have this ID, and it is not generated for new entities. Use the id field instead, which is the Smartscape ID.
<type>-017198AD253CBD63
namestringstable
The entity name.
localhost; easyTravel; product-catalog
typestringstable
The entity type. UPPER_SNAKE_CASE string that represents the type of the entity.
TYPE_A
tagsrecordstable
A consolidated record that aggregates all tag values originating from different contexts. Each nested field within tags represents a specific key (for example, release or name). The value of each nested field is the tag value from one or multiple contexts. Tags for specific context can be queried via tags:context field. Note that rule-based tags do not exist in the new model.
tags[tag_key-1] = [context_A_tag_val-1, context_B_tag_val-1]; tags[tag_key-2] = context_C_tag_val-1; tags:context_A[tag_key-1] = context_A_tag_val-1
lifetimetimeframestable
The lifetime of the entity. This is a record with two nested fields: start and end, which represent the time when the entity was first and last observed, respectively. Each time an entity is updated, the end time is updated to the current time.
{ start: 2022-07-06T13:36:00.808Z, end: 2024-04-11T06:56:01.204Z }
referencesrecordstable
Provides access to static edges pointing to other entities. In this record each nested field represents a relationship type and target type, and the value is an array of target smartscape IDs. This field is hidden by default but can be added using the fieldsAdd command.
{ references[runs_on.host] : [HOST-C251A1173C2B4B39,HOST-0E9038C7C4409D69], references[runs_on.container] : [CONTAINER-68A08967EF4F675B] }
dt.security_contextstring[]resource stable
The security contexts associated with the entity. For Smartscape entities, this field is always an array.
Tags: permission
[]

Azure resource fields

Contains all fields that are provided by all resorce running on Azure, including Azure, Core and K8s entities.

AttributeTypeDescriptionExamples
azure.subscriptionstringresource stable
An Azure subscription is a logical container used to provision resources in Azure.
Tags: permission primary-field
27e9b03f-04d2-2b69-b327-32f433f7ed21
azure.locationstringresource stable
A specific geographical location of Azure cloud resource.
Tags: primary-field
westeurope
azure.availability_zonesstring[]resource experimental
Availability zones of Azure cloud resource.
['1']
azure.resource.groupstringresource stable
A resource group is a container that holds related resources for an Azure solution.
Tags: permission primary-field
demo-backend-rg
azure.resource.idstringresource experimental
A unique, immutable identifier assigned to each Azure cloud resource.
/subscriptions/27e9b03f-04d2-2b69-b327-32f433f7ed21/resourceGroups/demo-backend-rg/providers/Microsoft.ContainerService/managedClusters/demo-aks
azure.resource.namestringresource experimental
User-provided name of the Azure cloud resource.
demo-aks
azure.resource.typestringresource experimental
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.

AttributeTypeDescriptionExamples
azure.resource.kindstringexperimental
A kind of the Azure resource
app,linux
azure.resource.sku.namestringexperimental
Name of the Azure resource SKU
B_Gen5_1
azure.resource.sku.tierstringexperimental
Tier of the Azure resource SKU
Basic
azure.resource.sku.capacitystringexperimental
Capacity of the Azure resource SKU
20
azure.statusstringexperimental
The status of the instance
Running; Stopped (deallocated)
azure.provisioning_statestringexperimental
The provisioning status of the resource
Succeeded; DELETED; ERROR; INCOMPLETE
azure.objectstringexperimental
The full JSON content of Azure object
azure.properties.versionstringexperimental
The json content version
...
azure.subscriptionstringresource stable
An Azure subscription is a logical container used to provision resources in Azure.
Tags: permission primary-field
27e9b03f-04d2-2b69-b327-32f433f7ed21
azure.locationstringresource stable
A specific geographical location of Azure cloud resource.
Tags: primary-field
westeurope
azure.availability_zonesstring[]resource experimental
Availability zones of Azure cloud resource.
['1']
azure.resource.groupstringresource stable
A resource group is a container that holds related resources for an Azure solution.
Tags: permission primary-field
demo-backend-rg
azure.tenant.idstringresource experimental
Unique, immutable identifier assigned to the Azure tenant.
37c4add3-612a-483d-8b24-cccbb35d3306

Cloud entity fields

Fields that are provided by all Cloud workloads.

AttributeTypeDescriptionExamples
cloud.acquisition.statusstringexperimental
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.
OK; DELETED; ERROR; INCOMPLETE

Container Instances

Smartscape node name: azure.resource.name

Smartscape node type: AZURE_MICROSOFT_CONTAINERINSTANCE_CONTAINERGROUPS

This entity represents Container Instances

Query

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

smartscapeNodes "AZURE_MICROSOFT_CONTAINERINSTANCE_CONTAINERGROUPS"

Base entity fields

The following base fields are used for all entities.

AttributeTypeDescriptionExamples
idsmartscapeIdstable
A Smartscape ID consists of two components: an UPPER_CASE entity type and a random 16-character hexadecimal unique identifier, separated by a dash. Use Smartscape conversion functions when working with strings that represent Smartscape IDs.
<type>-017198AD253CBD63
id_classicstringdeprecated
The entity ID that was used in the classic entity store. This ID is present in old monitoring data. Not all entities have this ID, and it is not generated for new entities. Use the id field instead, which is the Smartscape ID.
<type>-017198AD253CBD63
namestringstable
The entity name.
localhost; easyTravel; product-catalog
typestringstable
The entity type. UPPER_SNAKE_CASE string that represents the type of the entity.
TYPE_A
tagsrecordstable
A consolidated record that aggregates all tag values originating from different contexts. Each nested field within tags represents a specific key (for example, release or name). The value of each nested field is the tag value from one or multiple contexts. Tags for specific context can be queried via tags:context field. Note that rule-based tags do not exist in the new model.
tags[tag_key-1] = [context_A_tag_val-1, context_B_tag_val-1]; tags[tag_key-2] = context_C_tag_val-1; tags:context_A[tag_key-1] = context_A_tag_val-1
lifetimetimeframestable
The lifetime of the entity. This is a record with two nested fields: start and end, which represent the time when the entity was first and last observed, respectively. Each time an entity is updated, the end time is updated to the current time.
{ start: 2022-07-06T13:36:00.808Z, end: 2024-04-11T06:56:01.204Z }
referencesrecordstable
Provides access to static edges pointing to other entities. In this record each nested field represents a relationship type and target type, and the value is an array of target smartscape IDs. This field is hidden by default but can be added using the fieldsAdd command.
{ references[runs_on.host] : [HOST-C251A1173C2B4B39,HOST-0E9038C7C4409D69], references[runs_on.container] : [CONTAINER-68A08967EF4F675B] }
dt.security_contextstring[]resource stable
The security contexts associated with the entity. For Smartscape entities, this field is always an array.
Tags: permission
[]

Azure resource fields

Contains all fields that are provided by all resorce running on Azure, including Azure, Core and K8s entities.

AttributeTypeDescriptionExamples
azure.subscriptionstringresource stable
An Azure subscription is a logical container used to provision resources in Azure.
Tags: permission primary-field
27e9b03f-04d2-2b69-b327-32f433f7ed21
azure.locationstringresource stable
A specific geographical location of Azure cloud resource.
Tags: primary-field
westeurope
azure.availability_zonesstring[]resource experimental
Availability zones of Azure cloud resource.
['1']
azure.resource.groupstringresource stable
A resource group is a container that holds related resources for an Azure solution.
Tags: permission primary-field
demo-backend-rg
azure.resource.idstringresource experimental
A unique, immutable identifier assigned to each Azure cloud resource.
/subscriptions/27e9b03f-04d2-2b69-b327-32f433f7ed21/resourceGroups/demo-backend-rg/providers/Microsoft.ContainerService/managedClusters/demo-aks
azure.resource.namestringresource experimental
User-provided name of the Azure cloud resource.
demo-aks
azure.resource.typestringresource experimental
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.

AttributeTypeDescriptionExamples
azure.resource.kindstringexperimental
A kind of the Azure resource
app,linux
azure.resource.sku.namestringexperimental
Name of the Azure resource SKU
B_Gen5_1
azure.resource.sku.tierstringexperimental
Tier of the Azure resource SKU
Basic
azure.resource.sku.capacitystringexperimental
Capacity of the Azure resource SKU
20
azure.statusstringexperimental
The status of the instance
Running; Stopped (deallocated)
azure.provisioning_statestringexperimental
The provisioning status of the resource
Succeeded; DELETED; ERROR; INCOMPLETE
azure.objectstringexperimental
The full JSON content of Azure object
azure.properties.versionstringexperimental
The json content version
...
azure.subscriptionstringresource stable
An Azure subscription is a logical container used to provision resources in Azure.
Tags: permission primary-field
27e9b03f-04d2-2b69-b327-32f433f7ed21
azure.locationstringresource stable
A specific geographical location of Azure cloud resource.
Tags: primary-field
westeurope
azure.availability_zonesstring[]resource experimental
Availability zones of Azure cloud resource.
['1']
azure.resource.groupstringresource stable
A resource group is a container that holds related resources for an Azure solution.
Tags: permission primary-field
demo-backend-rg
azure.tenant.idstringresource experimental
Unique, immutable identifier assigned to the Azure tenant.
37c4add3-612a-483d-8b24-cccbb35d3306

Cloud entity fields

Fields that are provided by all Cloud workloads.

AttributeTypeDescriptionExamples
cloud.acquisition.statusstringexperimental
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.
OK; DELETED; ERROR; INCOMPLETE

Container Registry

Smartscape node name: azure.resource.name

Smartscape node type: AZURE_MICROSOFT_CONTAINERREGISTRY_REGISTRIES

This entity represents Container Registry

Query

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

smartscapeNodes "AZURE_MICROSOFT_CONTAINERREGISTRY_REGISTRIES"

Base entity fields

The following base fields are used for all entities.

AttributeTypeDescriptionExamples
idsmartscapeIdstable
A Smartscape ID consists of two components: an UPPER_CASE entity type and a random 16-character hexadecimal unique identifier, separated by a dash. Use Smartscape conversion functions when working with strings that represent Smartscape IDs.
<type>-017198AD253CBD63
id_classicstringdeprecated
The entity ID that was used in the classic entity store. This ID is present in old monitoring data. Not all entities have this ID, and it is not generated for new entities. Use the id field instead, which is the Smartscape ID.
<type>-017198AD253CBD63
namestringstable
The entity name.
localhost; easyTravel; product-catalog
typestringstable
The entity type. UPPER_SNAKE_CASE string that represents the type of the entity.
TYPE_A
tagsrecordstable
A consolidated record that aggregates all tag values originating from different contexts. Each nested field within tags represents a specific key (for example, release or name). The value of each nested field is the tag value from one or multiple contexts. Tags for specific context can be queried via tags:context field. Note that rule-based tags do not exist in the new model.
tags[tag_key-1] = [context_A_tag_val-1, context_B_tag_val-1]; tags[tag_key-2] = context_C_tag_val-1; tags:context_A[tag_key-1] = context_A_tag_val-1
lifetimetimeframestable
The lifetime of the entity. This is a record with two nested fields: start and end, which represent the time when the entity was first and last observed, respectively. Each time an entity is updated, the end time is updated to the current time.
{ start: 2022-07-06T13:36:00.808Z, end: 2024-04-11T06:56:01.204Z }
referencesrecordstable
Provides access to static edges pointing to other entities. In this record each nested field represents a relationship type and target type, and the value is an array of target smartscape IDs. This field is hidden by default but can be added using the fieldsAdd command.
{ references[runs_on.host] : [HOST-C251A1173C2B4B39,HOST-0E9038C7C4409D69], references[runs_on.container] : [CONTAINER-68A08967EF4F675B] }
dt.security_contextstring[]resource stable
The security contexts associated with the entity. For Smartscape entities, this field is always an array.
Tags: permission
[]

Azure resource fields

Contains all fields that are provided by all resorce running on Azure, including Azure, Core and K8s entities.

AttributeTypeDescriptionExamples
azure.subscriptionstringresource stable
An Azure subscription is a logical container used to provision resources in Azure.
Tags: permission primary-field
27e9b03f-04d2-2b69-b327-32f433f7ed21
azure.locationstringresource stable
A specific geographical location of Azure cloud resource.
Tags: primary-field
westeurope
azure.availability_zonesstring[]resource experimental
Availability zones of Azure cloud resource.
['1']
azure.resource.groupstringresource stable
A resource group is a container that holds related resources for an Azure solution.
Tags: permission primary-field
demo-backend-rg
azure.resource.idstringresource experimental
A unique, immutable identifier assigned to each Azure cloud resource.
/subscriptions/27e9b03f-04d2-2b69-b327-32f433f7ed21/resourceGroups/demo-backend-rg/providers/Microsoft.ContainerService/managedClusters/demo-aks
azure.resource.namestringresource experimental
User-provided name of the Azure cloud resource.
demo-aks
azure.resource.typestringresource experimental
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.

AttributeTypeDescriptionExamples
azure.resource.kindstringexperimental
A kind of the Azure resource
app,linux
azure.resource.sku.namestringexperimental
Name of the Azure resource SKU
B_Gen5_1
azure.resource.sku.tierstringexperimental
Tier of the Azure resource SKU
Basic
azure.resource.sku.capacitystringexperimental
Capacity of the Azure resource SKU
20
azure.statusstringexperimental
The status of the instance
Running; Stopped (deallocated)
azure.provisioning_statestringexperimental
The provisioning status of the resource
Succeeded; DELETED; ERROR; INCOMPLETE
azure.objectstringexperimental
The full JSON content of Azure object
azure.properties.versionstringexperimental
The json content version
...
azure.subscriptionstringresource stable
An Azure subscription is a logical container used to provision resources in Azure.
Tags: permission primary-field
27e9b03f-04d2-2b69-b327-32f433f7ed21
azure.locationstringresource stable
A specific geographical location of Azure cloud resource.
Tags: primary-field
westeurope
azure.availability_zonesstring[]resource experimental
Availability zones of Azure cloud resource.
['1']
azure.resource.groupstringresource stable
A resource group is a container that holds related resources for an Azure solution.
Tags: permission primary-field
demo-backend-rg
azure.tenant.idstringresource experimental
Unique, immutable identifier assigned to the Azure tenant.
37c4add3-612a-483d-8b24-cccbb35d3306

Cloud entity fields

Fields that are provided by all Cloud workloads.

AttributeTypeDescriptionExamples
cloud.acquisition.statusstringexperimental
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.
OK; DELETED; ERROR; INCOMPLETE

Cosmos DB Account

Smartscape node name: azure.resource.name

Smartscape node type: AZURE_MICROSOFT_DOCUMENTDB_DATABASEACCOUNTS

This entity represents Cosmos DB Account

Query

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

smartscapeNodes "AZURE_MICROSOFT_DOCUMENTDB_DATABASEACCOUNTS"

Base entity fields

The following base fields are used for all entities.

AttributeTypeDescriptionExamples
idsmartscapeIdstable
A Smartscape ID consists of two components: an UPPER_CASE entity type and a random 16-character hexadecimal unique identifier, separated by a dash. Use Smartscape conversion functions when working with strings that represent Smartscape IDs.
<type>-017198AD253CBD63
id_classicstringdeprecated
The entity ID that was used in the classic entity store. This ID is present in old monitoring data. Not all entities have this ID, and it is not generated for new entities. Use the id field instead, which is the Smartscape ID.
<type>-017198AD253CBD63
namestringstable
The entity name.
localhost; easyTravel; product-catalog
typestringstable
The entity type. UPPER_SNAKE_CASE string that represents the type of the entity.
TYPE_A
tagsrecordstable
A consolidated record that aggregates all tag values originating from different contexts. Each nested field within tags represents a specific key (for example, release or name). The value of each nested field is the tag value from one or multiple contexts. Tags for specific context can be queried via tags:context field. Note that rule-based tags do not exist in the new model.
tags[tag_key-1] = [context_A_tag_val-1, context_B_tag_val-1]; tags[tag_key-2] = context_C_tag_val-1; tags:context_A[tag_key-1] = context_A_tag_val-1
lifetimetimeframestable
The lifetime of the entity. This is a record with two nested fields: start and end, which represent the time when the entity was first and last observed, respectively. Each time an entity is updated, the end time is updated to the current time.
{ start: 2022-07-06T13:36:00.808Z, end: 2024-04-11T06:56:01.204Z }
referencesrecordstable
Provides access to static edges pointing to other entities. In this record each nested field represents a relationship type and target type, and the value is an array of target smartscape IDs. This field is hidden by default but can be added using the fieldsAdd command.
{ references[runs_on.host] : [HOST-C251A1173C2B4B39,HOST-0E9038C7C4409D69], references[runs_on.container] : [CONTAINER-68A08967EF4F675B] }
dt.security_contextstring[]resource stable
The security contexts associated with the entity. For Smartscape entities, this field is always an array.
Tags: permission
[]

Azure resource fields

Contains all fields that are provided by all resorce running on Azure, including Azure, Core and K8s entities.

AttributeTypeDescriptionExamples
azure.subscriptionstringresource stable
An Azure subscription is a logical container used to provision resources in Azure.
Tags: permission primary-field
27e9b03f-04d2-2b69-b327-32f433f7ed21
azure.locationstringresource stable
A specific geographical location of Azure cloud resource.
Tags: primary-field
westeurope
azure.availability_zonesstring[]resource experimental
Availability zones of Azure cloud resource.
['1']
azure.resource.groupstringresource stable
A resource group is a container that holds related resources for an Azure solution.
Tags: permission primary-field
demo-backend-rg
azure.resource.idstringresource experimental
A unique, immutable identifier assigned to each Azure cloud resource.
/subscriptions/27e9b03f-04d2-2b69-b327-32f433f7ed21/resourceGroups/demo-backend-rg/providers/Microsoft.ContainerService/managedClusters/demo-aks
azure.resource.namestringresource experimental
User-provided name of the Azure cloud resource.
demo-aks
azure.resource.typestringresource experimental
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.

AttributeTypeDescriptionExamples
azure.resource.kindstringexperimental
A kind of the Azure resource
app,linux
azure.resource.sku.namestringexperimental
Name of the Azure resource SKU
B_Gen5_1
azure.resource.sku.tierstringexperimental
Tier of the Azure resource SKU
Basic
azure.resource.sku.capacitystringexperimental
Capacity of the Azure resource SKU
20
azure.statusstringexperimental
The status of the instance
Running; Stopped (deallocated)
azure.provisioning_statestringexperimental
The provisioning status of the resource
Succeeded; DELETED; ERROR; INCOMPLETE
azure.objectstringexperimental
The full JSON content of Azure object
azure.properties.versionstringexperimental
The json content version
...
azure.subscriptionstringresource stable
An Azure subscription is a logical container used to provision resources in Azure.
Tags: permission primary-field
27e9b03f-04d2-2b69-b327-32f433f7ed21
azure.locationstringresource stable
A specific geographical location of Azure cloud resource.
Tags: primary-field
westeurope
azure.availability_zonesstring[]resource experimental
Availability zones of Azure cloud resource.
['1']
azure.resource.groupstringresource stable
A resource group is a container that holds related resources for an Azure solution.
Tags: permission primary-field
demo-backend-rg
azure.tenant.idstringresource experimental
Unique, immutable identifier assigned to the Azure tenant.
37c4add3-612a-483d-8b24-cccbb35d3306

Cloud entity fields

Fields that are provided by all Cloud workloads.

AttributeTypeDescriptionExamples
cloud.acquisition.statusstringexperimental
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.
OK; DELETED; ERROR; INCOMPLETE

Cosmos DB MongoDB Collections

Smartscape node name: azure.resource.name

Smartscape node type: AZURE_MICROSOFT_DOCUMENTDB_DATABASEACCOUNTS_MONGODBDATABASES_COLLECTIONS

This entity represents Cosmos DB MongoDB Collections

Query

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

smartscapeNodes "AZURE_MICROSOFT_DOCUMENTDB_DATABASEACCOUNTS_MONGODBDATABASES_COLLECTIONS"

Base entity fields

The following base fields are used for all entities.

AttributeTypeDescriptionExamples
idsmartscapeIdstable
A Smartscape ID consists of two components: an UPPER_CASE entity type and a random 16-character hexadecimal unique identifier, separated by a dash. Use Smartscape conversion functions when working with strings that represent Smartscape IDs.
<type>-017198AD253CBD63
id_classicstringdeprecated
The entity ID that was used in the classic entity store. This ID is present in old monitoring data. Not all entities have this ID, and it is not generated for new entities. Use the id field instead, which is the Smartscape ID.
<type>-017198AD253CBD63
namestringstable
The entity name.
localhost; easyTravel; product-catalog
typestringstable
The entity type. UPPER_SNAKE_CASE string that represents the type of the entity.
TYPE_A
tagsrecordstable
A consolidated record that aggregates all tag values originating from different contexts. Each nested field within tags represents a specific key (for example, release or name). The value of each nested field is the tag value from one or multiple contexts. Tags for specific context can be queried via tags:context field. Note that rule-based tags do not exist in the new model.
tags[tag_key-1] = [context_A_tag_val-1, context_B_tag_val-1]; tags[tag_key-2] = context_C_tag_val-1; tags:context_A[tag_key-1] = context_A_tag_val-1
lifetimetimeframestable
The lifetime of the entity. This is a record with two nested fields: start and end, which represent the time when the entity was first and last observed, respectively. Each time an entity is updated, the end time is updated to the current time.
{ start: 2022-07-06T13:36:00.808Z, end: 2024-04-11T06:56:01.204Z }
referencesrecordstable
Provides access to static edges pointing to other entities. In this record each nested field represents a relationship type and target type, and the value is an array of target smartscape IDs. This field is hidden by default but can be added using the fieldsAdd command.
{ references[runs_on.host] : [HOST-C251A1173C2B4B39,HOST-0E9038C7C4409D69], references[runs_on.container] : [CONTAINER-68A08967EF4F675B] }
dt.security_contextstring[]resource stable
The security contexts associated with the entity. For Smartscape entities, this field is always an array.
Tags: permission
[]

Azure resource fields

Contains all fields that are provided by all resorce running on Azure, including Azure, Core and K8s entities.

AttributeTypeDescriptionExamples
azure.subscriptionstringresource stable
An Azure subscription is a logical container used to provision resources in Azure.
Tags: permission primary-field
27e9b03f-04d2-2b69-b327-32f433f7ed21
azure.locationstringresource stable
A specific geographical location of Azure cloud resource.
Tags: primary-field
westeurope
azure.availability_zonesstring[]resource experimental
Availability zones of Azure cloud resource.
['1']
azure.resource.groupstringresource stable
A resource group is a container that holds related resources for an Azure solution.
Tags: permission primary-field
demo-backend-rg
azure.resource.idstringresource experimental
A unique, immutable identifier assigned to each Azure cloud resource.
/subscriptions/27e9b03f-04d2-2b69-b327-32f433f7ed21/resourceGroups/demo-backend-rg/providers/Microsoft.ContainerService/managedClusters/demo-aks
azure.resource.namestringresource experimental
User-provided name of the Azure cloud resource.
demo-aks
azure.resource.typestringresource experimental
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.

AttributeTypeDescriptionExamples
azure.resource.kindstringexperimental
A kind of the Azure resource
app,linux
azure.resource.sku.namestringexperimental
Name of the Azure resource SKU
B_Gen5_1
azure.resource.sku.tierstringexperimental
Tier of the Azure resource SKU
Basic
azure.resource.sku.capacitystringexperimental
Capacity of the Azure resource SKU
20
azure.statusstringexperimental
The status of the instance
Running; Stopped (deallocated)
azure.provisioning_statestringexperimental
The provisioning status of the resource
Succeeded; DELETED; ERROR; INCOMPLETE
azure.objectstringexperimental
The full JSON content of Azure object
azure.properties.versionstringexperimental
The json content version
...
azure.subscriptionstringresource stable
An Azure subscription is a logical container used to provision resources in Azure.
Tags: permission primary-field
27e9b03f-04d2-2b69-b327-32f433f7ed21
azure.locationstringresource stable
A specific geographical location of Azure cloud resource.
Tags: primary-field
westeurope
azure.availability_zonesstring[]resource experimental
Availability zones of Azure cloud resource.
['1']
azure.resource.groupstringresource stable
A resource group is a container that holds related resources for an Azure solution.
Tags: permission primary-field
demo-backend-rg
azure.tenant.idstringresource experimental
Unique, immutable identifier assigned to the Azure tenant.
37c4add3-612a-483d-8b24-cccbb35d3306

Cloud entity fields

Fields that are provided by all Cloud workloads.

AttributeTypeDescriptionExamples
cloud.acquisition.statusstringexperimental
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.
OK; DELETED; ERROR; INCOMPLETE

Cosmos DB MongoDB Databases

Smartscape node name: azure.resource.name

Smartscape node type: AZURE_MICROSOFT_DOCUMENTDB_DATABASEACCOUNTS_MONGODBDATABASES

This entity represents Cosmos DB MongoDB Databases

Query

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

smartscapeNodes "AZURE_MICROSOFT_DOCUMENTDB_DATABASEACCOUNTS_MONGODBDATABASES"

Base entity fields

The following base fields are used for all entities.

AttributeTypeDescriptionExamples
idsmartscapeIdstable
A Smartscape ID consists of two components: an UPPER_CASE entity type and a random 16-character hexadecimal unique identifier, separated by a dash. Use Smartscape conversion functions when working with strings that represent Smartscape IDs.
<type>-017198AD253CBD63
id_classicstringdeprecated
The entity ID that was used in the classic entity store. This ID is present in old monitoring data. Not all entities have this ID, and it is not generated for new entities. Use the id field instead, which is the Smartscape ID.
<type>-017198AD253CBD63
namestringstable
The entity name.
localhost; easyTravel; product-catalog
typestringstable
The entity type. UPPER_SNAKE_CASE string that represents the type of the entity.
TYPE_A
tagsrecordstable
A consolidated record that aggregates all tag values originating from different contexts. Each nested field within tags represents a specific key (for example, release or name). The value of each nested field is the tag value from one or multiple contexts. Tags for specific context can be queried via tags:context field. Note that rule-based tags do not exist in the new model.
tags[tag_key-1] = [context_A_tag_val-1, context_B_tag_val-1]; tags[tag_key-2] = context_C_tag_val-1; tags:context_A[tag_key-1] = context_A_tag_val-1
lifetimetimeframestable
The lifetime of the entity. This is a record with two nested fields: start and end, which represent the time when the entity was first and last observed, respectively. Each time an entity is updated, the end time is updated to the current time.
{ start: 2022-07-06T13:36:00.808Z, end: 2024-04-11T06:56:01.204Z }
referencesrecordstable
Provides access to static edges pointing to other entities. In this record each nested field represents a relationship type and target type, and the value is an array of target smartscape IDs. This field is hidden by default but can be added using the fieldsAdd command.
{ references[runs_on.host] : [HOST-C251A1173C2B4B39,HOST-0E9038C7C4409D69], references[runs_on.container] : [CONTAINER-68A08967EF4F675B] }
dt.security_contextstring[]resource stable
The security contexts associated with the entity. For Smartscape entities, this field is always an array.
Tags: permission
[]

Azure resource fields

Contains all fields that are provided by all resorce running on Azure, including Azure, Core and K8s entities.

AttributeTypeDescriptionExamples
azure.subscriptionstringresource stable
An Azure subscription is a logical container used to provision resources in Azure.
Tags: permission primary-field
27e9b03f-04d2-2b69-b327-32f433f7ed21
azure.locationstringresource stable
A specific geographical location of Azure cloud resource.
Tags: primary-field
westeurope
azure.availability_zonesstring[]resource experimental
Availability zones of Azure cloud resource.
['1']
azure.resource.groupstringresource stable
A resource group is a container that holds related resources for an Azure solution.
Tags: permission primary-field
demo-backend-rg
azure.resource.idstringresource experimental
A unique, immutable identifier assigned to each Azure cloud resource.
/subscriptions/27e9b03f-04d2-2b69-b327-32f433f7ed21/resourceGroups/demo-backend-rg/providers/Microsoft.ContainerService/managedClusters/demo-aks
azure.resource.namestringresource experimental
User-provided name of the Azure cloud resource.
demo-aks
azure.resource.typestringresource experimental
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.

AttributeTypeDescriptionExamples
azure.resource.kindstringexperimental
A kind of the Azure resource
app,linux
azure.resource.sku.namestringexperimental
Name of the Azure resource SKU
B_Gen5_1
azure.resource.sku.tierstringexperimental
Tier of the Azure resource SKU
Basic
azure.resource.sku.capacitystringexperimental
Capacity of the Azure resource SKU
20
azure.statusstringexperimental
The status of the instance
Running; Stopped (deallocated)
azure.provisioning_statestringexperimental
The provisioning status of the resource
Succeeded; DELETED; ERROR; INCOMPLETE
azure.objectstringexperimental
The full JSON content of Azure object
azure.properties.versionstringexperimental
The json content version
...
azure.subscriptionstringresource stable
An Azure subscription is a logical container used to provision resources in Azure.
Tags: permission primary-field
27e9b03f-04d2-2b69-b327-32f433f7ed21
azure.locationstringresource stable
A specific geographical location of Azure cloud resource.
Tags: primary-field
westeurope
azure.availability_zonesstring[]resource experimental
Availability zones of Azure cloud resource.
['1']
azure.resource.groupstringresource stable
A resource group is a container that holds related resources for an Azure solution.
Tags: permission primary-field
demo-backend-rg
azure.tenant.idstringresource experimental
Unique, immutable identifier assigned to the Azure tenant.
37c4add3-612a-483d-8b24-cccbb35d3306

Cloud entity fields

Fields that are provided by all Cloud workloads.

AttributeTypeDescriptionExamples
cloud.acquisition.statusstringexperimental
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.
OK; DELETED; ERROR; INCOMPLETE

Data Collection Endpoints

Smartscape node name: azure.resource.name

Smartscape node type: AZURE_MICROSOFT_INSIGHTS_DATACOLLECTIONENDPOINTS

This entity represents Data Collection Endpoints

Query

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

smartscapeNodes "AZURE_MICROSOFT_INSIGHTS_DATACOLLECTIONENDPOINTS"

Base entity fields

The following base fields are used for all entities.

AttributeTypeDescriptionExamples
idsmartscapeIdstable
A Smartscape ID consists of two components: an UPPER_CASE entity type and a random 16-character hexadecimal unique identifier, separated by a dash. Use Smartscape conversion functions when working with strings that represent Smartscape IDs.
<type>-017198AD253CBD63
id_classicstringdeprecated
The entity ID that was used in the classic entity store. This ID is present in old monitoring data. Not all entities have this ID, and it is not generated for new entities. Use the id field instead, which is the Smartscape ID.
<type>-017198AD253CBD63
namestringstable
The entity name.
localhost; easyTravel; product-catalog
typestringstable
The entity type. UPPER_SNAKE_CASE string that represents the type of the entity.
TYPE_A
tagsrecordstable
A consolidated record that aggregates all tag values originating from different contexts. Each nested field within tags represents a specific key (for example, release or name). The value of each nested field is the tag value from one or multiple contexts. Tags for specific context can be queried via tags:context field. Note that rule-based tags do not exist in the new model.
tags[tag_key-1] = [context_A_tag_val-1, context_B_tag_val-1]; tags[tag_key-2] = context_C_tag_val-1; tags:context_A[tag_key-1] = context_A_tag_val-1
lifetimetimeframestable
The lifetime of the entity. This is a record with two nested fields: start and end, which represent the time when the entity was first and last observed, respectively. Each time an entity is updated, the end time is updated to the current time.
{ start: 2022-07-06T13:36:00.808Z, end: 2024-04-11T06:56:01.204Z }
referencesrecordstable
Provides access to static edges pointing to other entities. In this record each nested field represents a relationship type and target type, and the value is an array of target smartscape IDs. This field is hidden by default but can be added using the fieldsAdd command.
{ references[runs_on.host] : [HOST-C251A1173C2B4B39,HOST-0E9038C7C4409D69], references[runs_on.container] : [CONTAINER-68A08967EF4F675B] }
dt.security_contextstring[]resource stable
The security contexts associated with the entity. For Smartscape entities, this field is always an array.
Tags: permission
[]

Azure resource fields

Contains all fields that are provided by all resorce running on Azure, including Azure, Core and K8s entities.

AttributeTypeDescriptionExamples
azure.subscriptionstringresource stable
An Azure subscription is a logical container used to provision resources in Azure.
Tags: permission primary-field
27e9b03f-04d2-2b69-b327-32f433f7ed21
azure.locationstringresource stable
A specific geographical location of Azure cloud resource.
Tags: primary-field
westeurope
azure.availability_zonesstring[]resource experimental
Availability zones of Azure cloud resource.
['1']
azure.resource.groupstringresource stable
A resource group is a container that holds related resources for an Azure solution.
Tags: permission primary-field
demo-backend-rg
azure.resource.idstringresource experimental
A unique, immutable identifier assigned to each Azure cloud resource.
/subscriptions/27e9b03f-04d2-2b69-b327-32f433f7ed21/resourceGroups/demo-backend-rg/providers/Microsoft.ContainerService/managedClusters/demo-aks
azure.resource.namestringresource experimental
User-provided name of the Azure cloud resource.
demo-aks
azure.resource.typestringresource experimental
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.

AttributeTypeDescriptionExamples
azure.resource.kindstringexperimental
A kind of the Azure resource
app,linux
azure.resource.sku.namestringexperimental
Name of the Azure resource SKU
B_Gen5_1
azure.resource.sku.tierstringexperimental
Tier of the Azure resource SKU
Basic
azure.resource.sku.capacitystringexperimental
Capacity of the Azure resource SKU
20
azure.statusstringexperimental
The status of the instance
Running; Stopped (deallocated)
azure.provisioning_statestringexperimental
The provisioning status of the resource
Succeeded; DELETED; ERROR; INCOMPLETE
azure.objectstringexperimental
The full JSON content of Azure object
azure.properties.versionstringexperimental
The json content version
...
azure.subscriptionstringresource stable
An Azure subscription is a logical container used to provision resources in Azure.
Tags: permission primary-field
27e9b03f-04d2-2b69-b327-32f433f7ed21
azure.locationstringresource stable
A specific geographical location of Azure cloud resource.
Tags: primary-field
westeurope
azure.availability_zonesstring[]resource experimental
Availability zones of Azure cloud resource.
['1']
azure.resource.groupstringresource stable
A resource group is a container that holds related resources for an Azure solution.
Tags: permission primary-field
demo-backend-rg
azure.tenant.idstringresource experimental
Unique, immutable identifier assigned to the Azure tenant.
37c4add3-612a-483d-8b24-cccbb35d3306

Cloud entity fields

Fields that are provided by all Cloud workloads.

AttributeTypeDescriptionExamples
cloud.acquisition.statusstringexperimental
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.
OK; DELETED; ERROR; INCOMPLETE

Data Collection Rules

Smartscape node name: azure.resource.name

Smartscape node type: AZURE_MICROSOFT_INSIGHTS_DATACOLLECTIONRULES

This entity represents Data Collection Rules

Query

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

smartscapeNodes "AZURE_MICROSOFT_INSIGHTS_DATACOLLECTIONRULES"

Base entity fields

The following base fields are used for all entities.

AttributeTypeDescriptionExamples
idsmartscapeIdstable
A Smartscape ID consists of two components: an UPPER_CASE entity type and a random 16-character hexadecimal unique identifier, separated by a dash. Use Smartscape conversion functions when working with strings that represent Smartscape IDs.
<type>-017198AD253CBD63
id_classicstringdeprecated
The entity ID that was used in the classic entity store. This ID is present in old monitoring data. Not all entities have this ID, and it is not generated for new entities. Use the id field instead, which is the Smartscape ID.
<type>-017198AD253CBD63
namestringstable
The entity name.
localhost; easyTravel; product-catalog
typestringstable
The entity type. UPPER_SNAKE_CASE string that represents the type of the entity.
TYPE_A
tagsrecordstable
A consolidated record that aggregates all tag values originating from different contexts. Each nested field within tags represents a specific key (for example, release or name). The value of each nested field is the tag value from one or multiple contexts. Tags for specific context can be queried via tags:context field. Note that rule-based tags do not exist in the new model.
tags[tag_key-1] = [context_A_tag_val-1, context_B_tag_val-1]; tags[tag_key-2] = context_C_tag_val-1; tags:context_A[tag_key-1] = context_A_tag_val-1
lifetimetimeframestable
The lifetime of the entity. This is a record with two nested fields: start and end, which represent the time when the entity was first and last observed, respectively. Each time an entity is updated, the end time is updated to the current time.
{ start: 2022-07-06T13:36:00.808Z, end: 2024-04-11T06:56:01.204Z }
referencesrecordstable
Provides access to static edges pointing to other entities. In this record each nested field represents a relationship type and target type, and the value is an array of target smartscape IDs. This field is hidden by default but can be added using the fieldsAdd command.
{ references[runs_on.host] : [HOST-C251A1173C2B4B39,HOST-0E9038C7C4409D69], references[runs_on.container] : [CONTAINER-68A08967EF4F675B] }
dt.security_contextstring[]resource stable
The security contexts associated with the entity. For Smartscape entities, this field is always an array.
Tags: permission
[]

Azure resource fields

Contains all fields that are provided by all resorce running on Azure, including Azure, Core and K8s entities.

AttributeTypeDescriptionExamples
azure.subscriptionstringresource stable
An Azure subscription is a logical container used to provision resources in Azure.
Tags: permission primary-field
27e9b03f-04d2-2b69-b327-32f433f7ed21
azure.locationstringresource stable
A specific geographical location of Azure cloud resource.
Tags: primary-field
westeurope
azure.availability_zonesstring[]resource experimental
Availability zones of Azure cloud resource.
['1']
azure.resource.groupstringresource stable
A resource group is a container that holds related resources for an Azure solution.
Tags: permission primary-field
demo-backend-rg
azure.resource.idstringresource experimental
A unique, immutable identifier assigned to each Azure cloud resource.
/subscriptions/27e9b03f-04d2-2b69-b327-32f433f7ed21/resourceGroups/demo-backend-rg/providers/Microsoft.ContainerService/managedClusters/demo-aks
azure.resource.namestringresource experimental
User-provided name of the Azure cloud resource.
demo-aks
azure.resource.typestringresource experimental
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.

AttributeTypeDescriptionExamples
azure.resource.kindstringexperimental
A kind of the Azure resource
app,linux
azure.resource.sku.namestringexperimental
Name of the Azure resource SKU
B_Gen5_1
azure.resource.sku.tierstringexperimental
Tier of the Azure resource SKU
Basic
azure.resource.sku.capacitystringexperimental
Capacity of the Azure resource SKU
20
azure.statusstringexperimental
The status of the instance
Running; Stopped (deallocated)
azure.provisioning_statestringexperimental
The provisioning status of the resource
Succeeded; DELETED; ERROR; INCOMPLETE
azure.objectstringexperimental
The full JSON content of Azure object
azure.properties.versionstringexperimental
The json content version
...
azure.subscriptionstringresource stable
An Azure subscription is a logical container used to provision resources in Azure.
Tags: permission primary-field
27e9b03f-04d2-2b69-b327-32f433f7ed21
azure.locationstringresource stable
A specific geographical location of Azure cloud resource.
Tags: primary-field
westeurope
azure.availability_zonesstring[]resource experimental
Availability zones of Azure cloud resource.
['1']
azure.resource.groupstringresource stable
A resource group is a container that holds related resources for an Azure solution.
Tags: permission primary-field
demo-backend-rg
azure.tenant.idstringresource experimental
Unique, immutable identifier assigned to the Azure tenant.
37c4add3-612a-483d-8b24-cccbb35d3306

Cloud entity fields

Fields that are provided by all Cloud workloads.

AttributeTypeDescriptionExamples
cloud.acquisition.statusstringexperimental
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.
OK; DELETED; ERROR; INCOMPLETE

Data Factory

Smartscape node name: azure.resource.name

Smartscape node type: AZURE_MICROSOFT_DATAFACTORY_FACTORIES

This entity represents Data Factory

Query

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

smartscapeNodes "AZURE_MICROSOFT_DATAFACTORY_FACTORIES"

Base entity fields

The following base fields are used for all entities.

AttributeTypeDescriptionExamples
idsmartscapeIdstable
A Smartscape ID consists of two components: an UPPER_CASE entity type and a random 16-character hexadecimal unique identifier, separated by a dash. Use Smartscape conversion functions when working with strings that represent Smartscape IDs.
<type>-017198AD253CBD63
id_classicstringdeprecated
The entity ID that was used in the classic entity store. This ID is present in old monitoring data. Not all entities have this ID, and it is not generated for new entities. Use the id field instead, which is the Smartscape ID.
<type>-017198AD253CBD63
namestringstable
The entity name.
localhost; easyTravel; product-catalog
typestringstable
The entity type. UPPER_SNAKE_CASE string that represents the type of the entity.
TYPE_A
tagsrecordstable
A consolidated record that aggregates all tag values originating from different contexts. Each nested field within tags represents a specific key (for example, release or name). The value of each nested field is the tag value from one or multiple contexts. Tags for specific context can be queried via tags:context field. Note that rule-based tags do not exist in the new model.
tags[tag_key-1] = [context_A_tag_val-1, context_B_tag_val-1]; tags[tag_key-2] = context_C_tag_val-1; tags:context_A[tag_key-1] = context_A_tag_val-1
lifetimetimeframestable
The lifetime of the entity. This is a record with two nested fields: start and end, which represent the time when the entity was first and last observed, respectively. Each time an entity is updated, the end time is updated to the current time.
{ start: 2022-07-06T13:36:00.808Z, end: 2024-04-11T06:56:01.204Z }
referencesrecordstable
Provides access to static edges pointing to other entities. In this record each nested field represents a relationship type and target type, and the value is an array of target smartscape IDs. This field is hidden by default but can be added using the fieldsAdd command.
{ references[runs_on.host] : [HOST-C251A1173C2B4B39,HOST-0E9038C7C4409D69], references[runs_on.container] : [CONTAINER-68A08967EF4F675B] }
dt.security_contextstring[]resource stable
The security contexts associated with the entity. For Smartscape entities, this field is always an array.
Tags: permission
[]

Azure resource fields

Contains all fields that are provided by all resorce running on Azure, including Azure, Core and K8s entities.

AttributeTypeDescriptionExamples
azure.subscriptionstringresource stable
An Azure subscription is a logical container used to provision resources in Azure.
Tags: permission primary-field
27e9b03f-04d2-2b69-b327-32f433f7ed21
azure.locationstringresource stable
A specific geographical location of Azure cloud resource.
Tags: primary-field
westeurope
azure.availability_zonesstring[]resource experimental
Availability zones of Azure cloud resource.
['1']
azure.resource.groupstringresource stable
A resource group is a container that holds related resources for an Azure solution.
Tags: permission primary-field
demo-backend-rg
azure.resource.idstringresource experimental
A unique, immutable identifier assigned to each Azure cloud resource.
/subscriptions/27e9b03f-04d2-2b69-b327-32f433f7ed21/resourceGroups/demo-backend-rg/providers/Microsoft.ContainerService/managedClusters/demo-aks
azure.resource.namestringresource experimental
User-provided name of the Azure cloud resource.
demo-aks
azure.resource.typestringresource experimental
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.

AttributeTypeDescriptionExamples
azure.resource.kindstringexperimental
A kind of the Azure resource
app,linux
azure.resource.sku.namestringexperimental
Name of the Azure resource SKU
B_Gen5_1
azure.resource.sku.tierstringexperimental
Tier of the Azure resource SKU
Basic
azure.resource.sku.capacitystringexperimental
Capacity of the Azure resource SKU
20
azure.statusstringexperimental
The status of the instance
Running; Stopped (deallocated)
azure.provisioning_statestringexperimental
The provisioning status of the resource
Succeeded; DELETED; ERROR; INCOMPLETE
azure.objectstringexperimental
The full JSON content of Azure object
azure.properties.versionstringexperimental
The json content version
...
azure.subscriptionstringresource stable
An Azure subscription is a logical container used to provision resources in Azure.
Tags: permission primary-field
27e9b03f-04d2-2b69-b327-32f433f7ed21
azure.locationstringresource stable
A specific geographical location of Azure cloud resource.
Tags: primary-field
westeurope
azure.availability_zonesstring[]resource experimental
Availability zones of Azure cloud resource.
['1']
azure.resource.groupstringresource stable
A resource group is a container that holds related resources for an Azure solution.
Tags: permission primary-field
demo-backend-rg
azure.tenant.idstringresource experimental
Unique, immutable identifier assigned to the Azure tenant.
37c4add3-612a-483d-8b24-cccbb35d3306

Cloud entity fields

Fields that are provided by all Cloud workloads.

AttributeTypeDescriptionExamples
cloud.acquisition.statusstringexperimental
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.
OK; DELETED; ERROR; INCOMPLETE

DevTest Labs Schedules

Smartscape node name: azure.resource.name

Smartscape node type: AZURE_MICROSOFT_DEVTESTLAB_SCHEDULES

This entity represents DevTest Labs Schedules

Query

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

smartscapeNodes "AZURE_MICROSOFT_DEVTESTLAB_SCHEDULES"

Base entity fields

The following base fields are used for all entities.

AttributeTypeDescriptionExamples
idsmartscapeIdstable
A Smartscape ID consists of two components: an UPPER_CASE entity type and a random 16-character hexadecimal unique identifier, separated by a dash. Use Smartscape conversion functions when working with strings that represent Smartscape IDs.
<type>-017198AD253CBD63
id_classicstringdeprecated
The entity ID that was used in the classic entity store. This ID is present in old monitoring data. Not all entities have this ID, and it is not generated for new entities. Use the id field instead, which is the Smartscape ID.
<type>-017198AD253CBD63
namestringstable
The entity name.
localhost; easyTravel; product-catalog
typestringstable
The entity type. UPPER_SNAKE_CASE string that represents the type of the entity.
TYPE_A
tagsrecordstable
A consolidated record that aggregates all tag values originating from different contexts. Each nested field within tags represents a specific key (for example, release or name). The value of each nested field is the tag value from one or multiple contexts. Tags for specific context can be queried via tags:context field. Note that rule-based tags do not exist in the new model.
tags[tag_key-1] = [context_A_tag_val-1, context_B_tag_val-1]; tags[tag_key-2] = context_C_tag_val-1; tags:context_A[tag_key-1] = context_A_tag_val-1
lifetimetimeframestable
The lifetime of the entity. This is a record with two nested fields: start and end, which represent the time when the entity was first and last observed, respectively. Each time an entity is updated, the end time is updated to the current time.
{ start: 2022-07-06T13:36:00.808Z, end: 2024-04-11T06:56:01.204Z }
referencesrecordstable
Provides access to static edges pointing to other entities. In this record each nested field represents a relationship type and target type, and the value is an array of target smartscape IDs. This field is hidden by default but can be added using the fieldsAdd command.
{ references[runs_on.host] : [HOST-C251A1173C2B4B39,HOST-0E9038C7C4409D69], references[runs_on.container] : [CONTAINER-68A08967EF4F675B] }
dt.security_contextstring[]resource stable
The security contexts associated with the entity. For Smartscape entities, this field is always an array.
Tags: permission
[]

Azure resource fields

Contains all fields that are provided by all resorce running on Azure, including Azure, Core and K8s entities.

AttributeTypeDescriptionExamples
azure.subscriptionstringresource stable
An Azure subscription is a logical container used to provision resources in Azure.
Tags: permission primary-field
27e9b03f-04d2-2b69-b327-32f433f7ed21
azure.locationstringresource stable
A specific geographical location of Azure cloud resource.
Tags: primary-field
westeurope
azure.availability_zonesstring[]resource experimental
Availability zones of Azure cloud resource.
['1']
azure.resource.groupstringresource stable
A resource group is a container that holds related resources for an Azure solution.
Tags: permission primary-field
demo-backend-rg
azure.resource.idstringresource experimental
A unique, immutable identifier assigned to each Azure cloud resource.
/subscriptions/27e9b03f-04d2-2b69-b327-32f433f7ed21/resourceGroups/demo-backend-rg/providers/Microsoft.ContainerService/managedClusters/demo-aks
azure.resource.namestringresource experimental
User-provided name of the Azure cloud resource.
demo-aks
azure.resource.typestringresource experimental
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.

AttributeTypeDescriptionExamples
azure.resource.kindstringexperimental
A kind of the Azure resource
app,linux
azure.resource.sku.namestringexperimental
Name of the Azure resource SKU
B_Gen5_1
azure.resource.sku.tierstringexperimental
Tier of the Azure resource SKU
Basic
azure.resource.sku.capacitystringexperimental
Capacity of the Azure resource SKU
20
azure.statusstringexperimental
The status of the instance
Running; Stopped (deallocated)
azure.provisioning_statestringexperimental
The provisioning status of the resource
Succeeded; DELETED; ERROR; INCOMPLETE
azure.objectstringexperimental
The full JSON content of Azure object
azure.properties.versionstringexperimental
The json content version
...
azure.subscriptionstringresource stable
An Azure subscription is a logical container used to provision resources in Azure.
Tags: permission primary-field
27e9b03f-04d2-2b69-b327-32f433f7ed21
azure.locationstringresource stable
A specific geographical location of Azure cloud resource.
Tags: primary-field
westeurope
azure.availability_zonesstring[]resource experimental
Availability zones of Azure cloud resource.
['1']
azure.resource.groupstringresource stable
A resource group is a container that holds related resources for an Azure solution.
Tags: permission primary-field
demo-backend-rg
azure.tenant.idstringresource experimental
Unique, immutable identifier assigned to the Azure tenant.
37c4add3-612a-483d-8b24-cccbb35d3306

Cloud entity fields

Fields that are provided by all Cloud workloads.

AttributeTypeDescriptionExamples
cloud.acquisition.statusstringexperimental
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.
OK; DELETED; ERROR; INCOMPLETE

Dynatrace Observability Monitors

Smartscape node name: azure.resource.name

Smartscape node type: AZURE_DYNATRACE_OBSERVABILITY_MONITORS

This entity represents Dynatrace Observability Monitors

Query

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

smartscapeNodes "AZURE_DYNATRACE_OBSERVABILITY_MONITORS"

Base entity fields

The following base fields are used for all entities.

AttributeTypeDescriptionExamples
idsmartscapeIdstable
A Smartscape ID consists of two components: an UPPER_CASE entity type and a random 16-character hexadecimal unique identifier, separated by a dash. Use Smartscape conversion functions when working with strings that represent Smartscape IDs.
<type>-017198AD253CBD63
id_classicstringdeprecated
The entity ID that was used in the classic entity store. This ID is present in old monitoring data. Not all entities have this ID, and it is not generated for new entities. Use the id field instead, which is the Smartscape ID.
<type>-017198AD253CBD63
namestringstable
The entity name.
localhost; easyTravel; product-catalog
typestringstable
The entity type. UPPER_SNAKE_CASE string that represents the type of the entity.
TYPE_A
tagsrecordstable
A consolidated record that aggregates all tag values originating from different contexts. Each nested field within tags represents a specific key (for example, release or name). The value of each nested field is the tag value from one or multiple contexts. Tags for specific context can be queried via tags:context field. Note that rule-based tags do not exist in the new model.
tags[tag_key-1] = [context_A_tag_val-1, context_B_tag_val-1]; tags[tag_key-2] = context_C_tag_val-1; tags:context_A[tag_key-1] = context_A_tag_val-1
lifetimetimeframestable
The lifetime of the entity. This is a record with two nested fields: start and end, which represent the time when the entity was first and last observed, respectively. Each time an entity is updated, the end time is updated to the current time.
{ start: 2022-07-06T13:36:00.808Z, end: 2024-04-11T06:56:01.204Z }
referencesrecordstable
Provides access to static edges pointing to other entities. In this record each nested field represents a relationship type and target type, and the value is an array of target smartscape IDs. This field is hidden by default but can be added using the fieldsAdd command.
{ references[runs_on.host] : [HOST-C251A1173C2B4B39,HOST-0E9038C7C4409D69], references[runs_on.container] : [CONTAINER-68A08967EF4F675B] }
dt.security_contextstring[]resource stable
The security contexts associated with the entity. For Smartscape entities, this field is always an array.
Tags: permission
[]

Azure resource fields

Contains all fields that are provided by all resorce running on Azure, including Azure, Core and K8s entities.

AttributeTypeDescriptionExamples
azure.subscriptionstringresource stable
An Azure subscription is a logical container used to provision resources in Azure.
Tags: permission primary-field
27e9b03f-04d2-2b69-b327-32f433f7ed21
azure.locationstringresource stable
A specific geographical location of Azure cloud resource.
Tags: primary-field
westeurope
azure.availability_zonesstring[]resource experimental
Availability zones of Azure cloud resource.
['1']
azure.resource.groupstringresource stable
A resource group is a container that holds related resources for an Azure solution.
Tags: permission primary-field
demo-backend-rg
azure.resource.idstringresource experimental
A unique, immutable identifier assigned to each Azure cloud resource.
/subscriptions/27e9b03f-04d2-2b69-b327-32f433f7ed21/resourceGroups/demo-backend-rg/providers/Microsoft.ContainerService/managedClusters/demo-aks
azure.resource.namestringresource experimental
User-provided name of the Azure cloud resource.
demo-aks
azure.resource.typestringresource experimental
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.

AttributeTypeDescriptionExamples
azure.resource.kindstringexperimental
A kind of the Azure resource
app,linux
azure.resource.sku.namestringexperimental
Name of the Azure resource SKU
B_Gen5_1
azure.resource.sku.tierstringexperimental
Tier of the Azure resource SKU
Basic
azure.resource.sku.capacitystringexperimental
Capacity of the Azure resource SKU
20
azure.statusstringexperimental
The status of the instance
Running; Stopped (deallocated)
azure.provisioning_statestringexperimental
The provisioning status of the resource
Succeeded; DELETED; ERROR; INCOMPLETE
azure.objectstringexperimental
The full JSON content of Azure object
azure.properties.versionstringexperimental
The json content version
...
azure.subscriptionstringresource stable
An Azure subscription is a logical container used to provision resources in Azure.
Tags: permission primary-field
27e9b03f-04d2-2b69-b327-32f433f7ed21
azure.locationstringresource stable
A specific geographical location of Azure cloud resource.
Tags: primary-field
westeurope
azure.availability_zonesstring[]resource experimental
Availability zones of Azure cloud resource.
['1']
azure.resource.groupstringresource stable
A resource group is a container that holds related resources for an Azure solution.
Tags: permission primary-field
demo-backend-rg
azure.tenant.idstringresource experimental
Unique, immutable identifier assigned to the Azure tenant.
37c4add3-612a-483d-8b24-cccbb35d3306

Cloud entity fields

Fields that are provided by all Cloud workloads.

AttributeTypeDescriptionExamples
cloud.acquisition.statusstringexperimental
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.
OK; DELETED; ERROR; INCOMPLETE

Event Grid System Topics

Smartscape node name: azure.resource.name

Smartscape node type: AZURE_MICROSOFT_EVENTGRID_SYSTEMTOPICS

This entity represents Event Grid System Topics

Query

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

smartscapeNodes "AZURE_MICROSOFT_EVENTGRID_SYSTEMTOPICS"

Base entity fields

The following base fields are used for all entities.

AttributeTypeDescriptionExamples
idsmartscapeIdstable
A Smartscape ID consists of two components: an UPPER_CASE entity type and a random 16-character hexadecimal unique identifier, separated by a dash. Use Smartscape conversion functions when working with strings that represent Smartscape IDs.
<type>-017198AD253CBD63
id_classicstringdeprecated
The entity ID that was used in the classic entity store. This ID is present in old monitoring data. Not all entities have this ID, and it is not generated for new entities. Use the id field instead, which is the Smartscape ID.
<type>-017198AD253CBD63
namestringstable
The entity name.
localhost; easyTravel; product-catalog
typestringstable
The entity type. UPPER_SNAKE_CASE string that represents the type of the entity.
TYPE_A
tagsrecordstable
A consolidated record that aggregates all tag values originating from different contexts. Each nested field within tags represents a specific key (for example, release or name). The value of each nested field is the tag value from one or multiple contexts. Tags for specific context can be queried via tags:context field. Note that rule-based tags do not exist in the new model.
tags[tag_key-1] = [context_A_tag_val-1, context_B_tag_val-1]; tags[tag_key-2] = context_C_tag_val-1; tags:context_A[tag_key-1] = context_A_tag_val-1
lifetimetimeframestable
The lifetime of the entity. This is a record with two nested fields: start and end, which represent the time when the entity was first and last observed, respectively. Each time an entity is updated, the end time is updated to the current time.
{ start: 2022-07-06T13:36:00.808Z, end: 2024-04-11T06:56:01.204Z }
referencesrecordstable
Provides access to static edges pointing to other entities. In this record each nested field represents a relationship type and target type, and the value is an array of target smartscape IDs. This field is hidden by default but can be added using the fieldsAdd command.
{ references[runs_on.host] : [HOST-C251A1173C2B4B39,HOST-0E9038C7C4409D69], references[runs_on.container] : [CONTAINER-68A08967EF4F675B] }
dt.security_contextstring[]resource stable
The security contexts associated with the entity. For Smartscape entities, this field is always an array.
Tags: permission
[]

Azure resource fields

Contains all fields that are provided by all resorce running on Azure, including Azure, Core and K8s entities.

AttributeTypeDescriptionExamples
azure.subscriptionstringresource stable
An Azure subscription is a logical container used to provision resources in Azure.
Tags: permission primary-field
27e9b03f-04d2-2b69-b327-32f433f7ed21
azure.locationstringresource stable
A specific geographical location of Azure cloud resource.
Tags: primary-field
westeurope
azure.availability_zonesstring[]resource experimental
Availability zones of Azure cloud resource.
['1']
azure.resource.groupstringresource stable
A resource group is a container that holds related resources for an Azure solution.
Tags: permission primary-field
demo-backend-rg
azure.resource.idstringresource experimental
A unique, immutable identifier assigned to each Azure cloud resource.
/subscriptions/27e9b03f-04d2-2b69-b327-32f433f7ed21/resourceGroups/demo-backend-rg/providers/Microsoft.ContainerService/managedClusters/demo-aks
azure.resource.namestringresource experimental
User-provided name of the Azure cloud resource.
demo-aks
azure.resource.typestringresource experimental
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.

AttributeTypeDescriptionExamples
azure.resource.kindstringexperimental
A kind of the Azure resource
app,linux
azure.resource.sku.namestringexperimental
Name of the Azure resource SKU
B_Gen5_1
azure.resource.sku.tierstringexperimental
Tier of the Azure resource SKU
Basic
azure.resource.sku.capacitystringexperimental
Capacity of the Azure resource SKU
20
azure.statusstringexperimental
The status of the instance
Running; Stopped (deallocated)
azure.provisioning_statestringexperimental
The provisioning status of the resource
Succeeded; DELETED; ERROR; INCOMPLETE
azure.objectstringexperimental
The full JSON content of Azure object
azure.properties.versionstringexperimental
The json content version
...
azure.subscriptionstringresource stable
An Azure subscription is a logical container used to provision resources in Azure.
Tags: permission primary-field
27e9b03f-04d2-2b69-b327-32f433f7ed21
azure.locationstringresource stable
A specific geographical location of Azure cloud resource.
Tags: primary-field
westeurope
azure.availability_zonesstring[]resource experimental
Availability zones of Azure cloud resource.
['1']
azure.resource.groupstringresource stable
A resource group is a container that holds related resources for an Azure solution.
Tags: permission primary-field
demo-backend-rg
azure.tenant.idstringresource experimental
Unique, immutable identifier assigned to the Azure tenant.
37c4add3-612a-483d-8b24-cccbb35d3306

Cloud entity fields

Fields that are provided by all Cloud workloads.

AttributeTypeDescriptionExamples
cloud.acquisition.statusstringexperimental
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.
OK; DELETED; ERROR; INCOMPLETE

Event Grid Topics

Smartscape node name: azure.resource.name

Smartscape node type: AZURE_MICROSOFT_EVENTGRID_TOPICS

This entity represents Event Grid Topics

Query

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

smartscapeNodes "AZURE_MICROSOFT_EVENTGRID_TOPICS"

Base entity fields

The following base fields are used for all entities.

AttributeTypeDescriptionExamples
idsmartscapeIdstable
A Smartscape ID consists of two components: an UPPER_CASE entity type and a random 16-character hexadecimal unique identifier, separated by a dash. Use Smartscape conversion functions when working with strings that represent Smartscape IDs.
<type>-017198AD253CBD63
id_classicstringdeprecated
The entity ID that was used in the classic entity store. This ID is present in old monitoring data. Not all entities have this ID, and it is not generated for new entities. Use the id field instead, which is the Smartscape ID.
<type>-017198AD253CBD63
namestringstable
The entity name.
localhost; easyTravel; product-catalog
typestringstable
The entity type. UPPER_SNAKE_CASE string that represents the type of the entity.
TYPE_A
tagsrecordstable
A consolidated record that aggregates all tag values originating from different contexts. Each nested field within tags represents a specific key (for example, release or name). The value of each nested field is the tag value from one or multiple contexts. Tags for specific context can be queried via tags:context field. Note that rule-based tags do not exist in the new model.
tags[tag_key-1] = [context_A_tag_val-1, context_B_tag_val-1]; tags[tag_key-2] = context_C_tag_val-1; tags:context_A[tag_key-1] = context_A_tag_val-1
lifetimetimeframestable
The lifetime of the entity. This is a record with two nested fields: start and end, which represent the time when the entity was first and last observed, respectively. Each time an entity is updated, the end time is updated to the current time.
{ start: 2022-07-06T13:36:00.808Z, end: 2024-04-11T06:56:01.204Z }
referencesrecordstable
Provides access to static edges pointing to other entities. In this record each nested field represents a relationship type and target type, and the value is an array of target smartscape IDs. This field is hidden by default but can be added using the fieldsAdd command.
{ references[runs_on.host] : [HOST-C251A1173C2B4B39,HOST-0E9038C7C4409D69], references[runs_on.container] : [CONTAINER-68A08967EF4F675B] }
dt.security_contextstring[]resource stable
The security contexts associated with the entity. For Smartscape entities, this field is always an array.
Tags: permission
[]

Azure resource fields

Contains all fields that are provided by all resorce running on Azure, including Azure, Core and K8s entities.

AttributeTypeDescriptionExamples
azure.subscriptionstringresource stable
An Azure subscription is a logical container used to provision resources in Azure.
Tags: permission primary-field
27e9b03f-04d2-2b69-b327-32f433f7ed21
azure.locationstringresource stable
A specific geographical location of Azure cloud resource.
Tags: primary-field
westeurope
azure.availability_zonesstring[]resource experimental
Availability zones of Azure cloud resource.
['1']
azure.resource.groupstringresource stable
A resource group is a container that holds related resources for an Azure solution.
Tags: permission primary-field
demo-backend-rg
azure.resource.idstringresource experimental
A unique, immutable identifier assigned to each Azure cloud resource.
/subscriptions/27e9b03f-04d2-2b69-b327-32f433f7ed21/resourceGroups/demo-backend-rg/providers/Microsoft.ContainerService/managedClusters/demo-aks
azure.resource.namestringresource experimental
User-provided name of the Azure cloud resource.
demo-aks
azure.resource.typestringresource experimental
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.

AttributeTypeDescriptionExamples
azure.resource.kindstringexperimental
A kind of the Azure resource
app,linux
azure.resource.sku.namestringexperimental
Name of the Azure resource SKU
B_Gen5_1
azure.resource.sku.tierstringexperimental
Tier of the Azure resource SKU
Basic
azure.resource.sku.capacitystringexperimental
Capacity of the Azure resource SKU
20
azure.statusstringexperimental
The status of the instance
Running; Stopped (deallocated)
azure.provisioning_statestringexperimental
The provisioning status of the resource
Succeeded; DELETED; ERROR; INCOMPLETE
azure.objectstringexperimental
The full JSON content of Azure object
azure.properties.versionstringexperimental
The json content version
...
azure.subscriptionstringresource stable
An Azure subscription is a logical container used to provision resources in Azure.
Tags: permission primary-field
27e9b03f-04d2-2b69-b327-32f433f7ed21
azure.locationstringresource stable
A specific geographical location of Azure cloud resource.
Tags: primary-field
westeurope
azure.availability_zonesstring[]resource experimental
Availability zones of Azure cloud resource.
['1']
azure.resource.groupstringresource stable
A resource group is a container that holds related resources for an Azure solution.
Tags: permission primary-field
demo-backend-rg
azure.tenant.idstringresource experimental
Unique, immutable identifier assigned to the Azure tenant.
37c4add3-612a-483d-8b24-cccbb35d3306

Cloud entity fields

Fields that are provided by all Cloud workloads.

AttributeTypeDescriptionExamples
cloud.acquisition.statusstringexperimental
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.
OK; DELETED; ERROR; INCOMPLETE

Event Hubs

Smartscape node name: azure.resource.name

Smartscape node type: AZURE_MICROSOFT_EVENTHUB_NAMESPACES_EVENTHUBS

This entity represents Event Hubs

Query

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

smartscapeNodes "AZURE_MICROSOFT_EVENTHUB_NAMESPACES_EVENTHUBS"

Base entity fields

The following base fields are used for all entities.

AttributeTypeDescriptionExamples
idsmartscapeIdstable
A Smartscape ID consists of two components: an UPPER_CASE entity type and a random 16-character hexadecimal unique identifier, separated by a dash. Use Smartscape conversion functions when working with strings that represent Smartscape IDs.
<type>-017198AD253CBD63
id_classicstringdeprecated
The entity ID that was used in the classic entity store. This ID is present in old monitoring data. Not all entities have this ID, and it is not generated for new entities. Use the id field instead, which is the Smartscape ID.
<type>-017198AD253CBD63
namestringstable
The entity name.
localhost; easyTravel; product-catalog
typestringstable
The entity type. UPPER_SNAKE_CASE string that represents the type of the entity.
TYPE_A
tagsrecordstable
A consolidated record that aggregates all tag values originating from different contexts. Each nested field within tags represents a specific key (for example, release or name). The value of each nested field is the tag value from one or multiple contexts. Tags for specific context can be queried via tags:context field. Note that rule-based tags do not exist in the new model.
tags[tag_key-1] = [context_A_tag_val-1, context_B_tag_val-1]; tags[tag_key-2] = context_C_tag_val-1; tags:context_A[tag_key-1] = context_A_tag_val-1
lifetimetimeframestable
The lifetime of the entity. This is a record with two nested fields: start and end, which represent the time when the entity was first and last observed, respectively. Each time an entity is updated, the end time is updated to the current time.
{ start: 2022-07-06T13:36:00.808Z, end: 2024-04-11T06:56:01.204Z }
referencesrecordstable
Provides access to static edges pointing to other entities. In this record each nested field represents a relationship type and target type, and the value is an array of target smartscape IDs. This field is hidden by default but can be added using the fieldsAdd command.
{ references[runs_on.host] : [HOST-C251A1173C2B4B39,HOST-0E9038C7C4409D69], references[runs_on.container] : [CONTAINER-68A08967EF4F675B] }
dt.security_contextstring[]resource stable
The security contexts associated with the entity. For Smartscape entities, this field is always an array.
Tags: permission
[]

Azure resource fields

Contains all fields that are provided by all resorce running on Azure, including Azure, Core and K8s entities.

AttributeTypeDescriptionExamples
azure.subscriptionstringresource stable
An Azure subscription is a logical container used to provision resources in Azure.
Tags: permission primary-field
27e9b03f-04d2-2b69-b327-32f433f7ed21
azure.locationstringresource stable
A specific geographical location of Azure cloud resource.
Tags: primary-field
westeurope
azure.availability_zonesstring[]resource experimental
Availability zones of Azure cloud resource.
['1']
azure.resource.groupstringresource stable
A resource group is a container that holds related resources for an Azure solution.
Tags: permission primary-field
demo-backend-rg
azure.resource.idstringresource experimental
A unique, immutable identifier assigned to each Azure cloud resource.
/subscriptions/27e9b03f-04d2-2b69-b327-32f433f7ed21/resourceGroups/demo-backend-rg/providers/Microsoft.ContainerService/managedClusters/demo-aks
azure.resource.namestringresource experimental
User-provided name of the Azure cloud resource.
demo-aks
azure.resource.typestringresource experimental
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.

AttributeTypeDescriptionExamples
azure.resource.kindstringexperimental
A kind of the Azure resource
app,linux
azure.resource.sku.namestringexperimental
Name of the Azure resource SKU
B_Gen5_1
azure.resource.sku.tierstringexperimental
Tier of the Azure resource SKU
Basic
azure.resource.sku.capacitystringexperimental
Capacity of the Azure resource SKU
20
azure.statusstringexperimental
The status of the instance
Running; Stopped (deallocated)
azure.provisioning_statestringexperimental
The provisioning status of the resource
Succeeded; DELETED; ERROR; INCOMPLETE
azure.objectstringexperimental
The full JSON content of Azure object
azure.properties.versionstringexperimental
The json content version
...
azure.subscriptionstringresource stable
An Azure subscription is a logical container used to provision resources in Azure.
Tags: permission primary-field
27e9b03f-04d2-2b69-b327-32f433f7ed21
azure.locationstringresource stable
A specific geographical location of Azure cloud resource.
Tags: primary-field
westeurope
azure.availability_zonesstring[]resource experimental
Availability zones of Azure cloud resource.
['1']
azure.resource.groupstringresource stable
A resource group is a container that holds related resources for an Azure solution.
Tags: permission primary-field
demo-backend-rg
azure.tenant.idstringresource experimental
Unique, immutable identifier assigned to the Azure tenant.
37c4add3-612a-483d-8b24-cccbb35d3306

Cloud entity fields

Fields that are provided by all Cloud workloads.

AttributeTypeDescriptionExamples
cloud.acquisition.statusstringexperimental
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.
OK; DELETED; ERROR; INCOMPLETE

Event Hubs Namespace

Smartscape node name: azure.resource.name

Smartscape node type: AZURE_MICROSOFT_EVENTHUB_NAMESPACES

This entity represents Event Hubs Namespace

Query

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

smartscapeNodes "AZURE_MICROSOFT_EVENTHUB_NAMESPACES"

Base entity fields

The following base fields are used for all entities.

AttributeTypeDescriptionExamples
idsmartscapeIdstable
A Smartscape ID consists of two components: an UPPER_CASE entity type and a random 16-character hexadecimal unique identifier, separated by a dash. Use Smartscape conversion functions when working with strings that represent Smartscape IDs.
<type>-017198AD253CBD63
id_classicstringdeprecated
The entity ID that was used in the classic entity store. This ID is present in old monitoring data. Not all entities have this ID, and it is not generated for new entities. Use the id field instead, which is the Smartscape ID.
<type>-017198AD253CBD63
namestringstable
The entity name.
localhost; easyTravel; product-catalog
typestringstable
The entity type. UPPER_SNAKE_CASE string that represents the type of the entity.
TYPE_A
tagsrecordstable
A consolidated record that aggregates all tag values originating from different contexts. Each nested field within tags represents a specific key (for example, release or name). The value of each nested field is the tag value from one or multiple contexts. Tags for specific context can be queried via tags:context field. Note that rule-based tags do not exist in the new model.
tags[tag_key-1] = [context_A_tag_val-1, context_B_tag_val-1]; tags[tag_key-2] = context_C_tag_val-1; tags:context_A[tag_key-1] = context_A_tag_val-1
lifetimetimeframestable
The lifetime of the entity. This is a record with two nested fields: start and end, which represent the time when the entity was first and last observed, respectively. Each time an entity is updated, the end time is updated to the current time.
{ start: 2022-07-06T13:36:00.808Z, end: 2024-04-11T06:56:01.204Z }
referencesrecordstable
Provides access to static edges pointing to other entities. In this record each nested field represents a relationship type and target type, and the value is an array of target smartscape IDs. This field is hidden by default but can be added using the fieldsAdd command.
{ references[runs_on.host] : [HOST-C251A1173C2B4B39,HOST-0E9038C7C4409D69], references[runs_on.container] : [CONTAINER-68A08967EF4F675B] }
dt.security_contextstring[]resource stable
The security contexts associated with the entity. For Smartscape entities, this field is always an array.
Tags: permission
[]

Azure resource fields

Contains all fields that are provided by all resorce running on Azure, including Azure, Core and K8s entities.

AttributeTypeDescriptionExamples
azure.subscriptionstringresource stable
An Azure subscription is a logical container used to provision resources in Azure.
Tags: permission primary-field
27e9b03f-04d2-2b69-b327-32f433f7ed21
azure.locationstringresource stable
A specific geographical location of Azure cloud resource.
Tags: primary-field
westeurope
azure.availability_zonesstring[]resource experimental
Availability zones of Azure cloud resource.
['1']
azure.resource.groupstringresource stable
A resource group is a container that holds related resources for an Azure solution.
Tags: permission primary-field
demo-backend-rg
azure.resource.idstringresource experimental
A unique, immutable identifier assigned to each Azure cloud resource.
/subscriptions/27e9b03f-04d2-2b69-b327-32f433f7ed21/resourceGroups/demo-backend-rg/providers/Microsoft.ContainerService/managedClusters/demo-aks
azure.resource.namestringresource experimental
User-provided name of the Azure cloud resource.
demo-aks
azure.resource.typestringresource experimental
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.

AttributeTypeDescriptionExamples
azure.resource.kindstringexperimental
A kind of the Azure resource
app,linux
azure.resource.sku.namestringexperimental
Name of the Azure resource SKU
B_Gen5_1
azure.resource.sku.tierstringexperimental
Tier of the Azure resource SKU
Basic
azure.resource.sku.capacitystringexperimental
Capacity of the Azure resource SKU
20
azure.statusstringexperimental
The status of the instance
Running; Stopped (deallocated)
azure.provisioning_statestringexperimental
The provisioning status of the resource
Succeeded; DELETED; ERROR; INCOMPLETE
azure.objectstringexperimental
The full JSON content of Azure object
azure.properties.versionstringexperimental
The json content version
...
azure.subscriptionstringresource stable
An Azure subscription is a logical container used to provision resources in Azure.
Tags: permission primary-field
27e9b03f-04d2-2b69-b327-32f433f7ed21
azure.locationstringresource stable
A specific geographical location of Azure cloud resource.
Tags: primary-field
westeurope
azure.availability_zonesstring[]resource experimental
Availability zones of Azure cloud resource.
['1']
azure.resource.groupstringresource stable
A resource group is a container that holds related resources for an Azure solution.
Tags: permission primary-field
demo-backend-rg
azure.tenant.idstringresource experimental
Unique, immutable identifier assigned to the Azure tenant.
37c4add3-612a-483d-8b24-cccbb35d3306

Cloud entity fields

Fields that are provided by all Cloud workloads.

AttributeTypeDescriptionExamples
cloud.acquisition.statusstringexperimental
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.
OK; DELETED; ERROR; INCOMPLETE

Function App

Smartscape node name: azure.resource.name

Smartscape node type: AZURE_MICROSOFT_WEB_SITES_FUNCTIONS

This entity represents Function App

Query

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

smartscapeNodes "AZURE_MICROSOFT_WEB_SITES_FUNCTIONS"

Base entity fields

The following base fields are used for all entities.

AttributeTypeDescriptionExamples
idsmartscapeIdstable
A Smartscape ID consists of two components: an UPPER_CASE entity type and a random 16-character hexadecimal unique identifier, separated by a dash. Use Smartscape conversion functions when working with strings that represent Smartscape IDs.
<type>-017198AD253CBD63
id_classicstringdeprecated
The entity ID that was used in the classic entity store. This ID is present in old monitoring data. Not all entities have this ID, and it is not generated for new entities. Use the id field instead, which is the Smartscape ID.
<type>-017198AD253CBD63
namestringstable
The entity name.
localhost; easyTravel; product-catalog
typestringstable
The entity type. UPPER_SNAKE_CASE string that represents the type of the entity.
TYPE_A
tagsrecordstable
A consolidated record that aggregates all tag values originating from different contexts. Each nested field within tags represents a specific key (for example, release or name). The value of each nested field is the tag value from one or multiple contexts. Tags for specific context can be queried via tags:context field. Note that rule-based tags do not exist in the new model.
tags[tag_key-1] = [context_A_tag_val-1, context_B_tag_val-1]; tags[tag_key-2] = context_C_tag_val-1; tags:context_A[tag_key-1] = context_A_tag_val-1
lifetimetimeframestable
The lifetime of the entity. This is a record with two nested fields: start and end, which represent the time when the entity was first and last observed, respectively. Each time an entity is updated, the end time is updated to the current time.
{ start: 2022-07-06T13:36:00.808Z, end: 2024-04-11T06:56:01.204Z }
referencesrecordstable
Provides access to static edges pointing to other entities. In this record each nested field represents a relationship type and target type, and the value is an array of target smartscape IDs. This field is hidden by default but can be added using the fieldsAdd command.
{ references[runs_on.host] : [HOST-C251A1173C2B4B39,HOST-0E9038C7C4409D69], references[runs_on.container] : [CONTAINER-68A08967EF4F675B] }
dt.security_contextstring[]resource stable
The security contexts associated with the entity. For Smartscape entities, this field is always an array.
Tags: permission
[]

Azure resource fields

Contains all fields that are provided by all resorce running on Azure, including Azure, Core and K8s entities.

AttributeTypeDescriptionExamples
azure.subscriptionstringresource stable
An Azure subscription is a logical container used to provision resources in Azure.
Tags: permission primary-field
27e9b03f-04d2-2b69-b327-32f433f7ed21
azure.locationstringresource stable
A specific geographical location of Azure cloud resource.
Tags: primary-field
westeurope
azure.availability_zonesstring[]resource experimental
Availability zones of Azure cloud resource.
['1']
azure.resource.groupstringresource stable
A resource group is a container that holds related resources for an Azure solution.
Tags: permission primary-field
demo-backend-rg
azure.resource.idstringresource experimental
A unique, immutable identifier assigned to each Azure cloud resource.
/subscriptions/27e9b03f-04d2-2b69-b327-32f433f7ed21/resourceGroups/demo-backend-rg/providers/Microsoft.ContainerService/managedClusters/demo-aks
azure.resource.namestringresource experimental
User-provided name of the Azure cloud resource.
demo-aks
azure.resource.typestringresource experimental
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.

AttributeTypeDescriptionExamples
azure.resource.kindstringexperimental
A kind of the Azure resource
app,linux
azure.resource.sku.namestringexperimental
Name of the Azure resource SKU
B_Gen5_1
azure.resource.sku.tierstringexperimental
Tier of the Azure resource SKU
Basic
azure.resource.sku.capacitystringexperimental
Capacity of the Azure resource SKU
20
azure.statusstringexperimental
The status of the instance
Running; Stopped (deallocated)
azure.provisioning_statestringexperimental
The provisioning status of the resource
Succeeded; DELETED; ERROR; INCOMPLETE
azure.objectstringexperimental
The full JSON content of Azure object
azure.properties.versionstringexperimental
The json content version
...
azure.subscriptionstringresource stable
An Azure subscription is a logical container used to provision resources in Azure.
Tags: permission primary-field
27e9b03f-04d2-2b69-b327-32f433f7ed21
azure.locationstringresource stable
A specific geographical location of Azure cloud resource.
Tags: primary-field
westeurope
azure.availability_zonesstring[]resource experimental
Availability zones of Azure cloud resource.
['1']
azure.resource.groupstringresource stable
A resource group is a container that holds related resources for an Azure solution.
Tags: permission primary-field
demo-backend-rg
azure.tenant.idstringresource experimental
Unique, immutable identifier assigned to the Azure tenant.
37c4add3-612a-483d-8b24-cccbb35d3306

Cloud entity fields

Fields that are provided by all Cloud workloads.

AttributeTypeDescriptionExamples
cloud.acquisition.statusstringexperimental
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.
OK; DELETED; ERROR; INCOMPLETE

IoT Hub

Smartscape node name: azure.resource.name

Smartscape node type: AZURE_MICROSOFT_DEVICES_IOTHUBS

This entity represents IoT Hub

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"

Base entity fields

The following base fields are used for all entities.

AttributeTypeDescriptionExamples
idsmartscapeIdstable
A Smartscape ID consists of two components: an UPPER_CASE entity type and a random 16-character hexadecimal unique identifier, separated by a dash. Use Smartscape conversion functions when working with strings that represent Smartscape IDs.
<type>-017198AD253CBD63
id_classicstringdeprecated
The entity ID that was used in the classic entity store. This ID is present in old monitoring data. Not all entities have this ID, and it is not generated for new entities. Use the id field instead, which is the Smartscape ID.
<type>-017198AD253CBD63
namestringstable
The entity name.
localhost; easyTravel; product-catalog
typestringstable
The entity type. UPPER_SNAKE_CASE string that represents the type of the entity.
TYPE_A
tagsrecordstable
A consolidated record that aggregates all tag values originating from different contexts. Each nested field within tags represents a specific key (for example, release or name). The value of each nested field is the tag value from one or multiple contexts. Tags for specific context can be queried via tags:context field. Note that rule-based tags do not exist in the new model.
tags[tag_key-1] = [context_A_tag_val-1, context_B_tag_val-1]; tags[tag_key-2] = context_C_tag_val-1; tags:context_A[tag_key-1] = context_A_tag_val-1
lifetimetimeframestable
The lifetime of the entity. This is a record with two nested fields: start and end, which represent the time when the entity was first and last observed, respectively. Each time an entity is updated, the end time is updated to the current time.
{ start: 2022-07-06T13:36:00.808Z, end: 2024-04-11T06:56:01.204Z }
referencesrecordstable
Provides access to static edges pointing to other entities. In this record each nested field represents a relationship type and target type, and the value is an array of target smartscape IDs. This field is hidden by default but can be added using the fieldsAdd command.
{ references[runs_on.host] : [HOST-C251A1173C2B4B39,HOST-0E9038C7C4409D69], references[runs_on.container] : [CONTAINER-68A08967EF4F675B] }
dt.security_contextstring[]resource stable
The security contexts associated with the entity. For Smartscape entities, this field is always an array.
Tags: permission
[]

Azure resource fields

Contains all fields that are provided by all resorce running on Azure, including Azure, Core and K8s entities.

AttributeTypeDescriptionExamples
azure.subscriptionstringresource stable
An Azure subscription is a logical container used to provision resources in Azure.
Tags: permission primary-field
27e9b03f-04d2-2b69-b327-32f433f7ed21
azure.locationstringresource stable
A specific geographical location of Azure cloud resource.
Tags: primary-field
westeurope
azure.availability_zonesstring[]resource experimental
Availability zones of Azure cloud resource.
['1']
azure.resource.groupstringresource stable
A resource group is a container that holds related resources for an Azure solution.
Tags: permission primary-field
demo-backend-rg
azure.resource.idstringresource experimental
A unique, immutable identifier assigned to each Azure cloud resource.
/subscriptions/27e9b03f-04d2-2b69-b327-32f433f7ed21/resourceGroups/demo-backend-rg/providers/Microsoft.ContainerService/managedClusters/demo-aks
azure.resource.namestringresource experimental
User-provided name of the Azure cloud resource.
demo-aks
azure.resource.typestringresource experimental
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.

AttributeTypeDescriptionExamples
azure.resource.kindstringexperimental
A kind of the Azure resource
app,linux
azure.resource.sku.namestringexperimental
Name of the Azure resource SKU
B_Gen5_1
azure.resource.sku.tierstringexperimental
Tier of the Azure resource SKU
Basic
azure.resource.sku.capacitystringexperimental
Capacity of the Azure resource SKU
20
azure.statusstringexperimental
The status of the instance
Running; Stopped (deallocated)
azure.provisioning_statestringexperimental
The provisioning status of the resource
Succeeded; DELETED; ERROR; INCOMPLETE
azure.objectstringexperimental
The full JSON content of Azure object
azure.properties.versionstringexperimental
The json content version
...
azure.subscriptionstringresource stable
An Azure subscription is a logical container used to provision resources in Azure.
Tags: permission primary-field
27e9b03f-04d2-2b69-b327-32f433f7ed21
azure.locationstringresource stable
A specific geographical location of Azure cloud resource.
Tags: primary-field
westeurope
azure.availability_zonesstring[]resource experimental
Availability zones of Azure cloud resource.
['1']
azure.resource.groupstringresource stable
A resource group is a container that holds related resources for an Azure solution.
Tags: permission primary-field
demo-backend-rg
azure.tenant.idstringresource experimental
Unique, immutable identifier assigned to the Azure tenant.
37c4add3-612a-483d-8b24-cccbb35d3306

Cloud entity fields

Fields that are provided by all Cloud workloads.

AttributeTypeDescriptionExamples
cloud.acquisition.statusstringexperimental
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.
OK; DELETED; ERROR; INCOMPLETE

IoT Hub Device Provisioning Service

Smartscape node name: azure.resource.name

Smartscape node type: AZURE_MICROSOFT_DEVICES_PROVISIONINGSERVICES

This entity represents IoT Hub Device Provisioning Service

Query

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

smartscapeNodes "AZURE_MICROSOFT_DEVICES_PROVISIONINGSERVICES"

Base entity fields

The following base fields are used for all entities.

AttributeTypeDescriptionExamples
idsmartscapeIdstable
A Smartscape ID consists of two components: an UPPER_CASE entity type and a random 16-character hexadecimal unique identifier, separated by a dash. Use Smartscape conversion functions when working with strings that represent Smartscape IDs.
<type>-017198AD253CBD63
id_classicstringdeprecated
The entity ID that was used in the classic entity store. This ID is present in old monitoring data. Not all entities have this ID, and it is not generated for new entities. Use the id field instead, which is the Smartscape ID.
<type>-017198AD253CBD63
namestringstable
The entity name.
localhost; easyTravel; product-catalog
typestringstable
The entity type. UPPER_SNAKE_CASE string that represents the type of the entity.
TYPE_A
tagsrecordstable
A consolidated record that aggregates all tag values originating from different contexts. Each nested field within tags represents a specific key (for example, release or name). The value of each nested field is the tag value from one or multiple contexts. Tags for specific context can be queried via tags:context field. Note that rule-based tags do not exist in the new model.
tags[tag_key-1] = [context_A_tag_val-1, context_B_tag_val-1]; tags[tag_key-2] = context_C_tag_val-1; tags:context_A[tag_key-1] = context_A_tag_val-1
lifetimetimeframestable
The lifetime of the entity. This is a record with two nested fields: start and end, which represent the time when the entity was first and last observed, respectively. Each time an entity is updated, the end time is updated to the current time.
{ start: 2022-07-06T13:36:00.808Z, end: 2024-04-11T06:56:01.204Z }
referencesrecordstable
Provides access to static edges pointing to other entities. In this record each nested field represents a relationship type and target type, and the value is an array of target smartscape IDs. This field is hidden by default but can be added using the fieldsAdd command.
{ references[runs_on.host] : [HOST-C251A1173C2B4B39,HOST-0E9038C7C4409D69], references[runs_on.container] : [CONTAINER-68A08967EF4F675B] }
dt.security_contextstring[]resource stable
The security contexts associated with the entity. For Smartscape entities, this field is always an array.
Tags: permission
[]

Azure resource fields

Contains all fields that are provided by all resorce running on Azure, including Azure, Core and K8s entities.

AttributeTypeDescriptionExamples
azure.subscriptionstringresource stable
An Azure subscription is a logical container used to provision resources in Azure.
Tags: permission primary-field
27e9b03f-04d2-2b69-b327-32f433f7ed21
azure.locationstringresource stable
A specific geographical location of Azure cloud resource.
Tags: primary-field
westeurope
azure.availability_zonesstring[]resource experimental
Availability zones of Azure cloud resource.
['1']
azure.resource.groupstringresource stable
A resource group is a container that holds related resources for an Azure solution.
Tags: permission primary-field
demo-backend-rg
azure.resource.idstringresource experimental
A unique, immutable identifier assigned to each Azure cloud resource.
/subscriptions/27e9b03f-04d2-2b69-b327-32f433f7ed21/resourceGroups/demo-backend-rg/providers/Microsoft.ContainerService/managedClusters/demo-aks
azure.resource.namestringresource experimental
User-provided name of the Azure cloud resource.
demo-aks
azure.resource.typestringresource experimental
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.

AttributeTypeDescriptionExamples
azure.resource.kindstringexperimental
A kind of the Azure resource
app,linux
azure.resource.sku.namestringexperimental
Name of the Azure resource SKU
B_Gen5_1
azure.resource.sku.tierstringexperimental
Tier of the Azure resource SKU
Basic
azure.resource.sku.capacitystringexperimental
Capacity of the Azure resource SKU
20
azure.statusstringexperimental
The status of the instance
Running; Stopped (deallocated)
azure.provisioning_statestringexperimental
The provisioning status of the resource
Succeeded; DELETED; ERROR; INCOMPLETE
azure.objectstringexperimental
The full JSON content of Azure object
azure.properties.versionstringexperimental
The json content version
...
azure.subscriptionstringresource stable
An Azure subscription is a logical container used to provision resources in Azure.
Tags: permission primary-field
27e9b03f-04d2-2b69-b327-32f433f7ed21
azure.locationstringresource stable
A specific geographical location of Azure cloud resource.
Tags: primary-field
westeurope
azure.availability_zonesstring[]resource experimental
Availability zones of Azure cloud resource.
['1']
azure.resource.groupstringresource stable
A resource group is a container that holds related resources for an Azure solution.
Tags: permission primary-field
demo-backend-rg
azure.tenant.idstringresource experimental
Unique, immutable identifier assigned to the Azure tenant.
37c4add3-612a-483d-8b24-cccbb35d3306

Cloud entity fields

Fields that are provided by all Cloud workloads.

AttributeTypeDescriptionExamples
cloud.acquisition.statusstringexperimental
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.
OK; DELETED; ERROR; INCOMPLETE

Key Vault

Smartscape node name: azure.resource.name

Smartscape node type: AZURE_MICROSOFT_KEYVAULT_VAULTS

This entity represents Key Vault

Query

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

smartscapeNodes "AZURE_MICROSOFT_KEYVAULT_VAULTS"

Base entity fields

The following base fields are used for all entities.

AttributeTypeDescriptionExamples
idsmartscapeIdstable
A Smartscape ID consists of two components: an UPPER_CASE entity type and a random 16-character hexadecimal unique identifier, separated by a dash. Use Smartscape conversion functions when working with strings that represent Smartscape IDs.
<type>-017198AD253CBD63
id_classicstringdeprecated
The entity ID that was used in the classic entity store. This ID is present in old monitoring data. Not all entities have this ID, and it is not generated for new entities. Use the id field instead, which is the Smartscape ID.
<type>-017198AD253CBD63
namestringstable
The entity name.
localhost; easyTravel; product-catalog
typestringstable
The entity type. UPPER_SNAKE_CASE string that represents the type of the entity.
TYPE_A
tagsrecordstable
A consolidated record that aggregates all tag values originating from different contexts. Each nested field within tags represents a specific key (for example, release or name). The value of each nested field is the tag value from one or multiple contexts. Tags for specific context can be queried via tags:context field. Note that rule-based tags do not exist in the new model.
tags[tag_key-1] = [context_A_tag_val-1, context_B_tag_val-1]; tags[tag_key-2] = context_C_tag_val-1; tags:context_A[tag_key-1] = context_A_tag_val-1
lifetimetimeframestable
The lifetime of the entity. This is a record with two nested fields: start and end, which represent the time when the entity was first and last observed, respectively. Each time an entity is updated, the end time is updated to the current time.
{ start: 2022-07-06T13:36:00.808Z, end: 2024-04-11T06:56:01.204Z }
referencesrecordstable
Provides access to static edges pointing to other entities. In this record each nested field represents a relationship type and target type, and the value is an array of target smartscape IDs. This field is hidden by default but can be added using the fieldsAdd command.
{ references[runs_on.host] : [HOST-C251A1173C2B4B39,HOST-0E9038C7C4409D69], references[runs_on.container] : [CONTAINER-68A08967EF4F675B] }
dt.security_contextstring[]resource stable
The security contexts associated with the entity. For Smartscape entities, this field is always an array.
Tags: permission
[]

Azure resource fields

Contains all fields that are provided by all resorce running on Azure, including Azure, Core and K8s entities.

AttributeTypeDescriptionExamples
azure.subscriptionstringresource stable
An Azure subscription is a logical container used to provision resources in Azure.
Tags: permission primary-field
27e9b03f-04d2-2b69-b327-32f433f7ed21
azure.locationstringresource stable
A specific geographical location of Azure cloud resource.
Tags: primary-field
westeurope
azure.availability_zonesstring[]resource experimental
Availability zones of Azure cloud resource.
['1']
azure.resource.groupstringresource stable
A resource group is a container that holds related resources for an Azure solution.
Tags: permission primary-field
demo-backend-rg
azure.resource.idstringresource experimental
A unique, immutable identifier assigned to each Azure cloud resource.
/subscriptions/27e9b03f-04d2-2b69-b327-32f433f7ed21/resourceGroups/demo-backend-rg/providers/Microsoft.ContainerService/managedClusters/demo-aks
azure.resource.namestringresource experimental
User-provided name of the Azure cloud resource.
demo-aks
azure.resource.typestringresource experimental
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.

AttributeTypeDescriptionExamples
azure.resource.kindstringexperimental
A kind of the Azure resource
app,linux
azure.resource.sku.namestringexperimental
Name of the Azure resource SKU
B_Gen5_1
azure.resource.sku.tierstringexperimental
Tier of the Azure resource SKU
Basic
azure.resource.sku.capacitystringexperimental
Capacity of the Azure resource SKU
20
azure.statusstringexperimental
The status of the instance
Running; Stopped (deallocated)
azure.provisioning_statestringexperimental
The provisioning status of the resource
Succeeded; DELETED; ERROR; INCOMPLETE
azure.objectstringexperimental
The full JSON content of Azure object
azure.properties.versionstringexperimental
The json content version
...
azure.subscriptionstringresource stable
An Azure subscription is a logical container used to provision resources in Azure.
Tags: permission primary-field
27e9b03f-04d2-2b69-b327-32f433f7ed21
azure.locationstringresource stable
A specific geographical location of Azure cloud resource.
Tags: primary-field
westeurope
azure.availability_zonesstring[]resource experimental
Availability zones of Azure cloud resource.
['1']
azure.resource.groupstringresource stable
A resource group is a container that holds related resources for an Azure solution.
Tags: permission primary-field
demo-backend-rg
azure.tenant.idstringresource experimental
Unique, immutable identifier assigned to the Azure tenant.
37c4add3-612a-483d-8b24-cccbb35d3306

Cloud entity fields

Fields that are provided by all Cloud workloads.

AttributeTypeDescriptionExamples
cloud.acquisition.statusstringexperimental
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.
OK; DELETED; ERROR; INCOMPLETE

Load Balancer

Smartscape node name: azure.resource.name

Smartscape node type: AZURE_MICROSOFT_NETWORK_LOADBALANCERS

This entity represents Load Balancer

Query

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

smartscapeNodes "AZURE_MICROSOFT_NETWORK_LOADBALANCERS"

Base entity fields

The following base fields are used for all entities.

AttributeTypeDescriptionExamples
idsmartscapeIdstable
A Smartscape ID consists of two components: an UPPER_CASE entity type and a random 16-character hexadecimal unique identifier, separated by a dash. Use Smartscape conversion functions when working with strings that represent Smartscape IDs.
<type>-017198AD253CBD63
id_classicstringdeprecated
The entity ID that was used in the classic entity store. This ID is present in old monitoring data. Not all entities have this ID, and it is not generated for new entities. Use the id field instead, which is the Smartscape ID.
<type>-017198AD253CBD63
namestringstable
The entity name.
localhost; easyTravel; product-catalog
typestringstable
The entity type. UPPER_SNAKE_CASE string that represents the type of the entity.
TYPE_A
tagsrecordstable
A consolidated record that aggregates all tag values originating from different contexts. Each nested field within tags represents a specific key (for example, release or name). The value of each nested field is the tag value from one or multiple contexts. Tags for specific context can be queried via tags:context field. Note that rule-based tags do not exist in the new model.
tags[tag_key-1] = [context_A_tag_val-1, context_B_tag_val-1]; tags[tag_key-2] = context_C_tag_val-1; tags:context_A[tag_key-1] = context_A_tag_val-1
lifetimetimeframestable
The lifetime of the entity. This is a record with two nested fields: start and end, which represent the time when the entity was first and last observed, respectively. Each time an entity is updated, the end time is updated to the current time.
{ start: 2022-07-06T13:36:00.808Z, end: 2024-04-11T06:56:01.204Z }
referencesrecordstable
Provides access to static edges pointing to other entities. In this record each nested field represents a relationship type and target type, and the value is an array of target smartscape IDs. This field is hidden by default but can be added using the fieldsAdd command.
{ references[runs_on.host] : [HOST-C251A1173C2B4B39,HOST-0E9038C7C4409D69], references[runs_on.container] : [CONTAINER-68A08967EF4F675B] }
dt.security_contextstring[]resource stable
The security contexts associated with the entity. For Smartscape entities, this field is always an array.
Tags: permission
[]

Azure resource fields

Contains all fields that are provided by all resorce running on Azure, including Azure, Core and K8s entities.

AttributeTypeDescriptionExamples
azure.subscriptionstringresource stable
An Azure subscription is a logical container used to provision resources in Azure.
Tags: permission primary-field
27e9b03f-04d2-2b69-b327-32f433f7ed21
azure.locationstringresource stable
A specific geographical location of Azure cloud resource.
Tags: primary-field
westeurope
azure.availability_zonesstring[]resource experimental
Availability zones of Azure cloud resource.
['1']
azure.resource.groupstringresource stable
A resource group is a container that holds related resources for an Azure solution.
Tags: permission primary-field
demo-backend-rg
azure.resource.idstringresource experimental
A unique, immutable identifier assigned to each Azure cloud resource.
/subscriptions/27e9b03f-04d2-2b69-b327-32f433f7ed21/resourceGroups/demo-backend-rg/providers/Microsoft.ContainerService/managedClusters/demo-aks
azure.resource.namestringresource experimental
User-provided name of the Azure cloud resource.
demo-aks
azure.resource.typestringresource experimental
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.

AttributeTypeDescriptionExamples
azure.resource.kindstringexperimental
A kind of the Azure resource
app,linux
azure.resource.sku.namestringexperimental
Name of the Azure resource SKU
B_Gen5_1
azure.resource.sku.tierstringexperimental
Tier of the Azure resource SKU
Basic
azure.resource.sku.capacitystringexperimental
Capacity of the Azure resource SKU
20
azure.statusstringexperimental
The status of the instance
Running; Stopped (deallocated)
azure.provisioning_statestringexperimental
The provisioning status of the resource
Succeeded; DELETED; ERROR; INCOMPLETE
azure.objectstringexperimental
The full JSON content of Azure object
azure.properties.versionstringexperimental
The json content version
...
azure.subscriptionstringresource stable
An Azure subscription is a logical container used to provision resources in Azure.
Tags: permission primary-field
27e9b03f-04d2-2b69-b327-32f433f7ed21
azure.locationstringresource stable
A specific geographical location of Azure cloud resource.
Tags: primary-field
westeurope
azure.availability_zonesstring[]resource experimental
Availability zones of Azure cloud resource.
['1']
azure.resource.groupstringresource stable
A resource group is a container that holds related resources for an Azure solution.
Tags: permission primary-field
demo-backend-rg
azure.tenant.idstringresource experimental
Unique, immutable identifier assigned to the Azure tenant.
37c4add3-612a-483d-8b24-cccbb35d3306

Cloud entity fields

Fields that are provided by all Cloud workloads.

AttributeTypeDescriptionExamples
cloud.acquisition.statusstringexperimental
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.
OK; DELETED; ERROR; INCOMPLETE

Load Balancer Backend Address Pools

Smartscape node name: azure.resource.name

Smartscape node type: AZURE_MICROSOFT_NETWORK_LOADBALANCERS_BACKENDADDRESSPOOLS

This entity represents Load Balancer Backend Address Pools

Query

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

smartscapeNodes "AZURE_MICROSOFT_NETWORK_LOADBALANCERS_BACKENDADDRESSPOOLS"

Base entity fields

The following base fields are used for all entities.

AttributeTypeDescriptionExamples
idsmartscapeIdstable
A Smartscape ID consists of two components: an UPPER_CASE entity type and a random 16-character hexadecimal unique identifier, separated by a dash. Use Smartscape conversion functions when working with strings that represent Smartscape IDs.
<type>-017198AD253CBD63
id_classicstringdeprecated
The entity ID that was used in the classic entity store. This ID is present in old monitoring data. Not all entities have this ID, and it is not generated for new entities. Use the id field instead, which is the Smartscape ID.
<type>-017198AD253CBD63
namestringstable
The entity name.
localhost; easyTravel; product-catalog
typestringstable
The entity type. UPPER_SNAKE_CASE string that represents the type of the entity.
TYPE_A
tagsrecordstable
A consolidated record that aggregates all tag values originating from different contexts. Each nested field within tags represents a specific key (for example, release or name). The value of each nested field is the tag value from one or multiple contexts. Tags for specific context can be queried via tags:context field. Note that rule-based tags do not exist in the new model.
tags[tag_key-1] = [context_A_tag_val-1, context_B_tag_val-1]; tags[tag_key-2] = context_C_tag_val-1; tags:context_A[tag_key-1] = context_A_tag_val-1
lifetimetimeframestable
The lifetime of the entity. This is a record with two nested fields: start and end, which represent the time when the entity was first and last observed, respectively. Each time an entity is updated, the end time is updated to the current time.
{ start: 2022-07-06T13:36:00.808Z, end: 2024-04-11T06:56:01.204Z }
referencesrecordstable
Provides access to static edges pointing to other entities. In this record each nested field represents a relationship type and target type, and the value is an array of target smartscape IDs. This field is hidden by default but can be added using the fieldsAdd command.
{ references[runs_on.host] : [HOST-C251A1173C2B4B39,HOST-0E9038C7C4409D69], references[runs_on.container] : [CONTAINER-68A08967EF4F675B] }
dt.security_contextstring[]resource stable
The security contexts associated with the entity. For Smartscape entities, this field is always an array.
Tags: permission
[]

Azure resource fields

Contains all fields that are provided by all resorce running on Azure, including Azure, Core and K8s entities.

AttributeTypeDescriptionExamples
azure.subscriptionstringresource stable
An Azure subscription is a logical container used to provision resources in Azure.
Tags: permission primary-field
27e9b03f-04d2-2b69-b327-32f433f7ed21
azure.locationstringresource stable
A specific geographical location of Azure cloud resource.
Tags: primary-field
westeurope
azure.availability_zonesstring[]resource experimental
Availability zones of Azure cloud resource.
['1']
azure.resource.groupstringresource stable
A resource group is a container that holds related resources for an Azure solution.
Tags: permission primary-field
demo-backend-rg
azure.resource.idstringresource experimental
A unique, immutable identifier assigned to each Azure cloud resource.
/subscriptions/27e9b03f-04d2-2b69-b327-32f433f7ed21/resourceGroups/demo-backend-rg/providers/Microsoft.ContainerService/managedClusters/demo-aks
azure.resource.namestringresource experimental
User-provided name of the Azure cloud resource.
demo-aks
azure.resource.typestringresource experimental
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.

AttributeTypeDescriptionExamples
azure.resource.kindstringexperimental
A kind of the Azure resource
app,linux
azure.resource.sku.namestringexperimental
Name of the Azure resource SKU
B_Gen5_1
azure.resource.sku.tierstringexperimental
Tier of the Azure resource SKU
Basic
azure.resource.sku.capacitystringexperimental
Capacity of the Azure resource SKU
20
azure.statusstringexperimental
The status of the instance
Running; Stopped (deallocated)
azure.provisioning_statestringexperimental
The provisioning status of the resource
Succeeded; DELETED; ERROR; INCOMPLETE
azure.objectstringexperimental
The full JSON content of Azure object
azure.properties.versionstringexperimental
The json content version
...
azure.subscriptionstringresource stable
An Azure subscription is a logical container used to provision resources in Azure.
Tags: permission primary-field
27e9b03f-04d2-2b69-b327-32f433f7ed21
azure.locationstringresource stable
A specific geographical location of Azure cloud resource.
Tags: primary-field
westeurope
azure.availability_zonesstring[]resource experimental
Availability zones of Azure cloud resource.
['1']
azure.resource.groupstringresource stable
A resource group is a container that holds related resources for an Azure solution.
Tags: permission primary-field
demo-backend-rg
azure.tenant.idstringresource experimental
Unique, immutable identifier assigned to the Azure tenant.
37c4add3-612a-483d-8b24-cccbb35d3306

Cloud entity fields

Fields that are provided by all Cloud workloads.

AttributeTypeDescriptionExamples
cloud.acquisition.statusstringexperimental
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.
OK; DELETED; ERROR; INCOMPLETE

Load Balancer Backend Addresses

Smartscape node name: azure.resource.name

Smartscape node type: AZURE_MICROSOFT_NETWORK_LOADBALANCERS_BACKENDADDRESSPOOLS_LOADBALANCERBACKENDADDRESSES

This entity represents Load Balancer Backend Addresses

Query

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

smartscapeNodes "AZURE_MICROSOFT_NETWORK_LOADBALANCERS_BACKENDADDRESSPOOLS_LOADBALANCERBACKENDADDRESSES"

Base entity fields

The following base fields are used for all entities.

AttributeTypeDescriptionExamples
idsmartscapeIdstable
A Smartscape ID consists of two components: an UPPER_CASE entity type and a random 16-character hexadecimal unique identifier, separated by a dash. Use Smartscape conversion functions when working with strings that represent Smartscape IDs.
<type>-017198AD253CBD63
id_classicstringdeprecated
The entity ID that was used in the classic entity store. This ID is present in old monitoring data. Not all entities have this ID, and it is not generated for new entities. Use the id field instead, which is the Smartscape ID.
<type>-017198AD253CBD63
namestringstable
The entity name.
localhost; easyTravel; product-catalog
typestringstable
The entity type. UPPER_SNAKE_CASE string that represents the type of the entity.
TYPE_A
tagsrecordstable
A consolidated record that aggregates all tag values originating from different contexts. Each nested field within tags represents a specific key (for example, release or name). The value of each nested field is the tag value from one or multiple contexts. Tags for specific context can be queried via tags:context field. Note that rule-based tags do not exist in the new model.
tags[tag_key-1] = [context_A_tag_val-1, context_B_tag_val-1]; tags[tag_key-2] = context_C_tag_val-1; tags:context_A[tag_key-1] = context_A_tag_val-1
lifetimetimeframestable
The lifetime of the entity. This is a record with two nested fields: start and end, which represent the time when the entity was first and last observed, respectively. Each time an entity is updated, the end time is updated to the current time.
{ start: 2022-07-06T13:36:00.808Z, end: 2024-04-11T06:56:01.204Z }
referencesrecordstable
Provides access to static edges pointing to other entities. In this record each nested field represents a relationship type and target type, and the value is an array of target smartscape IDs. This field is hidden by default but can be added using the fieldsAdd command.
{ references[runs_on.host] : [HOST-C251A1173C2B4B39,HOST-0E9038C7C4409D69], references[runs_on.container] : [CONTAINER-68A08967EF4F675B] }
dt.security_contextstring[]resource stable
The security contexts associated with the entity. For Smartscape entities, this field is always an array.
Tags: permission
[]

Azure resource fields

Contains all fields that are provided by all resorce running on Azure, including Azure, Core and K8s entities.

AttributeTypeDescriptionExamples
azure.subscriptionstringresource stable
An Azure subscription is a logical container used to provision resources in Azure.
Tags: permission primary-field
27e9b03f-04d2-2b69-b327-32f433f7ed21
azure.locationstringresource stable
A specific geographical location of Azure cloud resource.
Tags: primary-field
westeurope
azure.availability_zonesstring[]resource experimental
Availability zones of Azure cloud resource.
['1']
azure.resource.groupstringresource stable
A resource group is a container that holds related resources for an Azure solution.
Tags: permission primary-field
demo-backend-rg
azure.resource.idstringresource experimental
A unique, immutable identifier assigned to each Azure cloud resource.
/subscriptions/27e9b03f-04d2-2b69-b327-32f433f7ed21/resourceGroups/demo-backend-rg/providers/Microsoft.ContainerService/managedClusters/demo-aks
azure.resource.namestringresource experimental
User-provided name of the Azure cloud resource.
demo-aks
azure.resource.typestringresource experimental
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.

AttributeTypeDescriptionExamples
azure.resource.kindstringexperimental
A kind of the Azure resource
app,linux
azure.resource.sku.namestringexperimental
Name of the Azure resource SKU
B_Gen5_1
azure.resource.sku.tierstringexperimental
Tier of the Azure resource SKU
Basic
azure.resource.sku.capacitystringexperimental
Capacity of the Azure resource SKU
20
azure.statusstringexperimental
The status of the instance
Running; Stopped (deallocated)
azure.provisioning_statestringexperimental
The provisioning status of the resource
Succeeded; DELETED; ERROR; INCOMPLETE
azure.objectstringexperimental
The full JSON content of Azure object
azure.properties.versionstringexperimental
The json content version
...
azure.subscriptionstringresource stable
An Azure subscription is a logical container used to provision resources in Azure.
Tags: permission primary-field
27e9b03f-04d2-2b69-b327-32f433f7ed21
azure.locationstringresource stable
A specific geographical location of Azure cloud resource.
Tags: primary-field
westeurope
azure.availability_zonesstring[]resource experimental
Availability zones of Azure cloud resource.
['1']
azure.resource.groupstringresource stable
A resource group is a container that holds related resources for an Azure solution.
Tags: permission primary-field
demo-backend-rg
azure.tenant.idstringresource experimental
Unique, immutable identifier assigned to the Azure tenant.
37c4add3-612a-483d-8b24-cccbb35d3306

Cloud entity fields

Fields that are provided by all Cloud workloads.

AttributeTypeDescriptionExamples
cloud.acquisition.statusstringexperimental
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.
OK; DELETED; ERROR; INCOMPLETE

Load Balancer Frontend IP Configurations

Smartscape node name: azure.resource.name

Smartscape node type: AZURE_MICROSOFT_NETWORK_LOADBALANCERS_FRONTENDIPCONFIGURATIONS

This entity represents Load Balancer Frontend IP Configurations

Query

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

smartscapeNodes "AZURE_MICROSOFT_NETWORK_LOADBALANCERS_FRONTENDIPCONFIGURATIONS"

Base entity fields

The following base fields are used for all entities.

AttributeTypeDescriptionExamples
idsmartscapeIdstable
A Smartscape ID consists of two components: an UPPER_CASE entity type and a random 16-character hexadecimal unique identifier, separated by a dash. Use Smartscape conversion functions when working with strings that represent Smartscape IDs.
<type>-017198AD253CBD63
id_classicstringdeprecated
The entity ID that was used in the classic entity store. This ID is present in old monitoring data. Not all entities have this ID, and it is not generated for new entities. Use the id field instead, which is the Smartscape ID.
<type>-017198AD253CBD63
namestringstable
The entity name.
localhost; easyTravel; product-catalog
typestringstable
The entity type. UPPER_SNAKE_CASE string that represents the type of the entity.
TYPE_A
tagsrecordstable
A consolidated record that aggregates all tag values originating from different contexts. Each nested field within tags represents a specific key (for example, release or name). The value of each nested field is the tag value from one or multiple contexts. Tags for specific context can be queried via tags:context field. Note that rule-based tags do not exist in the new model.
tags[tag_key-1] = [context_A_tag_val-1, context_B_tag_val-1]; tags[tag_key-2] = context_C_tag_val-1; tags:context_A[tag_key-1] = context_A_tag_val-1
lifetimetimeframestable
The lifetime of the entity. This is a record with two nested fields: start and end, which represent the time when the entity was first and last observed, respectively. Each time an entity is updated, the end time is updated to the current time.
{ start: 2022-07-06T13:36:00.808Z, end: 2024-04-11T06:56:01.204Z }
referencesrecordstable
Provides access to static edges pointing to other entities. In this record each nested field represents a relationship type and target type, and the value is an array of target smartscape IDs. This field is hidden by default but can be added using the fieldsAdd command.
{ references[runs_on.host] : [HOST-C251A1173C2B4B39,HOST-0E9038C7C4409D69], references[runs_on.container] : [CONTAINER-68A08967EF4F675B] }
dt.security_contextstring[]resource stable
The security contexts associated with the entity. For Smartscape entities, this field is always an array.
Tags: permission
[]

Azure resource fields

Contains all fields that are provided by all resorce running on Azure, including Azure, Core and K8s entities.

AttributeTypeDescriptionExamples
azure.subscriptionstringresource stable
An Azure subscription is a logical container used to provision resources in Azure.
Tags: permission primary-field
27e9b03f-04d2-2b69-b327-32f433f7ed21
azure.locationstringresource stable
A specific geographical location of Azure cloud resource.
Tags: primary-field
westeurope
azure.availability_zonesstring[]resource experimental
Availability zones of Azure cloud resource.
['1']
azure.resource.groupstringresource stable
A resource group is a container that holds related resources for an Azure solution.
Tags: permission primary-field
demo-backend-rg
azure.resource.idstringresource experimental
A unique, immutable identifier assigned to each Azure cloud resource.
/subscriptions/27e9b03f-04d2-2b69-b327-32f433f7ed21/resourceGroups/demo-backend-rg/providers/Microsoft.ContainerService/managedClusters/demo-aks
azure.resource.namestringresource experimental
User-provided name of the Azure cloud resource.
demo-aks
azure.resource.typestringresource experimental
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.

AttributeTypeDescriptionExamples
azure.resource.kindstringexperimental
A kind of the Azure resource
app,linux
azure.resource.sku.namestringexperimental
Name of the Azure resource SKU
B_Gen5_1
azure.resource.sku.tierstringexperimental
Tier of the Azure resource SKU
Basic
azure.resource.sku.capacitystringexperimental
Capacity of the Azure resource SKU
20
azure.statusstringexperimental
The status of the instance
Running; Stopped (deallocated)
azure.provisioning_statestringexperimental
The provisioning status of the resource
Succeeded; DELETED; ERROR; INCOMPLETE
azure.objectstringexperimental
The full JSON content of Azure object
azure.properties.versionstringexperimental
The json content version
...
azure.subscriptionstringresource stable
An Azure subscription is a logical container used to provision resources in Azure.
Tags: permission primary-field
27e9b03f-04d2-2b69-b327-32f433f7ed21
azure.locationstringresource stable
A specific geographical location of Azure cloud resource.
Tags: primary-field
westeurope
azure.availability_zonesstring[]resource experimental
Availability zones of Azure cloud resource.
['1']
azure.resource.groupstringresource stable
A resource group is a container that holds related resources for an Azure solution.
Tags: permission primary-field
demo-backend-rg
azure.tenant.idstringresource experimental
Unique, immutable identifier assigned to the Azure tenant.
37c4add3-612a-483d-8b24-cccbb35d3306

Cloud entity fields

Fields that are provided by all Cloud workloads.

AttributeTypeDescriptionExamples
cloud.acquisition.statusstringexperimental
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.
OK; DELETED; ERROR; INCOMPLETE

Load Balancer Inbound NAT Pools

Smartscape node name: azure.resource.name

Smartscape node type: AZURE_MICROSOFT_NETWORK_LOADBALANCERS_INBOUNDNATPOOLS

This entity represents Load Balancer Inbound NAT Pools

Query

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

smartscapeNodes "AZURE_MICROSOFT_NETWORK_LOADBALANCERS_INBOUNDNATPOOLS"

Base entity fields

The following base fields are used for all entities.

AttributeTypeDescriptionExamples
idsmartscapeIdstable
A Smartscape ID consists of two components: an UPPER_CASE entity type and a random 16-character hexadecimal unique identifier, separated by a dash. Use Smartscape conversion functions when working with strings that represent Smartscape IDs.
<type>-017198AD253CBD63
id_classicstringdeprecated
The entity ID that was used in the classic entity store. This ID is present in old monitoring data. Not all entities have this ID, and it is not generated for new entities. Use the id field instead, which is the Smartscape ID.
<type>-017198AD253CBD63
namestringstable
The entity name.
localhost; easyTravel; product-catalog
typestringstable
The entity type. UPPER_SNAKE_CASE string that represents the type of the entity.
TYPE_A
tagsrecordstable
A consolidated record that aggregates all tag values originating from different contexts. Each nested field within tags represents a specific key (for example, release or name). The value of each nested field is the tag value from one or multiple contexts. Tags for specific context can be queried via tags:context field. Note that rule-based tags do not exist in the new model.
tags[tag_key-1] = [context_A_tag_val-1, context_B_tag_val-1]; tags[tag_key-2] = context_C_tag_val-1; tags:context_A[tag_key-1] = context_A_tag_val-1
lifetimetimeframestable
The lifetime of the entity. This is a record with two nested fields: start and end, which represent the time when the entity was first and last observed, respectively. Each time an entity is updated, the end time is updated to the current time.
{ start: 2022-07-06T13:36:00.808Z, end: 2024-04-11T06:56:01.204Z }
referencesrecordstable
Provides access to static edges pointing to other entities. In this record each nested field represents a relationship type and target type, and the value is an array of target smartscape IDs. This field is hidden by default but can be added using the fieldsAdd command.
{ references[runs_on.host] : [HOST-C251A1173C2B4B39,HOST-0E9038C7C4409D69], references[runs_on.container] : [CONTAINER-68A08967EF4F675B] }
dt.security_contextstring[]resource stable
The security contexts associated with the entity. For Smartscape entities, this field is always an array.
Tags: permission
[]

Azure resource fields

Contains all fields that are provided by all resorce running on Azure, including Azure, Core and K8s entities.

AttributeTypeDescriptionExamples
azure.subscriptionstringresource stable
An Azure subscription is a logical container used to provision resources in Azure.
Tags: permission primary-field
27e9b03f-04d2-2b69-b327-32f433f7ed21
azure.locationstringresource stable
A specific geographical location of Azure cloud resource.
Tags: primary-field
westeurope
azure.availability_zonesstring[]resource experimental
Availability zones of Azure cloud resource.
['1']
azure.resource.groupstringresource stable
A resource group is a container that holds related resources for an Azure solution.
Tags: permission primary-field
demo-backend-rg
azure.resource.idstringresource experimental
A unique, immutable identifier assigned to each Azure cloud resource.
/subscriptions/27e9b03f-04d2-2b69-b327-32f433f7ed21/resourceGroups/demo-backend-rg/providers/Microsoft.ContainerService/managedClusters/demo-aks
azure.resource.namestringresource experimental
User-provided name of the Azure cloud resource.
demo-aks
azure.resource.typestringresource experimental
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.

AttributeTypeDescriptionExamples
azure.resource.kindstringexperimental
A kind of the Azure resource
app,linux
azure.resource.sku.namestringexperimental
Name of the Azure resource SKU
B_Gen5_1
azure.resource.sku.tierstringexperimental
Tier of the Azure resource SKU
Basic
azure.resource.sku.capacitystringexperimental
Capacity of the Azure resource SKU
20
azure.statusstringexperimental
The status of the instance
Running; Stopped (deallocated)
azure.provisioning_statestringexperimental
The provisioning status of the resource
Succeeded; DELETED; ERROR; INCOMPLETE
azure.objectstringexperimental
The full JSON content of Azure object
azure.properties.versionstringexperimental
The json content version
...
azure.subscriptionstringresource stable
An Azure subscription is a logical container used to provision resources in Azure.
Tags: permission primary-field
27e9b03f-04d2-2b69-b327-32f433f7ed21
azure.locationstringresource stable
A specific geographical location of Azure cloud resource.
Tags: primary-field
westeurope
azure.availability_zonesstring[]resource experimental
Availability zones of Azure cloud resource.
['1']
azure.resource.groupstringresource stable
A resource group is a container that holds related resources for an Azure solution.
Tags: permission primary-field
demo-backend-rg
azure.tenant.idstringresource experimental
Unique, immutable identifier assigned to the Azure tenant.
37c4add3-612a-483d-8b24-cccbb35d3306

Cloud entity fields

Fields that are provided by all Cloud workloads.

AttributeTypeDescriptionExamples
cloud.acquisition.statusstringexperimental
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.
OK; DELETED; ERROR; INCOMPLETE

Load Balancer Inbound NAT Rules

Smartscape node name: azure.resource.name

Smartscape node type: AZURE_MICROSOFT_NETWORK_LOADBALANCERS_INBOUNDNATRULES

This entity represents Load Balancer Inbound NAT Rules

Query

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

smartscapeNodes "AZURE_MICROSOFT_NETWORK_LOADBALANCERS_INBOUNDNATRULES"

Base entity fields

The following base fields are used for all entities.

AttributeTypeDescriptionExamples
idsmartscapeIdstable
A Smartscape ID consists of two components: an UPPER_CASE entity type and a random 16-character hexadecimal unique identifier, separated by a dash. Use Smartscape conversion functions when working with strings that represent Smartscape IDs.
<type>-017198AD253CBD63
id_classicstringdeprecated
The entity ID that was used in the classic entity store. This ID is present in old monitoring data. Not all entities have this ID, and it is not generated for new entities. Use the id field instead, which is the Smartscape ID.
<type>-017198AD253CBD63
namestringstable
The entity name.
localhost; easyTravel; product-catalog
typestringstable
The entity type. UPPER_SNAKE_CASE string that represents the type of the entity.
TYPE_A
tagsrecordstable
A consolidated record that aggregates all tag values originating from different contexts. Each nested field within tags represents a specific key (for example, release or name). The value of each nested field is the tag value from one or multiple contexts. Tags for specific context can be queried via tags:context field. Note that rule-based tags do not exist in the new model.
tags[tag_key-1] = [context_A_tag_val-1, context_B_tag_val-1]; tags[tag_key-2] = context_C_tag_val-1; tags:context_A[tag_key-1] = context_A_tag_val-1
lifetimetimeframestable
The lifetime of the entity. This is a record with two nested fields: start and end, which represent the time when the entity was first and last observed, respectively. Each time an entity is updated, the end time is updated to the current time.
{ start: 2022-07-06T13:36:00.808Z, end: 2024-04-11T06:56:01.204Z }
referencesrecordstable
Provides access to static edges pointing to other entities. In this record each nested field represents a relationship type and target type, and the value is an array of target smartscape IDs. This field is hidden by default but can be added using the fieldsAdd command.
{ references[runs_on.host] : [HOST-C251A1173C2B4B39,HOST-0E9038C7C4409D69], references[runs_on.container] : [CONTAINER-68A08967EF4F675B] }
dt.security_contextstring[]resource stable
The security contexts associated with the entity. For Smartscape entities, this field is always an array.
Tags: permission
[]

Azure resource fields

Contains all fields that are provided by all resorce running on Azure, including Azure, Core and K8s entities.

AttributeTypeDescriptionExamples
azure.subscriptionstringresource stable
An Azure subscription is a logical container used to provision resources in Azure.
Tags: permission primary-field
27e9b03f-04d2-2b69-b327-32f433f7ed21
azure.locationstringresource stable
A specific geographical location of Azure cloud resource.
Tags: primary-field
westeurope
azure.availability_zonesstring[]resource experimental
Availability zones of Azure cloud resource.
['1']
azure.resource.groupstringresource stable
A resource group is a container that holds related resources for an Azure solution.
Tags: permission primary-field
demo-backend-rg
azure.resource.idstringresource experimental
A unique, immutable identifier assigned to each Azure cloud resource.
/subscriptions/27e9b03f-04d2-2b69-b327-32f433f7ed21/resourceGroups/demo-backend-rg/providers/Microsoft.ContainerService/managedClusters/demo-aks
azure.resource.namestringresource experimental
User-provided name of the Azure cloud resource.
demo-aks
azure.resource.typestringresource experimental
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.

AttributeTypeDescriptionExamples
azure.resource.kindstringexperimental
A kind of the Azure resource
app,linux
azure.resource.sku.namestringexperimental
Name of the Azure resource SKU
B_Gen5_1
azure.resource.sku.tierstringexperimental
Tier of the Azure resource SKU
Basic
azure.resource.sku.capacitystringexperimental
Capacity of the Azure resource SKU
20
azure.statusstringexperimental
The status of the instance
Running; Stopped (deallocated)
azure.provisioning_statestringexperimental
The provisioning status of the resource
Succeeded; DELETED; ERROR; INCOMPLETE
azure.objectstringexperimental
The full JSON content of Azure object
azure.properties.versionstringexperimental
The json content version
...
azure.subscriptionstringresource stable
An Azure subscription is a logical container used to provision resources in Azure.
Tags: permission primary-field
27e9b03f-04d2-2b69-b327-32f433f7ed21
azure.locationstringresource stable
A specific geographical location of Azure cloud resource.
Tags: primary-field
westeurope
azure.availability_zonesstring[]resource experimental
Availability zones of Azure cloud resource.
['1']
azure.resource.groupstringresource stable
A resource group is a container that holds related resources for an Azure solution.
Tags: permission primary-field
demo-backend-rg
azure.tenant.idstringresource experimental
Unique, immutable identifier assigned to the Azure tenant.
37c4add3-612a-483d-8b24-cccbb35d3306

Cloud entity fields

Fields that are provided by all Cloud workloads.

AttributeTypeDescriptionExamples
cloud.acquisition.statusstringexperimental
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.
OK; DELETED; ERROR; INCOMPLETE

Load Balancer Load Balancing Rules

Smartscape node name: azure.resource.name

Smartscape node type: AZURE_MICROSOFT_NETWORK_LOADBALANCERS_LOADBALANCINGRULES

This entity represents Load Balancer Load Balancing Rules

Query

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

smartscapeNodes "AZURE_MICROSOFT_NETWORK_LOADBALANCERS_LOADBALANCINGRULES"

Base entity fields

The following base fields are used for all entities.

AttributeTypeDescriptionExamples
idsmartscapeIdstable
A Smartscape ID consists of two components: an UPPER_CASE entity type and a random 16-character hexadecimal unique identifier, separated by a dash. Use Smartscape conversion functions when working with strings that represent Smartscape IDs.
<type>-017198AD253CBD63
id_classicstringdeprecated
The entity ID that was used in the classic entity store. This ID is present in old monitoring data. Not all entities have this ID, and it is not generated for new entities. Use the id field instead, which is the Smartscape ID.
<type>-017198AD253CBD63
namestringstable
The entity name.
localhost; easyTravel; product-catalog
typestringstable
The entity type. UPPER_SNAKE_CASE string that represents the type of the entity.
TYPE_A
tagsrecordstable
A consolidated record that aggregates all tag values originating from different contexts. Each nested field within tags represents a specific key (for example, release or name). The value of each nested field is the tag value from one or multiple contexts. Tags for specific context can be queried via tags:context field. Note that rule-based tags do not exist in the new model.
tags[tag_key-1] = [context_A_tag_val-1, context_B_tag_val-1]; tags[tag_key-2] = context_C_tag_val-1; tags:context_A[tag_key-1] = context_A_tag_val-1
lifetimetimeframestable
The lifetime of the entity. This is a record with two nested fields: start and end, which represent the time when the entity was first and last observed, respectively. Each time an entity is updated, the end time is updated to the current time.
{ start: 2022-07-06T13:36:00.808Z, end: 2024-04-11T06:56:01.204Z }
referencesrecordstable
Provides access to static edges pointing to other entities. In this record each nested field represents a relationship type and target type, and the value is an array of target smartscape IDs. This field is hidden by default but can be added using the fieldsAdd command.
{ references[runs_on.host] : [HOST-C251A1173C2B4B39,HOST-0E9038C7C4409D69], references[runs_on.container] : [CONTAINER-68A08967EF4F675B] }
dt.security_contextstring[]resource stable
The security contexts associated with the entity. For Smartscape entities, this field is always an array.
Tags: permission
[]

Azure resource fields

Contains all fields that are provided by all resorce running on Azure, including Azure, Core and K8s entities.

AttributeTypeDescriptionExamples
azure.subscriptionstringresource stable
An Azure subscription is a logical container used to provision resources in Azure.
Tags: permission primary-field
27e9b03f-04d2-2b69-b327-32f433f7ed21
azure.locationstringresource stable
A specific geographical location of Azure cloud resource.
Tags: primary-field
westeurope
azure.availability_zonesstring[]resource experimental
Availability zones of Azure cloud resource.
['1']
azure.resource.groupstringresource stable
A resource group is a container that holds related resources for an Azure solution.
Tags: permission primary-field
demo-backend-rg
azure.resource.idstringresource experimental
A unique, immutable identifier assigned to each Azure cloud resource.
/subscriptions/27e9b03f-04d2-2b69-b327-32f433f7ed21/resourceGroups/demo-backend-rg/providers/Microsoft.ContainerService/managedClusters/demo-aks
azure.resource.namestringresource experimental
User-provided name of the Azure cloud resource.
demo-aks
azure.resource.typestringresource experimental
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.

AttributeTypeDescriptionExamples
azure.resource.kindstringexperimental
A kind of the Azure resource
app,linux
azure.resource.sku.namestringexperimental
Name of the Azure resource SKU
B_Gen5_1
azure.resource.sku.tierstringexperimental
Tier of the Azure resource SKU
Basic
azure.resource.sku.capacitystringexperimental
Capacity of the Azure resource SKU
20
azure.statusstringexperimental
The status of the instance
Running; Stopped (deallocated)
azure.provisioning_statestringexperimental
The provisioning status of the resource
Succeeded; DELETED; ERROR; INCOMPLETE
azure.objectstringexperimental
The full JSON content of Azure object
azure.properties.versionstringexperimental
The json content version
...
azure.subscriptionstringresource stable
An Azure subscription is a logical container used to provision resources in Azure.
Tags: permission primary-field
27e9b03f-04d2-2b69-b327-32f433f7ed21
azure.locationstringresource stable
A specific geographical location of Azure cloud resource.
Tags: primary-field
westeurope
azure.availability_zonesstring[]resource experimental
Availability zones of Azure cloud resource.
['1']
azure.resource.groupstringresource stable
A resource group is a container that holds related resources for an Azure solution.
Tags: permission primary-field
demo-backend-rg
azure.tenant.idstringresource experimental
Unique, immutable identifier assigned to the Azure tenant.
37c4add3-612a-483d-8b24-cccbb35d3306

Cloud entity fields

Fields that are provided by all Cloud workloads.

AttributeTypeDescriptionExamples
cloud.acquisition.statusstringexperimental
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.
OK; DELETED; ERROR; INCOMPLETE

Load Balancer Outbound Rules

Smartscape node name: azure.resource.name

Smartscape node type: AZURE_MICROSOFT_NETWORK_LOADBALANCERS_OUTBOUNDRULES

This entity represents Load Balancer Outbound Rules

Query

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

smartscapeNodes "AZURE_MICROSOFT_NETWORK_LOADBALANCERS_OUTBOUNDRULES"

Base entity fields

The following base fields are used for all entities.

AttributeTypeDescriptionExamples
idsmartscapeIdstable
A Smartscape ID consists of two components: an UPPER_CASE entity type and a random 16-character hexadecimal unique identifier, separated by a dash. Use Smartscape conversion functions when working with strings that represent Smartscape IDs.
<type>-017198AD253CBD63
id_classicstringdeprecated
The entity ID that was used in the classic entity store. This ID is present in old monitoring data. Not all entities have this ID, and it is not generated for new entities. Use the id field instead, which is the Smartscape ID.
<type>-017198AD253CBD63
namestringstable
The entity name.
localhost; easyTravel; product-catalog
typestringstable
The entity type. UPPER_SNAKE_CASE string that represents the type of the entity.
TYPE_A
tagsrecordstable
A consolidated record that aggregates all tag values originating from different contexts. Each nested field within tags represents a specific key (for example, release or name). The value of each nested field is the tag value from one or multiple contexts. Tags for specific context can be queried via tags:context field. Note that rule-based tags do not exist in the new model.
tags[tag_key-1] = [context_A_tag_val-1, context_B_tag_val-1]; tags[tag_key-2] = context_C_tag_val-1; tags:context_A[tag_key-1] = context_A_tag_val-1
lifetimetimeframestable
The lifetime of the entity. This is a record with two nested fields: start and end, which represent the time when the entity was first and last observed, respectively. Each time an entity is updated, the end time is updated to the current time.
{ start: 2022-07-06T13:36:00.808Z, end: 2024-04-11T06:56:01.204Z }
referencesrecordstable
Provides access to static edges pointing to other entities. In this record each nested field represents a relationship type and target type, and the value is an array of target smartscape IDs. This field is hidden by default but can be added using the fieldsAdd command.
{ references[runs_on.host] : [HOST-C251A1173C2B4B39,HOST-0E9038C7C4409D69], references[runs_on.container] : [CONTAINER-68A08967EF4F675B] }
dt.security_contextstring[]resource stable
The security contexts associated with the entity. For Smartscape entities, this field is always an array.
Tags: permission
[]

Azure resource fields

Contains all fields that are provided by all resorce running on Azure, including Azure, Core and K8s entities.

AttributeTypeDescriptionExamples
azure.subscriptionstringresource stable
An Azure subscription is a logical container used to provision resources in Azure.
Tags: permission primary-field
27e9b03f-04d2-2b69-b327-32f433f7ed21
azure.locationstringresource stable
A specific geographical location of Azure cloud resource.
Tags: primary-field
westeurope
azure.availability_zonesstring[]resource experimental
Availability zones of Azure cloud resource.
['1']
azure.resource.groupstringresource stable
A resource group is a container that holds related resources for an Azure solution.
Tags: permission primary-field
demo-backend-rg
azure.resource.idstringresource experimental
A unique, immutable identifier assigned to each Azure cloud resource.
/subscriptions/27e9b03f-04d2-2b69-b327-32f433f7ed21/resourceGroups/demo-backend-rg/providers/Microsoft.ContainerService/managedClusters/demo-aks
azure.resource.namestringresource experimental
User-provided name of the Azure cloud resource.
demo-aks
azure.resource.typestringresource experimental
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.

AttributeTypeDescriptionExamples
azure.resource.kindstringexperimental
A kind of the Azure resource
app,linux
azure.resource.sku.namestringexperimental
Name of the Azure resource SKU
B_Gen5_1
azure.resource.sku.tierstringexperimental
Tier of the Azure resource SKU
Basic
azure.resource.sku.capacitystringexperimental
Capacity of the Azure resource SKU
20
azure.statusstringexperimental
The status of the instance
Running; Stopped (deallocated)
azure.provisioning_statestringexperimental
The provisioning status of the resource
Succeeded; DELETED; ERROR; INCOMPLETE
azure.objectstringexperimental
The full JSON content of Azure object
azure.properties.versionstringexperimental
The json content version
...
azure.subscriptionstringresource stable
An Azure subscription is a logical container used to provision resources in Azure.
Tags: permission primary-field
27e9b03f-04d2-2b69-b327-32f433f7ed21
azure.locationstringresource stable
A specific geographical location of Azure cloud resource.
Tags: primary-field
westeurope
azure.availability_zonesstring[]resource experimental
Availability zones of Azure cloud resource.
['1']
azure.resource.groupstringresource stable
A resource group is a container that holds related resources for an Azure solution.
Tags: permission primary-field
demo-backend-rg
azure.tenant.idstringresource experimental
Unique, immutable identifier assigned to the Azure tenant.
37c4add3-612a-483d-8b24-cccbb35d3306

Cloud entity fields

Fields that are provided by all Cloud workloads.

AttributeTypeDescriptionExamples
cloud.acquisition.statusstringexperimental
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.
OK; DELETED; ERROR; INCOMPLETE

Local Network Gateway

Smartscape node name: azure.resource.name

Smartscape node type: AZURE_MICROSOFT_NETWORK_LOCALNETWORKGATEWAYS

This entity represents Local Network Gateway

Query

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

smartscapeNodes "AZURE_MICROSOFT_NETWORK_LOCALNETWORKGATEWAYS"

Base entity fields

The following base fields are used for all entities.

AttributeTypeDescriptionExamples
idsmartscapeIdstable
A Smartscape ID consists of two components: an UPPER_CASE entity type and a random 16-character hexadecimal unique identifier, separated by a dash. Use Smartscape conversion functions when working with strings that represent Smartscape IDs.
<type>-017198AD253CBD63
id_classicstringdeprecated
The entity ID that was used in the classic entity store. This ID is present in old monitoring data. Not all entities have this ID, and it is not generated for new entities. Use the id field instead, which is the Smartscape ID.
<type>-017198AD253CBD63
namestringstable
The entity name.
localhost; easyTravel; product-catalog
typestringstable
The entity type. UPPER_SNAKE_CASE string that represents the type of the entity.
TYPE_A
tagsrecordstable
A consolidated record that aggregates all tag values originating from different contexts. Each nested field within tags represents a specific key (for example, release or name). The value of each nested field is the tag value from one or multiple contexts. Tags for specific context can be queried via tags:context field. Note that rule-based tags do not exist in the new model.
tags[tag_key-1] = [context_A_tag_val-1, context_B_tag_val-1]; tags[tag_key-2] = context_C_tag_val-1; tags:context_A[tag_key-1] = context_A_tag_val-1
lifetimetimeframestable
The lifetime of the entity. This is a record with two nested fields: start and end, which represent the time when the entity was first and last observed, respectively. Each time an entity is updated, the end time is updated to the current time.
{ start: 2022-07-06T13:36:00.808Z, end: 2024-04-11T06:56:01.204Z }
referencesrecordstable
Provides access to static edges pointing to other entities. In this record each nested field represents a relationship type and target type, and the value is an array of target smartscape IDs. This field is hidden by default but can be added using the fieldsAdd command.
{ references[runs_on.host] : [HOST-C251A1173C2B4B39,HOST-0E9038C7C4409D69], references[runs_on.container] : [CONTAINER-68A08967EF4F675B] }
dt.security_contextstring[]resource stable
The security contexts associated with the entity. For Smartscape entities, this field is always an array.
Tags: permission
[]

Azure resource fields

Contains all fields that are provided by all resorce running on Azure, including Azure, Core and K8s entities.

AttributeTypeDescriptionExamples
azure.subscriptionstringresource stable
An Azure subscription is a logical container used to provision resources in Azure.
Tags: permission primary-field
27e9b03f-04d2-2b69-b327-32f433f7ed21
azure.locationstringresource stable
A specific geographical location of Azure cloud resource.
Tags: primary-field
westeurope
azure.availability_zonesstring[]resource experimental
Availability zones of Azure cloud resource.
['1']
azure.resource.groupstringresource stable
A resource group is a container that holds related resources for an Azure solution.
Tags: permission primary-field
demo-backend-rg
azure.resource.idstringresource experimental
A unique, immutable identifier assigned to each Azure cloud resource.
/subscriptions/27e9b03f-04d2-2b69-b327-32f433f7ed21/resourceGroups/demo-backend-rg/providers/Microsoft.ContainerService/managedClusters/demo-aks
azure.resource.namestringresource experimental
User-provided name of the Azure cloud resource.
demo-aks
azure.resource.typestringresource experimental
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.

AttributeTypeDescriptionExamples
azure.resource.kindstringexperimental
A kind of the Azure resource
app,linux
azure.resource.sku.namestringexperimental
Name of the Azure resource SKU
B_Gen5_1
azure.resource.sku.tierstringexperimental
Tier of the Azure resource SKU
Basic
azure.resource.sku.capacitystringexperimental
Capacity of the Azure resource SKU
20
azure.statusstringexperimental
The status of the instance
Running; Stopped (deallocated)
azure.provisioning_statestringexperimental
The provisioning status of the resource
Succeeded; DELETED; ERROR; INCOMPLETE
azure.objectstringexperimental
The full JSON content of Azure object
azure.properties.versionstringexperimental
The json content version
...
azure.subscriptionstringresource stable
An Azure subscription is a logical container used to provision resources in Azure.
Tags: permission primary-field
27e9b03f-04d2-2b69-b327-32f433f7ed21
azure.locationstringresource stable
A specific geographical location of Azure cloud resource.
Tags: primary-field
westeurope
azure.availability_zonesstring[]resource experimental
Availability zones of Azure cloud resource.
['1']
azure.resource.groupstringresource stable
A resource group is a container that holds related resources for an Azure solution.
Tags: permission primary-field
demo-backend-rg
azure.tenant.idstringresource experimental
Unique, immutable identifier assigned to the Azure tenant.
37c4add3-612a-483d-8b24-cccbb35d3306

Cloud entity fields

Fields that are provided by all Cloud workloads.

AttributeTypeDescriptionExamples
cloud.acquisition.statusstringexperimental
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.
OK; DELETED; ERROR; INCOMPLETE

Log Analytics Workspace

Smartscape node name: azure.resource.name

Smartscape node type: AZURE_MICROSOFT_OPERATIONALINSIGHTS_WORKSPACES

This entity represents Log Analytics Workspace

Query

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

smartscapeNodes "AZURE_MICROSOFT_OPERATIONALINSIGHTS_WORKSPACES"

Base entity fields

The following base fields are used for all entities.

AttributeTypeDescriptionExamples
idsmartscapeIdstable
A Smartscape ID consists of two components: an UPPER_CASE entity type and a random 16-character hexadecimal unique identifier, separated by a dash. Use Smartscape conversion functions when working with strings that represent Smartscape IDs.
<type>-017198AD253CBD63
id_classicstringdeprecated
The entity ID that was used in the classic entity store. This ID is present in old monitoring data. Not all entities have this ID, and it is not generated for new entities. Use the id field instead, which is the Smartscape ID.
<type>-017198AD253CBD63
namestringstable
The entity name.
localhost; easyTravel; product-catalog
typestringstable
The entity type. UPPER_SNAKE_CASE string that represents the type of the entity.
TYPE_A
tagsrecordstable
A consolidated record that aggregates all tag values originating from different contexts. Each nested field within tags represents a specific key (for example, release or name). The value of each nested field is the tag value from one or multiple contexts. Tags for specific context can be queried via tags:context field. Note that rule-based tags do not exist in the new model.
tags[tag_key-1] = [context_A_tag_val-1, context_B_tag_val-1]; tags[tag_key-2] = context_C_tag_val-1; tags:context_A[tag_key-1] = context_A_tag_val-1
lifetimetimeframestable
The lifetime of the entity. This is a record with two nested fields: start and end, which represent the time when the entity was first and last observed, respectively. Each time an entity is updated, the end time is updated to the current time.
{ start: 2022-07-06T13:36:00.808Z, end: 2024-04-11T06:56:01.204Z }
referencesrecordstable
Provides access to static edges pointing to other entities. In this record each nested field represents a relationship type and target type, and the value is an array of target smartscape IDs. This field is hidden by default but can be added using the fieldsAdd command.
{ references[runs_on.host] : [HOST-C251A1173C2B4B39,HOST-0E9038C7C4409D69], references[runs_on.container] : [CONTAINER-68A08967EF4F675B] }
dt.security_contextstring[]resource stable
The security contexts associated with the entity. For Smartscape entities, this field is always an array.
Tags: permission
[]

Azure resource fields

Contains all fields that are provided by all resorce running on Azure, including Azure, Core and K8s entities.

AttributeTypeDescriptionExamples
azure.subscriptionstringresource stable
An Azure subscription is a logical container used to provision resources in Azure.
Tags: permission primary-field
27e9b03f-04d2-2b69-b327-32f433f7ed21
azure.locationstringresource stable
A specific geographical location of Azure cloud resource.
Tags: primary-field
westeurope
azure.availability_zonesstring[]resource experimental
Availability zones of Azure cloud resource.
['1']
azure.resource.groupstringresource stable
A resource group is a container that holds related resources for an Azure solution.
Tags: permission primary-field
demo-backend-rg
azure.resource.idstringresource experimental
A unique, immutable identifier assigned to each Azure cloud resource.
/subscriptions/27e9b03f-04d2-2b69-b327-32f433f7ed21/resourceGroups/demo-backend-rg/providers/Microsoft.ContainerService/managedClusters/demo-aks
azure.resource.namestringresource experimental
User-provided name of the Azure cloud resource.
demo-aks
azure.resource.typestringresource experimental
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.

AttributeTypeDescriptionExamples
azure.resource.kindstringexperimental
A kind of the Azure resource
app,linux
azure.resource.sku.namestringexperimental
Name of the Azure resource SKU
B_Gen5_1
azure.resource.sku.tierstringexperimental
Tier of the Azure resource SKU
Basic
azure.resource.sku.capacitystringexperimental
Capacity of the Azure resource SKU
20
azure.statusstringexperimental
The status of the instance
Running; Stopped (deallocated)
azure.provisioning_statestringexperimental
The provisioning status of the resource
Succeeded; DELETED; ERROR; INCOMPLETE
azure.objectstringexperimental
The full JSON content of Azure object
azure.properties.versionstringexperimental
The json content version
...
azure.subscriptionstringresource stable
An Azure subscription is a logical container used to provision resources in Azure.
Tags: permission primary-field
27e9b03f-04d2-2b69-b327-32f433f7ed21
azure.locationstringresource stable
A specific geographical location of Azure cloud resource.
Tags: primary-field
westeurope
azure.availability_zonesstring[]resource experimental
Availability zones of Azure cloud resource.
['1']
azure.resource.groupstringresource stable
A resource group is a container that holds related resources for an Azure solution.
Tags: permission primary-field
demo-backend-rg
azure.tenant.idstringresource experimental
Unique, immutable identifier assigned to the Azure tenant.
37c4add3-612a-483d-8b24-cccbb35d3306

Cloud entity fields

Fields that are provided by all Cloud workloads.

AttributeTypeDescriptionExamples
cloud.acquisition.statusstringexperimental
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.
OK; DELETED; ERROR; INCOMPLETE

Managed Application Definitions

Smartscape node name: azure.resource.name

Smartscape node type: AZURE_MICROSOFT_SOLUTIONS_APPLICATIONDEFINITIONS

This entity represents Managed Application Definitions

Query

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

smartscapeNodes "AZURE_MICROSOFT_SOLUTIONS_APPLICATIONDEFINITIONS"

Base entity fields

The following base fields are used for all entities.

AttributeTypeDescriptionExamples
idsmartscapeIdstable
A Smartscape ID consists of two components: an UPPER_CASE entity type and a random 16-character hexadecimal unique identifier, separated by a dash. Use Smartscape conversion functions when working with strings that represent Smartscape IDs.
<type>-017198AD253CBD63
id_classicstringdeprecated
The entity ID that was used in the classic entity store. This ID is present in old monitoring data. Not all entities have this ID, and it is not generated for new entities. Use the id field instead, which is the Smartscape ID.
<type>-017198AD253CBD63
namestringstable
The entity name.
localhost; easyTravel; product-catalog
typestringstable
The entity type. UPPER_SNAKE_CASE string that represents the type of the entity.
TYPE_A
tagsrecordstable
A consolidated record that aggregates all tag values originating from different contexts. Each nested field within tags represents a specific key (for example, release or name). The value of each nested field is the tag value from one or multiple contexts. Tags for specific context can be queried via tags:context field. Note that rule-based tags do not exist in the new model.
tags[tag_key-1] = [context_A_tag_val-1, context_B_tag_val-1]; tags[tag_key-2] = context_C_tag_val-1; tags:context_A[tag_key-1] = context_A_tag_val-1
lifetimetimeframestable
The lifetime of the entity. This is a record with two nested fields: start and end, which represent the time when the entity was first and last observed, respectively. Each time an entity is updated, the end time is updated to the current time.
{ start: 2022-07-06T13:36:00.808Z, end: 2024-04-11T06:56:01.204Z }
referencesrecordstable
Provides access to static edges pointing to other entities. In this record each nested field represents a relationship type and target type, and the value is an array of target smartscape IDs. This field is hidden by default but can be added using the fieldsAdd command.
{ references[runs_on.host] : [HOST-C251A1173C2B4B39,HOST-0E9038C7C4409D69], references[runs_on.container] : [CONTAINER-68A08967EF4F675B] }
dt.security_contextstring[]resource stable
The security contexts associated with the entity. For Smartscape entities, this field is always an array.
Tags: permission
[]

Azure resource fields

Contains all fields that are provided by all resorce running on Azure, including Azure, Core and K8s entities.

AttributeTypeDescriptionExamples
azure.subscriptionstringresource stable
An Azure subscription is a logical container used to provision resources in Azure.
Tags: permission primary-field
27e9b03f-04d2-2b69-b327-32f433f7ed21
azure.locationstringresource stable
A specific geographical location of Azure cloud resource.
Tags: primary-field
westeurope
azure.availability_zonesstring[]resource experimental
Availability zones of Azure cloud resource.
['1']
azure.resource.groupstringresource stable
A resource group is a container that holds related resources for an Azure solution.
Tags: permission primary-field
demo-backend-rg
azure.resource.idstringresource experimental
A unique, immutable identifier assigned to each Azure cloud resource.
/subscriptions/27e9b03f-04d2-2b69-b327-32f433f7ed21/resourceGroups/demo-backend-rg/providers/Microsoft.ContainerService/managedClusters/demo-aks
azure.resource.namestringresource experimental
User-provided name of the Azure cloud resource.
demo-aks
azure.resource.typestringresource experimental
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.

AttributeTypeDescriptionExamples
azure.resource.kindstringexperimental
A kind of the Azure resource
app,linux
azure.resource.sku.namestringexperimental
Name of the Azure resource SKU
B_Gen5_1
azure.resource.sku.tierstringexperimental
Tier of the Azure resource SKU
Basic
azure.resource.sku.capacitystringexperimental
Capacity of the Azure resource SKU
20
azure.statusstringexperimental
The status of the instance
Running; Stopped (deallocated)
azure.provisioning_statestringexperimental
The provisioning status of the resource
Succeeded; DELETED; ERROR; INCOMPLETE
azure.objectstringexperimental
The full JSON content of Azure object
azure.properties.versionstringexperimental
The json content version
...
azure.subscriptionstringresource stable
An Azure subscription is a logical container used to provision resources in Azure.
Tags: permission primary-field
27e9b03f-04d2-2b69-b327-32f433f7ed21
azure.locationstringresource stable
A specific geographical location of Azure cloud resource.
Tags: primary-field
westeurope
azure.availability_zonesstring[]resource experimental
Availability zones of Azure cloud resource.
['1']
azure.resource.groupstringresource stable
A resource group is a container that holds related resources for an Azure solution.
Tags: permission primary-field
demo-backend-rg
azure.tenant.idstringresource experimental
Unique, immutable identifier assigned to the Azure tenant.
37c4add3-612a-483d-8b24-cccbb35d3306

Cloud entity fields

Fields that are provided by all Cloud workloads.

AttributeTypeDescriptionExamples
cloud.acquisition.statusstringexperimental
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.
OK; DELETED; ERROR; INCOMPLETE

Managed Disks

Smartscape node name: azure.resource.name

Smartscape node type: AZURE_MICROSOFT_COMPUTE_DISKS

This entity represents Managed Disks

Query

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

smartscapeNodes "AZURE_MICROSOFT_COMPUTE_DISKS"

Base entity fields

The following base fields are used for all entities.

AttributeTypeDescriptionExamples
idsmartscapeIdstable
A Smartscape ID consists of two components: an UPPER_CASE entity type and a random 16-character hexadecimal unique identifier, separated by a dash. Use Smartscape conversion functions when working with strings that represent Smartscape IDs.
<type>-017198AD253CBD63
id_classicstringdeprecated
The entity ID that was used in the classic entity store. This ID is present in old monitoring data. Not all entities have this ID, and it is not generated for new entities. Use the id field instead, which is the Smartscape ID.
<type>-017198AD253CBD63
namestringstable
The entity name.
localhost; easyTravel; product-catalog
typestringstable
The entity type. UPPER_SNAKE_CASE string that represents the type of the entity.
TYPE_A
tagsrecordstable
A consolidated record that aggregates all tag values originating from different contexts. Each nested field within tags represents a specific key (for example, release or name). The value of each nested field is the tag value from one or multiple contexts. Tags for specific context can be queried via tags:context field. Note that rule-based tags do not exist in the new model.
tags[tag_key-1] = [context_A_tag_val-1, context_B_tag_val-1]; tags[tag_key-2] = context_C_tag_val-1; tags:context_A[tag_key-1] = context_A_tag_val-1
lifetimetimeframestable
The lifetime of the entity. This is a record with two nested fields: start and end, which represent the time when the entity was first and last observed, respectively. Each time an entity is updated, the end time is updated to the current time.
{ start: 2022-07-06T13:36:00.808Z, end: 2024-04-11T06:56:01.204Z }
referencesrecordstable
Provides access to static edges pointing to other entities. In this record each nested field represents a relationship type and target type, and the value is an array of target smartscape IDs. This field is hidden by default but can be added using the fieldsAdd command.
{ references[runs_on.host] : [HOST-C251A1173C2B4B39,HOST-0E9038C7C4409D69], references[runs_on.container] : [CONTAINER-68A08967EF4F675B] }
dt.security_contextstring[]resource stable
The security contexts associated with the entity. For Smartscape entities, this field is always an array.
Tags: permission
[]

Azure resource fields

Contains all fields that are provided by all resorce running on Azure, including Azure, Core and K8s entities.

AttributeTypeDescriptionExamples
azure.subscriptionstringresource stable
An Azure subscription is a logical container used to provision resources in Azure.
Tags: permission primary-field
27e9b03f-04d2-2b69-b327-32f433f7ed21
azure.locationstringresource stable
A specific geographical location of Azure cloud resource.
Tags: primary-field
westeurope
azure.availability_zonesstring[]resource experimental
Availability zones of Azure cloud resource.
['1']
azure.resource.groupstringresource stable
A resource group is a container that holds related resources for an Azure solution.
Tags: permission primary-field
demo-backend-rg
azure.resource.idstringresource experimental
A unique, immutable identifier assigned to each Azure cloud resource.
/subscriptions/27e9b03f-04d2-2b69-b327-32f433f7ed21/resourceGroups/demo-backend-rg/providers/Microsoft.ContainerService/managedClusters/demo-aks
azure.resource.namestringresource experimental
User-provided name of the Azure cloud resource.
demo-aks
azure.resource.typestringresource experimental
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.

AttributeTypeDescriptionExamples
azure.resource.kindstringexperimental
A kind of the Azure resource
app,linux
azure.resource.sku.namestringexperimental
Name of the Azure resource SKU
B_Gen5_1
azure.resource.sku.tierstringexperimental
Tier of the Azure resource SKU
Basic
azure.resource.sku.capacitystringexperimental
Capacity of the Azure resource SKU
20
azure.statusstringexperimental
The status of the instance
Running; Stopped (deallocated)
azure.provisioning_statestringexperimental
The provisioning status of the resource
Succeeded; DELETED; ERROR; INCOMPLETE
azure.objectstringexperimental
The full JSON content of Azure object
azure.properties.versionstringexperimental
The json content version
...
azure.subscriptionstringresource stable
An Azure subscription is a logical container used to provision resources in Azure.
Tags: permission primary-field
27e9b03f-04d2-2b69-b327-32f433f7ed21
azure.locationstringresource stable
A specific geographical location of Azure cloud resource.
Tags: primary-field
westeurope
azure.availability_zonesstring[]resource experimental
Availability zones of Azure cloud resource.
['1']
azure.resource.groupstringresource stable
A resource group is a container that holds related resources for an Azure solution.
Tags: permission primary-field
demo-backend-rg
azure.tenant.idstringresource experimental
Unique, immutable identifier assigned to the Azure tenant.
37c4add3-612a-483d-8b24-cccbb35d3306

Cloud entity fields

Fields that are provided by all Cloud workloads.

AttributeTypeDescriptionExamples
cloud.acquisition.statusstringexperimental
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.
OK; DELETED; ERROR; INCOMPLETE

NAT Gateway

Smartscape node name: azure.resource.name

Smartscape node type: AZURE_MICROSOFT_NETWORK_NATGATEWAYS

This entity represents NAT Gateway

Query

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

smartscapeNodes "AZURE_MICROSOFT_NETWORK_NATGATEWAYS"

Base entity fields

The following base fields are used for all entities.

AttributeTypeDescriptionExamples
idsmartscapeIdstable
A Smartscape ID consists of two components: an UPPER_CASE entity type and a random 16-character hexadecimal unique identifier, separated by a dash. Use Smartscape conversion functions when working with strings that represent Smartscape IDs.
<type>-017198AD253CBD63
id_classicstringdeprecated
The entity ID that was used in the classic entity store. This ID is present in old monitoring data. Not all entities have this ID, and it is not generated for new entities. Use the id field instead, which is the Smartscape ID.
<type>-017198AD253CBD63
namestringstable
The entity name.
localhost; easyTravel; product-catalog
typestringstable
The entity type. UPPER_SNAKE_CASE string that represents the type of the entity.
TYPE_A
tagsrecordstable
A consolidated record that aggregates all tag values originating from different contexts. Each nested field within tags represents a specific key (for example, release or name). The value of each nested field is the tag value from one or multiple contexts. Tags for specific context can be queried via tags:context field. Note that rule-based tags do not exist in the new model.
tags[tag_key-1] = [context_A_tag_val-1, context_B_tag_val-1]; tags[tag_key-2] = context_C_tag_val-1; tags:context_A[tag_key-1] = context_A_tag_val-1
lifetimetimeframestable
The lifetime of the entity. This is a record with two nested fields: start and end, which represent the time when the entity was first and last observed, respectively. Each time an entity is updated, the end time is updated to the current time.
{ start: 2022-07-06T13:36:00.808Z, end: 2024-04-11T06:56:01.204Z }
referencesrecordstable
Provides access to static edges pointing to other entities. In this record each nested field represents a relationship type and target type, and the value is an array of target smartscape IDs. This field is hidden by default but can be added using the fieldsAdd command.
{ references[runs_on.host] : [HOST-C251A1173C2B4B39,HOST-0E9038C7C4409D69], references[runs_on.container] : [CONTAINER-68A08967EF4F675B] }
dt.security_contextstring[]resource stable
The security contexts associated with the entity. For Smartscape entities, this field is always an array.
Tags: permission
[]

Azure resource fields

Contains all fields that are provided by all resorce running on Azure, including Azure, Core and K8s entities.

AttributeTypeDescriptionExamples
azure.subscriptionstringresource stable
An Azure subscription is a logical container used to provision resources in Azure.
Tags: permission primary-field
27e9b03f-04d2-2b69-b327-32f433f7ed21
azure.locationstringresource stable
A specific geographical location of Azure cloud resource.
Tags: primary-field
westeurope
azure.availability_zonesstring[]resource experimental
Availability zones of Azure cloud resource.
['1']
azure.resource.groupstringresource stable
A resource group is a container that holds related resources for an Azure solution.
Tags: permission primary-field
demo-backend-rg
azure.resource.idstringresource experimental
A unique, immutable identifier assigned to each Azure cloud resource.
/subscriptions/27e9b03f-04d2-2b69-b327-32f433f7ed21/resourceGroups/demo-backend-rg/providers/Microsoft.ContainerService/managedClusters/demo-aks
azure.resource.namestringresource experimental
User-provided name of the Azure cloud resource.
demo-aks
azure.resource.typestringresource experimental
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.

AttributeTypeDescriptionExamples
azure.resource.kindstringexperimental
A kind of the Azure resource
app,linux
azure.resource.sku.namestringexperimental
Name of the Azure resource SKU
B_Gen5_1
azure.resource.sku.tierstringexperimental
Tier of the Azure resource SKU
Basic
azure.resource.sku.capacitystringexperimental
Capacity of the Azure resource SKU
20
azure.statusstringexperimental
The status of the instance
Running; Stopped (deallocated)
azure.provisioning_statestringexperimental
The provisioning status of the resource
Succeeded; DELETED; ERROR; INCOMPLETE
azure.objectstringexperimental
The full JSON content of Azure object
azure.properties.versionstringexperimental
The json content version
...
azure.subscriptionstringresource stable
An Azure subscription is a logical container used to provision resources in Azure.
Tags: permission primary-field
27e9b03f-04d2-2b69-b327-32f433f7ed21
azure.locationstringresource stable
A specific geographical location of Azure cloud resource.
Tags: primary-field
westeurope
azure.availability_zonesstring[]resource experimental
Availability zones of Azure cloud resource.
['1']
azure.resource.groupstringresource stable
A resource group is a container that holds related resources for an Azure solution.
Tags: permission primary-field
demo-backend-rg
azure.tenant.idstringresource experimental
Unique, immutable identifier assigned to the Azure tenant.
37c4add3-612a-483d-8b24-cccbb35d3306

Cloud entity fields

Fields that are provided by all Cloud workloads.

AttributeTypeDescriptionExamples
cloud.acquisition.statusstringexperimental
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.
OK; DELETED; ERROR; INCOMPLETE

Network Interface (NIC)

Smartscape node name: azure.resource.name

Smartscape node type: AZURE_MICROSOFT_NETWORK_NETWORKINTERFACES

This entity represents Network Interface (NIC)

Query

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

smartscapeNodes "AZURE_MICROSOFT_NETWORK_NETWORKINTERFACES"

Base entity fields

The following base fields are used for all entities.

AttributeTypeDescriptionExamples
idsmartscapeIdstable
A Smartscape ID consists of two components: an UPPER_CASE entity type and a random 16-character hexadecimal unique identifier, separated by a dash. Use Smartscape conversion functions when working with strings that represent Smartscape IDs.
<type>-017198AD253CBD63
id_classicstringdeprecated
The entity ID that was used in the classic entity store. This ID is present in old monitoring data. Not all entities have this ID, and it is not generated for new entities. Use the id field instead, which is the Smartscape ID.
<type>-017198AD253CBD63
namestringstable
The entity name.
localhost; easyTravel; product-catalog
typestringstable
The entity type. UPPER_SNAKE_CASE string that represents the type of the entity.
TYPE_A
tagsrecordstable
A consolidated record that aggregates all tag values originating from different contexts. Each nested field within tags represents a specific key (for example, release or name). The value of each nested field is the tag value from one or multiple contexts. Tags for specific context can be queried via tags:context field. Note that rule-based tags do not exist in the new model.
tags[tag_key-1] = [context_A_tag_val-1, context_B_tag_val-1]; tags[tag_key-2] = context_C_tag_val-1; tags:context_A[tag_key-1] = context_A_tag_val-1
lifetimetimeframestable
The lifetime of the entity. This is a record with two nested fields: start and end, which represent the time when the entity was first and last observed, respectively. Each time an entity is updated, the end time is updated to the current time.
{ start: 2022-07-06T13:36:00.808Z, end: 2024-04-11T06:56:01.204Z }
referencesrecordstable
Provides access to static edges pointing to other entities. In this record each nested field represents a relationship type and target type, and the value is an array of target smartscape IDs. This field is hidden by default but can be added using the fieldsAdd command.
{ references[runs_on.host] : [HOST-C251A1173C2B4B39,HOST-0E9038C7C4409D69], references[runs_on.container] : [CONTAINER-68A08967EF4F675B] }
dt.security_contextstring[]resource stable
The security contexts associated with the entity. For Smartscape entities, this field is always an array.
Tags: permission
[]

Azure resource fields

Contains all fields that are provided by all resorce running on Azure, including Azure, Core and K8s entities.

AttributeTypeDescriptionExamples
azure.subscriptionstringresource stable
An Azure subscription is a logical container used to provision resources in Azure.
Tags: permission primary-field
27e9b03f-04d2-2b69-b327-32f433f7ed21
azure.locationstringresource stable
A specific geographical location of Azure cloud resource.
Tags: primary-field
westeurope
azure.availability_zonesstring[]resource experimental
Availability zones of Azure cloud resource.
['1']
azure.resource.groupstringresource stable
A resource group is a container that holds related resources for an Azure solution.
Tags: permission primary-field
demo-backend-rg
azure.resource.idstringresource experimental
A unique, immutable identifier assigned to each Azure cloud resource.
/subscriptions/27e9b03f-04d2-2b69-b327-32f433f7ed21/resourceGroups/demo-backend-rg/providers/Microsoft.ContainerService/managedClusters/demo-aks
azure.resource.namestringresource experimental
User-provided name of the Azure cloud resource.
demo-aks
azure.resource.typestringresource experimental
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.

AttributeTypeDescriptionExamples
azure.resource.kindstringexperimental
A kind of the Azure resource
app,linux
azure.resource.sku.namestringexperimental
Name of the Azure resource SKU
B_Gen5_1
azure.resource.sku.tierstringexperimental
Tier of the Azure resource SKU
Basic
azure.resource.sku.capacitystringexperimental
Capacity of the Azure resource SKU
20
azure.statusstringexperimental
The status of the instance
Running; Stopped (deallocated)
azure.provisioning_statestringexperimental
The provisioning status of the resource
Succeeded; DELETED; ERROR; INCOMPLETE
azure.objectstringexperimental
The full JSON content of Azure object
azure.properties.versionstringexperimental
The json content version
...
azure.subscriptionstringresource stable
An Azure subscription is a logical container used to provision resources in Azure.
Tags: permission primary-field
27e9b03f-04d2-2b69-b327-32f433f7ed21
azure.locationstringresource stable
A specific geographical location of Azure cloud resource.
Tags: primary-field
westeurope
azure.availability_zonesstring[]resource experimental
Availability zones of Azure cloud resource.
['1']
azure.resource.groupstringresource stable
A resource group is a container that holds related resources for an Azure solution.
Tags: permission primary-field
demo-backend-rg
azure.tenant.idstringresource experimental
Unique, immutable identifier assigned to the Azure tenant.
37c4add3-612a-483d-8b24-cccbb35d3306

Cloud entity fields

Fields that are provided by all Cloud workloads.

AttributeTypeDescriptionExamples
cloud.acquisition.statusstringexperimental
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.
OK; DELETED; ERROR; INCOMPLETE

Network Interface IP Configurations

Smartscape node name: azure.resource.name

Smartscape node type: AZURE_MICROSOFT_NETWORK_NETWORKINTERFACES_IPCONFIGURATIONS

This entity represents Network Interface IP Configurations

Query

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

smartscapeNodes "AZURE_MICROSOFT_NETWORK_NETWORKINTERFACES_IPCONFIGURATIONS"

Base entity fields

The following base fields are used for all entities.

AttributeTypeDescriptionExamples
idsmartscapeIdstable
A Smartscape ID consists of two components: an UPPER_CASE entity type and a random 16-character hexadecimal unique identifier, separated by a dash. Use Smartscape conversion functions when working with strings that represent Smartscape IDs.
<type>-017198AD253CBD63
id_classicstringdeprecated
The entity ID that was used in the classic entity store. This ID is present in old monitoring data. Not all entities have this ID, and it is not generated for new entities. Use the id field instead, which is the Smartscape ID.
<type>-017198AD253CBD63
namestringstable
The entity name.
localhost; easyTravel; product-catalog
typestringstable
The entity type. UPPER_SNAKE_CASE string that represents the type of the entity.
TYPE_A
tagsrecordstable
A consolidated record that aggregates all tag values originating from different contexts. Each nested field within tags represents a specific key (for example, release or name). The value of each nested field is the tag value from one or multiple contexts. Tags for specific context can be queried via tags:context field. Note that rule-based tags do not exist in the new model.
tags[tag_key-1] = [context_A_tag_val-1, context_B_tag_val-1]; tags[tag_key-2] = context_C_tag_val-1; tags:context_A[tag_key-1] = context_A_tag_val-1
lifetimetimeframestable
The lifetime of the entity. This is a record with two nested fields: start and end, which represent the time when the entity was first and last observed, respectively. Each time an entity is updated, the end time is updated to the current time.
{ start: 2022-07-06T13:36:00.808Z, end: 2024-04-11T06:56:01.204Z }
referencesrecordstable
Provides access to static edges pointing to other entities. In this record each nested field represents a relationship type and target type, and the value is an array of target smartscape IDs. This field is hidden by default but can be added using the fieldsAdd command.
{ references[runs_on.host] : [HOST-C251A1173C2B4B39,HOST-0E9038C7C4409D69], references[runs_on.container] : [CONTAINER-68A08967EF4F675B] }
dt.security_contextstring[]resource stable
The security contexts associated with the entity. For Smartscape entities, this field is always an array.
Tags: permission
[]

Azure resource fields

Contains all fields that are provided by all resorce running on Azure, including Azure, Core and K8s entities.

AttributeTypeDescriptionExamples
azure.subscriptionstringresource stable
An Azure subscription is a logical container used to provision resources in Azure.
Tags: permission primary-field
27e9b03f-04d2-2b69-b327-32f433f7ed21
azure.locationstringresource stable
A specific geographical location of Azure cloud resource.
Tags: primary-field
westeurope
azure.availability_zonesstring[]resource experimental
Availability zones of Azure cloud resource.
['1']
azure.resource.groupstringresource stable
A resource group is a container that holds related resources for an Azure solution.
Tags: permission primary-field
demo-backend-rg
azure.resource.idstringresource experimental
A unique, immutable identifier assigned to each Azure cloud resource.
/subscriptions/27e9b03f-04d2-2b69-b327-32f433f7ed21/resourceGroups/demo-backend-rg/providers/Microsoft.ContainerService/managedClusters/demo-aks
azure.resource.namestringresource experimental
User-provided name of the Azure cloud resource.
demo-aks
azure.resource.typestringresource experimental
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.

AttributeTypeDescriptionExamples
azure.resource.kindstringexperimental
A kind of the Azure resource
app,linux
azure.resource.sku.namestringexperimental
Name of the Azure resource SKU
B_Gen5_1
azure.resource.sku.tierstringexperimental
Tier of the Azure resource SKU
Basic
azure.resource.sku.capacitystringexperimental
Capacity of the Azure resource SKU
20
azure.statusstringexperimental
The status of the instance
Running; Stopped (deallocated)
azure.provisioning_statestringexperimental
The provisioning status of the resource
Succeeded; DELETED; ERROR; INCOMPLETE
azure.objectstringexperimental
The full JSON content of Azure object
azure.properties.versionstringexperimental
The json content version
...
azure.subscriptionstringresource stable
An Azure subscription is a logical container used to provision resources in Azure.
Tags: permission primary-field
27e9b03f-04d2-2b69-b327-32f433f7ed21
azure.locationstringresource stable
A specific geographical location of Azure cloud resource.
Tags: primary-field
westeurope
azure.availability_zonesstring[]resource experimental
Availability zones of Azure cloud resource.
['1']
azure.resource.groupstringresource stable
A resource group is a container that holds related resources for an Azure solution.
Tags: permission primary-field
demo-backend-rg
azure.tenant.idstringresource experimental
Unique, immutable identifier assigned to the Azure tenant.
37c4add3-612a-483d-8b24-cccbb35d3306

Cloud entity fields

Fields that are provided by all Cloud workloads.

AttributeTypeDescriptionExamples
cloud.acquisition.statusstringexperimental
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.
OK; DELETED; ERROR; INCOMPLETE

Network Profiles

Smartscape node name: azure.resource.name

Smartscape node type: AZURE_MICROSOFT_NETWORK_NETWORKPROFILES

This entity represents Network Profiles

Query

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

smartscapeNodes "AZURE_MICROSOFT_NETWORK_NETWORKPROFILES"

Base entity fields

The following base fields are used for all entities.

AttributeTypeDescriptionExamples
idsmartscapeIdstable
A Smartscape ID consists of two components: an UPPER_CASE entity type and a random 16-character hexadecimal unique identifier, separated by a dash. Use Smartscape conversion functions when working with strings that represent Smartscape IDs.
<type>-017198AD253CBD63
id_classicstringdeprecated
The entity ID that was used in the classic entity store. This ID is present in old monitoring data. Not all entities have this ID, and it is not generated for new entities. Use the id field instead, which is the Smartscape ID.
<type>-017198AD253CBD63
namestringstable
The entity name.
localhost; easyTravel; product-catalog
typestringstable
The entity type. UPPER_SNAKE_CASE string that represents the type of the entity.
TYPE_A
tagsrecordstable
A consolidated record that aggregates all tag values originating from different contexts. Each nested field within tags represents a specific key (for example, release or name). The value of each nested field is the tag value from one or multiple contexts. Tags for specific context can be queried via tags:context field. Note that rule-based tags do not exist in the new model.
tags[tag_key-1] = [context_A_tag_val-1, context_B_tag_val-1]; tags[tag_key-2] = context_C_tag_val-1; tags:context_A[tag_key-1] = context_A_tag_val-1
lifetimetimeframestable
The lifetime of the entity. This is a record with two nested fields: start and end, which represent the time when the entity was first and last observed, respectively. Each time an entity is updated, the end time is updated to the current time.
{ start: 2022-07-06T13:36:00.808Z, end: 2024-04-11T06:56:01.204Z }
referencesrecordstable
Provides access to static edges pointing to other entities. In this record each nested field represents a relationship type and target type, and the value is an array of target smartscape IDs. This field is hidden by default but can be added using the fieldsAdd command.
{ references[runs_on.host] : [HOST-C251A1173C2B4B39,HOST-0E9038C7C4409D69], references[runs_on.container] : [CONTAINER-68A08967EF4F675B] }
dt.security_contextstring[]resource stable
The security contexts associated with the entity. For Smartscape entities, this field is always an array.
Tags: permission
[]

Azure resource fields

Contains all fields that are provided by all resorce running on Azure, including Azure, Core and K8s entities.

AttributeTypeDescriptionExamples
azure.subscriptionstringresource stable
An Azure subscription is a logical container used to provision resources in Azure.
Tags: permission primary-field
27e9b03f-04d2-2b69-b327-32f433f7ed21
azure.locationstringresource stable
A specific geographical location of Azure cloud resource.
Tags: primary-field
westeurope
azure.availability_zonesstring[]resource experimental
Availability zones of Azure cloud resource.
['1']
azure.resource.groupstringresource stable
A resource group is a container that holds related resources for an Azure solution.
Tags: permission primary-field
demo-backend-rg
azure.resource.idstringresource experimental
A unique, immutable identifier assigned to each Azure cloud resource.
/subscriptions/27e9b03f-04d2-2b69-b327-32f433f7ed21/resourceGroups/demo-backend-rg/providers/Microsoft.ContainerService/managedClusters/demo-aks
azure.resource.namestringresource experimental
User-provided name of the Azure cloud resource.
demo-aks
azure.resource.typestringresource experimental
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.

AttributeTypeDescriptionExamples
azure.resource.kindstringexperimental
A kind of the Azure resource
app,linux
azure.resource.sku.namestringexperimental
Name of the Azure resource SKU
B_Gen5_1
azure.resource.sku.tierstringexperimental
Tier of the Azure resource SKU
Basic
azure.resource.sku.capacitystringexperimental
Capacity of the Azure resource SKU
20
azure.statusstringexperimental
The status of the instance
Running; Stopped (deallocated)
azure.provisioning_statestringexperimental
The provisioning status of the resource
Succeeded; DELETED; ERROR; INCOMPLETE
azure.objectstringexperimental
The full JSON content of Azure object
azure.properties.versionstringexperimental
The json content version
...
azure.subscriptionstringresource stable
An Azure subscription is a logical container used to provision resources in Azure.
Tags: permission primary-field
27e9b03f-04d2-2b69-b327-32f433f7ed21
azure.locationstringresource stable
A specific geographical location of Azure cloud resource.
Tags: primary-field
westeurope
azure.availability_zonesstring[]resource experimental
Availability zones of Azure cloud resource.
['1']
azure.resource.groupstringresource stable
A resource group is a container that holds related resources for an Azure solution.
Tags: permission primary-field
demo-backend-rg
azure.tenant.idstringresource experimental
Unique, immutable identifier assigned to the Azure tenant.
37c4add3-612a-483d-8b24-cccbb35d3306

Cloud entity fields

Fields that are provided by all Cloud workloads.

AttributeTypeDescriptionExamples
cloud.acquisition.statusstringexperimental
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.
OK; DELETED; ERROR; INCOMPLETE

Network Security Group (NSG)

Smartscape node name: azure.resource.name

Smartscape node type: AZURE_MICROSOFT_NETWORK_NETWORKSECURITYGROUPS

This entity represents Network Security Group (NSG)

Query

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

smartscapeNodes "AZURE_MICROSOFT_NETWORK_NETWORKSECURITYGROUPS"

Base entity fields

The following base fields are used for all entities.

AttributeTypeDescriptionExamples
idsmartscapeIdstable
A Smartscape ID consists of two components: an UPPER_CASE entity type and a random 16-character hexadecimal unique identifier, separated by a dash. Use Smartscape conversion functions when working with strings that represent Smartscape IDs.
<type>-017198AD253CBD63
id_classicstringdeprecated
The entity ID that was used in the classic entity store. This ID is present in old monitoring data. Not all entities have this ID, and it is not generated for new entities. Use the id field instead, which is the Smartscape ID.
<type>-017198AD253CBD63
namestringstable
The entity name.
localhost; easyTravel; product-catalog
typestringstable
The entity type. UPPER_SNAKE_CASE string that represents the type of the entity.
TYPE_A
tagsrecordstable
A consolidated record that aggregates all tag values originating from different contexts. Each nested field within tags represents a specific key (for example, release or name). The value of each nested field is the tag value from one or multiple contexts. Tags for specific context can be queried via tags:context field. Note that rule-based tags do not exist in the new model.
tags[tag_key-1] = [context_A_tag_val-1, context_B_tag_val-1]; tags[tag_key-2] = context_C_tag_val-1; tags:context_A[tag_key-1] = context_A_tag_val-1
lifetimetimeframestable
The lifetime of the entity. This is a record with two nested fields: start and end, which represent the time when the entity was first and last observed, respectively. Each time an entity is updated, the end time is updated to the current time.
{ start: 2022-07-06T13:36:00.808Z, end: 2024-04-11T06:56:01.204Z }
referencesrecordstable
Provides access to static edges pointing to other entities. In this record each nested field represents a relationship type and target type, and the value is an array of target smartscape IDs. This field is hidden by default but can be added using the fieldsAdd command.
{ references[runs_on.host] : [HOST-C251A1173C2B4B39,HOST-0E9038C7C4409D69], references[runs_on.container] : [CONTAINER-68A08967EF4F675B] }
dt.security_contextstring[]resource stable
The security contexts associated with the entity. For Smartscape entities, this field is always an array.
Tags: permission
[]

Azure resource fields

Contains all fields that are provided by all resorce running on Azure, including Azure, Core and K8s entities.

AttributeTypeDescriptionExamples
azure.subscriptionstringresource stable
An Azure subscription is a logical container used to provision resources in Azure.
Tags: permission primary-field
27e9b03f-04d2-2b69-b327-32f433f7ed21
azure.locationstringresource stable
A specific geographical location of Azure cloud resource.
Tags: primary-field
westeurope
azure.availability_zonesstring[]resource experimental
Availability zones of Azure cloud resource.
['1']
azure.resource.groupstringresource stable
A resource group is a container that holds related resources for an Azure solution.
Tags: permission primary-field
demo-backend-rg
azure.resource.idstringresource experimental
A unique, immutable identifier assigned to each Azure cloud resource.
/subscriptions/27e9b03f-04d2-2b69-b327-32f433f7ed21/resourceGroups/demo-backend-rg/providers/Microsoft.ContainerService/managedClusters/demo-aks
azure.resource.namestringresource experimental
User-provided name of the Azure cloud resource.
demo-aks
azure.resource.typestringresource experimental
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.

AttributeTypeDescriptionExamples
azure.resource.kindstringexperimental
A kind of the Azure resource
app,linux
azure.resource.sku.namestringexperimental
Name of the Azure resource SKU
B_Gen5_1
azure.resource.sku.tierstringexperimental
Tier of the Azure resource SKU
Basic
azure.resource.sku.capacitystringexperimental
Capacity of the Azure resource SKU
20
azure.statusstringexperimental
The status of the instance
Running; Stopped (deallocated)
azure.provisioning_statestringexperimental
The provisioning status of the resource
Succeeded; DELETED; ERROR; INCOMPLETE
azure.objectstringexperimental
The full JSON content of Azure object
azure.properties.versionstringexperimental
The json content version
...
azure.subscriptionstringresource stable
An Azure subscription is a logical container used to provision resources in Azure.
Tags: permission primary-field
27e9b03f-04d2-2b69-b327-32f433f7ed21
azure.locationstringresource stable
A specific geographical location of Azure cloud resource.
Tags: primary-field
westeurope
azure.availability_zonesstring[]resource experimental
Availability zones of Azure cloud resource.
['1']
azure.resource.groupstringresource stable
A resource group is a container that holds related resources for an Azure solution.
Tags: permission primary-field
demo-backend-rg
azure.tenant.idstringresource experimental
Unique, immutable identifier assigned to the Azure tenant.
37c4add3-612a-483d-8b24-cccbb35d3306

Cloud entity fields

Fields that are provided by all Cloud workloads.

AttributeTypeDescriptionExamples
cloud.acquisition.statusstringexperimental
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.
OK; DELETED; ERROR; INCOMPLETE

Network Watcher

Smartscape node name: azure.resource.name

Smartscape node type: AZURE_MICROSOFT_NETWORK_NETWORKWATCHERS

This entity represents Network Watcher

Query

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

smartscapeNodes "AZURE_MICROSOFT_NETWORK_NETWORKWATCHERS"

Base entity fields

The following base fields are used for all entities.

AttributeTypeDescriptionExamples
idsmartscapeIdstable
A Smartscape ID consists of two components: an UPPER_CASE entity type and a random 16-character hexadecimal unique identifier, separated by a dash. Use Smartscape conversion functions when working with strings that represent Smartscape IDs.
<type>-017198AD253CBD63
id_classicstringdeprecated
The entity ID that was used in the classic entity store. This ID is present in old monitoring data. Not all entities have this ID, and it is not generated for new entities. Use the id field instead, which is the Smartscape ID.
<type>-017198AD253CBD63
namestringstable
The entity name.
localhost; easyTravel; product-catalog
typestringstable
The entity type. UPPER_SNAKE_CASE string that represents the type of the entity.
TYPE_A
tagsrecordstable
A consolidated record that aggregates all tag values originating from different contexts. Each nested field within tags represents a specific key (for example, release or name). The value of each nested field is the tag value from one or multiple contexts. Tags for specific context can be queried via tags:context field. Note that rule-based tags do not exist in the new model.
tags[tag_key-1] = [context_A_tag_val-1, context_B_tag_val-1]; tags[tag_key-2] = context_C_tag_val-1; tags:context_A[tag_key-1] = context_A_tag_val-1
lifetimetimeframestable
The lifetime of the entity. This is a record with two nested fields: start and end, which represent the time when the entity was first and last observed, respectively. Each time an entity is updated, the end time is updated to the current time.
{ start: 2022-07-06T13:36:00.808Z, end: 2024-04-11T06:56:01.204Z }
referencesrecordstable
Provides access to static edges pointing to other entities. In this record each nested field represents a relationship type and target type, and the value is an array of target smartscape IDs. This field is hidden by default but can be added using the fieldsAdd command.
{ references[runs_on.host] : [HOST-C251A1173C2B4B39,HOST-0E9038C7C4409D69], references[runs_on.container] : [CONTAINER-68A08967EF4F675B] }
dt.security_contextstring[]resource stable
The security contexts associated with the entity. For Smartscape entities, this field is always an array.
Tags: permission
[]

Azure resource fields

Contains all fields that are provided by all resorce running on Azure, including Azure, Core and K8s entities.

AttributeTypeDescriptionExamples
azure.subscriptionstringresource stable
An Azure subscription is a logical container used to provision resources in Azure.
Tags: permission primary-field
27e9b03f-04d2-2b69-b327-32f433f7ed21
azure.locationstringresource stable
A specific geographical location of Azure cloud resource.
Tags: primary-field
westeurope
azure.availability_zonesstring[]resource experimental
Availability zones of Azure cloud resource.
['1']
azure.resource.groupstringresource stable
A resource group is a container that holds related resources for an Azure solution.
Tags: permission primary-field
demo-backend-rg
azure.resource.idstringresource experimental
A unique, immutable identifier assigned to each Azure cloud resource.
/subscriptions/27e9b03f-04d2-2b69-b327-32f433f7ed21/resourceGroups/demo-backend-rg/providers/Microsoft.ContainerService/managedClusters/demo-aks
azure.resource.namestringresource experimental
User-provided name of the Azure cloud resource.
demo-aks
azure.resource.typestringresource experimental
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.

AttributeTypeDescriptionExamples
azure.resource.kindstringexperimental
A kind of the Azure resource
app,linux
azure.resource.sku.namestringexperimental
Name of the Azure resource SKU
B_Gen5_1
azure.resource.sku.tierstringexperimental
Tier of the Azure resource SKU
Basic
azure.resource.sku.capacitystringexperimental
Capacity of the Azure resource SKU
20
azure.statusstringexperimental
The status of the instance
Running; Stopped (deallocated)
azure.provisioning_statestringexperimental
The provisioning status of the resource
Succeeded; DELETED; ERROR; INCOMPLETE
azure.objectstringexperimental
The full JSON content of Azure object
azure.properties.versionstringexperimental
The json content version
...
azure.subscriptionstringresource stable
An Azure subscription is a logical container used to provision resources in Azure.
Tags: permission primary-field
27e9b03f-04d2-2b69-b327-32f433f7ed21
azure.locationstringresource stable
A specific geographical location of Azure cloud resource.
Tags: primary-field
westeurope
azure.availability_zonesstring[]resource experimental
Availability zones of Azure cloud resource.
['1']
azure.resource.groupstringresource stable
A resource group is a container that holds related resources for an Azure solution.
Tags: permission primary-field
demo-backend-rg
azure.tenant.idstringresource experimental
Unique, immutable identifier assigned to the Azure tenant.
37c4add3-612a-483d-8b24-cccbb35d3306

Cloud entity fields

Fields that are provided by all Cloud workloads.

AttributeTypeDescriptionExamples
cloud.acquisition.statusstringexperimental
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.
OK; DELETED; ERROR; INCOMPLETE

Network Watcher Flow Logs

Smartscape node name: azure.resource.name

Smartscape node type: AZURE_MICROSOFT_NETWORK_NETWORKWATCHERS_FLOWLOGS

This entity represents Network Watcher Flow Logs

Query

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

smartscapeNodes "AZURE_MICROSOFT_NETWORK_NETWORKWATCHERS_FLOWLOGS"

Base entity fields

The following base fields are used for all entities.

AttributeTypeDescriptionExamples
idsmartscapeIdstable
A Smartscape ID consists of two components: an UPPER_CASE entity type and a random 16-character hexadecimal unique identifier, separated by a dash. Use Smartscape conversion functions when working with strings that represent Smartscape IDs.
<type>-017198AD253CBD63
id_classicstringdeprecated
The entity ID that was used in the classic entity store. This ID is present in old monitoring data. Not all entities have this ID, and it is not generated for new entities. Use the id field instead, which is the Smartscape ID.
<type>-017198AD253CBD63
namestringstable
The entity name.
localhost; easyTravel; product-catalog
typestringstable
The entity type. UPPER_SNAKE_CASE string that represents the type of the entity.
TYPE_A
tagsrecordstable
A consolidated record that aggregates all tag values originating from different contexts. Each nested field within tags represents a specific key (for example, release or name). The value of each nested field is the tag value from one or multiple contexts. Tags for specific context can be queried via tags:context field. Note that rule-based tags do not exist in the new model.
tags[tag_key-1] = [context_A_tag_val-1, context_B_tag_val-1]; tags[tag_key-2] = context_C_tag_val-1; tags:context_A[tag_key-1] = context_A_tag_val-1
lifetimetimeframestable
The lifetime of the entity. This is a record with two nested fields: start and end, which represent the time when the entity was first and last observed, respectively. Each time an entity is updated, the end time is updated to the current time.
{ start: 2022-07-06T13:36:00.808Z, end: 2024-04-11T06:56:01.204Z }
referencesrecordstable
Provides access to static edges pointing to other entities. In this record each nested field represents a relationship type and target type, and the value is an array of target smartscape IDs. This field is hidden by default but can be added using the fieldsAdd command.
{ references[runs_on.host] : [HOST-C251A1173C2B4B39,HOST-0E9038C7C4409D69], references[runs_on.container] : [CONTAINER-68A08967EF4F675B] }
dt.security_contextstring[]resource stable
The security contexts associated with the entity. For Smartscape entities, this field is always an array.
Tags: permission
[]

Azure resource fields

Contains all fields that are provided by all resorce running on Azure, including Azure, Core and K8s entities.

AttributeTypeDescriptionExamples
azure.subscriptionstringresource stable
An Azure subscription is a logical container used to provision resources in Azure.
Tags: permission primary-field
27e9b03f-04d2-2b69-b327-32f433f7ed21
azure.locationstringresource stable
A specific geographical location of Azure cloud resource.
Tags: primary-field
westeurope
azure.availability_zonesstring[]resource experimental
Availability zones of Azure cloud resource.
['1']
azure.resource.groupstringresource stable
A resource group is a container that holds related resources for an Azure solution.
Tags: permission primary-field
demo-backend-rg
azure.resource.idstringresource experimental
A unique, immutable identifier assigned to each Azure cloud resource.
/subscriptions/27e9b03f-04d2-2b69-b327-32f433f7ed21/resourceGroups/demo-backend-rg/providers/Microsoft.ContainerService/managedClusters/demo-aks
azure.resource.namestringresource experimental
User-provided name of the Azure cloud resource.
demo-aks
azure.resource.typestringresource experimental
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.

AttributeTypeDescriptionExamples
azure.resource.kindstringexperimental
A kind of the Azure resource
app,linux
azure.resource.sku.namestringexperimental
Name of the Azure resource SKU
B_Gen5_1
azure.resource.sku.tierstringexperimental
Tier of the Azure resource SKU
Basic
azure.resource.sku.capacitystringexperimental
Capacity of the Azure resource SKU
20
azure.statusstringexperimental
The status of the instance
Running; Stopped (deallocated)
azure.provisioning_statestringexperimental
The provisioning status of the resource
Succeeded; DELETED; ERROR; INCOMPLETE
azure.objectstringexperimental
The full JSON content of Azure object
azure.properties.versionstringexperimental
The json content version
...
azure.subscriptionstringresource stable
An Azure subscription is a logical container used to provision resources in Azure.
Tags: permission primary-field
27e9b03f-04d2-2b69-b327-32f433f7ed21
azure.locationstringresource stable
A specific geographical location of Azure cloud resource.
Tags: primary-field
westeurope
azure.availability_zonesstring[]resource experimental
Availability zones of Azure cloud resource.
['1']
azure.resource.groupstringresource stable
A resource group is a container that holds related resources for an Azure solution.
Tags: permission primary-field
demo-backend-rg
azure.tenant.idstringresource experimental
Unique, immutable identifier assigned to the Azure tenant.
37c4add3-612a-483d-8b24-cccbb35d3306

Cloud entity fields

Fields that are provided by all Cloud workloads.

AttributeTypeDescriptionExamples
cloud.acquisition.statusstringexperimental
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.
OK; DELETED; ERROR; INCOMPLETE

Operations Management Solutions

Smartscape node name: azure.resource.name

Smartscape node type: AZURE_MICROSOFT_OPERATIONSMANAGEMENT_SOLUTIONS

This entity represents Operations Management Solutions

Query

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

smartscapeNodes "AZURE_MICROSOFT_OPERATIONSMANAGEMENT_SOLUTIONS"

Base entity fields

The following base fields are used for all entities.

AttributeTypeDescriptionExamples
idsmartscapeIdstable
A Smartscape ID consists of two components: an UPPER_CASE entity type and a random 16-character hexadecimal unique identifier, separated by a dash. Use Smartscape conversion functions when working with strings that represent Smartscape IDs.
<type>-017198AD253CBD63
id_classicstringdeprecated
The entity ID that was used in the classic entity store. This ID is present in old monitoring data. Not all entities have this ID, and it is not generated for new entities. Use the id field instead, which is the Smartscape ID.
<type>-017198AD253CBD63
namestringstable
The entity name.
localhost; easyTravel; product-catalog
typestringstable
The entity type. UPPER_SNAKE_CASE string that represents the type of the entity.
TYPE_A
tagsrecordstable
A consolidated record that aggregates all tag values originating from different contexts. Each nested field within tags represents a specific key (for example, release or name). The value of each nested field is the tag value from one or multiple contexts. Tags for specific context can be queried via tags:context field. Note that rule-based tags do not exist in the new model.
tags[tag_key-1] = [context_A_tag_val-1, context_B_tag_val-1]; tags[tag_key-2] = context_C_tag_val-1; tags:context_A[tag_key-1] = context_A_tag_val-1
lifetimetimeframestable
The lifetime of the entity. This is a record with two nested fields: start and end, which represent the time when the entity was first and last observed, respectively. Each time an entity is updated, the end time is updated to the current time.
{ start: 2022-07-06T13:36:00.808Z, end: 2024-04-11T06:56:01.204Z }
referencesrecordstable
Provides access to static edges pointing to other entities. In this record each nested field represents a relationship type and target type, and the value is an array of target smartscape IDs. This field is hidden by default but can be added using the fieldsAdd command.
{ references[runs_on.host] : [HOST-C251A1173C2B4B39,HOST-0E9038C7C4409D69], references[runs_on.container] : [CONTAINER-68A08967EF4F675B] }
dt.security_contextstring[]resource stable
The security contexts associated with the entity. For Smartscape entities, this field is always an array.
Tags: permission
[]

Azure resource fields

Contains all fields that are provided by all resorce running on Azure, including Azure, Core and K8s entities.

AttributeTypeDescriptionExamples
azure.subscriptionstringresource stable
An Azure subscription is a logical container used to provision resources in Azure.
Tags: permission primary-field
27e9b03f-04d2-2b69-b327-32f433f7ed21
azure.locationstringresource stable
A specific geographical location of Azure cloud resource.
Tags: primary-field
westeurope
azure.availability_zonesstring[]resource experimental
Availability zones of Azure cloud resource.
['1']
azure.resource.groupstringresource stable
A resource group is a container that holds related resources for an Azure solution.
Tags: permission primary-field
demo-backend-rg
azure.resource.idstringresource experimental
A unique, immutable identifier assigned to each Azure cloud resource.
/subscriptions/27e9b03f-04d2-2b69-b327-32f433f7ed21/resourceGroups/demo-backend-rg/providers/Microsoft.ContainerService/managedClusters/demo-aks
azure.resource.namestringresource experimental
User-provided name of the Azure cloud resource.
demo-aks
azure.resource.typestringresource experimental
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.

AttributeTypeDescriptionExamples
azure.resource.kindstringexperimental
A kind of the Azure resource
app,linux
azure.resource.sku.namestringexperimental
Name of the Azure resource SKU
B_Gen5_1
azure.resource.sku.tierstringexperimental
Tier of the Azure resource SKU
Basic
azure.resource.sku.capacitystringexperimental
Capacity of the Azure resource SKU
20
azure.statusstringexperimental
The status of the instance
Running; Stopped (deallocated)
azure.provisioning_statestringexperimental
The provisioning status of the resource
Succeeded; DELETED; ERROR; INCOMPLETE
azure.objectstringexperimental
The full JSON content of Azure object
azure.properties.versionstringexperimental
The json content version
...
azure.subscriptionstringresource stable
An Azure subscription is a logical container used to provision resources in Azure.
Tags: permission primary-field
27e9b03f-04d2-2b69-b327-32f433f7ed21
azure.locationstringresource stable
A specific geographical location of Azure cloud resource.
Tags: primary-field
westeurope
azure.availability_zonesstring[]resource experimental
Availability zones of Azure cloud resource.
['1']
azure.resource.groupstringresource stable
A resource group is a container that holds related resources for an Azure solution.
Tags: permission primary-field
demo-backend-rg
azure.tenant.idstringresource experimental
Unique, immutable identifier assigned to the Azure tenant.
37c4add3-612a-483d-8b24-cccbb35d3306

Cloud entity fields

Fields that are provided by all Cloud workloads.

AttributeTypeDescriptionExamples
cloud.acquisition.statusstringexperimental
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.
OK; DELETED; ERROR; INCOMPLETE

Portal Dashboards

Smartscape node name: azure.resource.name

Smartscape node type: AZURE_MICROSOFT_PORTAL_DASHBOARDS

This entity represents Portal Dashboards

Query

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

smartscapeNodes "AZURE_MICROSOFT_PORTAL_DASHBOARDS"

Base entity fields

The following base fields are used for all entities.

AttributeTypeDescriptionExamples
idsmartscapeIdstable
A Smartscape ID consists of two components: an UPPER_CASE entity type and a random 16-character hexadecimal unique identifier, separated by a dash. Use Smartscape conversion functions when working with strings that represent Smartscape IDs.
<type>-017198AD253CBD63
id_classicstringdeprecated
The entity ID that was used in the classic entity store. This ID is present in old monitoring data. Not all entities have this ID, and it is not generated for new entities. Use the id field instead, which is the Smartscape ID.
<type>-017198AD253CBD63
namestringstable
The entity name.
localhost; easyTravel; product-catalog
typestringstable
The entity type. UPPER_SNAKE_CASE string that represents the type of the entity.
TYPE_A
tagsrecordstable
A consolidated record that aggregates all tag values originating from different contexts. Each nested field within tags represents a specific key (for example, release or name). The value of each nested field is the tag value from one or multiple contexts. Tags for specific context can be queried via tags:context field. Note that rule-based tags do not exist in the new model.
tags[tag_key-1] = [context_A_tag_val-1, context_B_tag_val-1]; tags[tag_key-2] = context_C_tag_val-1; tags:context_A[tag_key-1] = context_A_tag_val-1
lifetimetimeframestable
The lifetime of the entity. This is a record with two nested fields: start and end, which represent the time when the entity was first and last observed, respectively. Each time an entity is updated, the end time is updated to the current time.
{ start: 2022-07-06T13:36:00.808Z, end: 2024-04-11T06:56:01.204Z }
referencesrecordstable
Provides access to static edges pointing to other entities. In this record each nested field represents a relationship type and target type, and the value is an array of target smartscape IDs. This field is hidden by default but can be added using the fieldsAdd command.
{ references[runs_on.host] : [HOST-C251A1173C2B4B39,HOST-0E9038C7C4409D69], references[runs_on.container] : [CONTAINER-68A08967EF4F675B] }
dt.security_contextstring[]resource stable
The security contexts associated with the entity. For Smartscape entities, this field is always an array.
Tags: permission
[]

Azure resource fields

Contains all fields that are provided by all resorce running on Azure, including Azure, Core and K8s entities.

AttributeTypeDescriptionExamples
azure.subscriptionstringresource stable
An Azure subscription is a logical container used to provision resources in Azure.
Tags: permission primary-field
27e9b03f-04d2-2b69-b327-32f433f7ed21
azure.locationstringresource stable
A specific geographical location of Azure cloud resource.
Tags: primary-field
westeurope
azure.availability_zonesstring[]resource experimental
Availability zones of Azure cloud resource.
['1']
azure.resource.groupstringresource stable
A resource group is a container that holds related resources for an Azure solution.
Tags: permission primary-field
demo-backend-rg
azure.resource.idstringresource experimental
A unique, immutable identifier assigned to each Azure cloud resource.
/subscriptions/27e9b03f-04d2-2b69-b327-32f433f7ed21/resourceGroups/demo-backend-rg/providers/Microsoft.ContainerService/managedClusters/demo-aks
azure.resource.namestringresource experimental
User-provided name of the Azure cloud resource.
demo-aks
azure.resource.typestringresource experimental
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.

AttributeTypeDescriptionExamples
azure.resource.kindstringexperimental
A kind of the Azure resource
app,linux
azure.resource.sku.namestringexperimental
Name of the Azure resource SKU
B_Gen5_1
azure.resource.sku.tierstringexperimental
Tier of the Azure resource SKU
Basic
azure.resource.sku.capacitystringexperimental
Capacity of the Azure resource SKU
20
azure.statusstringexperimental
The status of the instance
Running; Stopped (deallocated)
azure.provisioning_statestringexperimental
The provisioning status of the resource
Succeeded; DELETED; ERROR; INCOMPLETE
azure.objectstringexperimental
The full JSON content of Azure object
azure.properties.versionstringexperimental
The json content version
...
azure.subscriptionstringresource stable
An Azure subscription is a logical container used to provision resources in Azure.
Tags: permission primary-field
27e9b03f-04d2-2b69-b327-32f433f7ed21
azure.locationstringresource stable
A specific geographical location of Azure cloud resource.
Tags: primary-field
westeurope
azure.availability_zonesstring[]resource experimental
Availability zones of Azure cloud resource.
['1']
azure.resource.groupstringresource stable
A resource group is a container that holds related resources for an Azure solution.
Tags: permission primary-field
demo-backend-rg
azure.tenant.idstringresource experimental
Unique, immutable identifier assigned to the Azure tenant.
37c4add3-612a-483d-8b24-cccbb35d3306

Cloud entity fields

Fields that are provided by all Cloud workloads.

AttributeTypeDescriptionExamples
cloud.acquisition.statusstringexperimental
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.
OK; DELETED; ERROR; INCOMPLETE

Private Endpoint

Smartscape node name: azure.resource.name

Smartscape node type: AZURE_MICROSOFT_NETWORK_PRIVATEENDPOINTS

This entity represents Private Endpoint

Query

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

smartscapeNodes "AZURE_MICROSOFT_NETWORK_PRIVATEENDPOINTS"

Base entity fields

The following base fields are used for all entities.

AttributeTypeDescriptionExamples
idsmartscapeIdstable
A Smartscape ID consists of two components: an UPPER_CASE entity type and a random 16-character hexadecimal unique identifier, separated by a dash. Use Smartscape conversion functions when working with strings that represent Smartscape IDs.
<type>-017198AD253CBD63
id_classicstringdeprecated
The entity ID that was used in the classic entity store. This ID is present in old monitoring data. Not all entities have this ID, and it is not generated for new entities. Use the id field instead, which is the Smartscape ID.
<type>-017198AD253CBD63
namestringstable
The entity name.
localhost; easyTravel; product-catalog
typestringstable
The entity type. UPPER_SNAKE_CASE string that represents the type of the entity.
TYPE_A
tagsrecordstable
A consolidated record that aggregates all tag values originating from different contexts. Each nested field within tags represents a specific key (for example, release or name). The value of each nested field is the tag value from one or multiple contexts. Tags for specific context can be queried via tags:context field. Note that rule-based tags do not exist in the new model.
tags[tag_key-1] = [context_A_tag_val-1, context_B_tag_val-1]; tags[tag_key-2] = context_C_tag_val-1; tags:context_A[tag_key-1] = context_A_tag_val-1
lifetimetimeframestable
The lifetime of the entity. This is a record with two nested fields: start and end, which represent the time when the entity was first and last observed, respectively. Each time an entity is updated, the end time is updated to the current time.
{ start: 2022-07-06T13:36:00.808Z, end: 2024-04-11T06:56:01.204Z }
referencesrecordstable
Provides access to static edges pointing to other entities. In this record each nested field represents a relationship type and target type, and the value is an array of target smartscape IDs. This field is hidden by default but can be added using the fieldsAdd command.
{ references[runs_on.host] : [HOST-C251A1173C2B4B39,HOST-0E9038C7C4409D69], references[runs_on.container] : [CONTAINER-68A08967EF4F675B] }
dt.security_contextstring[]resource stable
The security contexts associated with the entity. For Smartscape entities, this field is always an array.
Tags: permission
[]

Azure resource fields

Contains all fields that are provided by all resorce running on Azure, including Azure, Core and K8s entities.

AttributeTypeDescriptionExamples
azure.subscriptionstringresource stable
An Azure subscription is a logical container used to provision resources in Azure.
Tags: permission primary-field
27e9b03f-04d2-2b69-b327-32f433f7ed21
azure.locationstringresource stable
A specific geographical location of Azure cloud resource.
Tags: primary-field
westeurope
azure.availability_zonesstring[]resource experimental
Availability zones of Azure cloud resource.
['1']
azure.resource.groupstringresource stable
A resource group is a container that holds related resources for an Azure solution.
Tags: permission primary-field
demo-backend-rg
azure.resource.idstringresource experimental
A unique, immutable identifier assigned to each Azure cloud resource.
/subscriptions/27e9b03f-04d2-2b69-b327-32f433f7ed21/resourceGroups/demo-backend-rg/providers/Microsoft.ContainerService/managedClusters/demo-aks
azure.resource.namestringresource experimental
User-provided name of the Azure cloud resource.
demo-aks
azure.resource.typestringresource experimental
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.

AttributeTypeDescriptionExamples
azure.resource.kindstringexperimental
A kind of the Azure resource
app,linux
azure.resource.sku.namestringexperimental
Name of the Azure resource SKU
B_Gen5_1
azure.resource.sku.tierstringexperimental
Tier of the Azure resource SKU
Basic
azure.resource.sku.capacitystringexperimental
Capacity of the Azure resource SKU
20
azure.statusstringexperimental
The status of the instance
Running; Stopped (deallocated)
azure.provisioning_statestringexperimental
The provisioning status of the resource
Succeeded; DELETED; ERROR; INCOMPLETE
azure.objectstringexperimental
The full JSON content of Azure object
azure.properties.versionstringexperimental
The json content version
...
azure.subscriptionstringresource stable
An Azure subscription is a logical container used to provision resources in Azure.
Tags: permission primary-field
27e9b03f-04d2-2b69-b327-32f433f7ed21
azure.locationstringresource stable
A specific geographical location of Azure cloud resource.
Tags: primary-field
westeurope
azure.availability_zonesstring[]resource experimental
Availability zones of Azure cloud resource.
['1']
azure.resource.groupstringresource stable
A resource group is a container that holds related resources for an Azure solution.
Tags: permission primary-field
demo-backend-rg
azure.tenant.idstringresource experimental
Unique, immutable identifier assigned to the Azure tenant.
37c4add3-612a-483d-8b24-cccbb35d3306

Cloud entity fields

Fields that are provided by all Cloud workloads.

AttributeTypeDescriptionExamples
cloud.acquisition.statusstringexperimental
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.
OK; DELETED; ERROR; INCOMPLETE

Prometheus Rule Groups

Smartscape node name: azure.resource.name

Smartscape node type: AZURE_MICROSOFT_ALERTSMANAGEMENT_PROMETHEUSRULEGROUPS

This entity represents Prometheus Rule Groups

Query

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

smartscapeNodes "AZURE_MICROSOFT_ALERTSMANAGEMENT_PROMETHEUSRULEGROUPS"

Base entity fields

The following base fields are used for all entities.

AttributeTypeDescriptionExamples
idsmartscapeIdstable
A Smartscape ID consists of two components: an UPPER_CASE entity type and a random 16-character hexadecimal unique identifier, separated by a dash. Use Smartscape conversion functions when working with strings that represent Smartscape IDs.
<type>-017198AD253CBD63
id_classicstringdeprecated
The entity ID that was used in the classic entity store. This ID is present in old monitoring data. Not all entities have this ID, and it is not generated for new entities. Use the id field instead, which is the Smartscape ID.
<type>-017198AD253CBD63
namestringstable
The entity name.
localhost; easyTravel; product-catalog
typestringstable
The entity type. UPPER_SNAKE_CASE string that represents the type of the entity.
TYPE_A
tagsrecordstable
A consolidated record that aggregates all tag values originating from different contexts. Each nested field within tags represents a specific key (for example, release or name). The value of each nested field is the tag value from one or multiple contexts. Tags for specific context can be queried via tags:context field. Note that rule-based tags do not exist in the new model.
tags[tag_key-1] = [context_A_tag_val-1, context_B_tag_val-1]; tags[tag_key-2] = context_C_tag_val-1; tags:context_A[tag_key-1] = context_A_tag_val-1
lifetimetimeframestable
The lifetime of the entity. This is a record with two nested fields: start and end, which represent the time when the entity was first and last observed, respectively. Each time an entity is updated, the end time is updated to the current time.
{ start: 2022-07-06T13:36:00.808Z, end: 2024-04-11T06:56:01.204Z }
referencesrecordstable
Provides access to static edges pointing to other entities. In this record each nested field represents a relationship type and target type, and the value is an array of target smartscape IDs. This field is hidden by default but can be added using the fieldsAdd command.
{ references[runs_on.host] : [HOST-C251A1173C2B4B39,HOST-0E9038C7C4409D69], references[runs_on.container] : [CONTAINER-68A08967EF4F675B] }
dt.security_contextstring[]resource stable
The security contexts associated with the entity. For Smartscape entities, this field is always an array.
Tags: permission
[]

Azure resource fields

Contains all fields that are provided by all resorce running on Azure, including Azure, Core and K8s entities.

AttributeTypeDescriptionExamples
azure.subscriptionstringresource stable
An Azure subscription is a logical container used to provision resources in Azure.
Tags: permission primary-field
27e9b03f-04d2-2b69-b327-32f433f7ed21
azure.locationstringresource stable
A specific geographical location of Azure cloud resource.
Tags: primary-field
westeurope
azure.availability_zonesstring[]resource experimental
Availability zones of Azure cloud resource.
['1']
azure.resource.groupstringresource stable
A resource group is a container that holds related resources for an Azure solution.
Tags: permission primary-field
demo-backend-rg
azure.resource.idstringresource experimental
A unique, immutable identifier assigned to each Azure cloud resource.
/subscriptions/27e9b03f-04d2-2b69-b327-32f433f7ed21/resourceGroups/demo-backend-rg/providers/Microsoft.ContainerService/managedClusters/demo-aks
azure.resource.namestringresource experimental
User-provided name of the Azure cloud resource.
demo-aks
azure.resource.typestringresource experimental
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.

AttributeTypeDescriptionExamples
azure.resource.kindstringexperimental
A kind of the Azure resource
app,linux
azure.resource.sku.namestringexperimental
Name of the Azure resource SKU
B_Gen5_1
azure.resource.sku.tierstringexperimental
Tier of the Azure resource SKU
Basic
azure.resource.sku.capacitystringexperimental
Capacity of the Azure resource SKU
20
azure.statusstringexperimental
The status of the instance
Running; Stopped (deallocated)
azure.provisioning_statestringexperimental
The provisioning status of the resource
Succeeded; DELETED; ERROR; INCOMPLETE
azure.objectstringexperimental
The full JSON content of Azure object
azure.properties.versionstringexperimental
The json content version
...
azure.subscriptionstringresource stable
An Azure subscription is a logical container used to provision resources in Azure.
Tags: permission primary-field
27e9b03f-04d2-2b69-b327-32f433f7ed21
azure.locationstringresource stable
A specific geographical location of Azure cloud resource.
Tags: primary-field
westeurope
azure.availability_zonesstring[]resource experimental
Availability zones of Azure cloud resource.
['1']
azure.resource.groupstringresource stable
A resource group is a container that holds related resources for an Azure solution.
Tags: permission primary-field
demo-backend-rg
azure.tenant.idstringresource experimental
Unique, immutable identifier assigned to the Azure tenant.
37c4add3-612a-483d-8b24-cccbb35d3306

Cloud entity fields

Fields that are provided by all Cloud workloads.

AttributeTypeDescriptionExamples
cloud.acquisition.statusstringexperimental
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.
OK; DELETED; ERROR; INCOMPLETE

Public IP Address

Smartscape node name: azure.resource.name

Smartscape node type: AZURE_MICROSOFT_NETWORK_PUBLICIPADDRESSES

This entity represents Public IP Address

Query

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

smartscapeNodes "AZURE_MICROSOFT_NETWORK_PUBLICIPADDRESSES"

Base entity fields

The following base fields are used for all entities.

AttributeTypeDescriptionExamples
idsmartscapeIdstable
A Smartscape ID consists of two components: an UPPER_CASE entity type and a random 16-character hexadecimal unique identifier, separated by a dash. Use Smartscape conversion functions when working with strings that represent Smartscape IDs.
<type>-017198AD253CBD63
id_classicstringdeprecated
The entity ID that was used in the classic entity store. This ID is present in old monitoring data. Not all entities have this ID, and it is not generated for new entities. Use the id field instead, which is the Smartscape ID.
<type>-017198AD253CBD63
namestringstable
The entity name.
localhost; easyTravel; product-catalog
typestringstable
The entity type. UPPER_SNAKE_CASE string that represents the type of the entity.
TYPE_A
tagsrecordstable
A consolidated record that aggregates all tag values originating from different contexts. Each nested field within tags represents a specific key (for example, release or name). The value of each nested field is the tag value from one or multiple contexts. Tags for specific context can be queried via tags:context field. Note that rule-based tags do not exist in the new model.
tags[tag_key-1] = [context_A_tag_val-1, context_B_tag_val-1]; tags[tag_key-2] = context_C_tag_val-1; tags:context_A[tag_key-1] = context_A_tag_val-1
lifetimetimeframestable
The lifetime of the entity. This is a record with two nested fields: start and end, which represent the time when the entity was first and last observed, respectively. Each time an entity is updated, the end time is updated to the current time.
{ start: 2022-07-06T13:36:00.808Z, end: 2024-04-11T06:56:01.204Z }
referencesrecordstable
Provides access to static edges pointing to other entities. In this record each nested field represents a relationship type and target type, and the value is an array of target smartscape IDs. This field is hidden by default but can be added using the fieldsAdd command.
{ references[runs_on.host] : [HOST-C251A1173C2B4B39,HOST-0E9038C7C4409D69], references[runs_on.container] : [CONTAINER-68A08967EF4F675B] }
dt.security_contextstring[]resource stable
The security contexts associated with the entity. For Smartscape entities, this field is always an array.
Tags: permission
[]

Azure resource fields

Contains all fields that are provided by all resorce running on Azure, including Azure, Core and K8s entities.

AttributeTypeDescriptionExamples
azure.subscriptionstringresource stable
An Azure subscription is a logical container used to provision resources in Azure.
Tags: permission primary-field
27e9b03f-04d2-2b69-b327-32f433f7ed21
azure.locationstringresource stable
A specific geographical location of Azure cloud resource.
Tags: primary-field
westeurope
azure.availability_zonesstring[]resource experimental
Availability zones of Azure cloud resource.
['1']
azure.resource.groupstringresource stable
A resource group is a container that holds related resources for an Azure solution.
Tags: permission primary-field
demo-backend-rg
azure.resource.idstringresource experimental
A unique, immutable identifier assigned to each Azure cloud resource.
/subscriptions/27e9b03f-04d2-2b69-b327-32f433f7ed21/resourceGroups/demo-backend-rg/providers/Microsoft.ContainerService/managedClusters/demo-aks
azure.resource.namestringresource experimental
User-provided name of the Azure cloud resource.
demo-aks
azure.resource.typestringresource experimental
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.

AttributeTypeDescriptionExamples
azure.resource.kindstringexperimental
A kind of the Azure resource
app,linux
azure.resource.sku.namestringexperimental
Name of the Azure resource SKU
B_Gen5_1
azure.resource.sku.tierstringexperimental
Tier of the Azure resource SKU
Basic
azure.resource.sku.capacitystringexperimental
Capacity of the Azure resource SKU
20
azure.statusstringexperimental
The status of the instance
Running; Stopped (deallocated)
azure.provisioning_statestringexperimental
The provisioning status of the resource
Succeeded; DELETED; ERROR; INCOMPLETE
azure.objectstringexperimental
The full JSON content of Azure object
azure.properties.versionstringexperimental
The json content version
...
azure.subscriptionstringresource stable
An Azure subscription is a logical container used to provision resources in Azure.
Tags: permission primary-field
27e9b03f-04d2-2b69-b327-32f433f7ed21
azure.locationstringresource stable
A specific geographical location of Azure cloud resource.
Tags: primary-field
westeurope
azure.availability_zonesstring[]resource experimental
Availability zones of Azure cloud resource.
['1']
azure.resource.groupstringresource stable
A resource group is a container that holds related resources for an Azure solution.
Tags: permission primary-field
demo-backend-rg
azure.tenant.idstringresource experimental
Unique, immutable identifier assigned to the Azure tenant.
37c4add3-612a-483d-8b24-cccbb35d3306

Cloud entity fields

Fields that are provided by all Cloud workloads.

AttributeTypeDescriptionExamples
cloud.acquisition.statusstringexperimental
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.
OK; DELETED; ERROR; INCOMPLETE

Route Table

Smartscape node name: azure.resource.name

Smartscape node type: AZURE_MICROSOFT_NETWORK_ROUTETABLES

This entity represents Route Table

Query

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

smartscapeNodes "AZURE_MICROSOFT_NETWORK_ROUTETABLES"

Base entity fields

The following base fields are used for all entities.

AttributeTypeDescriptionExamples
idsmartscapeIdstable
A Smartscape ID consists of two components: an UPPER_CASE entity type and a random 16-character hexadecimal unique identifier, separated by a dash. Use Smartscape conversion functions when working with strings that represent Smartscape IDs.
<type>-017198AD253CBD63
id_classicstringdeprecated
The entity ID that was used in the classic entity store. This ID is present in old monitoring data. Not all entities have this ID, and it is not generated for new entities. Use the id field instead, which is the Smartscape ID.
<type>-017198AD253CBD63
namestringstable
The entity name.
localhost; easyTravel; product-catalog
typestringstable
The entity type. UPPER_SNAKE_CASE string that represents the type of the entity.
TYPE_A
tagsrecordstable
A consolidated record that aggregates all tag values originating from different contexts. Each nested field within tags represents a specific key (for example, release or name). The value of each nested field is the tag value from one or multiple contexts. Tags for specific context can be queried via tags:context field. Note that rule-based tags do not exist in the new model.
tags[tag_key-1] = [context_A_tag_val-1, context_B_tag_val-1]; tags[tag_key-2] = context_C_tag_val-1; tags:context_A[tag_key-1] = context_A_tag_val-1
lifetimetimeframestable
The lifetime of the entity. This is a record with two nested fields: start and end, which represent the time when the entity was first and last observed, respectively. Each time an entity is updated, the end time is updated to the current time.
{ start: 2022-07-06T13:36:00.808Z, end: 2024-04-11T06:56:01.204Z }
referencesrecordstable
Provides access to static edges pointing to other entities. In this record each nested field represents a relationship type and target type, and the value is an array of target smartscape IDs. This field is hidden by default but can be added using the fieldsAdd command.
{ references[runs_on.host] : [HOST-C251A1173C2B4B39,HOST-0E9038C7C4409D69], references[runs_on.container] : [CONTAINER-68A08967EF4F675B] }
dt.security_contextstring[]resource stable
The security contexts associated with the entity. For Smartscape entities, this field is always an array.
Tags: permission
[]

Azure resource fields

Contains all fields that are provided by all resorce running on Azure, including Azure, Core and K8s entities.

AttributeTypeDescriptionExamples
azure.subscriptionstringresource stable
An Azure subscription is a logical container used to provision resources in Azure.
Tags: permission primary-field
27e9b03f-04d2-2b69-b327-32f433f7ed21
azure.locationstringresource stable
A specific geographical location of Azure cloud resource.
Tags: primary-field
westeurope
azure.availability_zonesstring[]resource experimental
Availability zones of Azure cloud resource.
['1']
azure.resource.groupstringresource stable
A resource group is a container that holds related resources for an Azure solution.
Tags: permission primary-field
demo-backend-rg
azure.resource.idstringresource experimental
A unique, immutable identifier assigned to each Azure cloud resource.
/subscriptions/27e9b03f-04d2-2b69-b327-32f433f7ed21/resourceGroups/demo-backend-rg/providers/Microsoft.ContainerService/managedClusters/demo-aks
azure.resource.namestringresource experimental
User-provided name of the Azure cloud resource.
demo-aks
azure.resource.typestringresource experimental
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.

AttributeTypeDescriptionExamples
azure.resource.kindstringexperimental
A kind of the Azure resource
app,linux
azure.resource.sku.namestringexperimental
Name of the Azure resource SKU
B_Gen5_1
azure.resource.sku.tierstringexperimental
Tier of the Azure resource SKU
Basic
azure.resource.sku.capacitystringexperimental
Capacity of the Azure resource SKU
20
azure.statusstringexperimental
The status of the instance
Running; Stopped (deallocated)
azure.provisioning_statestringexperimental
The provisioning status of the resource
Succeeded; DELETED; ERROR; INCOMPLETE
azure.objectstringexperimental
The full JSON content of Azure object
azure.properties.versionstringexperimental
The json content version
...
azure.subscriptionstringresource stable
An Azure subscription is a logical container used to provision resources in Azure.
Tags: permission primary-field
27e9b03f-04d2-2b69-b327-32f433f7ed21
azure.locationstringresource stable
A specific geographical location of Azure cloud resource.
Tags: primary-field
westeurope
azure.availability_zonesstring[]resource experimental
Availability zones of Azure cloud resource.
['1']
azure.resource.groupstringresource stable
A resource group is a container that holds related resources for an Azure solution.
Tags: permission primary-field
demo-backend-rg
azure.tenant.idstringresource experimental
Unique, immutable identifier assigned to the Azure tenant.
37c4add3-612a-483d-8b24-cccbb35d3306

Cloud entity fields

Fields that are provided by all Cloud workloads.

AttributeTypeDescriptionExamples
cloud.acquisition.statusstringexperimental
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.
OK; DELETED; ERROR; INCOMPLETE

Route Table Routes

Smartscape node name: azure.resource.name

Smartscape node type: AZURE_MICROSOFT_NETWORK_ROUTETABLES_ROUTES

This entity represents Route Table Routes

Query

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

smartscapeNodes "AZURE_MICROSOFT_NETWORK_ROUTETABLES_ROUTES"

Base entity fields

The following base fields are used for all entities.

AttributeTypeDescriptionExamples
idsmartscapeIdstable
A Smartscape ID consists of two components: an UPPER_CASE entity type and a random 16-character hexadecimal unique identifier, separated by a dash. Use Smartscape conversion functions when working with strings that represent Smartscape IDs.
<type>-017198AD253CBD63
id_classicstringdeprecated
The entity ID that was used in the classic entity store. This ID is present in old monitoring data. Not all entities have this ID, and it is not generated for new entities. Use the id field instead, which is the Smartscape ID.
<type>-017198AD253CBD63
namestringstable
The entity name.
localhost; easyTravel; product-catalog
typestringstable
The entity type. UPPER_SNAKE_CASE string that represents the type of the entity.
TYPE_A
tagsrecordstable
A consolidated record that aggregates all tag values originating from different contexts. Each nested field within tags represents a specific key (for example, release or name). The value of each nested field is the tag value from one or multiple contexts. Tags for specific context can be queried via tags:context field. Note that rule-based tags do not exist in the new model.
tags[tag_key-1] = [context_A_tag_val-1, context_B_tag_val-1]; tags[tag_key-2] = context_C_tag_val-1; tags:context_A[tag_key-1] = context_A_tag_val-1
lifetimetimeframestable
The lifetime of the entity. This is a record with two nested fields: start and end, which represent the time when the entity was first and last observed, respectively. Each time an entity is updated, the end time is updated to the current time.
{ start: 2022-07-06T13:36:00.808Z, end: 2024-04-11T06:56:01.204Z }
referencesrecordstable
Provides access to static edges pointing to other entities. In this record each nested field represents a relationship type and target type, and the value is an array of target smartscape IDs. This field is hidden by default but can be added using the fieldsAdd command.
{ references[runs_on.host] : [HOST-C251A1173C2B4B39,HOST-0E9038C7C4409D69], references[runs_on.container] : [CONTAINER-68A08967EF4F675B] }
dt.security_contextstring[]resource stable
The security contexts associated with the entity. For Smartscape entities, this field is always an array.
Tags: permission
[]

Azure resource fields

Contains all fields that are provided by all resorce running on Azure, including Azure, Core and K8s entities.

AttributeTypeDescriptionExamples
azure.subscriptionstringresource stable
An Azure subscription is a logical container used to provision resources in Azure.
Tags: permission primary-field
27e9b03f-04d2-2b69-b327-32f433f7ed21
azure.locationstringresource stable
A specific geographical location of Azure cloud resource.
Tags: primary-field
westeurope
azure.availability_zonesstring[]resource experimental
Availability zones of Azure cloud resource.
['1']
azure.resource.groupstringresource stable
A resource group is a container that holds related resources for an Azure solution.
Tags: permission primary-field
demo-backend-rg
azure.resource.idstringresource experimental
A unique, immutable identifier assigned to each Azure cloud resource.
/subscriptions/27e9b03f-04d2-2b69-b327-32f433f7ed21/resourceGroups/demo-backend-rg/providers/Microsoft.ContainerService/managedClusters/demo-aks
azure.resource.namestringresource experimental
User-provided name of the Azure cloud resource.
demo-aks
azure.resource.typestringresource experimental
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.

AttributeTypeDescriptionExamples
azure.resource.kindstringexperimental
A kind of the Azure resource
app,linux
azure.resource.sku.namestringexperimental
Name of the Azure resource SKU
B_Gen5_1
azure.resource.sku.tierstringexperimental
Tier of the Azure resource SKU
Basic
azure.resource.sku.capacitystringexperimental
Capacity of the Azure resource SKU
20
azure.statusstringexperimental
The status of the instance
Running; Stopped (deallocated)
azure.provisioning_statestringexperimental
The provisioning status of the resource
Succeeded; DELETED; ERROR; INCOMPLETE
azure.objectstringexperimental
The full JSON content of Azure object
azure.properties.versionstringexperimental
The json content version
...
azure.subscriptionstringresource stable
An Azure subscription is a logical container used to provision resources in Azure.
Tags: permission primary-field
27e9b03f-04d2-2b69-b327-32f433f7ed21
azure.locationstringresource stable
A specific geographical location of Azure cloud resource.
Tags: primary-field
westeurope
azure.availability_zonesstring[]resource experimental
Availability zones of Azure cloud resource.
['1']
azure.resource.groupstringresource stable
A resource group is a container that holds related resources for an Azure solution.
Tags: permission primary-field
demo-backend-rg
azure.tenant.idstringresource experimental
Unique, immutable identifier assigned to the Azure tenant.
37c4add3-612a-483d-8b24-cccbb35d3306

Cloud entity fields

Fields that are provided by all Cloud workloads.

AttributeTypeDescriptionExamples
cloud.acquisition.statusstringexperimental
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.
OK; DELETED; ERROR; INCOMPLETE

SQL Migration Services

Smartscape node name: azure.resource.name

Smartscape node type: AZURE_MICROSOFT_DATAMIGRATION_SQLMIGRATIONSERVICES

This entity represents SQL Migration Services

Query

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

smartscapeNodes "AZURE_MICROSOFT_DATAMIGRATION_SQLMIGRATIONSERVICES"

Base entity fields

The following base fields are used for all entities.

AttributeTypeDescriptionExamples
idsmartscapeIdstable
A Smartscape ID consists of two components: an UPPER_CASE entity type and a random 16-character hexadecimal unique identifier, separated by a dash. Use Smartscape conversion functions when working with strings that represent Smartscape IDs.
<type>-017198AD253CBD63
id_classicstringdeprecated
The entity ID that was used in the classic entity store. This ID is present in old monitoring data. Not all entities have this ID, and it is not generated for new entities. Use the id field instead, which is the Smartscape ID.
<type>-017198AD253CBD63
namestringstable
The entity name.
localhost; easyTravel; product-catalog
typestringstable
The entity type. UPPER_SNAKE_CASE string that represents the type of the entity.
TYPE_A
tagsrecordstable
A consolidated record that aggregates all tag values originating from different contexts. Each nested field within tags represents a specific key (for example, release or name). The value of each nested field is the tag value from one or multiple contexts. Tags for specific context can be queried via tags:context field. Note that rule-based tags do not exist in the new model.
tags[tag_key-1] = [context_A_tag_val-1, context_B_tag_val-1]; tags[tag_key-2] = context_C_tag_val-1; tags:context_A[tag_key-1] = context_A_tag_val-1
lifetimetimeframestable
The lifetime of the entity. This is a record with two nested fields: start and end, which represent the time when the entity was first and last observed, respectively. Each time an entity is updated, the end time is updated to the current time.
{ start: 2022-07-06T13:36:00.808Z, end: 2024-04-11T06:56:01.204Z }
referencesrecordstable
Provides access to static edges pointing to other entities. In this record each nested field represents a relationship type and target type, and the value is an array of target smartscape IDs. This field is hidden by default but can be added using the fieldsAdd command.
{ references[runs_on.host] : [HOST-C251A1173C2B4B39,HOST-0E9038C7C4409D69], references[runs_on.container] : [CONTAINER-68A08967EF4F675B] }
dt.security_contextstring[]resource stable
The security contexts associated with the entity. For Smartscape entities, this field is always an array.
Tags: permission
[]

Azure resource fields

Contains all fields that are provided by all resorce running on Azure, including Azure, Core and K8s entities.

AttributeTypeDescriptionExamples
azure.subscriptionstringresource stable
An Azure subscription is a logical container used to provision resources in Azure.
Tags: permission primary-field
27e9b03f-04d2-2b69-b327-32f433f7ed21
azure.locationstringresource stable
A specific geographical location of Azure cloud resource.
Tags: primary-field
westeurope
azure.availability_zonesstring[]resource experimental
Availability zones of Azure cloud resource.
['1']
azure.resource.groupstringresource stable
A resource group is a container that holds related resources for an Azure solution.
Tags: permission primary-field
demo-backend-rg
azure.resource.idstringresource experimental
A unique, immutable identifier assigned to each Azure cloud resource.
/subscriptions/27e9b03f-04d2-2b69-b327-32f433f7ed21/resourceGroups/demo-backend-rg/providers/Microsoft.ContainerService/managedClusters/demo-aks
azure.resource.namestringresource experimental
User-provided name of the Azure cloud resource.
demo-aks
azure.resource.typestringresource experimental
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.

AttributeTypeDescriptionExamples
azure.resource.kindstringexperimental
A kind of the Azure resource
app,linux
azure.resource.sku.namestringexperimental
Name of the Azure resource SKU
B_Gen5_1
azure.resource.sku.tierstringexperimental
Tier of the Azure resource SKU
Basic
azure.resource.sku.capacitystringexperimental
Capacity of the Azure resource SKU
20
azure.statusstringexperimental
The status of the instance
Running; Stopped (deallocated)
azure.provisioning_statestringexperimental
The provisioning status of the resource
Succeeded; DELETED; ERROR; INCOMPLETE
azure.objectstringexperimental
The full JSON content of Azure object
azure.properties.versionstringexperimental
The json content version
...
azure.subscriptionstringresource stable
An Azure subscription is a logical container used to provision resources in Azure.
Tags: permission primary-field
27e9b03f-04d2-2b69-b327-32f433f7ed21
azure.locationstringresource stable
A specific geographical location of Azure cloud resource.
Tags: primary-field
westeurope
azure.availability_zonesstring[]resource experimental
Availability zones of Azure cloud resource.
['1']
azure.resource.groupstringresource stable
A resource group is a container that holds related resources for an Azure solution.
Tags: permission primary-field
demo-backend-rg
azure.tenant.idstringresource experimental
Unique, immutable identifier assigned to the Azure tenant.
37c4add3-612a-483d-8b24-cccbb35d3306

Cloud entity fields

Fields that are provided by all Cloud workloads.

AttributeTypeDescriptionExamples
cloud.acquisition.statusstringexperimental
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.
OK; DELETED; ERROR; INCOMPLETE

SSH Public Keys

Smartscape node name: azure.resource.name

Smartscape node type: AZURE_MICROSOFT_COMPUTE_SSHPUBLICKEYS

This entity represents SSH Public Keys

Query

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

smartscapeNodes "AZURE_MICROSOFT_COMPUTE_SSHPUBLICKEYS"

Base entity fields

The following base fields are used for all entities.

AttributeTypeDescriptionExamples
idsmartscapeIdstable
A Smartscape ID consists of two components: an UPPER_CASE entity type and a random 16-character hexadecimal unique identifier, separated by a dash. Use Smartscape conversion functions when working with strings that represent Smartscape IDs.
<type>-017198AD253CBD63
id_classicstringdeprecated
The entity ID that was used in the classic entity store. This ID is present in old monitoring data. Not all entities have this ID, and it is not generated for new entities. Use the id field instead, which is the Smartscape ID.
<type>-017198AD253CBD63
namestringstable
The entity name.
localhost; easyTravel; product-catalog
typestringstable
The entity type. UPPER_SNAKE_CASE string that represents the type of the entity.
TYPE_A
tagsrecordstable
A consolidated record that aggregates all tag values originating from different contexts. Each nested field within tags represents a specific key (for example, release or name). The value of each nested field is the tag value from one or multiple contexts. Tags for specific context can be queried via tags:context field. Note that rule-based tags do not exist in the new model.
tags[tag_key-1] = [context_A_tag_val-1, context_B_tag_val-1]; tags[tag_key-2] = context_C_tag_val-1; tags:context_A[tag_key-1] = context_A_tag_val-1
lifetimetimeframestable
The lifetime of the entity. This is a record with two nested fields: start and end, which represent the time when the entity was first and last observed, respectively. Each time an entity is updated, the end time is updated to the current time.
{ start: 2022-07-06T13:36:00.808Z, end: 2024-04-11T06:56:01.204Z }
referencesrecordstable
Provides access to static edges pointing to other entities. In this record each nested field represents a relationship type and target type, and the value is an array of target smartscape IDs. This field is hidden by default but can be added using the fieldsAdd command.
{ references[runs_on.host] : [HOST-C251A1173C2B4B39,HOST-0E9038C7C4409D69], references[runs_on.container] : [CONTAINER-68A08967EF4F675B] }
dt.security_contextstring[]resource stable
The security contexts associated with the entity. For Smartscape entities, this field is always an array.
Tags: permission
[]

Azure resource fields

Contains all fields that are provided by all resorce running on Azure, including Azure, Core and K8s entities.

AttributeTypeDescriptionExamples
azure.subscriptionstringresource stable
An Azure subscription is a logical container used to provision resources in Azure.
Tags: permission primary-field
27e9b03f-04d2-2b69-b327-32f433f7ed21
azure.locationstringresource stable
A specific geographical location of Azure cloud resource.
Tags: primary-field
westeurope
azure.availability_zonesstring[]resource experimental
Availability zones of Azure cloud resource.
['1']
azure.resource.groupstringresource stable
A resource group is a container that holds related resources for an Azure solution.
Tags: permission primary-field
demo-backend-rg
azure.resource.idstringresource experimental
A unique, immutable identifier assigned to each Azure cloud resource.
/subscriptions/27e9b03f-04d2-2b69-b327-32f433f7ed21/resourceGroups/demo-backend-rg/providers/Microsoft.ContainerService/managedClusters/demo-aks
azure.resource.namestringresource experimental
User-provided name of the Azure cloud resource.
demo-aks
azure.resource.typestringresource experimental
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.

AttributeTypeDescriptionExamples
azure.resource.kindstringexperimental
A kind of the Azure resource
app,linux
azure.resource.sku.namestringexperimental
Name of the Azure resource SKU
B_Gen5_1
azure.resource.sku.tierstringexperimental
Tier of the Azure resource SKU
Basic
azure.resource.sku.capacitystringexperimental
Capacity of the Azure resource SKU
20
azure.statusstringexperimental
The status of the instance
Running; Stopped (deallocated)
azure.provisioning_statestringexperimental
The provisioning status of the resource
Succeeded; DELETED; ERROR; INCOMPLETE
azure.objectstringexperimental
The full JSON content of Azure object
azure.properties.versionstringexperimental
The json content version
...
azure.subscriptionstringresource stable
An Azure subscription is a logical container used to provision resources in Azure.
Tags: permission primary-field
27e9b03f-04d2-2b69-b327-32f433f7ed21
azure.locationstringresource stable
A specific geographical location of Azure cloud resource.
Tags: primary-field
westeurope
azure.availability_zonesstring[]resource experimental
Availability zones of Azure cloud resource.
['1']
azure.resource.groupstringresource stable
A resource group is a container that holds related resources for an Azure solution.
Tags: permission primary-field
demo-backend-rg
azure.tenant.idstringresource experimental
Unique, immutable identifier assigned to the Azure tenant.
37c4add3-612a-483d-8b24-cccbb35d3306

Cloud entity fields

Fields that are provided by all Cloud workloads.

AttributeTypeDescriptionExamples
cloud.acquisition.statusstringexperimental
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.
OK; DELETED; ERROR; INCOMPLETE

Security Automations

Smartscape node name: azure.resource.name

Smartscape node type: AZURE_MICROSOFT_SECURITY_AUTOMATIONS

This entity represents Security Automations

Query

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

smartscapeNodes "AZURE_MICROSOFT_SECURITY_AUTOMATIONS"

Base entity fields

The following base fields are used for all entities.

AttributeTypeDescriptionExamples
idsmartscapeIdstable
A Smartscape ID consists of two components: an UPPER_CASE entity type and a random 16-character hexadecimal unique identifier, separated by a dash. Use Smartscape conversion functions when working with strings that represent Smartscape IDs.
<type>-017198AD253CBD63
id_classicstringdeprecated
The entity ID that was used in the classic entity store. This ID is present in old monitoring data. Not all entities have this ID, and it is not generated for new entities. Use the id field instead, which is the Smartscape ID.
<type>-017198AD253CBD63
namestringstable
The entity name.
localhost; easyTravel; product-catalog
typestringstable
The entity type. UPPER_SNAKE_CASE string that represents the type of the entity.
TYPE_A
tagsrecordstable
A consolidated record that aggregates all tag values originating from different contexts. Each nested field within tags represents a specific key (for example, release or name). The value of each nested field is the tag value from one or multiple contexts. Tags for specific context can be queried via tags:context field. Note that rule-based tags do not exist in the new model.
tags[tag_key-1] = [context_A_tag_val-1, context_B_tag_val-1]; tags[tag_key-2] = context_C_tag_val-1; tags:context_A[tag_key-1] = context_A_tag_val-1
lifetimetimeframestable
The lifetime of the entity. This is a record with two nested fields: start and end, which represent the time when the entity was first and last observed, respectively. Each time an entity is updated, the end time is updated to the current time.
{ start: 2022-07-06T13:36:00.808Z, end: 2024-04-11T06:56:01.204Z }
referencesrecordstable
Provides access to static edges pointing to other entities. In this record each nested field represents a relationship type and target type, and the value is an array of target smartscape IDs. This field is hidden by default but can be added using the fieldsAdd command.
{ references[runs_on.host] : [HOST-C251A1173C2B4B39,HOST-0E9038C7C4409D69], references[runs_on.container] : [CONTAINER-68A08967EF4F675B] }
dt.security_contextstring[]resource stable
The security contexts associated with the entity. For Smartscape entities, this field is always an array.
Tags: permission
[]

Azure resource fields

Contains all fields that are provided by all resorce running on Azure, including Azure, Core and K8s entities.

AttributeTypeDescriptionExamples
azure.subscriptionstringresource stable
An Azure subscription is a logical container used to provision resources in Azure.
Tags: permission primary-field
27e9b03f-04d2-2b69-b327-32f433f7ed21
azure.locationstringresource stable
A specific geographical location of Azure cloud resource.
Tags: primary-field
westeurope
azure.availability_zonesstring[]resource experimental
Availability zones of Azure cloud resource.
['1']
azure.resource.groupstringresource stable
A resource group is a container that holds related resources for an Azure solution.
Tags: permission primary-field
demo-backend-rg
azure.resource.idstringresource experimental
A unique, immutable identifier assigned to each Azure cloud resource.
/subscriptions/27e9b03f-04d2-2b69-b327-32f433f7ed21/resourceGroups/demo-backend-rg/providers/Microsoft.ContainerService/managedClusters/demo-aks
azure.resource.namestringresource experimental
User-provided name of the Azure cloud resource.
demo-aks
azure.resource.typestringresource experimental
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.

AttributeTypeDescriptionExamples
azure.resource.kindstringexperimental
A kind of the Azure resource
app,linux
azure.resource.sku.namestringexperimental
Name of the Azure resource SKU
B_Gen5_1
azure.resource.sku.tierstringexperimental
Tier of the Azure resource SKU
Basic
azure.resource.sku.capacitystringexperimental
Capacity of the Azure resource SKU
20
azure.statusstringexperimental
The status of the instance
Running; Stopped (deallocated)
azure.provisioning_statestringexperimental
The provisioning status of the resource
Succeeded; DELETED; ERROR; INCOMPLETE
azure.objectstringexperimental
The full JSON content of Azure object
azure.properties.versionstringexperimental
The json content version
...
azure.subscriptionstringresource stable
An Azure subscription is a logical container used to provision resources in Azure.
Tags: permission primary-field
27e9b03f-04d2-2b69-b327-32f433f7ed21
azure.locationstringresource stable
A specific geographical location of Azure cloud resource.
Tags: primary-field
westeurope
azure.availability_zonesstring[]resource experimental
Availability zones of Azure cloud resource.
['1']
azure.resource.groupstringresource stable
A resource group is a container that holds related resources for an Azure solution.
Tags: permission primary-field
demo-backend-rg
azure.tenant.idstringresource experimental
Unique, immutable identifier assigned to the Azure tenant.
37c4add3-612a-483d-8b24-cccbb35d3306

Cloud entity fields

Fields that are provided by all Cloud workloads.

AttributeTypeDescriptionExamples
cloud.acquisition.statusstringexperimental
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.
OK; DELETED; ERROR; INCOMPLETE

Storage Account

Smartscape node name: azure.resource.name

Smartscape node type: AZURE_MICROSOFT_STORAGE_STORAGEACCOUNTS

This entity represents Storage Account

Query

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

smartscapeNodes "AZURE_MICROSOFT_STORAGE_STORAGEACCOUNTS"

Base entity fields

The following base fields are used for all entities.

AttributeTypeDescriptionExamples
idsmartscapeIdstable
A Smartscape ID consists of two components: an UPPER_CASE entity type and a random 16-character hexadecimal unique identifier, separated by a dash. Use Smartscape conversion functions when working with strings that represent Smartscape IDs.
<type>-017198AD253CBD63
id_classicstringdeprecated
The entity ID that was used in the classic entity store. This ID is present in old monitoring data. Not all entities have this ID, and it is not generated for new entities. Use the id field instead, which is the Smartscape ID.
<type>-017198AD253CBD63
namestringstable
The entity name.
localhost; easyTravel; product-catalog
typestringstable
The entity type. UPPER_SNAKE_CASE string that represents the type of the entity.
TYPE_A
tagsrecordstable
A consolidated record that aggregates all tag values originating from different contexts. Each nested field within tags represents a specific key (for example, release or name). The value of each nested field is the tag value from one or multiple contexts. Tags for specific context can be queried via tags:context field. Note that rule-based tags do not exist in the new model.
tags[tag_key-1] = [context_A_tag_val-1, context_B_tag_val-1]; tags[tag_key-2] = context_C_tag_val-1; tags:context_A[tag_key-1] = context_A_tag_val-1
lifetimetimeframestable
The lifetime of the entity. This is a record with two nested fields: start and end, which represent the time when the entity was first and last observed, respectively. Each time an entity is updated, the end time is updated to the current time.
{ start: 2022-07-06T13:36:00.808Z, end: 2024-04-11T06:56:01.204Z }
referencesrecordstable
Provides access to static edges pointing to other entities. In this record each nested field represents a relationship type and target type, and the value is an array of target smartscape IDs. This field is hidden by default but can be added using the fieldsAdd command.
{ references[runs_on.host] : [HOST-C251A1173C2B4B39,HOST-0E9038C7C4409D69], references[runs_on.container] : [CONTAINER-68A08967EF4F675B] }
dt.security_contextstring[]resource stable
The security contexts associated with the entity. For Smartscape entities, this field is always an array.
Tags: permission
[]

Azure resource fields

Contains all fields that are provided by all resorce running on Azure, including Azure, Core and K8s entities.

AttributeTypeDescriptionExamples
azure.subscriptionstringresource stable
An Azure subscription is a logical container used to provision resources in Azure.
Tags: permission primary-field
27e9b03f-04d2-2b69-b327-32f433f7ed21
azure.locationstringresource stable
A specific geographical location of Azure cloud resource.
Tags: primary-field
westeurope
azure.availability_zonesstring[]resource experimental
Availability zones of Azure cloud resource.
['1']
azure.resource.groupstringresource stable
A resource group is a container that holds related resources for an Azure solution.
Tags: permission primary-field
demo-backend-rg
azure.resource.idstringresource experimental
A unique, immutable identifier assigned to each Azure cloud resource.
/subscriptions/27e9b03f-04d2-2b69-b327-32f433f7ed21/resourceGroups/demo-backend-rg/providers/Microsoft.ContainerService/managedClusters/demo-aks
azure.resource.namestringresource experimental
User-provided name of the Azure cloud resource.
demo-aks
azure.resource.typestringresource experimental
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.

AttributeTypeDescriptionExamples
azure.resource.kindstringexperimental
A kind of the Azure resource
app,linux
azure.resource.sku.namestringexperimental
Name of the Azure resource SKU
B_Gen5_1
azure.resource.sku.tierstringexperimental
Tier of the Azure resource SKU
Basic
azure.resource.sku.capacitystringexperimental
Capacity of the Azure resource SKU
20
azure.statusstringexperimental
The status of the instance
Running; Stopped (deallocated)
azure.provisioning_statestringexperimental
The provisioning status of the resource
Succeeded; DELETED; ERROR; INCOMPLETE
azure.objectstringexperimental
The full JSON content of Azure object
azure.properties.versionstringexperimental
The json content version
...
azure.subscriptionstringresource stable
An Azure subscription is a logical container used to provision resources in Azure.
Tags: permission primary-field
27e9b03f-04d2-2b69-b327-32f433f7ed21
azure.locationstringresource stable
A specific geographical location of Azure cloud resource.
Tags: primary-field
westeurope
azure.availability_zonesstring[]resource experimental
Availability zones of Azure cloud resource.
['1']
azure.resource.groupstringresource stable
A resource group is a container that holds related resources for an Azure solution.
Tags: permission primary-field
demo-backend-rg
azure.tenant.idstringresource experimental
Unique, immutable identifier assigned to the Azure tenant.
37c4add3-612a-483d-8b24-cccbb35d3306

Cloud entity fields

Fields that are provided by all Cloud workloads.

AttributeTypeDescriptionExamples
cloud.acquisition.statusstringexperimental
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.
OK; DELETED; ERROR; INCOMPLETE

Storage Account Blob Containers

Smartscape node name: azure.resource.name

Smartscape node type: AZURE_MICROSOFT_STORAGE_STORAGEACCOUNTS_BLOBSERVICES_CONTAINERS

This entity represents Storage Account Blob Containers

Query

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

smartscapeNodes "AZURE_MICROSOFT_STORAGE_STORAGEACCOUNTS_BLOBSERVICES_CONTAINERS"

Base entity fields

The following base fields are used for all entities.

AttributeTypeDescriptionExamples
idsmartscapeIdstable
A Smartscape ID consists of two components: an UPPER_CASE entity type and a random 16-character hexadecimal unique identifier, separated by a dash. Use Smartscape conversion functions when working with strings that represent Smartscape IDs.
<type>-017198AD253CBD63
id_classicstringdeprecated
The entity ID that was used in the classic entity store. This ID is present in old monitoring data. Not all entities have this ID, and it is not generated for new entities. Use the id field instead, which is the Smartscape ID.
<type>-017198AD253CBD63
namestringstable
The entity name.
localhost; easyTravel; product-catalog
typestringstable
The entity type. UPPER_SNAKE_CASE string that represents the type of the entity.
TYPE_A
tagsrecordstable
A consolidated record that aggregates all tag values originating from different contexts. Each nested field within tags represents a specific key (for example, release or name). The value of each nested field is the tag value from one or multiple contexts. Tags for specific context can be queried via tags:context field. Note that rule-based tags do not exist in the new model.
tags[tag_key-1] = [context_A_tag_val-1, context_B_tag_val-1]; tags[tag_key-2] = context_C_tag_val-1; tags:context_A[tag_key-1] = context_A_tag_val-1
lifetimetimeframestable
The lifetime of the entity. This is a record with two nested fields: start and end, which represent the time when the entity was first and last observed, respectively. Each time an entity is updated, the end time is updated to the current time.
{ start: 2022-07-06T13:36:00.808Z, end: 2024-04-11T06:56:01.204Z }
referencesrecordstable
Provides access to static edges pointing to other entities. In this record each nested field represents a relationship type and target type, and the value is an array of target smartscape IDs. This field is hidden by default but can be added using the fieldsAdd command.
{ references[runs_on.host] : [HOST-C251A1173C2B4B39,HOST-0E9038C7C4409D69], references[runs_on.container] : [CONTAINER-68A08967EF4F675B] }
dt.security_contextstring[]resource stable
The security contexts associated with the entity. For Smartscape entities, this field is always an array.
Tags: permission
[]

Azure resource fields

Contains all fields that are provided by all resorce running on Azure, including Azure, Core and K8s entities.

AttributeTypeDescriptionExamples
azure.subscriptionstringresource stable
An Azure subscription is a logical container used to provision resources in Azure.
Tags: permission primary-field
27e9b03f-04d2-2b69-b327-32f433f7ed21
azure.locationstringresource stable
A specific geographical location of Azure cloud resource.
Tags: primary-field
westeurope
azure.availability_zonesstring[]resource experimental
Availability zones of Azure cloud resource.
['1']
azure.resource.groupstringresource stable
A resource group is a container that holds related resources for an Azure solution.
Tags: permission primary-field
demo-backend-rg
azure.resource.idstringresource experimental
A unique, immutable identifier assigned to each Azure cloud resource.
/subscriptions/27e9b03f-04d2-2b69-b327-32f433f7ed21/resourceGroups/demo-backend-rg/providers/Microsoft.ContainerService/managedClusters/demo-aks
azure.resource.namestringresource experimental
User-provided name of the Azure cloud resource.
demo-aks
azure.resource.typestringresource experimental
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.

AttributeTypeDescriptionExamples
azure.resource.kindstringexperimental
A kind of the Azure resource
app,linux
azure.resource.sku.namestringexperimental
Name of the Azure resource SKU
B_Gen5_1
azure.resource.sku.tierstringexperimental
Tier of the Azure resource SKU
Basic
azure.resource.sku.capacitystringexperimental
Capacity of the Azure resource SKU
20
azure.statusstringexperimental
The status of the instance
Running; Stopped (deallocated)
azure.provisioning_statestringexperimental
The provisioning status of the resource
Succeeded; DELETED; ERROR; INCOMPLETE
azure.objectstringexperimental
The full JSON content of Azure object
azure.properties.versionstringexperimental
The json content version
...
azure.subscriptionstringresource stable
An Azure subscription is a logical container used to provision resources in Azure.
Tags: permission primary-field
27e9b03f-04d2-2b69-b327-32f433f7ed21
azure.locationstringresource stable
A specific geographical location of Azure cloud resource.
Tags: primary-field
westeurope
azure.availability_zonesstring[]resource experimental
Availability zones of Azure cloud resource.
['1']
azure.resource.groupstringresource stable
A resource group is a container that holds related resources for an Azure solution.
Tags: permission primary-field
demo-backend-rg
azure.tenant.idstringresource experimental
Unique, immutable identifier assigned to the Azure tenant.
37c4add3-612a-483d-8b24-cccbb35d3306

Cloud entity fields

Fields that are provided by all Cloud workloads.

AttributeTypeDescriptionExamples
cloud.acquisition.statusstringexperimental
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.
OK; DELETED; ERROR; INCOMPLETE

Storage Account File Shares

Smartscape node name: azure.resource.name

Smartscape node type: AZURE_MICROSOFT_STORAGE_STORAGEACCOUNTS_FILESERVICES_SHARES

This entity represents Storage Account File Shares

Query

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

smartscapeNodes "AZURE_MICROSOFT_STORAGE_STORAGEACCOUNTS_FILESERVICES_SHARES"

Base entity fields

The following base fields are used for all entities.

AttributeTypeDescriptionExamples
idsmartscapeIdstable
A Smartscape ID consists of two components: an UPPER_CASE entity type and a random 16-character hexadecimal unique identifier, separated by a dash. Use Smartscape conversion functions when working with strings that represent Smartscape IDs.
<type>-017198AD253CBD63
id_classicstringdeprecated
The entity ID that was used in the classic entity store. This ID is present in old monitoring data. Not all entities have this ID, and it is not generated for new entities. Use the id field instead, which is the Smartscape ID.
<type>-017198AD253CBD63
namestringstable
The entity name.
localhost; easyTravel; product-catalog
typestringstable
The entity type. UPPER_SNAKE_CASE string that represents the type of the entity.
TYPE_A
tagsrecordstable
A consolidated record that aggregates all tag values originating from different contexts. Each nested field within tags represents a specific key (for example, release or name). The value of each nested field is the tag value from one or multiple contexts. Tags for specific context can be queried via tags:context field. Note that rule-based tags do not exist in the new model.
tags[tag_key-1] = [context_A_tag_val-1, context_B_tag_val-1]; tags[tag_key-2] = context_C_tag_val-1; tags:context_A[tag_key-1] = context_A_tag_val-1
lifetimetimeframestable
The lifetime of the entity. This is a record with two nested fields: start and end, which represent the time when the entity was first and last observed, respectively. Each time an entity is updated, the end time is updated to the current time.
{ start: 2022-07-06T13:36:00.808Z, end: 2024-04-11T06:56:01.204Z }
referencesrecordstable
Provides access to static edges pointing to other entities. In this record each nested field represents a relationship type and target type, and the value is an array of target smartscape IDs. This field is hidden by default but can be added using the fieldsAdd command.
{ references[runs_on.host] : [HOST-C251A1173C2B4B39,HOST-0E9038C7C4409D69], references[runs_on.container] : [CONTAINER-68A08967EF4F675B] }
dt.security_contextstring[]resource stable
The security contexts associated with the entity. For Smartscape entities, this field is always an array.
Tags: permission
[]

Azure resource fields

Contains all fields that are provided by all resorce running on Azure, including Azure, Core and K8s entities.

AttributeTypeDescriptionExamples
azure.subscriptionstringresource stable
An Azure subscription is a logical container used to provision resources in Azure.
Tags: permission primary-field
27e9b03f-04d2-2b69-b327-32f433f7ed21
azure.locationstringresource stable
A specific geographical location of Azure cloud resource.
Tags: primary-field
westeurope
azure.availability_zonesstring[]resource experimental
Availability zones of Azure cloud resource.
['1']
azure.resource.groupstringresource stable
A resource group is a container that holds related resources for an Azure solution.
Tags: permission primary-field
demo-backend-rg
azure.resource.idstringresource experimental
A unique, immutable identifier assigned to each Azure cloud resource.
/subscriptions/27e9b03f-04d2-2b69-b327-32f433f7ed21/resourceGroups/demo-backend-rg/providers/Microsoft.ContainerService/managedClusters/demo-aks
azure.resource.namestringresource experimental
User-provided name of the Azure cloud resource.
demo-aks
azure.resource.typestringresource experimental
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.

AttributeTypeDescriptionExamples
azure.resource.kindstringexperimental
A kind of the Azure resource
app,linux
azure.resource.sku.namestringexperimental
Name of the Azure resource SKU
B_Gen5_1
azure.resource.sku.tierstringexperimental
Tier of the Azure resource SKU
Basic
azure.resource.sku.capacitystringexperimental
Capacity of the Azure resource SKU
20
azure.statusstringexperimental
The status of the instance
Running; Stopped (deallocated)
azure.provisioning_statestringexperimental
The provisioning status of the resource
Succeeded; DELETED; ERROR; INCOMPLETE
azure.objectstringexperimental
The full JSON content of Azure object
azure.properties.versionstringexperimental
The json content version
...
azure.subscriptionstringresource stable
An Azure subscription is a logical container used to provision resources in Azure.
Tags: permission primary-field
27e9b03f-04d2-2b69-b327-32f433f7ed21
azure.locationstringresource stable
A specific geographical location of Azure cloud resource.
Tags: primary-field
westeurope
azure.availability_zonesstring[]resource experimental
Availability zones of Azure cloud resource.
['1']
azure.resource.groupstringresource stable
A resource group is a container that holds related resources for an Azure solution.
Tags: permission primary-field
demo-backend-rg
azure.tenant.idstringresource experimental
Unique, immutable identifier assigned to the Azure tenant.
37c4add3-612a-483d-8b24-cccbb35d3306

Cloud entity fields

Fields that are provided by all Cloud workloads.

AttributeTypeDescriptionExamples
cloud.acquisition.statusstringexperimental
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.
OK; DELETED; ERROR; INCOMPLETE

Storage Account Storage Queues

Smartscape node name: azure.resource.name

Smartscape node type: AZURE_MICROSOFT_STORAGE_STORAGEACCOUNTS_QUEUESERVICES_QUEUES

This entity represents Storage Account Storage Queues

Query

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

smartscapeNodes "AZURE_MICROSOFT_STORAGE_STORAGEACCOUNTS_QUEUESERVICES_QUEUES"

Base entity fields

The following base fields are used for all entities.

AttributeTypeDescriptionExamples
idsmartscapeIdstable
A Smartscape ID consists of two components: an UPPER_CASE entity type and a random 16-character hexadecimal unique identifier, separated by a dash. Use Smartscape conversion functions when working with strings that represent Smartscape IDs.
<type>-017198AD253CBD63
id_classicstringdeprecated
The entity ID that was used in the classic entity store. This ID is present in old monitoring data. Not all entities have this ID, and it is not generated for new entities. Use the id field instead, which is the Smartscape ID.
<type>-017198AD253CBD63
namestringstable
The entity name.
localhost; easyTravel; product-catalog
typestringstable
The entity type. UPPER_SNAKE_CASE string that represents the type of the entity.
TYPE_A
tagsrecordstable
A consolidated record that aggregates all tag values originating from different contexts. Each nested field within tags represents a specific key (for example, release or name). The value of each nested field is the tag value from one or multiple contexts. Tags for specific context can be queried via tags:context field. Note that rule-based tags do not exist in the new model.
tags[tag_key-1] = [context_A_tag_val-1, context_B_tag_val-1]; tags[tag_key-2] = context_C_tag_val-1; tags:context_A[tag_key-1] = context_A_tag_val-1
lifetimetimeframestable
The lifetime of the entity. This is a record with two nested fields: start and end, which represent the time when the entity was first and last observed, respectively. Each time an entity is updated, the end time is updated to the current time.
{ start: 2022-07-06T13:36:00.808Z, end: 2024-04-11T06:56:01.204Z }
referencesrecordstable
Provides access to static edges pointing to other entities. In this record each nested field represents a relationship type and target type, and the value is an array of target smartscape IDs. This field is hidden by default but can be added using the fieldsAdd command.
{ references[runs_on.host] : [HOST-C251A1173C2B4B39,HOST-0E9038C7C4409D69], references[runs_on.container] : [CONTAINER-68A08967EF4F675B] }
dt.security_contextstring[]resource stable
The security contexts associated with the entity. For Smartscape entities, this field is always an array.
Tags: permission
[]

Azure resource fields

Contains all fields that are provided by all resorce running on Azure, including Azure, Core and K8s entities.

AttributeTypeDescriptionExamples
azure.subscriptionstringresource stable
An Azure subscription is a logical container used to provision resources in Azure.
Tags: permission primary-field
27e9b03f-04d2-2b69-b327-32f433f7ed21
azure.locationstringresource stable
A specific geographical location of Azure cloud resource.
Tags: primary-field
westeurope
azure.availability_zonesstring[]resource experimental
Availability zones of Azure cloud resource.
['1']
azure.resource.groupstringresource stable
A resource group is a container that holds related resources for an Azure solution.
Tags: permission primary-field
demo-backend-rg
azure.resource.idstringresource experimental
A unique, immutable identifier assigned to each Azure cloud resource.
/subscriptions/27e9b03f-04d2-2b69-b327-32f433f7ed21/resourceGroups/demo-backend-rg/providers/Microsoft.ContainerService/managedClusters/demo-aks
azure.resource.namestringresource experimental
User-provided name of the Azure cloud resource.
demo-aks
azure.resource.typestringresource experimental
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.

AttributeTypeDescriptionExamples
azure.resource.kindstringexperimental
A kind of the Azure resource
app,linux
azure.resource.sku.namestringexperimental
Name of the Azure resource SKU
B_Gen5_1
azure.resource.sku.tierstringexperimental
Tier of the Azure resource SKU
Basic
azure.resource.sku.capacitystringexperimental
Capacity of the Azure resource SKU
20
azure.statusstringexperimental
The status of the instance
Running; Stopped (deallocated)
azure.provisioning_statestringexperimental
The provisioning status of the resource
Succeeded; DELETED; ERROR; INCOMPLETE
azure.objectstringexperimental
The full JSON content of Azure object
azure.properties.versionstringexperimental
The json content version
...
azure.subscriptionstringresource stable
An Azure subscription is a logical container used to provision resources in Azure.
Tags: permission primary-field
27e9b03f-04d2-2b69-b327-32f433f7ed21
azure.locationstringresource stable
A specific geographical location of Azure cloud resource.
Tags: primary-field
westeurope
azure.availability_zonesstring[]resource experimental
Availability zones of Azure cloud resource.
['1']
azure.resource.groupstringresource stable
A resource group is a container that holds related resources for an Azure solution.
Tags: permission primary-field
demo-backend-rg
azure.tenant.idstringresource experimental
Unique, immutable identifier assigned to the Azure tenant.
37c4add3-612a-483d-8b24-cccbb35d3306

Cloud entity fields

Fields that are provided by all Cloud workloads.

AttributeTypeDescriptionExamples
cloud.acquisition.statusstringexperimental
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.
OK; DELETED; ERROR; INCOMPLETE

Storage Account Storage Tables

Smartscape node name: azure.resource.name

Smartscape node type: AZURE_MICROSOFT_STORAGE_STORAGEACCOUNTS_TABLESERVICES_TABLES

This entity represents Storage Account Storage Tables

Query

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

smartscapeNodes "AZURE_MICROSOFT_STORAGE_STORAGEACCOUNTS_TABLESERVICES_TABLES"

Base entity fields

The following base fields are used for all entities.

AttributeTypeDescriptionExamples
idsmartscapeIdstable
A Smartscape ID consists of two components: an UPPER_CASE entity type and a random 16-character hexadecimal unique identifier, separated by a dash. Use Smartscape conversion functions when working with strings that represent Smartscape IDs.
<type>-017198AD253CBD63
id_classicstringdeprecated
The entity ID that was used in the classic entity store. This ID is present in old monitoring data. Not all entities have this ID, and it is not generated for new entities. Use the id field instead, which is the Smartscape ID.
<type>-017198AD253CBD63
namestringstable
The entity name.
localhost; easyTravel; product-catalog
typestringstable
The entity type. UPPER_SNAKE_CASE string that represents the type of the entity.
TYPE_A
tagsrecordstable
A consolidated record that aggregates all tag values originating from different contexts. Each nested field within tags represents a specific key (for example, release or name). The value of each nested field is the tag value from one or multiple contexts. Tags for specific context can be queried via tags:context field. Note that rule-based tags do not exist in the new model.
tags[tag_key-1] = [context_A_tag_val-1, context_B_tag_val-1]; tags[tag_key-2] = context_C_tag_val-1; tags:context_A[tag_key-1] = context_A_tag_val-1
lifetimetimeframestable
The lifetime of the entity. This is a record with two nested fields: start and end, which represent the time when the entity was first and last observed, respectively. Each time an entity is updated, the end time is updated to the current time.
{ start: 2022-07-06T13:36:00.808Z, end: 2024-04-11T06:56:01.204Z }
referencesrecordstable
Provides access to static edges pointing to other entities. In this record each nested field represents a relationship type and target type, and the value is an array of target smartscape IDs. This field is hidden by default but can be added using the fieldsAdd command.
{ references[runs_on.host] : [HOST-C251A1173C2B4B39,HOST-0E9038C7C4409D69], references[runs_on.container] : [CONTAINER-68A08967EF4F675B] }
dt.security_contextstring[]resource stable
The security contexts associated with the entity. For Smartscape entities, this field is always an array.
Tags: permission
[]

Azure resource fields

Contains all fields that are provided by all resorce running on Azure, including Azure, Core and K8s entities.

AttributeTypeDescriptionExamples
azure.subscriptionstringresource stable
An Azure subscription is a logical container used to provision resources in Azure.
Tags: permission primary-field
27e9b03f-04d2-2b69-b327-32f433f7ed21
azure.locationstringresource stable
A specific geographical location of Azure cloud resource.
Tags: primary-field
westeurope
azure.availability_zonesstring[]resource experimental
Availability zones of Azure cloud resource.
['1']
azure.resource.groupstringresource stable
A resource group is a container that holds related resources for an Azure solution.
Tags: permission primary-field
demo-backend-rg
azure.resource.idstringresource experimental
A unique, immutable identifier assigned to each Azure cloud resource.
/subscriptions/27e9b03f-04d2-2b69-b327-32f433f7ed21/resourceGroups/demo-backend-rg/providers/Microsoft.ContainerService/managedClusters/demo-aks
azure.resource.namestringresource experimental
User-provided name of the Azure cloud resource.
demo-aks
azure.resource.typestringresource experimental
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.

AttributeTypeDescriptionExamples
azure.resource.kindstringexperimental
A kind of the Azure resource
app,linux
azure.resource.sku.namestringexperimental
Name of the Azure resource SKU
B_Gen5_1
azure.resource.sku.tierstringexperimental
Tier of the Azure resource SKU
Basic
azure.resource.sku.capacitystringexperimental
Capacity of the Azure resource SKU
20
azure.statusstringexperimental
The status of the instance
Running; Stopped (deallocated)
azure.provisioning_statestringexperimental
The provisioning status of the resource
Succeeded; DELETED; ERROR; INCOMPLETE
azure.objectstringexperimental
The full JSON content of Azure object
azure.properties.versionstringexperimental
The json content version
...
azure.subscriptionstringresource stable
An Azure subscription is a logical container used to provision resources in Azure.
Tags: permission primary-field
27e9b03f-04d2-2b69-b327-32f433f7ed21
azure.locationstringresource stable
A specific geographical location of Azure cloud resource.
Tags: primary-field
westeurope
azure.availability_zonesstring[]resource experimental
Availability zones of Azure cloud resource.
['1']
azure.resource.groupstringresource stable
A resource group is a container that holds related resources for an Azure solution.
Tags: permission primary-field
demo-backend-rg
azure.tenant.idstringresource experimental
Unique, immutable identifier assigned to the Azure tenant.
37c4add3-612a-483d-8b24-cccbb35d3306

Cloud entity fields

Fields that are provided by all Cloud workloads.

AttributeTypeDescriptionExamples
cloud.acquisition.statusstringexperimental
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.
OK; DELETED; ERROR; INCOMPLETE

Stream Analytics Jobs

Smartscape node name: azure.resource.name

Smartscape node type: AZURE_MICROSOFT_STREAMANALYTICS_STREAMINGJOBS

This entity represents Stream Analytics Jobs

Query

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

smartscapeNodes "AZURE_MICROSOFT_STREAMANALYTICS_STREAMINGJOBS"

Base entity fields

The following base fields are used for all entities.

AttributeTypeDescriptionExamples
idsmartscapeIdstable
A Smartscape ID consists of two components: an UPPER_CASE entity type and a random 16-character hexadecimal unique identifier, separated by a dash. Use Smartscape conversion functions when working with strings that represent Smartscape IDs.
<type>-017198AD253CBD63
id_classicstringdeprecated
The entity ID that was used in the classic entity store. This ID is present in old monitoring data. Not all entities have this ID, and it is not generated for new entities. Use the id field instead, which is the Smartscape ID.
<type>-017198AD253CBD63
namestringstable
The entity name.
localhost; easyTravel; product-catalog
typestringstable
The entity type. UPPER_SNAKE_CASE string that represents the type of the entity.
TYPE_A
tagsrecordstable
A consolidated record that aggregates all tag values originating from different contexts. Each nested field within tags represents a specific key (for example, release or name). The value of each nested field is the tag value from one or multiple contexts. Tags for specific context can be queried via tags:context field. Note that rule-based tags do not exist in the new model.
tags[tag_key-1] = [context_A_tag_val-1, context_B_tag_val-1]; tags[tag_key-2] = context_C_tag_val-1; tags:context_A[tag_key-1] = context_A_tag_val-1
lifetimetimeframestable
The lifetime of the entity. This is a record with two nested fields: start and end, which represent the time when the entity was first and last observed, respectively. Each time an entity is updated, the end time is updated to the current time.
{ start: 2022-07-06T13:36:00.808Z, end: 2024-04-11T06:56:01.204Z }
referencesrecordstable
Provides access to static edges pointing to other entities. In this record each nested field represents a relationship type and target type, and the value is an array of target smartscape IDs. This field is hidden by default but can be added using the fieldsAdd command.
{ references[runs_on.host] : [HOST-C251A1173C2B4B39,HOST-0E9038C7C4409D69], references[runs_on.container] : [CONTAINER-68A08967EF4F675B] }
dt.security_contextstring[]resource stable
The security contexts associated with the entity. For Smartscape entities, this field is always an array.
Tags: permission
[]

Azure resource fields

Contains all fields that are provided by all resorce running on Azure, including Azure, Core and K8s entities.

AttributeTypeDescriptionExamples
azure.subscriptionstringresource stable
An Azure subscription is a logical container used to provision resources in Azure.
Tags: permission primary-field
27e9b03f-04d2-2b69-b327-32f433f7ed21
azure.locationstringresource stable
A specific geographical location of Azure cloud resource.
Tags: primary-field
westeurope
azure.availability_zonesstring[]resource experimental
Availability zones of Azure cloud resource.
['1']
azure.resource.groupstringresource stable
A resource group is a container that holds related resources for an Azure solution.
Tags: permission primary-field
demo-backend-rg
azure.resource.idstringresource experimental
A unique, immutable identifier assigned to each Azure cloud resource.
/subscriptions/27e9b03f-04d2-2b69-b327-32f433f7ed21/resourceGroups/demo-backend-rg/providers/Microsoft.ContainerService/managedClusters/demo-aks
azure.resource.namestringresource experimental
User-provided name of the Azure cloud resource.
demo-aks
azure.resource.typestringresource experimental
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.

AttributeTypeDescriptionExamples
azure.resource.kindstringexperimental
A kind of the Azure resource
app,linux
azure.resource.sku.namestringexperimental
Name of the Azure resource SKU
B_Gen5_1
azure.resource.sku.tierstringexperimental
Tier of the Azure resource SKU
Basic
azure.resource.sku.capacitystringexperimental
Capacity of the Azure resource SKU
20
azure.statusstringexperimental
The status of the instance
Running; Stopped (deallocated)
azure.provisioning_statestringexperimental
The provisioning status of the resource
Succeeded; DELETED; ERROR; INCOMPLETE
azure.objectstringexperimental
The full JSON content of Azure object
azure.properties.versionstringexperimental
The json content version
...
azure.subscriptionstringresource stable
An Azure subscription is a logical container used to provision resources in Azure.
Tags: permission primary-field
27e9b03f-04d2-2b69-b327-32f433f7ed21
azure.locationstringresource stable
A specific geographical location of Azure cloud resource.
Tags: primary-field
westeurope
azure.availability_zonesstring[]resource experimental
Availability zones of Azure cloud resource.
['1']
azure.resource.groupstringresource stable
A resource group is a container that holds related resources for an Azure solution.
Tags: permission primary-field
demo-backend-rg
azure.tenant.idstringresource experimental
Unique, immutable identifier assigned to the Azure tenant.
37c4add3-612a-483d-8b24-cccbb35d3306

Cloud entity fields

Fields that are provided by all Cloud workloads.

AttributeTypeDescriptionExamples
cloud.acquisition.statusstringexperimental
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.
OK; DELETED; ERROR; INCOMPLETE

User Assigned Managed Identity

Smartscape node name: azure.resource.name

Smartscape node type: AZURE_MICROSOFT_MANAGEDIDENTITY_USERASSIGNEDIDENTITIES

This entity represents User Assigned Managed Identity

Query

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

smartscapeNodes "AZURE_MICROSOFT_MANAGEDIDENTITY_USERASSIGNEDIDENTITIES"

Base entity fields

The following base fields are used for all entities.

AttributeTypeDescriptionExamples
idsmartscapeIdstable
A Smartscape ID consists of two components: an UPPER_CASE entity type and a random 16-character hexadecimal unique identifier, separated by a dash. Use Smartscape conversion functions when working with strings that represent Smartscape IDs.
<type>-017198AD253CBD63
id_classicstringdeprecated
The entity ID that was used in the classic entity store. This ID is present in old monitoring data. Not all entities have this ID, and it is not generated for new entities. Use the id field instead, which is the Smartscape ID.
<type>-017198AD253CBD63
namestringstable
The entity name.
localhost; easyTravel; product-catalog
typestringstable
The entity type. UPPER_SNAKE_CASE string that represents the type of the entity.
TYPE_A
tagsrecordstable
A consolidated record that aggregates all tag values originating from different contexts. Each nested field within tags represents a specific key (for example, release or name). The value of each nested field is the tag value from one or multiple contexts. Tags for specific context can be queried via tags:context field. Note that rule-based tags do not exist in the new model.
tags[tag_key-1] = [context_A_tag_val-1, context_B_tag_val-1]; tags[tag_key-2] = context_C_tag_val-1; tags:context_A[tag_key-1] = context_A_tag_val-1
lifetimetimeframestable
The lifetime of the entity. This is a record with two nested fields: start and end, which represent the time when the entity was first and last observed, respectively. Each time an entity is updated, the end time is updated to the current time.
{ start: 2022-07-06T13:36:00.808Z, end: 2024-04-11T06:56:01.204Z }
referencesrecordstable
Provides access to static edges pointing to other entities. In this record each nested field represents a relationship type and target type, and the value is an array of target smartscape IDs. This field is hidden by default but can be added using the fieldsAdd command.
{ references[runs_on.host] : [HOST-C251A1173C2B4B39,HOST-0E9038C7C4409D69], references[runs_on.container] : [CONTAINER-68A08967EF4F675B] }
dt.security_contextstring[]resource stable
The security contexts associated with the entity. For Smartscape entities, this field is always an array.
Tags: permission
[]

Azure resource fields

Contains all fields that are provided by all resorce running on Azure, including Azure, Core and K8s entities.

AttributeTypeDescriptionExamples
azure.subscriptionstringresource stable
An Azure subscription is a logical container used to provision resources in Azure.
Tags: permission primary-field
27e9b03f-04d2-2b69-b327-32f433f7ed21
azure.locationstringresource stable
A specific geographical location of Azure cloud resource.
Tags: primary-field
westeurope
azure.availability_zonesstring[]resource experimental
Availability zones of Azure cloud resource.
['1']
azure.resource.groupstringresource stable
A resource group is a container that holds related resources for an Azure solution.
Tags: permission primary-field
demo-backend-rg
azure.resource.idstringresource experimental
A unique, immutable identifier assigned to each Azure cloud resource.
/subscriptions/27e9b03f-04d2-2b69-b327-32f433f7ed21/resourceGroups/demo-backend-rg/providers/Microsoft.ContainerService/managedClusters/demo-aks
azure.resource.namestringresource experimental
User-provided name of the Azure cloud resource.
demo-aks
azure.resource.typestringresource experimental
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.

AttributeTypeDescriptionExamples
azure.resource.kindstringexperimental
A kind of the Azure resource
app,linux
azure.resource.sku.namestringexperimental
Name of the Azure resource SKU
B_Gen5_1
azure.resource.sku.tierstringexperimental
Tier of the Azure resource SKU
Basic
azure.resource.sku.capacitystringexperimental
Capacity of the Azure resource SKU
20
azure.statusstringexperimental
The status of the instance
Running; Stopped (deallocated)
azure.provisioning_statestringexperimental
The provisioning status of the resource
Succeeded; DELETED; ERROR; INCOMPLETE
azure.objectstringexperimental
The full JSON content of Azure object
azure.properties.versionstringexperimental
The json content version
...
azure.subscriptionstringresource stable
An Azure subscription is a logical container used to provision resources in Azure.
Tags: permission primary-field
27e9b03f-04d2-2b69-b327-32f433f7ed21
azure.locationstringresource stable
A specific geographical location of Azure cloud resource.
Tags: primary-field
westeurope
azure.availability_zonesstring[]resource experimental
Availability zones of Azure cloud resource.
['1']
azure.resource.groupstringresource stable
A resource group is a container that holds related resources for an Azure solution.
Tags: permission primary-field
demo-backend-rg
azure.tenant.idstringresource experimental
Unique, immutable identifier assigned to the Azure tenant.
37c4add3-612a-483d-8b24-cccbb35d3306

Cloud entity fields

Fields that are provided by all Cloud workloads.

AttributeTypeDescriptionExamples
cloud.acquisition.statusstringexperimental
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.
OK; DELETED; ERROR; INCOMPLETE

VPN Gateway

Smartscape node name: azure.resource.name

Smartscape node type: AZURE_MICROSOFT_NETWORK_VPNGATEWAYS

This entity represents VPN Gateway

Query

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

smartscapeNodes "AZURE_MICROSOFT_NETWORK_VPNGATEWAYS"

Base entity fields

The following base fields are used for all entities.

AttributeTypeDescriptionExamples
idsmartscapeIdstable
A Smartscape ID consists of two components: an UPPER_CASE entity type and a random 16-character hexadecimal unique identifier, separated by a dash. Use Smartscape conversion functions when working with strings that represent Smartscape IDs.
<type>-017198AD253CBD63
id_classicstringdeprecated
The entity ID that was used in the classic entity store. This ID is present in old monitoring data. Not all entities have this ID, and it is not generated for new entities. Use the id field instead, which is the Smartscape ID.
<type>-017198AD253CBD63
namestringstable
The entity name.
localhost; easyTravel; product-catalog
typestringstable
The entity type. UPPER_SNAKE_CASE string that represents the type of the entity.
TYPE_A
tagsrecordstable
A consolidated record that aggregates all tag values originating from different contexts. Each nested field within tags represents a specific key (for example, release or name). The value of each nested field is the tag value from one or multiple contexts. Tags for specific context can be queried via tags:context field. Note that rule-based tags do not exist in the new model.
tags[tag_key-1] = [context_A_tag_val-1, context_B_tag_val-1]; tags[tag_key-2] = context_C_tag_val-1; tags:context_A[tag_key-1] = context_A_tag_val-1
lifetimetimeframestable
The lifetime of the entity. This is a record with two nested fields: start and end, which represent the time when the entity was first and last observed, respectively. Each time an entity is updated, the end time is updated to the current time.
{ start: 2022-07-06T13:36:00.808Z, end: 2024-04-11T06:56:01.204Z }
referencesrecordstable
Provides access to static edges pointing to other entities. In this record each nested field represents a relationship type and target type, and the value is an array of target smartscape IDs. This field is hidden by default but can be added using the fieldsAdd command.
{ references[runs_on.host] : [HOST-C251A1173C2B4B39,HOST-0E9038C7C4409D69], references[runs_on.container] : [CONTAINER-68A08967EF4F675B] }
dt.security_contextstring[]resource stable
The security contexts associated with the entity. For Smartscape entities, this field is always an array.
Tags: permission
[]

Azure resource fields

Contains all fields that are provided by all resorce running on Azure, including Azure, Core and K8s entities.

AttributeTypeDescriptionExamples
azure.subscriptionstringresource stable
An Azure subscription is a logical container used to provision resources in Azure.
Tags: permission primary-field
27e9b03f-04d2-2b69-b327-32f433f7ed21
azure.locationstringresource stable
A specific geographical location of Azure cloud resource.
Tags: primary-field
westeurope
azure.availability_zonesstring[]resource experimental
Availability zones of Azure cloud resource.
['1']
azure.resource.groupstringresource stable
A resource group is a container that holds related resources for an Azure solution.
Tags: permission primary-field
demo-backend-rg
azure.resource.idstringresource experimental
A unique, immutable identifier assigned to each Azure cloud resource.
/subscriptions/27e9b03f-04d2-2b69-b327-32f433f7ed21/resourceGroups/demo-backend-rg/providers/Microsoft.ContainerService/managedClusters/demo-aks
azure.resource.namestringresource experimental
User-provided name of the Azure cloud resource.
demo-aks
azure.resource.typestringresource experimental
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.

AttributeTypeDescriptionExamples
azure.resource.kindstringexperimental
A kind of the Azure resource
app,linux
azure.resource.sku.namestringexperimental
Name of the Azure resource SKU
B_Gen5_1
azure.resource.sku.tierstringexperimental
Tier of the Azure resource SKU
Basic
azure.resource.sku.capacitystringexperimental
Capacity of the Azure resource SKU
20
azure.statusstringexperimental
The status of the instance
Running; Stopped (deallocated)
azure.provisioning_statestringexperimental
The provisioning status of the resource
Succeeded; DELETED; ERROR; INCOMPLETE
azure.objectstringexperimental
The full JSON content of Azure object
azure.properties.versionstringexperimental
The json content version
...
azure.subscriptionstringresource stable
An Azure subscription is a logical container used to provision resources in Azure.
Tags: permission primary-field
27e9b03f-04d2-2b69-b327-32f433f7ed21
azure.locationstringresource stable
A specific geographical location of Azure cloud resource.
Tags: primary-field
westeurope
azure.availability_zonesstring[]resource experimental
Availability zones of Azure cloud resource.
['1']
azure.resource.groupstringresource stable
A resource group is a container that holds related resources for an Azure solution.
Tags: permission primary-field
demo-backend-rg
azure.tenant.idstringresource experimental
Unique, immutable identifier assigned to the Azure tenant.
37c4add3-612a-483d-8b24-cccbb35d3306

Cloud entity fields

Fields that are provided by all Cloud workloads.

AttributeTypeDescriptionExamples
cloud.acquisition.statusstringexperimental
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.
OK; DELETED; ERROR; INCOMPLETE

Virtual Hub

Smartscape node name: azure.resource.name

Smartscape node type: AZURE_MICROSOFT_NETWORK_VIRTUALHUBS

This entity represents Virtual Hub

Query

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

smartscapeNodes "AZURE_MICROSOFT_NETWORK_VIRTUALHUBS"

Base entity fields

The following base fields are used for all entities.

AttributeTypeDescriptionExamples
idsmartscapeIdstable
A Smartscape ID consists of two components: an UPPER_CASE entity type and a random 16-character hexadecimal unique identifier, separated by a dash. Use Smartscape conversion functions when working with strings that represent Smartscape IDs.
<type>-017198AD253CBD63
id_classicstringdeprecated
The entity ID that was used in the classic entity store. This ID is present in old monitoring data. Not all entities have this ID, and it is not generated for new entities. Use the id field instead, which is the Smartscape ID.
<type>-017198AD253CBD63
namestringstable
The entity name.
localhost; easyTravel; product-catalog
typestringstable
The entity type. UPPER_SNAKE_CASE string that represents the type of the entity.
TYPE_A
tagsrecordstable
A consolidated record that aggregates all tag values originating from different contexts. Each nested field within tags represents a specific key (for example, release or name). The value of each nested field is the tag value from one or multiple contexts. Tags for specific context can be queried via tags:context field. Note that rule-based tags do not exist in the new model.
tags[tag_key-1] = [context_A_tag_val-1, context_B_tag_val-1]; tags[tag_key-2] = context_C_tag_val-1; tags:context_A[tag_key-1] = context_A_tag_val-1
lifetimetimeframestable
The lifetime of the entity. This is a record with two nested fields: start and end, which represent the time when the entity was first and last observed, respectively. Each time an entity is updated, the end time is updated to the current time.
{ start: 2022-07-06T13:36:00.808Z, end: 2024-04-11T06:56:01.204Z }
referencesrecordstable
Provides access to static edges pointing to other entities. In this record each nested field represents a relationship type and target type, and the value is an array of target smartscape IDs. This field is hidden by default but can be added using the fieldsAdd command.
{ references[runs_on.host] : [HOST-C251A1173C2B4B39,HOST-0E9038C7C4409D69], references[runs_on.container] : [CONTAINER-68A08967EF4F675B] }
dt.security_contextstring[]resource stable
The security contexts associated with the entity. For Smartscape entities, this field is always an array.
Tags: permission
[]

Azure resource fields

Contains all fields that are provided by all resorce running on Azure, including Azure, Core and K8s entities.

AttributeTypeDescriptionExamples
azure.subscriptionstringresource stable
An Azure subscription is a logical container used to provision resources in Azure.
Tags: permission primary-field
27e9b03f-04d2-2b69-b327-32f433f7ed21
azure.locationstringresource stable
A specific geographical location of Azure cloud resource.
Tags: primary-field
westeurope
azure.availability_zonesstring[]resource experimental
Availability zones of Azure cloud resource.
['1']
azure.resource.groupstringresource stable
A resource group is a container that holds related resources for an Azure solution.
Tags: permission primary-field
demo-backend-rg
azure.resource.idstringresource experimental
A unique, immutable identifier assigned to each Azure cloud resource.
/subscriptions/27e9b03f-04d2-2b69-b327-32f433f7ed21/resourceGroups/demo-backend-rg/providers/Microsoft.ContainerService/managedClusters/demo-aks
azure.resource.namestringresource experimental
User-provided name of the Azure cloud resource.
demo-aks
azure.resource.typestringresource experimental
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.

AttributeTypeDescriptionExamples
azure.resource.kindstringexperimental
A kind of the Azure resource
app,linux
azure.resource.sku.namestringexperimental
Name of the Azure resource SKU
B_Gen5_1
azure.resource.sku.tierstringexperimental
Tier of the Azure resource SKU
Basic
azure.resource.sku.capacitystringexperimental
Capacity of the Azure resource SKU
20
azure.statusstringexperimental
The status of the instance
Running; Stopped (deallocated)
azure.provisioning_statestringexperimental
The provisioning status of the resource
Succeeded; DELETED; ERROR; INCOMPLETE
azure.objectstringexperimental
The full JSON content of Azure object
azure.properties.versionstringexperimental
The json content version
...
azure.subscriptionstringresource stable
An Azure subscription is a logical container used to provision resources in Azure.
Tags: permission primary-field
27e9b03f-04d2-2b69-b327-32f433f7ed21
azure.locationstringresource stable
A specific geographical location of Azure cloud resource.
Tags: primary-field
westeurope
azure.availability_zonesstring[]resource experimental
Availability zones of Azure cloud resource.
['1']
azure.resource.groupstringresource stable
A resource group is a container that holds related resources for an Azure solution.
Tags: permission primary-field
demo-backend-rg
azure.tenant.idstringresource experimental
Unique, immutable identifier assigned to the Azure tenant.
37c4add3-612a-483d-8b24-cccbb35d3306

Cloud entity fields

Fields that are provided by all Cloud workloads.

AttributeTypeDescriptionExamples
cloud.acquisition.statusstringexperimental
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.
OK; DELETED; ERROR; INCOMPLETE

Virtual Machine Extensions

Smartscape node name: azure.resource.name

Smartscape node type: AZURE_MICROSOFT_COMPUTE_VIRTUALMACHINES_EXTENSIONS

This entity represents Virtual Machine Extensions

Query

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

smartscapeNodes "AZURE_MICROSOFT_COMPUTE_VIRTUALMACHINES_EXTENSIONS"

Base entity fields

The following base fields are used for all entities.

AttributeTypeDescriptionExamples
idsmartscapeIdstable
A Smartscape ID consists of two components: an UPPER_CASE entity type and a random 16-character hexadecimal unique identifier, separated by a dash. Use Smartscape conversion functions when working with strings that represent Smartscape IDs.
<type>-017198AD253CBD63
id_classicstringdeprecated
The entity ID that was used in the classic entity store. This ID is present in old monitoring data. Not all entities have this ID, and it is not generated for new entities. Use the id field instead, which is the Smartscape ID.
<type>-017198AD253CBD63
namestringstable
The entity name.
localhost; easyTravel; product-catalog
typestringstable
The entity type. UPPER_SNAKE_CASE string that represents the type of the entity.
TYPE_A
tagsrecordstable
A consolidated record that aggregates all tag values originating from different contexts. Each nested field within tags represents a specific key (for example, release or name). The value of each nested field is the tag value from one or multiple contexts. Tags for specific context can be queried via tags:context field. Note that rule-based tags do not exist in the new model.
tags[tag_key-1] = [context_A_tag_val-1, context_B_tag_val-1]; tags[tag_key-2] = context_C_tag_val-1; tags:context_A[tag_key-1] = context_A_tag_val-1
lifetimetimeframestable
The lifetime of the entity. This is a record with two nested fields: start and end, which represent the time when the entity was first and last observed, respectively. Each time an entity is updated, the end time is updated to the current time.
{ start: 2022-07-06T13:36:00.808Z, end: 2024-04-11T06:56:01.204Z }
referencesrecordstable
Provides access to static edges pointing to other entities. In this record each nested field represents a relationship type and target type, and the value is an array of target smartscape IDs. This field is hidden by default but can be added using the fieldsAdd command.
{ references[runs_on.host] : [HOST-C251A1173C2B4B39,HOST-0E9038C7C4409D69], references[runs_on.container] : [CONTAINER-68A08967EF4F675B] }
dt.security_contextstring[]resource stable
The security contexts associated with the entity. For Smartscape entities, this field is always an array.
Tags: permission
[]

Azure resource fields

Contains all fields that are provided by all resorce running on Azure, including Azure, Core and K8s entities.

AttributeTypeDescriptionExamples
azure.subscriptionstringresource stable
An Azure subscription is a logical container used to provision resources in Azure.
Tags: permission primary-field
27e9b03f-04d2-2b69-b327-32f433f7ed21
azure.locationstringresource stable
A specific geographical location of Azure cloud resource.
Tags: primary-field
westeurope
azure.availability_zonesstring[]resource experimental
Availability zones of Azure cloud resource.
['1']
azure.resource.groupstringresource stable
A resource group is a container that holds related resources for an Azure solution.
Tags: permission primary-field
demo-backend-rg
azure.resource.idstringresource experimental
A unique, immutable identifier assigned to each Azure cloud resource.
/subscriptions/27e9b03f-04d2-2b69-b327-32f433f7ed21/resourceGroups/demo-backend-rg/providers/Microsoft.ContainerService/managedClusters/demo-aks
azure.resource.namestringresource experimental
User-provided name of the Azure cloud resource.
demo-aks
azure.resource.typestringresource experimental
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.

AttributeTypeDescriptionExamples
azure.resource.kindstringexperimental
A kind of the Azure resource
app,linux
azure.resource.sku.namestringexperimental
Name of the Azure resource SKU
B_Gen5_1
azure.resource.sku.tierstringexperimental
Tier of the Azure resource SKU
Basic
azure.resource.sku.capacitystringexperimental
Capacity of the Azure resource SKU
20
azure.statusstringexperimental
The status of the instance
Running; Stopped (deallocated)
azure.provisioning_statestringexperimental
The provisioning status of the resource
Succeeded; DELETED; ERROR; INCOMPLETE
azure.objectstringexperimental
The full JSON content of Azure object
azure.properties.versionstringexperimental
The json content version
...
azure.subscriptionstringresource stable
An Azure subscription is a logical container used to provision resources in Azure.
Tags: permission primary-field
27e9b03f-04d2-2b69-b327-32f433f7ed21
azure.locationstringresource stable
A specific geographical location of Azure cloud resource.
Tags: primary-field
westeurope
azure.availability_zonesstring[]resource experimental
Availability zones of Azure cloud resource.
['1']
azure.resource.groupstringresource stable
A resource group is a container that holds related resources for an Azure solution.
Tags: permission primary-field
demo-backend-rg
azure.tenant.idstringresource experimental
Unique, immutable identifier assigned to the Azure tenant.
37c4add3-612a-483d-8b24-cccbb35d3306

Cloud entity fields

Fields that are provided by all Cloud workloads.

AttributeTypeDescriptionExamples
cloud.acquisition.statusstringexperimental
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.
OK; DELETED; ERROR; INCOMPLETE

Virtual Machine Scale Set Virtual Machines

Smartscape node name: azure.resource.name

Smartscape node type: AZURE_MICROSOFT_COMPUTE_VIRTUALMACHINESCALESETS_VIRTUALMACHINES

This entity represents Virtual Machine Scale Set Virtual Machines

Query

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

smartscapeNodes "AZURE_MICROSOFT_COMPUTE_VIRTUALMACHINESCALESETS_VIRTUALMACHINES"

Base entity fields

The following base fields are used for all entities.

AttributeTypeDescriptionExamples
idsmartscapeIdstable
A Smartscape ID consists of two components: an UPPER_CASE entity type and a random 16-character hexadecimal unique identifier, separated by a dash. Use Smartscape conversion functions when working with strings that represent Smartscape IDs.
<type>-017198AD253CBD63
id_classicstringdeprecated
The entity ID that was used in the classic entity store. This ID is present in old monitoring data. Not all entities have this ID, and it is not generated for new entities. Use the id field instead, which is the Smartscape ID.
<type>-017198AD253CBD63
namestringstable
The entity name.
localhost; easyTravel; product-catalog
typestringstable
The entity type. UPPER_SNAKE_CASE string that represents the type of the entity.
TYPE_A
tagsrecordstable
A consolidated record that aggregates all tag values originating from different contexts. Each nested field within tags represents a specific key (for example, release or name). The value of each nested field is the tag value from one or multiple contexts. Tags for specific context can be queried via tags:context field. Note that rule-based tags do not exist in the new model.
tags[tag_key-1] = [context_A_tag_val-1, context_B_tag_val-1]; tags[tag_key-2] = context_C_tag_val-1; tags:context_A[tag_key-1] = context_A_tag_val-1
lifetimetimeframestable
The lifetime of the entity. This is a record with two nested fields: start and end, which represent the time when the entity was first and last observed, respectively. Each time an entity is updated, the end time is updated to the current time.
{ start: 2022-07-06T13:36:00.808Z, end: 2024-04-11T06:56:01.204Z }
referencesrecordstable
Provides access to static edges pointing to other entities. In this record each nested field represents a relationship type and target type, and the value is an array of target smartscape IDs. This field is hidden by default but can be added using the fieldsAdd command.
{ references[runs_on.host] : [HOST-C251A1173C2B4B39,HOST-0E9038C7C4409D69], references[runs_on.container] : [CONTAINER-68A08967EF4F675B] }
dt.security_contextstring[]resource stable
The security contexts associated with the entity. For Smartscape entities, this field is always an array.
Tags: permission
[]

Azure resource fields

Contains all fields that are provided by all resorce running on Azure, including Azure, Core and K8s entities.

AttributeTypeDescriptionExamples
azure.subscriptionstringresource stable
An Azure subscription is a logical container used to provision resources in Azure.
Tags: permission primary-field
27e9b03f-04d2-2b69-b327-32f433f7ed21
azure.locationstringresource stable
A specific geographical location of Azure cloud resource.
Tags: primary-field
westeurope
azure.availability_zonesstring[]resource experimental
Availability zones of Azure cloud resource.
['1']
azure.resource.groupstringresource stable
A resource group is a container that holds related resources for an Azure solution.
Tags: permission primary-field
demo-backend-rg
azure.resource.idstringresource experimental
A unique, immutable identifier assigned to each Azure cloud resource.
/subscriptions/27e9b03f-04d2-2b69-b327-32f433f7ed21/resourceGroups/demo-backend-rg/providers/Microsoft.ContainerService/managedClusters/demo-aks
azure.resource.namestringresource experimental
User-provided name of the Azure cloud resource.
demo-aks
azure.resource.typestringresource experimental
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.

AttributeTypeDescriptionExamples
azure.resource.kindstringexperimental
A kind of the Azure resource
app,linux
azure.resource.sku.namestringexperimental
Name of the Azure resource SKU
B_Gen5_1
azure.resource.sku.tierstringexperimental
Tier of the Azure resource SKU
Basic
azure.resource.sku.capacitystringexperimental
Capacity of the Azure resource SKU
20
azure.statusstringexperimental
The status of the instance
Running; Stopped (deallocated)
azure.provisioning_statestringexperimental
The provisioning status of the resource
Succeeded; DELETED; ERROR; INCOMPLETE
azure.objectstringexperimental
The full JSON content of Azure object
azure.properties.versionstringexperimental
The json content version
...
azure.subscriptionstringresource stable
An Azure subscription is a logical container used to provision resources in Azure.
Tags: permission primary-field
27e9b03f-04d2-2b69-b327-32f433f7ed21
azure.locationstringresource stable
A specific geographical location of Azure cloud resource.
Tags: primary-field
westeurope
azure.availability_zonesstring[]resource experimental
Availability zones of Azure cloud resource.
['1']
azure.resource.groupstringresource stable
A resource group is a container that holds related resources for an Azure solution.
Tags: permission primary-field
demo-backend-rg
azure.tenant.idstringresource experimental
Unique, immutable identifier assigned to the Azure tenant.
37c4add3-612a-483d-8b24-cccbb35d3306

Cloud entity fields

Fields that are provided by all Cloud workloads.

AttributeTypeDescriptionExamples
cloud.acquisition.statusstringexperimental
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.
OK; DELETED; ERROR; INCOMPLETE

Virtual Machine Scale Sets (VMSS)

Smartscape node name: azure.resource.name

Smartscape node type: AZURE_MICROSOFT_COMPUTE_VIRTUALMACHINESCALESETS

This entity represents Virtual Machine Scale Sets (VMSS)

Query

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

smartscapeNodes "AZURE_MICROSOFT_COMPUTE_VIRTUALMACHINESCALESETS"

Base entity fields

The following base fields are used for all entities.

AttributeTypeDescriptionExamples
idsmartscapeIdstable
A Smartscape ID consists of two components: an UPPER_CASE entity type and a random 16-character hexadecimal unique identifier, separated by a dash. Use Smartscape conversion functions when working with strings that represent Smartscape IDs.
<type>-017198AD253CBD63
id_classicstringdeprecated
The entity ID that was used in the classic entity store. This ID is present in old monitoring data. Not all entities have this ID, and it is not generated for new entities. Use the id field instead, which is the Smartscape ID.
<type>-017198AD253CBD63
namestringstable
The entity name.
localhost; easyTravel; product-catalog
typestringstable
The entity type. UPPER_SNAKE_CASE string that represents the type of the entity.
TYPE_A
tagsrecordstable
A consolidated record that aggregates all tag values originating from different contexts. Each nested field within tags represents a specific key (for example, release or name). The value of each nested field is the tag value from one or multiple contexts. Tags for specific context can be queried via tags:context field. Note that rule-based tags do not exist in the new model.
tags[tag_key-1] = [context_A_tag_val-1, context_B_tag_val-1]; tags[tag_key-2] = context_C_tag_val-1; tags:context_A[tag_key-1] = context_A_tag_val-1
lifetimetimeframestable
The lifetime of the entity. This is a record with two nested fields: start and end, which represent the time when the entity was first and last observed, respectively. Each time an entity is updated, the end time is updated to the current time.
{ start: 2022-07-06T13:36:00.808Z, end: 2024-04-11T06:56:01.204Z }
referencesrecordstable
Provides access to static edges pointing to other entities. In this record each nested field represents a relationship type and target type, and the value is an array of target smartscape IDs. This field is hidden by default but can be added using the fieldsAdd command.
{ references[runs_on.host] : [HOST-C251A1173C2B4B39,HOST-0E9038C7C4409D69], references[runs_on.container] : [CONTAINER-68A08967EF4F675B] }
dt.security_contextstring[]resource stable
The security contexts associated with the entity. For Smartscape entities, this field is always an array.
Tags: permission
[]

Azure resource fields

Contains all fields that are provided by all resorce running on Azure, including Azure, Core and K8s entities.

AttributeTypeDescriptionExamples
azure.subscriptionstringresource stable
An Azure subscription is a logical container used to provision resources in Azure.
Tags: permission primary-field
27e9b03f-04d2-2b69-b327-32f433f7ed21
azure.locationstringresource stable
A specific geographical location of Azure cloud resource.
Tags: primary-field
westeurope
azure.availability_zonesstring[]resource experimental
Availability zones of Azure cloud resource.
['1']
azure.resource.groupstringresource stable
A resource group is a container that holds related resources for an Azure solution.
Tags: permission primary-field
demo-backend-rg
azure.resource.idstringresource experimental
A unique, immutable identifier assigned to each Azure cloud resource.
/subscriptions/27e9b03f-04d2-2b69-b327-32f433f7ed21/resourceGroups/demo-backend-rg/providers/Microsoft.ContainerService/managedClusters/demo-aks
azure.resource.namestringresource experimental
User-provided name of the Azure cloud resource.
demo-aks
azure.resource.typestringresource experimental
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.

AttributeTypeDescriptionExamples
azure.resource.kindstringexperimental
A kind of the Azure resource
app,linux
azure.resource.sku.namestringexperimental
Name of the Azure resource SKU
B_Gen5_1
azure.resource.sku.tierstringexperimental
Tier of the Azure resource SKU
Basic
azure.resource.sku.capacitystringexperimental
Capacity of the Azure resource SKU
20
azure.statusstringexperimental
The status of the instance
Running; Stopped (deallocated)
azure.provisioning_statestringexperimental
The provisioning status of the resource
Succeeded; DELETED; ERROR; INCOMPLETE
azure.objectstringexperimental
The full JSON content of Azure object
azure.properties.versionstringexperimental
The json content version
...
azure.subscriptionstringresource stable
An Azure subscription is a logical container used to provision resources in Azure.
Tags: permission primary-field
27e9b03f-04d2-2b69-b327-32f433f7ed21
azure.locationstringresource stable
A specific geographical location of Azure cloud resource.
Tags: primary-field
westeurope
azure.availability_zonesstring[]resource experimental
Availability zones of Azure cloud resource.
['1']
azure.resource.groupstringresource stable
A resource group is a container that holds related resources for an Azure solution.
Tags: permission primary-field
demo-backend-rg
azure.tenant.idstringresource experimental
Unique, immutable identifier assigned to the Azure tenant.
37c4add3-612a-483d-8b24-cccbb35d3306

Cloud entity fields

Fields that are provided by all Cloud workloads.

AttributeTypeDescriptionExamples
cloud.acquisition.statusstringexperimental
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.
OK; DELETED; ERROR; INCOMPLETE

Virtual Machines

Smartscape node name: azure.resource.name

Smartscape node type: AZURE_MICROSOFT_COMPUTE_VIRTUALMACHINES

This entity represents Virtual Machines

Query

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

smartscapeNodes "AZURE_MICROSOFT_COMPUTE_VIRTUALMACHINES"

Base entity fields

The following base fields are used for all entities.

AttributeTypeDescriptionExamples
idsmartscapeIdstable
A Smartscape ID consists of two components: an UPPER_CASE entity type and a random 16-character hexadecimal unique identifier, separated by a dash. Use Smartscape conversion functions when working with strings that represent Smartscape IDs.
<type>-017198AD253CBD63
id_classicstringdeprecated
The entity ID that was used in the classic entity store. This ID is present in old monitoring data. Not all entities have this ID, and it is not generated for new entities. Use the id field instead, which is the Smartscape ID.
<type>-017198AD253CBD63
namestringstable
The entity name.
localhost; easyTravel; product-catalog
typestringstable
The entity type. UPPER_SNAKE_CASE string that represents the type of the entity.
TYPE_A
tagsrecordstable
A consolidated record that aggregates all tag values originating from different contexts. Each nested field within tags represents a specific key (for example, release or name). The value of each nested field is the tag value from one or multiple contexts. Tags for specific context can be queried via tags:context field. Note that rule-based tags do not exist in the new model.
tags[tag_key-1] = [context_A_tag_val-1, context_B_tag_val-1]; tags[tag_key-2] = context_C_tag_val-1; tags:context_A[tag_key-1] = context_A_tag_val-1
lifetimetimeframestable
The lifetime of the entity. This is a record with two nested fields: start and end, which represent the time when the entity was first and last observed, respectively. Each time an entity is updated, the end time is updated to the current time.
{ start: 2022-07-06T13:36:00.808Z, end: 2024-04-11T06:56:01.204Z }
referencesrecordstable
Provides access to static edges pointing to other entities. In this record each nested field represents a relationship type and target type, and the value is an array of target smartscape IDs. This field is hidden by default but can be added using the fieldsAdd command.
{ references[runs_on.host] : [HOST-C251A1173C2B4B39,HOST-0E9038C7C4409D69], references[runs_on.container] : [CONTAINER-68A08967EF4F675B] }
dt.security_contextstring[]resource stable
The security contexts associated with the entity. For Smartscape entities, this field is always an array.
Tags: permission
[]

Azure resource fields

Contains all fields that are provided by all resorce running on Azure, including Azure, Core and K8s entities.

AttributeTypeDescriptionExamples
azure.subscriptionstringresource stable
An Azure subscription is a logical container used to provision resources in Azure.
Tags: permission primary-field
27e9b03f-04d2-2b69-b327-32f433f7ed21
azure.locationstringresource stable
A specific geographical location of Azure cloud resource.
Tags: primary-field
westeurope
azure.availability_zonesstring[]resource experimental
Availability zones of Azure cloud resource.
['1']
azure.resource.groupstringresource stable
A resource group is a container that holds related resources for an Azure solution.
Tags: permission primary-field
demo-backend-rg
azure.resource.idstringresource experimental
A unique, immutable identifier assigned to each Azure cloud resource.
/subscriptions/27e9b03f-04d2-2b69-b327-32f433f7ed21/resourceGroups/demo-backend-rg/providers/Microsoft.ContainerService/managedClusters/demo-aks
azure.resource.namestringresource experimental
User-provided name of the Azure cloud resource.
demo-aks
azure.resource.typestringresource experimental
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.

AttributeTypeDescriptionExamples
azure.resource.kindstringexperimental
A kind of the Azure resource
app,linux
azure.resource.sku.namestringexperimental
Name of the Azure resource SKU
B_Gen5_1
azure.resource.sku.tierstringexperimental
Tier of the Azure resource SKU
Basic
azure.resource.sku.capacitystringexperimental
Capacity of the Azure resource SKU
20
azure.statusstringexperimental
The status of the instance
Running; Stopped (deallocated)
azure.provisioning_statestringexperimental
The provisioning status of the resource
Succeeded; DELETED; ERROR; INCOMPLETE
azure.objectstringexperimental
The full JSON content of Azure object
azure.properties.versionstringexperimental
The json content version
...
azure.subscriptionstringresource stable
An Azure subscription is a logical container used to provision resources in Azure.
Tags: permission primary-field
27e9b03f-04d2-2b69-b327-32f433f7ed21
azure.locationstringresource stable
A specific geographical location of Azure cloud resource.
Tags: primary-field
westeurope
azure.availability_zonesstring[]resource experimental
Availability zones of Azure cloud resource.
['1']
azure.resource.groupstringresource stable
A resource group is a container that holds related resources for an Azure solution.
Tags: permission primary-field
demo-backend-rg
azure.tenant.idstringresource experimental
Unique, immutable identifier assigned to the Azure tenant.
37c4add3-612a-483d-8b24-cccbb35d3306

Cloud entity fields

Fields that are provided by all Cloud workloads.

AttributeTypeDescriptionExamples
cloud.acquisition.statusstringexperimental
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.
OK; DELETED; ERROR; INCOMPLETE

Virtual Network (VNet)

Smartscape node name: azure.resource.name

Smartscape node type: AZURE_MICROSOFT_NETWORK_VIRTUALNETWORKS

This entity represents Virtual Network (VNet)

Query

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

smartscapeNodes "AZURE_MICROSOFT_NETWORK_VIRTUALNETWORKS"

Base entity fields

The following base fields are used for all entities.

AttributeTypeDescriptionExamples
idsmartscapeIdstable
A Smartscape ID consists of two components: an UPPER_CASE entity type and a random 16-character hexadecimal unique identifier, separated by a dash. Use Smartscape conversion functions when working with strings that represent Smartscape IDs.
<type>-017198AD253CBD63
id_classicstringdeprecated
The entity ID that was used in the classic entity store. This ID is present in old monitoring data. Not all entities have this ID, and it is not generated for new entities. Use the id field instead, which is the Smartscape ID.
<type>-017198AD253CBD63
namestringstable
The entity name.
localhost; easyTravel; product-catalog
typestringstable
The entity type. UPPER_SNAKE_CASE string that represents the type of the entity.
TYPE_A
tagsrecordstable
A consolidated record that aggregates all tag values originating from different contexts. Each nested field within tags represents a specific key (for example, release or name). The value of each nested field is the tag value from one or multiple contexts. Tags for specific context can be queried via tags:context field. Note that rule-based tags do not exist in the new model.
tags[tag_key-1] = [context_A_tag_val-1, context_B_tag_val-1]; tags[tag_key-2] = context_C_tag_val-1; tags:context_A[tag_key-1] = context_A_tag_val-1
lifetimetimeframestable
The lifetime of the entity. This is a record with two nested fields: start and end, which represent the time when the entity was first and last observed, respectively. Each time an entity is updated, the end time is updated to the current time.
{ start: 2022-07-06T13:36:00.808Z, end: 2024-04-11T06:56:01.204Z }
referencesrecordstable
Provides access to static edges pointing to other entities. In this record each nested field represents a relationship type and target type, and the value is an array of target smartscape IDs. This field is hidden by default but can be added using the fieldsAdd command.
{ references[runs_on.host] : [HOST-C251A1173C2B4B39,HOST-0E9038C7C4409D69], references[runs_on.container] : [CONTAINER-68A08967EF4F675B] }
dt.security_contextstring[]resource stable
The security contexts associated with the entity. For Smartscape entities, this field is always an array.
Tags: permission
[]

Azure resource fields

Contains all fields that are provided by all resorce running on Azure, including Azure, Core and K8s entities.

AttributeTypeDescriptionExamples
azure.subscriptionstringresource stable
An Azure subscription is a logical container used to provision resources in Azure.
Tags: permission primary-field
27e9b03f-04d2-2b69-b327-32f433f7ed21
azure.locationstringresource stable
A specific geographical location of Azure cloud resource.
Tags: primary-field
westeurope
azure.availability_zonesstring[]resource experimental
Availability zones of Azure cloud resource.
['1']
azure.resource.groupstringresource stable
A resource group is a container that holds related resources for an Azure solution.
Tags: permission primary-field
demo-backend-rg
azure.resource.idstringresource experimental
A unique, immutable identifier assigned to each Azure cloud resource.
/subscriptions/27e9b03f-04d2-2b69-b327-32f433f7ed21/resourceGroups/demo-backend-rg/providers/Microsoft.ContainerService/managedClusters/demo-aks
azure.resource.namestringresource experimental
User-provided name of the Azure cloud resource.
demo-aks
azure.resource.typestringresource experimental
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.

AttributeTypeDescriptionExamples
azure.resource.kindstringexperimental
A kind of the Azure resource
app,linux
azure.resource.sku.namestringexperimental
Name of the Azure resource SKU
B_Gen5_1
azure.resource.sku.tierstringexperimental
Tier of the Azure resource SKU
Basic
azure.resource.sku.capacitystringexperimental
Capacity of the Azure resource SKU
20
azure.statusstringexperimental
The status of the instance
Running; Stopped (deallocated)
azure.provisioning_statestringexperimental
The provisioning status of the resource
Succeeded; DELETED; ERROR; INCOMPLETE
azure.objectstringexperimental
The full JSON content of Azure object
azure.properties.versionstringexperimental
The json content version
...
azure.subscriptionstringresource stable
An Azure subscription is a logical container used to provision resources in Azure.
Tags: permission primary-field
27e9b03f-04d2-2b69-b327-32f433f7ed21
azure.locationstringresource stable
A specific geographical location of Azure cloud resource.
Tags: primary-field
westeurope
azure.availability_zonesstring[]resource experimental
Availability zones of Azure cloud resource.
['1']
azure.resource.groupstringresource stable
A resource group is a container that holds related resources for an Azure solution.
Tags: permission primary-field
demo-backend-rg
azure.tenant.idstringresource experimental
Unique, immutable identifier assigned to the Azure tenant.
37c4add3-612a-483d-8b24-cccbb35d3306

Cloud entity fields

Fields that are provided by all Cloud workloads.

AttributeTypeDescriptionExamples
cloud.acquisition.statusstringexperimental
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.
OK; DELETED; ERROR; INCOMPLETE

Virtual Network Subnets

Smartscape node name: azure.resource.name

Smartscape node type: AZURE_MICROSOFT_NETWORK_VIRTUALNETWORKS_SUBNETS

This entity represents Virtual Network Subnets

Query

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

smartscapeNodes "AZURE_MICROSOFT_NETWORK_VIRTUALNETWORKS_SUBNETS"

Base entity fields

The following base fields are used for all entities.

AttributeTypeDescriptionExamples
idsmartscapeIdstable
A Smartscape ID consists of two components: an UPPER_CASE entity type and a random 16-character hexadecimal unique identifier, separated by a dash. Use Smartscape conversion functions when working with strings that represent Smartscape IDs.
<type>-017198AD253CBD63
id_classicstringdeprecated
The entity ID that was used in the classic entity store. This ID is present in old monitoring data. Not all entities have this ID, and it is not generated for new entities. Use the id field instead, which is the Smartscape ID.
<type>-017198AD253CBD63
namestringstable
The entity name.
localhost; easyTravel; product-catalog
typestringstable
The entity type. UPPER_SNAKE_CASE string that represents the type of the entity.
TYPE_A
tagsrecordstable
A consolidated record that aggregates all tag values originating from different contexts. Each nested field within tags represents a specific key (for example, release or name). The value of each nested field is the tag value from one or multiple contexts. Tags for specific context can be queried via tags:context field. Note that rule-based tags do not exist in the new model.
tags[tag_key-1] = [context_A_tag_val-1, context_B_tag_val-1]; tags[tag_key-2] = context_C_tag_val-1; tags:context_A[tag_key-1] = context_A_tag_val-1
lifetimetimeframestable
The lifetime of the entity. This is a record with two nested fields: start and end, which represent the time when the entity was first and last observed, respectively. Each time an entity is updated, the end time is updated to the current time.
{ start: 2022-07-06T13:36:00.808Z, end: 2024-04-11T06:56:01.204Z }
referencesrecordstable
Provides access to static edges pointing to other entities. In this record each nested field represents a relationship type and target type, and the value is an array of target smartscape IDs. This field is hidden by default but can be added using the fieldsAdd command.
{ references[runs_on.host] : [HOST-C251A1173C2B4B39,HOST-0E9038C7C4409D69], references[runs_on.container] : [CONTAINER-68A08967EF4F675B] }
dt.security_contextstring[]resource stable
The security contexts associated with the entity. For Smartscape entities, this field is always an array.
Tags: permission
[]

Azure resource fields

Contains all fields that are provided by all resorce running on Azure, including Azure, Core and K8s entities.

AttributeTypeDescriptionExamples
azure.subscriptionstringresource stable
An Azure subscription is a logical container used to provision resources in Azure.
Tags: permission primary-field
27e9b03f-04d2-2b69-b327-32f433f7ed21
azure.locationstringresource stable
A specific geographical location of Azure cloud resource.
Tags: primary-field
westeurope
azure.availability_zonesstring[]resource experimental
Availability zones of Azure cloud resource.
['1']
azure.resource.groupstringresource stable
A resource group is a container that holds related resources for an Azure solution.
Tags: permission primary-field
demo-backend-rg
azure.resource.idstringresource experimental
A unique, immutable identifier assigned to each Azure cloud resource.
/subscriptions/27e9b03f-04d2-2b69-b327-32f433f7ed21/resourceGroups/demo-backend-rg/providers/Microsoft.ContainerService/managedClusters/demo-aks
azure.resource.namestringresource experimental
User-provided name of the Azure cloud resource.
demo-aks
azure.resource.typestringresource experimental
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.

AttributeTypeDescriptionExamples
azure.resource.kindstringexperimental
A kind of the Azure resource
app,linux
azure.resource.sku.namestringexperimental
Name of the Azure resource SKU
B_Gen5_1
azure.resource.sku.tierstringexperimental
Tier of the Azure resource SKU
Basic
azure.resource.sku.capacitystringexperimental
Capacity of the Azure resource SKU
20
azure.statusstringexperimental
The status of the instance
Running; Stopped (deallocated)
azure.provisioning_statestringexperimental
The provisioning status of the resource
Succeeded; DELETED; ERROR; INCOMPLETE
azure.objectstringexperimental
The full JSON content of Azure object
azure.properties.versionstringexperimental
The json content version
...
azure.subscriptionstringresource stable
An Azure subscription is a logical container used to provision resources in Azure.
Tags: permission primary-field
27e9b03f-04d2-2b69-b327-32f433f7ed21
azure.locationstringresource stable
A specific geographical location of Azure cloud resource.
Tags: primary-field
westeurope
azure.availability_zonesstring[]resource experimental
Availability zones of Azure cloud resource.
['1']
azure.resource.groupstringresource stable
A resource group is a container that holds related resources for an Azure solution.
Tags: permission primary-field
demo-backend-rg
azure.tenant.idstringresource experimental
Unique, immutable identifier assigned to the Azure tenant.
37c4add3-612a-483d-8b24-cccbb35d3306

Cloud entity fields

Fields that are provided by all Cloud workloads.

AttributeTypeDescriptionExamples
cloud.acquisition.statusstringexperimental
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.
OK; DELETED; ERROR; INCOMPLETE

Virtual WAN

Smartscape node name: azure.resource.name

Smartscape node type: AZURE_MICROSOFT_NETWORK_VIRTUALWANS

This entity represents Virtual WAN

Query

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

smartscapeNodes "AZURE_MICROSOFT_NETWORK_VIRTUALWANS"

Base entity fields

The following base fields are used for all entities.

AttributeTypeDescriptionExamples
idsmartscapeIdstable
A Smartscape ID consists of two components: an UPPER_CASE entity type and a random 16-character hexadecimal unique identifier, separated by a dash. Use Smartscape conversion functions when working with strings that represent Smartscape IDs.
<type>-017198AD253CBD63
id_classicstringdeprecated
The entity ID that was used in the classic entity store. This ID is present in old monitoring data. Not all entities have this ID, and it is not generated for new entities. Use the id field instead, which is the Smartscape ID.
<type>-017198AD253CBD63
namestringstable
The entity name.
localhost; easyTravel; product-catalog
typestringstable
The entity type. UPPER_SNAKE_CASE string that represents the type of the entity.
TYPE_A
tagsrecordstable
A consolidated record that aggregates all tag values originating from different contexts. Each nested field within tags represents a specific key (for example, release or name). The value of each nested field is the tag value from one or multiple contexts. Tags for specific context can be queried via tags:context field. Note that rule-based tags do not exist in the new model.
tags[tag_key-1] = [context_A_tag_val-1, context_B_tag_val-1]; tags[tag_key-2] = context_C_tag_val-1; tags:context_A[tag_key-1] = context_A_tag_val-1
lifetimetimeframestable
The lifetime of the entity. This is a record with two nested fields: start and end, which represent the time when the entity was first and last observed, respectively. Each time an entity is updated, the end time is updated to the current time.
{ start: 2022-07-06T13:36:00.808Z, end: 2024-04-11T06:56:01.204Z }
referencesrecordstable
Provides access to static edges pointing to other entities. In this record each nested field represents a relationship type and target type, and the value is an array of target smartscape IDs. This field is hidden by default but can be added using the fieldsAdd command.
{ references[runs_on.host] : [HOST-C251A1173C2B4B39,HOST-0E9038C7C4409D69], references[runs_on.container] : [CONTAINER-68A08967EF4F675B] }
dt.security_contextstring[]resource stable
The security contexts associated with the entity. For Smartscape entities, this field is always an array.
Tags: permission
[]

Azure resource fields

Contains all fields that are provided by all resorce running on Azure, including Azure, Core and K8s entities.

AttributeTypeDescriptionExamples
azure.subscriptionstringresource stable
An Azure subscription is a logical container used to provision resources in Azure.
Tags: permission primary-field
27e9b03f-04d2-2b69-b327-32f433f7ed21
azure.locationstringresource stable
A specific geographical location of Azure cloud resource.
Tags: primary-field
westeurope
azure.availability_zonesstring[]resource experimental
Availability zones of Azure cloud resource.
['1']
azure.resource.groupstringresource stable
A resource group is a container that holds related resources for an Azure solution.
Tags: permission primary-field
demo-backend-rg
azure.resource.idstringresource experimental
A unique, immutable identifier assigned to each Azure cloud resource.
/subscriptions/27e9b03f-04d2-2b69-b327-32f433f7ed21/resourceGroups/demo-backend-rg/providers/Microsoft.ContainerService/managedClusters/demo-aks
azure.resource.namestringresource experimental
User-provided name of the Azure cloud resource.
demo-aks
azure.resource.typestringresource experimental
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.

AttributeTypeDescriptionExamples
azure.resource.kindstringexperimental
A kind of the Azure resource
app,linux
azure.resource.sku.namestringexperimental
Name of the Azure resource SKU
B_Gen5_1
azure.resource.sku.tierstringexperimental
Tier of the Azure resource SKU
Basic
azure.resource.sku.capacitystringexperimental
Capacity of the Azure resource SKU
20
azure.statusstringexperimental
The status of the instance
Running; Stopped (deallocated)
azure.provisioning_statestringexperimental
The provisioning status of the resource
Succeeded; DELETED; ERROR; INCOMPLETE
azure.objectstringexperimental
The full JSON content of Azure object
azure.properties.versionstringexperimental
The json content version
...
azure.subscriptionstringresource stable
An Azure subscription is a logical container used to provision resources in Azure.
Tags: permission primary-field
27e9b03f-04d2-2b69-b327-32f433f7ed21
azure.locationstringresource stable
A specific geographical location of Azure cloud resource.
Tags: primary-field
westeurope
azure.availability_zonesstring[]resource experimental
Availability zones of Azure cloud resource.
['1']
azure.resource.groupstringresource stable
A resource group is a container that holds related resources for an Azure solution.
Tags: permission primary-field
demo-backend-rg
azure.tenant.idstringresource experimental
Unique, immutable identifier assigned to the Azure tenant.
37c4add3-612a-483d-8b24-cccbb35d3306

Cloud entity fields

Fields that are provided by all Cloud workloads.

AttributeTypeDescriptionExamples
cloud.acquisition.statusstringexperimental
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.
OK; DELETED; ERROR; INCOMPLETE