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()
Contains all fields that are provided by all resorce running on Azure, including Azure, Core and K8s entities.
| Attribute | Type | Description | Examples |
|---|---|---|---|
azure.availability_zones | string[] | resource experimental Availability zones of Azure cloud resource. | ['1'] |
azure.location | string | resource stable A specific geographical location of Azure cloud resource. Tags: primary-field | westeurope |
azure.resource.group | string | resource stable A resource group is a container that holds related resources for an Azure solution. Tags: permission primary-field | demo-backend-rg |
azure.resource.id | string | resource 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.name | string | resource experimental User-provided name of the Azure cloud resource. | demo-aks |
azure.resource.type | string | resource experimental The name of a resource type in the format: {resource-provider}/{resource-type}. | Microsoft.ContainerService/managedClusters |
azure.subscription | string | resource stable An Azure subscription is a logical container used to provision resources in Azure. Tags: permission primary-field | 27e9b03f-04d2-2b69-b327-32f433f7ed21 |
The Smartscape ID for a given entity is calculated based on the Azure resource id.
The azure.object field contains the JSON string representing configuration state from Azure Resource Graph.
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].
azure.subscriptionazure.resource.groupdt.security_contextSmartscape node name: azure.resource.name
Smartscape node type: AZURE_MICROSOFT_APIMANAGEMENT_SERVICE
This entity represents API Management Service
Fetch all Smartscape nodes from the smartscape.nodes table and filter for the entity type "AZURE_MICROSOFT_APIMANAGEMENT_SERVICE"
smartscapeNodes "AZURE_MICROSOFT_APIMANAGEMENT_SERVICE"
The following base fields are used for all entities.
| Attribute | Type | Description | Examples |
|---|---|---|---|
id | smartscapeId | stable A Smartscape ID consists of two components: an UPPER_CASE entity type and a random 16-character hexadecimal unique identifier, separated by a dash. Use Smartscape conversion functions when working with strings that represent Smartscape IDs. | <type>-017198AD253CBD63 |
id_classic | string | deprecated The entity ID that was used in the classic entity store. This ID is present in old monitoring data. Not all entities have this ID, and it is not generated for new entities. Use the id field instead, which is the Smartscape ID. | <type>-017198AD253CBD63 |
name | string | stable The entity name. | localhost; easyTravel; product-catalog |
type | string | stable The entity type. UPPER_SNAKE_CASE string that represents the type of the entity. | TYPE_A |
tags | record | stable 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 |
lifetime | timeframe | stable 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 } |
references | record | stable 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_context | string[] | resource stable The security contexts associated with the entity. For Smartscape entities, this field is always an array. Tags: permission | [] |
Contains all fields that are provided by all resorce running on Azure, including Azure, Core and K8s entities.
| Attribute | Type | Description | Examples |
|---|---|---|---|
azure.subscription | string | resource stable An Azure subscription is a logical container used to provision resources in Azure. Tags: permission primary-field | 27e9b03f-04d2-2b69-b327-32f433f7ed21 |
azure.location | string | resource stable A specific geographical location of Azure cloud resource. Tags: primary-field | westeurope |
azure.availability_zones | string[] | resource experimental Availability zones of Azure cloud resource. | ['1'] |
azure.resource.group | string | resource stable A resource group is a container that holds related resources for an Azure solution. Tags: permission primary-field | demo-backend-rg |
azure.resource.id | string | resource 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.name | string | resource experimental User-provided name of the Azure cloud resource. | demo-aks |
azure.resource.type | string | resource experimental The name of a resource type in the format: {resource-provider}/{resource-type}. | Microsoft.ContainerService/managedClusters |
Contains all fields that are provided by all Azure entities.
| Attribute | Type | Description | Examples |
|---|---|---|---|
azure.resource.kind | string | experimental A kind of the Azure resource | app,linux |
azure.resource.sku.name | string | experimental Name of the Azure resource SKU | B_Gen5_1 |
azure.resource.sku.tier | string | experimental Tier of the Azure resource SKU | Basic |
azure.resource.sku.capacity | string | experimental Capacity of the Azure resource SKU | 20 |
azure.status | string | experimental The status of the instance | Running; Stopped (deallocated) |
azure.provisioning_state | string | experimental The provisioning status of the resource | Succeeded; DELETED; ERROR; INCOMPLETE |
azure.object | string | experimental The full JSON content of Azure object | |
azure.properties.version | string | experimental The json content version | ... |
azure.subscription | string | resource stable An Azure subscription is a logical container used to provision resources in Azure. Tags: permission primary-field | 27e9b03f-04d2-2b69-b327-32f433f7ed21 |
azure.location | string | resource stable A specific geographical location of Azure cloud resource. Tags: primary-field | westeurope |
azure.availability_zones | string[] | resource experimental Availability zones of Azure cloud resource. | ['1'] |
azure.resource.group | string | resource stable A resource group is a container that holds related resources for an Azure solution. Tags: permission primary-field | demo-backend-rg |
azure.tenant.id | string | resource experimental Unique, immutable identifier assigned to the Azure tenant. | 37c4add3-612a-483d-8b24-cccbb35d3306 |
Fields that are provided by all Cloud workloads.
| Attribute | Type | Description | Examples |
|---|---|---|---|
cloud.acquisition.status | string | experimental 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 |
Smartscape node name: azure.resource.name
Smartscape node type: AZURE_MICROSOFT_WEB_SITES
This entity represents App Service
Fetch all Smartscape nodes from the smartscape.nodes table and filter for the entity type "AZURE_MICROSOFT_WEB_SITES"
smartscapeNodes "AZURE_MICROSOFT_WEB_SITES"
The following base fields are used for all entities.
| Attribute | Type | Description | Examples |
|---|---|---|---|
id | smartscapeId | stable A Smartscape ID consists of two components: an UPPER_CASE entity type and a random 16-character hexadecimal unique identifier, separated by a dash. Use Smartscape conversion functions when working with strings that represent Smartscape IDs. | <type>-017198AD253CBD63 |
id_classic | string | deprecated The entity ID that was used in the classic entity store. This ID is present in old monitoring data. Not all entities have this ID, and it is not generated for new entities. Use the id field instead, which is the Smartscape ID. | <type>-017198AD253CBD63 |
name | string | stable The entity name. | localhost; easyTravel; product-catalog |
type | string | stable The entity type. UPPER_SNAKE_CASE string that represents the type of the entity. | TYPE_A |
tags | record | stable 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 |
lifetime | timeframe | stable 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 } |
references | record | stable 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_context | string[] | resource stable The security contexts associated with the entity. For Smartscape entities, this field is always an array. Tags: permission | [] |
Contains all fields that are provided by all resorce running on Azure, including Azure, Core and K8s entities.
| Attribute | Type | Description | Examples |
|---|---|---|---|
azure.subscription | string | resource stable An Azure subscription is a logical container used to provision resources in Azure. Tags: permission primary-field | 27e9b03f-04d2-2b69-b327-32f433f7ed21 |
azure.location | string | resource stable A specific geographical location of Azure cloud resource. Tags: primary-field | westeurope |
azure.availability_zones | string[] | resource experimental Availability zones of Azure cloud resource. | ['1'] |
azure.resource.group | string | resource stable A resource group is a container that holds related resources for an Azure solution. Tags: permission primary-field | demo-backend-rg |
azure.resource.id | string | resource 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.name | string | resource experimental User-provided name of the Azure cloud resource. | demo-aks |
azure.resource.type | string | resource experimental The name of a resource type in the format: {resource-provider}/{resource-type}. | Microsoft.ContainerService/managedClusters |
Contains all fields that are provided by all Azure entities.
| Attribute | Type | Description | Examples |
|---|---|---|---|
azure.resource.kind | string | experimental A kind of the Azure resource | app,linux |
azure.resource.sku.name | string | experimental Name of the Azure resource SKU | B_Gen5_1 |
azure.resource.sku.tier | string | experimental Tier of the Azure resource SKU | Basic |
azure.resource.sku.capacity | string | experimental Capacity of the Azure resource SKU | 20 |
azure.status | string | experimental The status of the instance | Running; Stopped (deallocated) |
azure.provisioning_state | string | experimental The provisioning status of the resource | Succeeded; DELETED; ERROR; INCOMPLETE |
azure.object | string | experimental The full JSON content of Azure object | |
azure.properties.version | string | experimental The json content version | ... |
azure.subscription | string | resource stable An Azure subscription is a logical container used to provision resources in Azure. Tags: permission primary-field | 27e9b03f-04d2-2b69-b327-32f433f7ed21 |
azure.location | string | resource stable A specific geographical location of Azure cloud resource. Tags: primary-field | westeurope |
azure.availability_zones | string[] | resource experimental Availability zones of Azure cloud resource. | ['1'] |
azure.resource.group | string | resource stable A resource group is a container that holds related resources for an Azure solution. Tags: permission primary-field | demo-backend-rg |
azure.tenant.id | string | resource experimental Unique, immutable identifier assigned to the Azure tenant. | 37c4add3-612a-483d-8b24-cccbb35d3306 |
Fields that are provided by all Cloud workloads.
| Attribute | Type | Description | Examples |
|---|---|---|---|
cloud.acquisition.status | string | experimental 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 |
Smartscape node name: azure.resource.name
Smartscape node type: AZURE_MICROSOFT_WEB_SERVERFARMS
This entity represents App Service Plan
Fetch all Smartscape nodes from the smartscape.nodes table and filter for the entity type "AZURE_MICROSOFT_WEB_SERVERFARMS"
smartscapeNodes "AZURE_MICROSOFT_WEB_SERVERFARMS"
The following base fields are used for all entities.
| Attribute | Type | Description | Examples |
|---|---|---|---|
id | smartscapeId | stable A Smartscape ID consists of two components: an UPPER_CASE entity type and a random 16-character hexadecimal unique identifier, separated by a dash. Use Smartscape conversion functions when working with strings that represent Smartscape IDs. | <type>-017198AD253CBD63 |
id_classic | string | deprecated The entity ID that was used in the classic entity store. This ID is present in old monitoring data. Not all entities have this ID, and it is not generated for new entities. Use the id field instead, which is the Smartscape ID. | <type>-017198AD253CBD63 |
name | string | stable The entity name. | localhost; easyTravel; product-catalog |
type | string | stable The entity type. UPPER_SNAKE_CASE string that represents the type of the entity. | TYPE_A |
tags | record | stable 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 |
lifetime | timeframe | stable 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 } |
references | record | stable 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_context | string[] | resource stable The security contexts associated with the entity. For Smartscape entities, this field is always an array. Tags: permission | [] |
Contains all fields that are provided by all resorce running on Azure, including Azure, Core and K8s entities.
| Attribute | Type | Description | Examples |
|---|---|---|---|
azure.subscription | string | resource stable An Azure subscription is a logical container used to provision resources in Azure. Tags: permission primary-field | 27e9b03f-04d2-2b69-b327-32f433f7ed21 |
azure.location | string | resource stable A specific geographical location of Azure cloud resource. Tags: primary-field | westeurope |
azure.availability_zones | string[] | resource experimental Availability zones of Azure cloud resource. | ['1'] |
azure.resource.group | string | resource stable A resource group is a container that holds related resources for an Azure solution. Tags: permission primary-field | demo-backend-rg |
azure.resource.id | string | resource 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.name | string | resource experimental User-provided name of the Azure cloud resource. | demo-aks |
azure.resource.type | string | resource experimental The name of a resource type in the format: {resource-provider}/{resource-type}. | Microsoft.ContainerService/managedClusters |
Contains all fields that are provided by all Azure entities.
| Attribute | Type | Description | Examples |
|---|---|---|---|
azure.resource.kind | string | experimental A kind of the Azure resource | app,linux |
azure.resource.sku.name | string | experimental Name of the Azure resource SKU | B_Gen5_1 |
azure.resource.sku.tier | string | experimental Tier of the Azure resource SKU | Basic |
azure.resource.sku.capacity | string | experimental Capacity of the Azure resource SKU | 20 |
azure.status | string | experimental The status of the instance | Running; Stopped (deallocated) |
azure.provisioning_state | string | experimental The provisioning status of the resource | Succeeded; DELETED; ERROR; INCOMPLETE |
azure.object | string | experimental The full JSON content of Azure object | |
azure.properties.version | string | experimental The json content version | ... |
azure.subscription | string | resource stable An Azure subscription is a logical container used to provision resources in Azure. Tags: permission primary-field | 27e9b03f-04d2-2b69-b327-32f433f7ed21 |
azure.location | string | resource stable A specific geographical location of Azure cloud resource. Tags: primary-field | westeurope |
azure.availability_zones | string[] | resource experimental Availability zones of Azure cloud resource. | ['1'] |
azure.resource.group | string | resource stable A resource group is a container that holds related resources for an Azure solution. Tags: permission primary-field | demo-backend-rg |
azure.tenant.id | string | resource experimental Unique, immutable identifier assigned to the Azure tenant. | 37c4add3-612a-483d-8b24-cccbb35d3306 |
Fields that are provided by all Cloud workloads.
| Attribute | Type | Description | Examples |
|---|---|---|---|
cloud.acquisition.status | string | experimental 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 |
Smartscape node name: azure.resource.name
Smartscape node type: AZURE_MICROSOFT_NETWORK_APPLICATIONGATEWAYS
This entity represents Application Gateway
Fetch all Smartscape nodes from the smartscape.nodes table and filter for the entity type "AZURE_MICROSOFT_NETWORK_APPLICATIONGATEWAYS"
smartscapeNodes "AZURE_MICROSOFT_NETWORK_APPLICATIONGATEWAYS"
The following base fields are used for all entities.
| Attribute | Type | Description | Examples |
|---|---|---|---|
id | smartscapeId | stable A Smartscape ID consists of two components: an UPPER_CASE entity type and a random 16-character hexadecimal unique identifier, separated by a dash. Use Smartscape conversion functions when working with strings that represent Smartscape IDs. | <type>-017198AD253CBD63 |
id_classic | string | deprecated The entity ID that was used in the classic entity store. This ID is present in old monitoring data. Not all entities have this ID, and it is not generated for new entities. Use the id field instead, which is the Smartscape ID. | <type>-017198AD253CBD63 |
name | string | stable The entity name. | localhost; easyTravel; product-catalog |
type | string | stable The entity type. UPPER_SNAKE_CASE string that represents the type of the entity. | TYPE_A |
tags | record | stable 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 |
lifetime | timeframe | stable 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 } |
references | record | stable 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_context | string[] | resource stable The security contexts associated with the entity. For Smartscape entities, this field is always an array. Tags: permission | [] |
Contains all fields that are provided by all resorce running on Azure, including Azure, Core and K8s entities.
| Attribute | Type | Description | Examples |
|---|---|---|---|
azure.subscription | string | resource stable An Azure subscription is a logical container used to provision resources in Azure. Tags: permission primary-field | 27e9b03f-04d2-2b69-b327-32f433f7ed21 |
azure.location | string | resource stable A specific geographical location of Azure cloud resource. Tags: primary-field | westeurope |
azure.availability_zones | string[] | resource experimental Availability zones of Azure cloud resource. | ['1'] |
azure.resource.group | string | resource stable A resource group is a container that holds related resources for an Azure solution. Tags: permission primary-field | demo-backend-rg |
azure.resource.id | string | resource 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.name | string | resource experimental User-provided name of the Azure cloud resource. | demo-aks |
azure.resource.type | string | resource experimental The name of a resource type in the format: {resource-provider}/{resource-type}. | Microsoft.ContainerService/managedClusters |
Contains all fields that are provided by all Azure entities.
| Attribute | Type | Description | Examples |
|---|---|---|---|
azure.resource.kind | string | experimental A kind of the Azure resource | app,linux |
azure.resource.sku.name | string | experimental Name of the Azure resource SKU | B_Gen5_1 |
azure.resource.sku.tier | string | experimental Tier of the Azure resource SKU | Basic |
azure.resource.sku.capacity | string | experimental Capacity of the Azure resource SKU | 20 |
azure.status | string | experimental The status of the instance | Running; Stopped (deallocated) |
azure.provisioning_state | string | experimental The provisioning status of the resource | Succeeded; DELETED; ERROR; INCOMPLETE |
azure.object | string | experimental The full JSON content of Azure object | |
azure.properties.version | string | experimental The json content version | ... |
azure.subscription | string | resource stable An Azure subscription is a logical container used to provision resources in Azure. Tags: permission primary-field | 27e9b03f-04d2-2b69-b327-32f433f7ed21 |
azure.location | string | resource stable A specific geographical location of Azure cloud resource. Tags: primary-field | westeurope |
azure.availability_zones | string[] | resource experimental Availability zones of Azure cloud resource. | ['1'] |
azure.resource.group | string | resource stable A resource group is a container that holds related resources for an Azure solution. Tags: permission primary-field | demo-backend-rg |
azure.tenant.id | string | resource experimental Unique, immutable identifier assigned to the Azure tenant. | 37c4add3-612a-483d-8b24-cccbb35d3306 |
Fields that are provided by all Cloud workloads.
| Attribute | Type | Description | Examples |
|---|---|---|---|
cloud.acquisition.status | string | experimental 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 |
Smartscape node name: azure.resource.name
Smartscape node type: AZURE_MICROSOFT_NETWORK_APPLICATIONGATEWAYS_BACKENDADDRESSPOOLS
This entity represents Application Gateway Backend Address Pools
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"
The following base fields are used for all entities.
| Attribute | Type | Description | Examples |
|---|---|---|---|
id | smartscapeId | stable A Smartscape ID consists of two components: an UPPER_CASE entity type and a random 16-character hexadecimal unique identifier, separated by a dash. Use Smartscape conversion functions when working with strings that represent Smartscape IDs. | <type>-017198AD253CBD63 |
id_classic | string | deprecated The entity ID that was used in the classic entity store. This ID is present in old monitoring data. Not all entities have this ID, and it is not generated for new entities. Use the id field instead, which is the Smartscape ID. | <type>-017198AD253CBD63 |
name | string | stable The entity name. | localhost; easyTravel; product-catalog |
type | string | stable The entity type. UPPER_SNAKE_CASE string that represents the type of the entity. | TYPE_A |
tags | record | stable 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 |
lifetime | timeframe | stable 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 } |
references | record | stable 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_context | string[] | resource stable The security contexts associated with the entity. For Smartscape entities, this field is always an array. Tags: permission | [] |
Contains all fields that are provided by all resorce running on Azure, including Azure, Core and K8s entities.
| Attribute | Type | Description | Examples |
|---|---|---|---|
azure.subscription | string | resource stable An Azure subscription is a logical container used to provision resources in Azure. Tags: permission primary-field | 27e9b03f-04d2-2b69-b327-32f433f7ed21 |
azure.location | string | resource stable A specific geographical location of Azure cloud resource. Tags: primary-field | westeurope |
azure.availability_zones | string[] | resource experimental Availability zones of Azure cloud resource. | ['1'] |
azure.resource.group | string | resource stable A resource group is a container that holds related resources for an Azure solution. Tags: permission primary-field | demo-backend-rg |
azure.resource.id | string | resource 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.name | string | resource experimental User-provided name of the Azure cloud resource. | demo-aks |
azure.resource.type | string | resource experimental The name of a resource type in the format: {resource-provider}/{resource-type}. | Microsoft.ContainerService/managedClusters |
Contains all fields that are provided by all Azure entities.
| Attribute | Type | Description | Examples |
|---|---|---|---|
azure.resource.kind | string | experimental A kind of the Azure resource | app,linux |
azure.resource.sku.name | string | experimental Name of the Azure resource SKU | B_Gen5_1 |
azure.resource.sku.tier | string | experimental Tier of the Azure resource SKU | Basic |
azure.resource.sku.capacity | string | experimental Capacity of the Azure resource SKU | 20 |
azure.status | string | experimental The status of the instance | Running; Stopped (deallocated) |
azure.provisioning_state | string | experimental The provisioning status of the resource | Succeeded; DELETED; ERROR; INCOMPLETE |
azure.object | string | experimental The full JSON content of Azure object | |
azure.properties.version | string | experimental The json content version | ... |
azure.subscription | string | resource stable An Azure subscription is a logical container used to provision resources in Azure. Tags: permission primary-field | 27e9b03f-04d2-2b69-b327-32f433f7ed21 |
azure.location | string | resource stable A specific geographical location of Azure cloud resource. Tags: primary-field | westeurope |
azure.availability_zones | string[] | resource experimental Availability zones of Azure cloud resource. | ['1'] |
azure.resource.group | string | resource stable A resource group is a container that holds related resources for an Azure solution. Tags: permission primary-field | demo-backend-rg |
azure.tenant.id | string | resource experimental Unique, immutable identifier assigned to the Azure tenant. | 37c4add3-612a-483d-8b24-cccbb35d3306 |
Fields that are provided by all Cloud workloads.
| Attribute | Type | Description | Examples |
|---|---|---|---|
cloud.acquisition.status | string | experimental 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 |
Smartscape node name: azure.resource.name
Smartscape node type: AZURE_MICROSOFT_NETWORK_APPLICATIONGATEWAYS_BACKENDHTTPSETTINGSCOLLECTION
This entity represents Application Gateway Backend HTTP Settings
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"
The following base fields are used for all entities.
| Attribute | Type | Description | Examples |
|---|---|---|---|
id | smartscapeId | stable A Smartscape ID consists of two components: an UPPER_CASE entity type and a random 16-character hexadecimal unique identifier, separated by a dash. Use Smartscape conversion functions when working with strings that represent Smartscape IDs. | <type>-017198AD253CBD63 |
id_classic | string | deprecated The entity ID that was used in the classic entity store. This ID is present in old monitoring data. Not all entities have this ID, and it is not generated for new entities. Use the id field instead, which is the Smartscape ID. | <type>-017198AD253CBD63 |
name | string | stable The entity name. | localhost; easyTravel; product-catalog |
type | string | stable The entity type. UPPER_SNAKE_CASE string that represents the type of the entity. | TYPE_A |
tags | record | stable 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 |
lifetime | timeframe | stable 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 } |
references | record | stable 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_context | string[] | resource stable The security contexts associated with the entity. For Smartscape entities, this field is always an array. Tags: permission | [] |
Contains all fields that are provided by all resorce running on Azure, including Azure, Core and K8s entities.
| Attribute | Type | Description | Examples |
|---|---|---|---|
azure.subscription | string | resource stable An Azure subscription is a logical container used to provision resources in Azure. Tags: permission primary-field | 27e9b03f-04d2-2b69-b327-32f433f7ed21 |
azure.location | string | resource stable A specific geographical location of Azure cloud resource. Tags: primary-field | westeurope |
azure.availability_zones | string[] | resource experimental Availability zones of Azure cloud resource. | ['1'] |
azure.resource.group | string | resource stable A resource group is a container that holds related resources for an Azure solution. Tags: permission primary-field | demo-backend-rg |
azure.resource.id | string | resource 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.name | string | resource experimental User-provided name of the Azure cloud resource. | demo-aks |
azure.resource.type | string | resource experimental The name of a resource type in the format: {resource-provider}/{resource-type}. | Microsoft.ContainerService/managedClusters |
Contains all fields that are provided by all Azure entities.
| Attribute | Type | Description | Examples |
|---|---|---|---|
azure.resource.kind | string | experimental A kind of the Azure resource | app,linux |
azure.resource.sku.name | string | experimental Name of the Azure resource SKU | B_Gen5_1 |
azure.resource.sku.tier | string | experimental Tier of the Azure resource SKU | Basic |
azure.resource.sku.capacity | string | experimental Capacity of the Azure resource SKU | 20 |
azure.status | string | experimental The status of the instance | Running; Stopped (deallocated) |
azure.provisioning_state | string | experimental The provisioning status of the resource | Succeeded; DELETED; ERROR; INCOMPLETE |
azure.object | string | experimental The full JSON content of Azure object | |
azure.properties.version | string | experimental The json content version | ... |
azure.subscription | string | resource stable An Azure subscription is a logical container used to provision resources in Azure. Tags: permission primary-field | 27e9b03f-04d2-2b69-b327-32f433f7ed21 |
azure.location | string | resource stable A specific geographical location of Azure cloud resource. Tags: primary-field | westeurope |
azure.availability_zones | string[] | resource experimental Availability zones of Azure cloud resource. | ['1'] |
azure.resource.group | string | resource stable A resource group is a container that holds related resources for an Azure solution. Tags: permission primary-field | demo-backend-rg |
azure.tenant.id | string | resource experimental Unique, immutable identifier assigned to the Azure tenant. | 37c4add3-612a-483d-8b24-cccbb35d3306 |
Fields that are provided by all Cloud workloads.
| Attribute | Type | Description | Examples |
|---|---|---|---|
cloud.acquisition.status | string | experimental 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 |
Smartscape node name: azure.resource.name
Smartscape node type: AZURE_MICROSOFT_NETWORK_APPLICATIONGATEWAYS_FRONTENDIPCONFIGURATIONS
This entity represents Application Gateway Frontend IP Configurations
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"
The following base fields are used for all entities.
| Attribute | Type | Description | Examples |
|---|---|---|---|
id | smartscapeId | stable A Smartscape ID consists of two components: an UPPER_CASE entity type and a random 16-character hexadecimal unique identifier, separated by a dash. Use Smartscape conversion functions when working with strings that represent Smartscape IDs. | <type>-017198AD253CBD63 |
id_classic | string | deprecated The entity ID that was used in the classic entity store. This ID is present in old monitoring data. Not all entities have this ID, and it is not generated for new entities. Use the id field instead, which is the Smartscape ID. | <type>-017198AD253CBD63 |
name | string | stable The entity name. | localhost; easyTravel; product-catalog |
type | string | stable The entity type. UPPER_SNAKE_CASE string that represents the type of the entity. | TYPE_A |
tags | record | stable 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 |
lifetime | timeframe | stable 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 } |
references | record | stable 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_context | string[] | resource stable The security contexts associated with the entity. For Smartscape entities, this field is always an array. Tags: permission | [] |
Contains all fields that are provided by all resorce running on Azure, including Azure, Core and K8s entities.
| Attribute | Type | Description | Examples |
|---|---|---|---|
azure.subscription | string | resource stable An Azure subscription is a logical container used to provision resources in Azure. Tags: permission primary-field | 27e9b03f-04d2-2b69-b327-32f433f7ed21 |
azure.location | string | resource stable A specific geographical location of Azure cloud resource. Tags: primary-field | westeurope |
azure.availability_zones | string[] | resource experimental Availability zones of Azure cloud resource. | ['1'] |
azure.resource.group | string | resource stable A resource group is a container that holds related resources for an Azure solution. Tags: permission primary-field | demo-backend-rg |
azure.resource.id | string | resource 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.name | string | resource experimental User-provided name of the Azure cloud resource. | demo-aks |
azure.resource.type | string | resource experimental The name of a resource type in the format: {resource-provider}/{resource-type}. | Microsoft.ContainerService/managedClusters |
Contains all fields that are provided by all Azure entities.
| Attribute | Type | Description | Examples |
|---|---|---|---|
azure.resource.kind | string | experimental A kind of the Azure resource | app,linux |
azure.resource.sku.name | string | experimental Name of the Azure resource SKU | B_Gen5_1 |
azure.resource.sku.tier | string | experimental Tier of the Azure resource SKU | Basic |
azure.resource.sku.capacity | string | experimental Capacity of the Azure resource SKU | 20 |
azure.status | string | experimental The status of the instance | Running; Stopped (deallocated) |
azure.provisioning_state | string | experimental The provisioning status of the resource | Succeeded; DELETED; ERROR; INCOMPLETE |
azure.object | string | experimental The full JSON content of Azure object | |
azure.properties.version | string | experimental The json content version | ... |
azure.subscription | string | resource stable An Azure subscription is a logical container used to provision resources in Azure. Tags: permission primary-field | 27e9b03f-04d2-2b69-b327-32f433f7ed21 |
azure.location | string | resource stable A specific geographical location of Azure cloud resource. Tags: primary-field | westeurope |
azure.availability_zones | string[] | resource experimental Availability zones of Azure cloud resource. | ['1'] |
azure.resource.group | string | resource stable A resource group is a container that holds related resources for an Azure solution. Tags: permission primary-field | demo-backend-rg |
azure.tenant.id | string | resource experimental Unique, immutable identifier assigned to the Azure tenant. | 37c4add3-612a-483d-8b24-cccbb35d3306 |
Fields that are provided by all Cloud workloads.
| Attribute | Type | Description | Examples |
|---|---|---|---|
cloud.acquisition.status | string | experimental 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 |
Smartscape node name: azure.resource.name
Smartscape node type: AZURE_MICROSOFT_NETWORK_APPLICATIONGATEWAYS_FRONTENDPORTS
This entity represents Application Gateway Frontend Ports
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"
The following base fields are used for all entities.
| Attribute | Type | Description | Examples |
|---|---|---|---|
id | smartscapeId | stable A Smartscape ID consists of two components: an UPPER_CASE entity type and a random 16-character hexadecimal unique identifier, separated by a dash. Use Smartscape conversion functions when working with strings that represent Smartscape IDs. | <type>-017198AD253CBD63 |
id_classic | string | deprecated The entity ID that was used in the classic entity store. This ID is present in old monitoring data. Not all entities have this ID, and it is not generated for new entities. Use the id field instead, which is the Smartscape ID. | <type>-017198AD253CBD63 |
name | string | stable The entity name. | localhost; easyTravel; product-catalog |
type | string | stable The entity type. UPPER_SNAKE_CASE string that represents the type of the entity. | TYPE_A |
tags | record | stable 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 |
lifetime | timeframe | stable 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 } |
references | record | stable 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_context | string[] | resource stable The security contexts associated with the entity. For Smartscape entities, this field is always an array. Tags: permission | [] |
Contains all fields that are provided by all resorce running on Azure, including Azure, Core and K8s entities.
| Attribute | Type | Description | Examples |
|---|---|---|---|
azure.subscription | string | resource stable An Azure subscription is a logical container used to provision resources in Azure. Tags: permission primary-field | 27e9b03f-04d2-2b69-b327-32f433f7ed21 |
azure.location | string | resource stable A specific geographical location of Azure cloud resource. Tags: primary-field | westeurope |
azure.availability_zones | string[] | resource experimental Availability zones of Azure cloud resource. | ['1'] |
azure.resource.group | string | resource stable A resource group is a container that holds related resources for an Azure solution. Tags: permission primary-field | demo-backend-rg |
azure.resource.id | string | resource 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.name | string | resource experimental User-provided name of the Azure cloud resource. | demo-aks |
azure.resource.type | string | resource experimental The name of a resource type in the format: {resource-provider}/{resource-type}. | Microsoft.ContainerService/managedClusters |
Contains all fields that are provided by all Azure entities.
| Attribute | Type | Description | Examples |
|---|---|---|---|
azure.resource.kind | string | experimental A kind of the Azure resource | app,linux |
azure.resource.sku.name | string | experimental Name of the Azure resource SKU | B_Gen5_1 |
azure.resource.sku.tier | string | experimental Tier of the Azure resource SKU | Basic |
azure.resource.sku.capacity | string | experimental Capacity of the Azure resource SKU | 20 |
azure.status | string | experimental The status of the instance | Running; Stopped (deallocated) |
azure.provisioning_state | string | experimental The provisioning status of the resource | Succeeded; DELETED; ERROR; INCOMPLETE |
azure.object | string | experimental The full JSON content of Azure object | |
azure.properties.version | string | experimental The json content version | ... |
azure.subscription | string | resource stable An Azure subscription is a logical container used to provision resources in Azure. Tags: permission primary-field | 27e9b03f-04d2-2b69-b327-32f433f7ed21 |
azure.location | string | resource stable A specific geographical location of Azure cloud resource. Tags: primary-field | westeurope |
azure.availability_zones | string[] | resource experimental Availability zones of Azure cloud resource. | ['1'] |
azure.resource.group | string | resource stable A resource group is a container that holds related resources for an Azure solution. Tags: permission primary-field | demo-backend-rg |
azure.tenant.id | string | resource experimental Unique, immutable identifier assigned to the Azure tenant. | 37c4add3-612a-483d-8b24-cccbb35d3306 |
Fields that are provided by all Cloud workloads.
| Attribute | Type | Description | Examples |
|---|---|---|---|
cloud.acquisition.status | string | experimental 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 |
Smartscape node name: azure.resource.name
Smartscape node type: AZURE_MICROSOFT_NETWORK_APPLICATIONGATEWAYS_HTTPLISTENERS
This entity represents Application Gateway HTTP Listeners
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"
The following base fields are used for all entities.
| Attribute | Type | Description | Examples |
|---|---|---|---|
id | smartscapeId | stable A Smartscape ID consists of two components: an UPPER_CASE entity type and a random 16-character hexadecimal unique identifier, separated by a dash. Use Smartscape conversion functions when working with strings that represent Smartscape IDs. | <type>-017198AD253CBD63 |
id_classic | string | deprecated The entity ID that was used in the classic entity store. This ID is present in old monitoring data. Not all entities have this ID, and it is not generated for new entities. Use the id field instead, which is the Smartscape ID. | <type>-017198AD253CBD63 |
name | string | stable The entity name. | localhost; easyTravel; product-catalog |
type | string | stable The entity type. UPPER_SNAKE_CASE string that represents the type of the entity. | TYPE_A |
tags | record | stable 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 |
lifetime | timeframe | stable 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 } |
references | record | stable 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_context | string[] | resource stable The security contexts associated with the entity. For Smartscape entities, this field is always an array. Tags: permission | [] |
Contains all fields that are provided by all resorce running on Azure, including Azure, Core and K8s entities.
| Attribute | Type | Description | Examples |
|---|---|---|---|
azure.subscription | string | resource stable An Azure subscription is a logical container used to provision resources in Azure. Tags: permission primary-field | 27e9b03f-04d2-2b69-b327-32f433f7ed21 |
azure.location | string | resource stable A specific geographical location of Azure cloud resource. Tags: primary-field | westeurope |
azure.availability_zones | string[] | resource experimental Availability zones of Azure cloud resource. | ['1'] |
azure.resource.group | string | resource stable A resource group is a container that holds related resources for an Azure solution. Tags: permission primary-field | demo-backend-rg |
azure.resource.id | string | resource 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.name | string | resource experimental User-provided name of the Azure cloud resource. | demo-aks |
azure.resource.type | string | resource experimental The name of a resource type in the format: {resource-provider}/{resource-type}. | Microsoft.ContainerService/managedClusters |
Contains all fields that are provided by all Azure entities.
| Attribute | Type | Description | Examples |
|---|---|---|---|
azure.resource.kind | string | experimental A kind of the Azure resource | app,linux |
azure.resource.sku.name | string | experimental Name of the Azure resource SKU | B_Gen5_1 |
azure.resource.sku.tier | string | experimental Tier of the Azure resource SKU | Basic |
azure.resource.sku.capacity | string | experimental Capacity of the Azure resource SKU | 20 |
azure.status | string | experimental The status of the instance | Running; Stopped (deallocated) |
azure.provisioning_state | string | experimental The provisioning status of the resource | Succeeded; DELETED; ERROR; INCOMPLETE |
azure.object | string | experimental The full JSON content of Azure object | |
azure.properties.version | string | experimental The json content version | ... |
azure.subscription | string | resource stable An Azure subscription is a logical container used to provision resources in Azure. Tags: permission primary-field | 27e9b03f-04d2-2b69-b327-32f433f7ed21 |
azure.location | string | resource stable A specific geographical location of Azure cloud resource. Tags: primary-field | westeurope |
azure.availability_zones | string[] | resource experimental Availability zones of Azure cloud resource. | ['1'] |
azure.resource.group | string | resource stable A resource group is a container that holds related resources for an Azure solution. Tags: permission primary-field | demo-backend-rg |
azure.tenant.id | string | resource experimental Unique, immutable identifier assigned to the Azure tenant. | 37c4add3-612a-483d-8b24-cccbb35d3306 |
Fields that are provided by all Cloud workloads.
| Attribute | Type | Description | Examples |
|---|---|---|---|
cloud.acquisition.status | string | experimental 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 |
Smartscape node name: azure.resource.name
Smartscape node type: AZURE_MICROSOFT_NETWORK_APPLICATIONGATEWAYS_GATEWAYIPCONFIGURATIONS
This entity represents Application Gateway IP Configurations
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"
The following base fields are used for all entities.
| Attribute | Type | Description | Examples |
|---|---|---|---|
id | smartscapeId | stable A Smartscape ID consists of two components: an UPPER_CASE entity type and a random 16-character hexadecimal unique identifier, separated by a dash. Use Smartscape conversion functions when working with strings that represent Smartscape IDs. | <type>-017198AD253CBD63 |
id_classic | string | deprecated The entity ID that was used in the classic entity store. This ID is present in old monitoring data. Not all entities have this ID, and it is not generated for new entities. Use the id field instead, which is the Smartscape ID. | <type>-017198AD253CBD63 |
name | string | stable The entity name. | localhost; easyTravel; product-catalog |
type | string | stable The entity type. UPPER_SNAKE_CASE string that represents the type of the entity. | TYPE_A |
tags | record | stable 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 |
lifetime | timeframe | stable 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 } |
references | record | stable 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_context | string[] | resource stable The security contexts associated with the entity. For Smartscape entities, this field is always an array. Tags: permission | [] |
Contains all fields that are provided by all resorce running on Azure, including Azure, Core and K8s entities.
| Attribute | Type | Description | Examples |
|---|---|---|---|
azure.subscription | string | resource stable An Azure subscription is a logical container used to provision resources in Azure. Tags: permission primary-field | 27e9b03f-04d2-2b69-b327-32f433f7ed21 |
azure.location | string | resource stable A specific geographical location of Azure cloud resource. Tags: primary-field | westeurope |
azure.availability_zones | string[] | resource experimental Availability zones of Azure cloud resource. | ['1'] |
azure.resource.group | string | resource stable A resource group is a container that holds related resources for an Azure solution. Tags: permission primary-field | demo-backend-rg |
azure.resource.id | string | resource 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.name | string | resource experimental User-provided name of the Azure cloud resource. | demo-aks |
azure.resource.type | string | resource experimental The name of a resource type in the format: {resource-provider}/{resource-type}. | Microsoft.ContainerService/managedClusters |
Contains all fields that are provided by all Azure entities.
| Attribute | Type | Description | Examples |
|---|---|---|---|
azure.resource.kind | string | experimental A kind of the Azure resource | app,linux |
azure.resource.sku.name | string | experimental Name of the Azure resource SKU | B_Gen5_1 |
azure.resource.sku.tier | string | experimental Tier of the Azure resource SKU | Basic |
azure.resource.sku.capacity | string | experimental Capacity of the Azure resource SKU | 20 |
azure.status | string | experimental The status of the instance | Running; Stopped (deallocated) |
azure.provisioning_state | string | experimental The provisioning status of the resource | Succeeded; DELETED; ERROR; INCOMPLETE |
azure.object | string | experimental The full JSON content of Azure object | |
azure.properties.version | string | experimental The json content version | ... |
azure.subscription | string | resource stable An Azure subscription is a logical container used to provision resources in Azure. Tags: permission primary-field | 27e9b03f-04d2-2b69-b327-32f433f7ed21 |
azure.location | string | resource stable A specific geographical location of Azure cloud resource. Tags: primary-field | westeurope |
azure.availability_zones | string[] | resource experimental Availability zones of Azure cloud resource. | ['1'] |
azure.resource.group | string | resource stable A resource group is a container that holds related resources for an Azure solution. Tags: permission primary-field | demo-backend-rg |
azure.tenant.id | string | resource experimental Unique, immutable identifier assigned to the Azure tenant. | 37c4add3-612a-483d-8b24-cccbb35d3306 |
Fields that are provided by all Cloud workloads.
| Attribute | Type | Description | Examples |
|---|---|---|---|
cloud.acquisition.status | string | experimental 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 |
Smartscape node name: azure.resource.name
Smartscape node type: AZURE_MICROSOFT_NETWORK_APPLICATIONGATEWAYS_REQUESTROUTINGRULES
This entity represents Application Gateway Request Routing Rules
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"
The following base fields are used for all entities.
| Attribute | Type | Description | Examples |
|---|---|---|---|
id | smartscapeId | stable A Smartscape ID consists of two components: an UPPER_CASE entity type and a random 16-character hexadecimal unique identifier, separated by a dash. Use Smartscape conversion functions when working with strings that represent Smartscape IDs. | <type>-017198AD253CBD63 |
id_classic | string | deprecated The entity ID that was used in the classic entity store. This ID is present in old monitoring data. Not all entities have this ID, and it is not generated for new entities. Use the id field instead, which is the Smartscape ID. | <type>-017198AD253CBD63 |
name | string | stable The entity name. | localhost; easyTravel; product-catalog |
type | string | stable The entity type. UPPER_SNAKE_CASE string that represents the type of the entity. | TYPE_A |
tags | record | stable 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 |
lifetime | timeframe | stable 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 } |
references | record | stable 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_context | string[] | resource stable The security contexts associated with the entity. For Smartscape entities, this field is always an array. Tags: permission | [] |
Contains all fields that are provided by all resorce running on Azure, including Azure, Core and K8s entities.
| Attribute | Type | Description | Examples |
|---|---|---|---|
azure.subscription | string | resource stable An Azure subscription is a logical container used to provision resources in Azure. Tags: permission primary-field | 27e9b03f-04d2-2b69-b327-32f433f7ed21 |
azure.location | string | resource stable A specific geographical location of Azure cloud resource. Tags: primary-field | westeurope |
azure.availability_zones | string[] | resource experimental Availability zones of Azure cloud resource. | ['1'] |
azure.resource.group | string | resource stable A resource group is a container that holds related resources for an Azure solution. Tags: permission primary-field | demo-backend-rg |
azure.resource.id | string | resource 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.name | string | resource experimental User-provided name of the Azure cloud resource. | demo-aks |
azure.resource.type | string | resource experimental The name of a resource type in the format: {resource-provider}/{resource-type}. | Microsoft.ContainerService/managedClusters |
Contains all fields that are provided by all Azure entities.
| Attribute | Type | Description | Examples |
|---|---|---|---|
azure.resource.kind | string | experimental A kind of the Azure resource | app,linux |
azure.resource.sku.name | string | experimental Name of the Azure resource SKU | B_Gen5_1 |
azure.resource.sku.tier | string | experimental Tier of the Azure resource SKU | Basic |
azure.resource.sku.capacity | string | experimental Capacity of the Azure resource SKU | 20 |
azure.status | string | experimental The status of the instance | Running; Stopped (deallocated) |
azure.provisioning_state | string | experimental The provisioning status of the resource | Succeeded; DELETED; ERROR; INCOMPLETE |
azure.object | string | experimental The full JSON content of Azure object | |
azure.properties.version | string | experimental The json content version | ... |
azure.subscription | string | resource stable An Azure subscription is a logical container used to provision resources in Azure. Tags: permission primary-field | 27e9b03f-04d2-2b69-b327-32f433f7ed21 |
azure.location | string | resource stable A specific geographical location of Azure cloud resource. Tags: primary-field | westeurope |
azure.availability_zones | string[] | resource experimental Availability zones of Azure cloud resource. | ['1'] |
azure.resource.group | string | resource stable A resource group is a container that holds related resources for an Azure solution. Tags: permission primary-field | demo-backend-rg |
azure.tenant.id | string | resource experimental Unique, immutable identifier assigned to the Azure tenant. | 37c4add3-612a-483d-8b24-cccbb35d3306 |
Fields that are provided by all Cloud workloads.
| Attribute | Type | Description | Examples |
|---|---|---|---|
cloud.acquisition.status | string | experimental 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 |
Smartscape node name: azure.resource.name
Smartscape node type: AZURE_MICROSOFT_NETWORK_APPLICATIONGATEWAYS_REWRITERULESETS
This entity represents Application Gateway Rewrite Rule Sets
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"
The following base fields are used for all entities.
| Attribute | Type | Description | Examples |
|---|---|---|---|
id | smartscapeId | stable A Smartscape ID consists of two components: an UPPER_CASE entity type and a random 16-character hexadecimal unique identifier, separated by a dash. Use Smartscape conversion functions when working with strings that represent Smartscape IDs. | <type>-017198AD253CBD63 |
id_classic | string | deprecated The entity ID that was used in the classic entity store. This ID is present in old monitoring data. Not all entities have this ID, and it is not generated for new entities. Use the id field instead, which is the Smartscape ID. | <type>-017198AD253CBD63 |
name | string | stable The entity name. | localhost; easyTravel; product-catalog |
type | string | stable The entity type. UPPER_SNAKE_CASE string that represents the type of the entity. | TYPE_A |
tags | record | stable 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 |
lifetime | timeframe | stable 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 } |
references | record | stable 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_context | string[] | resource stable The security contexts associated with the entity. For Smartscape entities, this field is always an array. Tags: permission | [] |
Contains all fields that are provided by all resorce running on Azure, including Azure, Core and K8s entities.
| Attribute | Type | Description | Examples |
|---|---|---|---|
azure.subscription | string | resource stable An Azure subscription is a logical container used to provision resources in Azure. Tags: permission primary-field | 27e9b03f-04d2-2b69-b327-32f433f7ed21 |
azure.location | string | resource stable A specific geographical location of Azure cloud resource. Tags: primary-field | westeurope |
azure.availability_zones | string[] | resource experimental Availability zones of Azure cloud resource. | ['1'] |
azure.resource.group | string | resource stable A resource group is a container that holds related resources for an Azure solution. Tags: permission primary-field | demo-backend-rg |
azure.resource.id | string | resource 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.name | string | resource experimental User-provided name of the Azure cloud resource. | demo-aks |
azure.resource.type | string | resource experimental The name of a resource type in the format: {resource-provider}/{resource-type}. | Microsoft.ContainerService/managedClusters |
Contains all fields that are provided by all Azure entities.
| Attribute | Type | Description | Examples |
|---|---|---|---|
azure.resource.kind | string | experimental A kind of the Azure resource | app,linux |
azure.resource.sku.name | string | experimental Name of the Azure resource SKU | B_Gen5_1 |
azure.resource.sku.tier | string | experimental Tier of the Azure resource SKU | Basic |
azure.resource.sku.capacity | string | experimental Capacity of the Azure resource SKU | 20 |
azure.status | string | experimental The status of the instance | Running; Stopped (deallocated) |
azure.provisioning_state | string | experimental The provisioning status of the resource | Succeeded; DELETED; ERROR; INCOMPLETE |
azure.object | string | experimental The full JSON content of Azure object | |
azure.properties.version | string | experimental The json content version | ... |
azure.subscription | string | resource stable An Azure subscription is a logical container used to provision resources in Azure. Tags: permission primary-field | 27e9b03f-04d2-2b69-b327-32f433f7ed21 |
azure.location | string | resource stable A specific geographical location of Azure cloud resource. Tags: primary-field | westeurope |
azure.availability_zones | string[] | resource experimental Availability zones of Azure cloud resource. | ['1'] |
azure.resource.group | string | resource stable A resource group is a container that holds related resources for an Azure solution. Tags: permission primary-field | demo-backend-rg |
azure.tenant.id | string | resource experimental Unique, immutable identifier assigned to the Azure tenant. | 37c4add3-612a-483d-8b24-cccbb35d3306 |
Fields that are provided by all Cloud workloads.
| Attribute | Type | Description | Examples |
|---|---|---|---|
cloud.acquisition.status | string | experimental 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 |
Smartscape node name: azure.resource.name
Smartscape node type: AZURE_MICROSOFT_NETWORK_APPLICATIONGATEWAYWEBAPPLICATIONFIREWALLPOLICIES
This entity represents Application Gateway WAF Policies
Fetch all Smartscape nodes from the smartscape.nodes table and filter for the entity type "AZURE_MICROSOFT_NETWORK_APPLICATIONGATEWAYWEBAPPLICATIONFIREWALLPOLICIES"
smartscapeNodes "AZURE_MICROSOFT_NETWORK_APPLICATIONGATEWAYWEBAPPLICATIONFIREWALLPOLICIES"
The following base fields are used for all entities.
| Attribute | Type | Description | Examples |
|---|---|---|---|
id | smartscapeId | stable A Smartscape ID consists of two components: an UPPER_CASE entity type and a random 16-character hexadecimal unique identifier, separated by a dash. Use Smartscape conversion functions when working with strings that represent Smartscape IDs. | <type>-017198AD253CBD63 |
id_classic | string | deprecated The entity ID that was used in the classic entity store. This ID is present in old monitoring data. Not all entities have this ID, and it is not generated for new entities. Use the id field instead, which is the Smartscape ID. | <type>-017198AD253CBD63 |
name | string | stable The entity name. | localhost; easyTravel; product-catalog |
type | string | stable The entity type. UPPER_SNAKE_CASE string that represents the type of the entity. | TYPE_A |
tags | record | stable 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 |
lifetime | timeframe | stable 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 } |
references | record | stable 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_context | string[] | resource stable The security contexts associated with the entity. For Smartscape entities, this field is always an array. Tags: permission | [] |
Contains all fields that are provided by all resorce running on Azure, including Azure, Core and K8s entities.
| Attribute | Type | Description | Examples |
|---|---|---|---|
azure.subscription | string | resource stable An Azure subscription is a logical container used to provision resources in Azure. Tags: permission primary-field | 27e9b03f-04d2-2b69-b327-32f433f7ed21 |
azure.location | string | resource stable A specific geographical location of Azure cloud resource. Tags: primary-field | westeurope |
azure.availability_zones | string[] | resource experimental Availability zones of Azure cloud resource. | ['1'] |
azure.resource.group | string | resource stable A resource group is a container that holds related resources for an Azure solution. Tags: permission primary-field | demo-backend-rg |
azure.resource.id | string | resource 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.name | string | resource experimental User-provided name of the Azure cloud resource. | demo-aks |
azure.resource.type | string | resource experimental The name of a resource type in the format: {resource-provider}/{resource-type}. | Microsoft.ContainerService/managedClusters |
Contains all fields that are provided by all Azure entities.
| Attribute | Type | Description | Examples |
|---|---|---|---|
azure.resource.kind | string | experimental A kind of the Azure resource | app,linux |
azure.resource.sku.name | string | experimental Name of the Azure resource SKU | B_Gen5_1 |
azure.resource.sku.tier | string | experimental Tier of the Azure resource SKU | Basic |
azure.resource.sku.capacity | string | experimental Capacity of the Azure resource SKU | 20 |
azure.status | string | experimental The status of the instance | Running; Stopped (deallocated) |
azure.provisioning_state | string | experimental The provisioning status of the resource | Succeeded; DELETED; ERROR; INCOMPLETE |
azure.object | string | experimental The full JSON content of Azure object | |
azure.properties.version | string | experimental The json content version | ... |
azure.subscription | string | resource stable An Azure subscription is a logical container used to provision resources in Azure. Tags: permission primary-field | 27e9b03f-04d2-2b69-b327-32f433f7ed21 |
azure.location | string | resource stable A specific geographical location of Azure cloud resource. Tags: primary-field | westeurope |
azure.availability_zones | string[] | resource experimental Availability zones of Azure cloud resource. | ['1'] |
azure.resource.group | string | resource stable A resource group is a container that holds related resources for an Azure solution. Tags: permission primary-field | demo-backend-rg |
azure.tenant.id | string | resource experimental Unique, immutable identifier assigned to the Azure tenant. | 37c4add3-612a-483d-8b24-cccbb35d3306 |
Fields that are provided by all Cloud workloads.
| Attribute | Type | Description | Examples |
|---|---|---|---|
cloud.acquisition.status | string | experimental 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 |
Smartscape node name: azure.resource.name
Smartscape node type: AZURE_MICROSOFT_INSIGHTS_COMPONENTS
This entity represents Application Insights
Fetch all Smartscape nodes from the smartscape.nodes table and filter for the entity type "AZURE_MICROSOFT_INSIGHTS_COMPONENTS"
smartscapeNodes "AZURE_MICROSOFT_INSIGHTS_COMPONENTS"
The following base fields are used for all entities.
| Attribute | Type | Description | Examples |
|---|---|---|---|
id | smartscapeId | stable A Smartscape ID consists of two components: an UPPER_CASE entity type and a random 16-character hexadecimal unique identifier, separated by a dash. Use Smartscape conversion functions when working with strings that represent Smartscape IDs. | <type>-017198AD253CBD63 |
id_classic | string | deprecated The entity ID that was used in the classic entity store. This ID is present in old monitoring data. Not all entities have this ID, and it is not generated for new entities. Use the id field instead, which is the Smartscape ID. | <type>-017198AD253CBD63 |
name | string | stable The entity name. | localhost; easyTravel; product-catalog |
type | string | stable The entity type. UPPER_SNAKE_CASE string that represents the type of the entity. | TYPE_A |
tags | record | stable 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 |
lifetime | timeframe | stable 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 } |
references | record | stable 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_context | string[] | resource stable The security contexts associated with the entity. For Smartscape entities, this field is always an array. Tags: permission | [] |
Contains all fields that are provided by all resorce running on Azure, including Azure, Core and K8s entities.
| Attribute | Type | Description | Examples |
|---|---|---|---|
azure.subscription | string | resource stable An Azure subscription is a logical container used to provision resources in Azure. Tags: permission primary-field | 27e9b03f-04d2-2b69-b327-32f433f7ed21 |
azure.location | string | resource stable A specific geographical location of Azure cloud resource. Tags: primary-field | westeurope |
azure.availability_zones | string[] | resource experimental Availability zones of Azure cloud resource. | ['1'] |
azure.resource.group | string | resource stable A resource group is a container that holds related resources for an Azure solution. Tags: permission primary-field | demo-backend-rg |
azure.resource.id | string | resource 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.name | string | resource experimental User-provided name of the Azure cloud resource. | demo-aks |
azure.resource.type | string | resource experimental The name of a resource type in the format: {resource-provider}/{resource-type}. | Microsoft.ContainerService/managedClusters |
Contains all fields that are provided by all Azure entities.
| Attribute | Type | Description | Examples |
|---|---|---|---|
azure.resource.kind | string | experimental A kind of the Azure resource | app,linux |
azure.resource.sku.name | string | experimental Name of the Azure resource SKU | B_Gen5_1 |
azure.resource.sku.tier | string | experimental Tier of the Azure resource SKU | Basic |
azure.resource.sku.capacity | string | experimental Capacity of the Azure resource SKU | 20 |
azure.status | string | experimental The status of the instance | Running; Stopped (deallocated) |
azure.provisioning_state | string | experimental The provisioning status of the resource | Succeeded; DELETED; ERROR; INCOMPLETE |
azure.object | string | experimental The full JSON content of Azure object | |
azure.properties.version | string | experimental The json content version | ... |
azure.subscription | string | resource stable An Azure subscription is a logical container used to provision resources in Azure. Tags: permission primary-field | 27e9b03f-04d2-2b69-b327-32f433f7ed21 |
azure.location | string | resource stable A specific geographical location of Azure cloud resource. Tags: primary-field | westeurope |
azure.availability_zones | string[] | resource experimental Availability zones of Azure cloud resource. | ['1'] |
azure.resource.group | string | resource stable A resource group is a container that holds related resources for an Azure solution. Tags: permission primary-field | demo-backend-rg |
azure.tenant.id | string | resource experimental Unique, immutable identifier assigned to the Azure tenant. | 37c4add3-612a-483d-8b24-cccbb35d3306 |
Fields that are provided by all Cloud workloads.
| Attribute | Type | Description | Examples |
|---|---|---|---|
cloud.acquisition.status | string | experimental 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 |
Smartscape node name: azure.resource.name
Smartscape node type: AZURE_MICROSOFT_INSIGHTS_WEBTESTS
This entity represents Application Insights Web Tests
Fetch all Smartscape nodes from the smartscape.nodes table and filter for the entity type "AZURE_MICROSOFT_INSIGHTS_WEBTESTS"
smartscapeNodes "AZURE_MICROSOFT_INSIGHTS_WEBTESTS"
The following base fields are used for all entities.
| Attribute | Type | Description | Examples |
|---|---|---|---|
id | smartscapeId | stable A Smartscape ID consists of two components: an UPPER_CASE entity type and a random 16-character hexadecimal unique identifier, separated by a dash. Use Smartscape conversion functions when working with strings that represent Smartscape IDs. | <type>-017198AD253CBD63 |
id_classic | string | deprecated The entity ID that was used in the classic entity store. This ID is present in old monitoring data. Not all entities have this ID, and it is not generated for new entities. Use the id field instead, which is the Smartscape ID. | <type>-017198AD253CBD63 |
name | string | stable The entity name. | localhost; easyTravel; product-catalog |
type | string | stable The entity type. UPPER_SNAKE_CASE string that represents the type of the entity. | TYPE_A |
tags | record | stable 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 |
lifetime | timeframe | stable 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 } |
references | record | stable 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_context | string[] | resource stable The security contexts associated with the entity. For Smartscape entities, this field is always an array. Tags: permission | [] |
Contains all fields that are provided by all resorce running on Azure, including Azure, Core and K8s entities.
| Attribute | Type | Description | Examples |
|---|---|---|---|
azure.subscription | string | resource stable An Azure subscription is a logical container used to provision resources in Azure. Tags: permission primary-field | 27e9b03f-04d2-2b69-b327-32f433f7ed21 |
azure.location | string | resource stable A specific geographical location of Azure cloud resource. Tags: primary-field | westeurope |
azure.availability_zones | string[] | resource experimental Availability zones of Azure cloud resource. | ['1'] |
azure.resource.group | string | resource stable A resource group is a container that holds related resources for an Azure solution. Tags: permission primary-field | demo-backend-rg |
azure.resource.id | string | resource 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.name | string | resource experimental User-provided name of the Azure cloud resource. | demo-aks |
azure.resource.type | string | resource experimental The name of a resource type in the format: {resource-provider}/{resource-type}. | Microsoft.ContainerService/managedClusters |
Contains all fields that are provided by all Azure entities.
| Attribute | Type | Description | Examples |
|---|---|---|---|
azure.resource.kind | string | experimental A kind of the Azure resource | app,linux |
azure.resource.sku.name | string | experimental Name of the Azure resource SKU | B_Gen5_1 |
azure.resource.sku.tier | string | experimental Tier of the Azure resource SKU | Basic |
azure.resource.sku.capacity | string | experimental Capacity of the Azure resource SKU | 20 |
azure.status | string | experimental The status of the instance | Running; Stopped (deallocated) |
azure.provisioning_state | string | experimental The provisioning status of the resource | Succeeded; DELETED; ERROR; INCOMPLETE |
azure.object | string | experimental The full JSON content of Azure object | |
azure.properties.version | string | experimental The json content version | ... |
azure.subscription | string | resource stable An Azure subscription is a logical container used to provision resources in Azure. Tags: permission primary-field | 27e9b03f-04d2-2b69-b327-32f433f7ed21 |
azure.location | string | resource stable A specific geographical location of Azure cloud resource. Tags: primary-field | westeurope |
azure.availability_zones | string[] | resource experimental Availability zones of Azure cloud resource. | ['1'] |
azure.resource.group | string | resource stable A resource group is a container that holds related resources for an Azure solution. Tags: permission primary-field | demo-backend-rg |
azure.tenant.id | string | resource experimental Unique, immutable identifier assigned to the Azure tenant. | 37c4add3-612a-483d-8b24-cccbb35d3306 |
Fields that are provided by all Cloud workloads.
| Attribute | Type | Description | Examples |
|---|---|---|---|
cloud.acquisition.status | string | experimental 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 |
Smartscape node name: azure.resource.name
Smartscape node type: AZURE_MICROSOFT_COMPUTE_AVAILABILITYSETS
This entity represents Availability Sets
Fetch all Smartscape nodes from the smartscape.nodes table and filter for the entity type "AZURE_MICROSOFT_COMPUTE_AVAILABILITYSETS"
smartscapeNodes "AZURE_MICROSOFT_COMPUTE_AVAILABILITYSETS"
The following base fields are used for all entities.
| Attribute | Type | Description | Examples |
|---|---|---|---|
id | smartscapeId | stable A Smartscape ID consists of two components: an UPPER_CASE entity type and a random 16-character hexadecimal unique identifier, separated by a dash. Use Smartscape conversion functions when working with strings that represent Smartscape IDs. | <type>-017198AD253CBD63 |
id_classic | string | deprecated The entity ID that was used in the classic entity store. This ID is present in old monitoring data. Not all entities have this ID, and it is not generated for new entities. Use the id field instead, which is the Smartscape ID. | <type>-017198AD253CBD63 |
name | string | stable The entity name. | localhost; easyTravel; product-catalog |
type | string | stable The entity type. UPPER_SNAKE_CASE string that represents the type of the entity. | TYPE_A |
tags | record | stable 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 |
lifetime | timeframe | stable 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 } |
references | record | stable 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_context | string[] | resource stable The security contexts associated with the entity. For Smartscape entities, this field is always an array. Tags: permission | [] |
Contains all fields that are provided by all resorce running on Azure, including Azure, Core and K8s entities.
| Attribute | Type | Description | Examples |
|---|---|---|---|
azure.subscription | string | resource stable An Azure subscription is a logical container used to provision resources in Azure. Tags: permission primary-field | 27e9b03f-04d2-2b69-b327-32f433f7ed21 |
azure.location | string | resource stable A specific geographical location of Azure cloud resource. Tags: primary-field | westeurope |
azure.availability_zones | string[] | resource experimental Availability zones of Azure cloud resource. | ['1'] |
azure.resource.group | string | resource stable A resource group is a container that holds related resources for an Azure solution. Tags: permission primary-field | demo-backend-rg |
azure.resource.id | string | resource 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.name | string | resource experimental User-provided name of the Azure cloud resource. | demo-aks |
azure.resource.type | string | resource experimental The name of a resource type in the format: {resource-provider}/{resource-type}. | Microsoft.ContainerService/managedClusters |
Contains all fields that are provided by all Azure entities.
| Attribute | Type | Description | Examples |
|---|---|---|---|
azure.resource.kind | string | experimental A kind of the Azure resource | app,linux |
azure.resource.sku.name | string | experimental Name of the Azure resource SKU | B_Gen5_1 |
azure.resource.sku.tier | string | experimental Tier of the Azure resource SKU | Basic |
azure.resource.sku.capacity | string | experimental Capacity of the Azure resource SKU | 20 |
azure.status | string | experimental The status of the instance | Running; Stopped (deallocated) |
azure.provisioning_state | string | experimental The provisioning status of the resource | Succeeded; DELETED; ERROR; INCOMPLETE |
azure.object | string | experimental The full JSON content of Azure object | |
azure.properties.version | string | experimental The json content version | ... |
azure.subscription | string | resource stable An Azure subscription is a logical container used to provision resources in Azure. Tags: permission primary-field | 27e9b03f-04d2-2b69-b327-32f433f7ed21 |
azure.location | string | resource stable A specific geographical location of Azure cloud resource. Tags: primary-field | westeurope |
azure.availability_zones | string[] | resource experimental Availability zones of Azure cloud resource. | ['1'] |
azure.resource.group | string | resource stable A resource group is a container that holds related resources for an Azure solution. Tags: permission primary-field | demo-backend-rg |
azure.tenant.id | string | resource experimental Unique, immutable identifier assigned to the Azure tenant. | 37c4add3-612a-483d-8b24-cccbb35d3306 |
Fields that are provided by all Cloud workloads.
| Attribute | Type | Description | Examples |
|---|---|---|---|
cloud.acquisition.status | string | experimental 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 |
Smartscape node name: azure.resource.name
Smartscape node type: AZURE_MICROSOFT_RESOURCES_LOCATIONS_AVAILABILITYZONES
This entity represents Availability Zones
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"
The following base fields are used for all entities.
| Attribute | Type | Description | Examples |
|---|---|---|---|
id | smartscapeId | stable A Smartscape ID consists of two components: an UPPER_CASE entity type and a random 16-character hexadecimal unique identifier, separated by a dash. Use Smartscape conversion functions when working with strings that represent Smartscape IDs. | <type>-017198AD253CBD63 |
id_classic | string | deprecated The entity ID that was used in the classic entity store. This ID is present in old monitoring data. Not all entities have this ID, and it is not generated for new entities. Use the id field instead, which is the Smartscape ID. | <type>-017198AD253CBD63 |
name | string | stable The entity name. | localhost; easyTravel; product-catalog |
type | string | stable The entity type. UPPER_SNAKE_CASE string that represents the type of the entity. | TYPE_A |
tags | record | stable 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 |
lifetime | timeframe | stable 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 } |
references | record | stable 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_context | string[] | resource stable The security contexts associated with the entity. For Smartscape entities, this field is always an array. Tags: permission | [] |
Fields that are provided by all Cloud workloads.
| Attribute | Type | Description | Examples |
|---|---|---|---|
cloud.acquisition.status | string | experimental 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 |
Smartscape node name: azure.resource.name
Smartscape node type: AZURE_MICROSOFT_CACHE_REDIS
This entity represents Azure Cache for Redis
Fetch all Smartscape nodes from the smartscape.nodes table and filter for the entity type "AZURE_MICROSOFT_CACHE_REDIS"
smartscapeNodes "AZURE_MICROSOFT_CACHE_REDIS"
The following base fields are used for all entities.
| Attribute | Type | Description | Examples |
|---|---|---|---|
id | smartscapeId | stable A Smartscape ID consists of two components: an UPPER_CASE entity type and a random 16-character hexadecimal unique identifier, separated by a dash. Use Smartscape conversion functions when working with strings that represent Smartscape IDs. | <type>-017198AD253CBD63 |
id_classic | string | deprecated The entity ID that was used in the classic entity store. This ID is present in old monitoring data. Not all entities have this ID, and it is not generated for new entities. Use the id field instead, which is the Smartscape ID. | <type>-017198AD253CBD63 |
name | string | stable The entity name. | localhost; easyTravel; product-catalog |
type | string | stable The entity type. UPPER_SNAKE_CASE string that represents the type of the entity. | TYPE_A |
tags | record | stable 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 |
lifetime | timeframe | stable 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 } |
references | record | stable 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_context | string[] | resource stable The security contexts associated with the entity. For Smartscape entities, this field is always an array. Tags: permission | [] |
Contains all fields that are provided by all resorce running on Azure, including Azure, Core and K8s entities.
| Attribute | Type | Description | Examples |
|---|---|---|---|
azure.subscription | string | resource stable An Azure subscription is a logical container used to provision resources in Azure. Tags: permission primary-field | 27e9b03f-04d2-2b69-b327-32f433f7ed21 |
azure.location | string | resource stable A specific geographical location of Azure cloud resource. Tags: primary-field | westeurope |
azure.availability_zones | string[] | resource experimental Availability zones of Azure cloud resource. | ['1'] |
azure.resource.group | string | resource stable A resource group is a container that holds related resources for an Azure solution. Tags: permission primary-field | demo-backend-rg |
azure.resource.id | string | resource 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.name | string | resource experimental User-provided name of the Azure cloud resource. | demo-aks |
azure.resource.type | string | resource experimental The name of a resource type in the format: {resource-provider}/{resource-type}. | Microsoft.ContainerService/managedClusters |
Contains all fields that are provided by all Azure entities.
| Attribute | Type | Description | Examples |
|---|---|---|---|
azure.resource.kind | string | experimental A kind of the Azure resource | app,linux |
azure.resource.sku.name | string | experimental Name of the Azure resource SKU | B_Gen5_1 |
azure.resource.sku.tier | string | experimental Tier of the Azure resource SKU | Basic |
azure.resource.sku.capacity | string | experimental Capacity of the Azure resource SKU | 20 |
azure.status | string | experimental The status of the instance | Running; Stopped (deallocated) |
azure.provisioning_state | string | experimental The provisioning status of the resource | Succeeded; DELETED; ERROR; INCOMPLETE |
azure.object | string | experimental The full JSON content of Azure object | |
azure.properties.version | string | experimental The json content version | ... |
azure.subscription | string | resource stable An Azure subscription is a logical container used to provision resources in Azure. Tags: permission primary-field | 27e9b03f-04d2-2b69-b327-32f433f7ed21 |
azure.location | string | resource stable A specific geographical location of Azure cloud resource. Tags: primary-field | westeurope |
azure.availability_zones | string[] | resource experimental Availability zones of Azure cloud resource. | ['1'] |
azure.resource.group | string | resource stable A resource group is a container that holds related resources for an Azure solution. Tags: permission primary-field | demo-backend-rg |
azure.tenant.id | string | resource experimental Unique, immutable identifier assigned to the Azure tenant. | 37c4add3-612a-483d-8b24-cccbb35d3306 |
Fields that are provided by all Cloud workloads.
| Attribute | Type | Description | Examples |
|---|---|---|---|
cloud.acquisition.status | string | experimental 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 |
Smartscape node name: azure.resource.name
Smartscape node type: AZURE_MICROSOFT_DBFORMYSQL_FLEXIBLESERVERS
This entity represents Azure Database for MySQL Flexible Server
Fetch all Smartscape nodes from the smartscape.nodes table and filter for the entity type "AZURE_MICROSOFT_DBFORMYSQL_FLEXIBLESERVERS"
smartscapeNodes "AZURE_MICROSOFT_DBFORMYSQL_FLEXIBLESERVERS"
The following base fields are used for all entities.
| Attribute | Type | Description | Examples |
|---|---|---|---|
id | smartscapeId | stable A Smartscape ID consists of two components: an UPPER_CASE entity type and a random 16-character hexadecimal unique identifier, separated by a dash. Use Smartscape conversion functions when working with strings that represent Smartscape IDs. | <type>-017198AD253CBD63 |
id_classic | string | deprecated The entity ID that was used in the classic entity store. This ID is present in old monitoring data. Not all entities have this ID, and it is not generated for new entities. Use the id field instead, which is the Smartscape ID. | <type>-017198AD253CBD63 |
name | string | stable The entity name. | localhost; easyTravel; product-catalog |
type | string | stable The entity type. UPPER_SNAKE_CASE string that represents the type of the entity. | TYPE_A |
tags | record | stable 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 |
lifetime | timeframe | stable 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 } |
references | record | stable 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_context | string[] | resource stable The security contexts associated with the entity. For Smartscape entities, this field is always an array. Tags: permission | [] |
Contains all fields that are provided by all resorce running on Azure, including Azure, Core and K8s entities.
| Attribute | Type | Description | Examples |
|---|---|---|---|
azure.subscription | string | resource stable An Azure subscription is a logical container used to provision resources in Azure. Tags: permission primary-field | 27e9b03f-04d2-2b69-b327-32f433f7ed21 |
azure.location | string | resource stable A specific geographical location of Azure cloud resource. Tags: primary-field | westeurope |
azure.availability_zones | string[] | resource experimental Availability zones of Azure cloud resource. | ['1'] |
azure.resource.group | string | resource stable A resource group is a container that holds related resources for an Azure solution. Tags: permission primary-field | demo-backend-rg |
azure.resource.id | string | resource 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.name | string | resource experimental User-provided name of the Azure cloud resource. | demo-aks |
azure.resource.type | string | resource experimental The name of a resource type in the format: {resource-provider}/{resource-type}. | Microsoft.ContainerService/managedClusters |
Contains all fields that are provided by all Azure entities.
| Attribute | Type | Description | Examples |
|---|---|---|---|
azure.resource.kind | string | experimental A kind of the Azure resource | app,linux |
azure.resource.sku.name | string | experimental Name of the Azure resource SKU | B_Gen5_1 |
azure.resource.sku.tier | string | experimental Tier of the Azure resource SKU | Basic |
azure.resource.sku.capacity | string | experimental Capacity of the Azure resource SKU | 20 |
azure.status | string | experimental The status of the instance | Running; Stopped (deallocated) |
azure.provisioning_state | string | experimental The provisioning status of the resource | Succeeded; DELETED; ERROR; INCOMPLETE |
azure.object | string | experimental The full JSON content of Azure object | |
azure.properties.version | string | experimental The json content version | ... |
azure.subscription | string | resource stable An Azure subscription is a logical container used to provision resources in Azure. Tags: permission primary-field | 27e9b03f-04d2-2b69-b327-32f433f7ed21 |
azure.location | string | resource stable A specific geographical location of Azure cloud resource. Tags: primary-field | westeurope |
azure.availability_zones | string[] | resource experimental Availability zones of Azure cloud resource. | ['1'] |
azure.resource.group | string | resource stable A resource group is a container that holds related resources for an Azure solution. Tags: permission primary-field | demo-backend-rg |
azure.tenant.id | string | resource experimental Unique, immutable identifier assigned to the Azure tenant. | 37c4add3-612a-483d-8b24-cccbb35d3306 |
Fields that are provided by all Cloud workloads.
| Attribute | Type | Description | Examples |
|---|---|---|---|
cloud.acquisition.status | string | experimental 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 |
Smartscape node name: azure.resource.name
Smartscape node type: AZURE_MICROSOFT_DBFORPOSTGRESQL_FLEXIBLESERVERS
This entity represents Azure Database for PostgreSQL Flexible Server
Fetch all Smartscape nodes from the smartscape.nodes table and filter for the entity type "AZURE_MICROSOFT_DBFORPOSTGRESQL_FLEXIBLESERVERS"
smartscapeNodes "AZURE_MICROSOFT_DBFORPOSTGRESQL_FLEXIBLESERVERS"
The following base fields are used for all entities.
| Attribute | Type | Description | Examples |
|---|---|---|---|
id | smartscapeId | stable A Smartscape ID consists of two components: an UPPER_CASE entity type and a random 16-character hexadecimal unique identifier, separated by a dash. Use Smartscape conversion functions when working with strings that represent Smartscape IDs. | <type>-017198AD253CBD63 |
id_classic | string | deprecated The entity ID that was used in the classic entity store. This ID is present in old monitoring data. Not all entities have this ID, and it is not generated for new entities. Use the id field instead, which is the Smartscape ID. | <type>-017198AD253CBD63 |
name | string | stable The entity name. | localhost; easyTravel; product-catalog |
type | string | stable The entity type. UPPER_SNAKE_CASE string that represents the type of the entity. | TYPE_A |
tags | record | stable 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 |
lifetime | timeframe | stable 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 } |
references | record | stable 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_context | string[] | resource stable The security contexts associated with the entity. For Smartscape entities, this field is always an array. Tags: permission | [] |
Contains all fields that are provided by all resorce running on Azure, including Azure, Core and K8s entities.
| Attribute | Type | Description | Examples |
|---|---|---|---|
azure.subscription | string | resource stable An Azure subscription is a logical container used to provision resources in Azure. Tags: permission primary-field | 27e9b03f-04d2-2b69-b327-32f433f7ed21 |
azure.location | string | resource stable A specific geographical location of Azure cloud resource. Tags: primary-field | westeurope |
azure.availability_zones | string[] | resource experimental Availability zones of Azure cloud resource. | ['1'] |
azure.resource.group | string | resource stable A resource group is a container that holds related resources for an Azure solution. Tags: permission primary-field | demo-backend-rg |
azure.resource.id | string | resource 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.name | string | resource experimental User-provided name of the Azure cloud resource. | demo-aks |
azure.resource.type | string | resource experimental The name of a resource type in the format: {resource-provider}/{resource-type}. | Microsoft.ContainerService/managedClusters |
Contains all fields that are provided by all Azure entities.
| Attribute | Type | Description | Examples |
|---|---|---|---|
azure.resource.kind | string | experimental A kind of the Azure resource | app,linux |
azure.resource.sku.name | string | experimental Name of the Azure resource SKU | B_Gen5_1 |
azure.resource.sku.tier | string | experimental Tier of the Azure resource SKU | Basic |
azure.resource.sku.capacity | string | experimental Capacity of the Azure resource SKU | 20 |
azure.status | string | experimental The status of the instance | Running; Stopped (deallocated) |
azure.provisioning_state | string | experimental The provisioning status of the resource | Succeeded; DELETED; ERROR; INCOMPLETE |
azure.object | string | experimental The full JSON content of Azure object | |
azure.properties.version | string | experimental The json content version | ... |
azure.subscription | string | resource stable An Azure subscription is a logical container used to provision resources in Azure. Tags: permission primary-field | 27e9b03f-04d2-2b69-b327-32f433f7ed21 |
azure.location | string | resource stable A specific geographical location of Azure cloud resource. Tags: primary-field | westeurope |
azure.availability_zones | string[] | resource experimental Availability zones of Azure cloud resource. | ['1'] |
azure.resource.group | string | resource stable A resource group is a container that holds related resources for an Azure solution. Tags: permission primary-field | demo-backend-rg |
azure.tenant.id | string | resource experimental Unique, immutable identifier assigned to the Azure tenant. | 37c4add3-612a-483d-8b24-cccbb35d3306 |
Fields that are provided by all Cloud workloads.
| Attribute | Type | Description | Examples |
|---|---|---|---|
cloud.acquisition.status | string | experimental 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 |
Smartscape node name: azure.resource.name
Smartscape node type: AZURE_MICROSOFT_CONTAINERSERVICE_MANAGEDCLUSTERS
This entity represents Azure Kubernetes Service (AKS)
Fetch all Smartscape nodes from the smartscape.nodes table and filter for the entity type "AZURE_MICROSOFT_CONTAINERSERVICE_MANAGEDCLUSTERS"
smartscapeNodes "AZURE_MICROSOFT_CONTAINERSERVICE_MANAGEDCLUSTERS"
The following base fields are used for all entities.
| Attribute | Type | Description | Examples |
|---|---|---|---|
id | smartscapeId | stable A Smartscape ID consists of two components: an UPPER_CASE entity type and a random 16-character hexadecimal unique identifier, separated by a dash. Use Smartscape conversion functions when working with strings that represent Smartscape IDs. | <type>-017198AD253CBD63 |
id_classic | string | deprecated The entity ID that was used in the classic entity store. This ID is present in old monitoring data. Not all entities have this ID, and it is not generated for new entities. Use the id field instead, which is the Smartscape ID. | <type>-017198AD253CBD63 |
name | string | stable The entity name. | localhost; easyTravel; product-catalog |
type | string | stable The entity type. UPPER_SNAKE_CASE string that represents the type of the entity. | TYPE_A |
tags | record | stable 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 |
lifetime | timeframe | stable 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 } |
references | record | stable 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_context | string[] | resource stable The security contexts associated with the entity. For Smartscape entities, this field is always an array. Tags: permission | [] |
Contains all fields that are provided by all resorce running on Azure, including Azure, Core and K8s entities.
| Attribute | Type | Description | Examples |
|---|---|---|---|
azure.subscription | string | resource stable An Azure subscription is a logical container used to provision resources in Azure. Tags: permission primary-field | 27e9b03f-04d2-2b69-b327-32f433f7ed21 |
azure.location | string | resource stable A specific geographical location of Azure cloud resource. Tags: primary-field | westeurope |
azure.availability_zones | string[] | resource experimental Availability zones of Azure cloud resource. | ['1'] |
azure.resource.group | string | resource stable A resource group is a container that holds related resources for an Azure solution. Tags: permission primary-field | demo-backend-rg |
azure.resource.id | string | resource 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.name | string | resource experimental User-provided name of the Azure cloud resource. | demo-aks |
azure.resource.type | string | resource experimental The name of a resource type in the format: {resource-provider}/{resource-type}. | Microsoft.ContainerService/managedClusters |
Contains all fields that are provided by all Azure entities.
| Attribute | Type | Description | Examples |
|---|---|---|---|
azure.resource.kind | string | experimental A kind of the Azure resource | app,linux |
azure.resource.sku.name | string | experimental Name of the Azure resource SKU | B_Gen5_1 |
azure.resource.sku.tier | string | experimental Tier of the Azure resource SKU | Basic |
azure.resource.sku.capacity | string | experimental Capacity of the Azure resource SKU | 20 |
azure.status | string | experimental The status of the instance | Running; Stopped (deallocated) |
azure.provisioning_state | string | experimental The provisioning status of the resource | Succeeded; DELETED; ERROR; INCOMPLETE |
azure.object | string | experimental The full JSON content of Azure object | |
azure.properties.version | string | experimental The json content version | ... |
azure.subscription | string | resource stable An Azure subscription is a logical container used to provision resources in Azure. Tags: permission primary-field | 27e9b03f-04d2-2b69-b327-32f433f7ed21 |
azure.location | string | resource stable A specific geographical location of Azure cloud resource. Tags: primary-field | westeurope |
azure.availability_zones | string[] | resource experimental Availability zones of Azure cloud resource. | ['1'] |
azure.resource.group | string | resource stable A resource group is a container that holds related resources for an Azure solution. Tags: permission primary-field | demo-backend-rg |
azure.tenant.id | string | resource experimental Unique, immutable identifier assigned to the Azure tenant. | 37c4add3-612a-483d-8b24-cccbb35d3306 |
Fields that are provided by all Cloud workloads.
| Attribute | Type | Description | Examples |
|---|---|---|---|
cloud.acquisition.status | string | experimental 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 |
Smartscape node name: azure.resource.name
Smartscape node type: AZURE_MICROSOFT_RESOURCES_LOCATIONS
This entity represents Azure Locations
Fetch all Smartscape nodes from the smartscape.nodes table and filter for the entity type "AZURE_MICROSOFT_RESOURCES_LOCATIONS"
smartscapeNodes "AZURE_MICROSOFT_RESOURCES_LOCATIONS"
The following base fields are used for all entities.
| Attribute | Type | Description | Examples |
|---|---|---|---|
id | smartscapeId | stable A Smartscape ID consists of two components: an UPPER_CASE entity type and a random 16-character hexadecimal unique identifier, separated by a dash. Use Smartscape conversion functions when working with strings that represent Smartscape IDs. | <type>-017198AD253CBD63 |
id_classic | string | deprecated The entity ID that was used in the classic entity store. This ID is present in old monitoring data. Not all entities have this ID, and it is not generated for new entities. Use the id field instead, which is the Smartscape ID. | <type>-017198AD253CBD63 |
name | string | stable The entity name. | localhost; easyTravel; product-catalog |
type | string | stable The entity type. UPPER_SNAKE_CASE string that represents the type of the entity. | TYPE_A |
tags | record | stable 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 |
lifetime | timeframe | stable 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 } |
references | record | stable 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_context | string[] | resource stable The security contexts associated with the entity. For Smartscape entities, this field is always an array. Tags: permission | [] |
Contains all fields that are provided by all resorce running on Azure, including Azure, Core and K8s entities.
| Attribute | Type | Description | Examples |
|---|---|---|---|
azure.subscription | string | resource stable An Azure subscription is a logical container used to provision resources in Azure. Tags: permission primary-field | 27e9b03f-04d2-2b69-b327-32f433f7ed21 |
azure.location | string | resource stable A specific geographical location of Azure cloud resource. Tags: primary-field | westeurope |
azure.availability_zones | string[] | resource experimental Availability zones of Azure cloud resource. | ['1'] |
azure.resource.group | string | resource stable A resource group is a container that holds related resources for an Azure solution. Tags: permission primary-field | demo-backend-rg |
azure.resource.id | string | resource 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.name | string | resource experimental User-provided name of the Azure cloud resource. | demo-aks |
azure.resource.type | string | resource experimental The name of a resource type in the format: {resource-provider}/{resource-type}. | Microsoft.ContainerService/managedClusters |
Contains all fields that are provided by all Azure entities.
| Attribute | Type | Description | Examples |
|---|---|---|---|
azure.resource.kind | string | experimental A kind of the Azure resource | app,linux |
azure.resource.sku.name | string | experimental Name of the Azure resource SKU | B_Gen5_1 |
azure.resource.sku.tier | string | experimental Tier of the Azure resource SKU | Basic |
azure.resource.sku.capacity | string | experimental Capacity of the Azure resource SKU | 20 |
azure.status | string | experimental The status of the instance | Running; Stopped (deallocated) |
azure.provisioning_state | string | experimental The provisioning status of the resource | Succeeded; DELETED; ERROR; INCOMPLETE |
azure.object | string | experimental The full JSON content of Azure object | |
azure.properties.version | string | experimental The json content version | ... |
azure.subscription | string | resource stable An Azure subscription is a logical container used to provision resources in Azure. Tags: permission primary-field | 27e9b03f-04d2-2b69-b327-32f433f7ed21 |
azure.location | string | resource stable A specific geographical location of Azure cloud resource. Tags: primary-field | westeurope |
azure.availability_zones | string[] | resource experimental Availability zones of Azure cloud resource. | ['1'] |
azure.resource.group | string | resource stable A resource group is a container that holds related resources for an Azure solution. Tags: permission primary-field | demo-backend-rg |
azure.tenant.id | string | resource experimental Unique, immutable identifier assigned to the Azure tenant. | 37c4add3-612a-483d-8b24-cccbb35d3306 |
Fields that are provided by all Cloud workloads.
| Attribute | Type | Description | Examples |
|---|---|---|---|
cloud.acquisition.status | string | experimental 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 |
Smartscape node name: azure.resource.name
Smartscape node type: AZURE_MICROSOFT_MONITOR_ACCOUNTS
This entity represents Azure Monitor Accounts
Fetch all Smartscape nodes from the smartscape.nodes table and filter for the entity type "AZURE_MICROSOFT_MONITOR_ACCOUNTS"
smartscapeNodes "AZURE_MICROSOFT_MONITOR_ACCOUNTS"
The following base fields are used for all entities.
| Attribute | Type | Description | Examples |
|---|---|---|---|
id | smartscapeId | stable A Smartscape ID consists of two components: an UPPER_CASE entity type and a random 16-character hexadecimal unique identifier, separated by a dash. Use Smartscape conversion functions when working with strings that represent Smartscape IDs. | <type>-017198AD253CBD63 |
id_classic | string | deprecated The entity ID that was used in the classic entity store. This ID is present in old monitoring data. Not all entities have this ID, and it is not generated for new entities. Use the id field instead, which is the Smartscape ID. | <type>-017198AD253CBD63 |
name | string | stable The entity name. | localhost; easyTravel; product-catalog |
type | string | stable The entity type. UPPER_SNAKE_CASE string that represents the type of the entity. | TYPE_A |
tags | record | stable 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 |
lifetime | timeframe | stable 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 } |
references | record | stable 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_context | string[] | resource stable The security contexts associated with the entity. For Smartscape entities, this field is always an array. Tags: permission | [] |
Contains all fields that are provided by all resorce running on Azure, including Azure, Core and K8s entities.
| Attribute | Type | Description | Examples |
|---|---|---|---|
azure.subscription | string | resource stable An Azure subscription is a logical container used to provision resources in Azure. Tags: permission primary-field | 27e9b03f-04d2-2b69-b327-32f433f7ed21 |
azure.location | string | resource stable A specific geographical location of Azure cloud resource. Tags: primary-field | westeurope |
azure.availability_zones | string[] | resource experimental Availability zones of Azure cloud resource. | ['1'] |
azure.resource.group | string | resource stable A resource group is a container that holds related resources for an Azure solution. Tags: permission primary-field | demo-backend-rg |
azure.resource.id | string | resource 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.name | string | resource experimental User-provided name of the Azure cloud resource. | demo-aks |
azure.resource.type | string | resource experimental The name of a resource type in the format: {resource-provider}/{resource-type}. | Microsoft.ContainerService/managedClusters |
Contains all fields that are provided by all Azure entities.
| Attribute | Type | Description | Examples |
|---|---|---|---|
azure.resource.kind | string | experimental A kind of the Azure resource | app,linux |
azure.resource.sku.name | string | experimental Name of the Azure resource SKU | B_Gen5_1 |
azure.resource.sku.tier | string | experimental Tier of the Azure resource SKU | Basic |
azure.resource.sku.capacity | string | experimental Capacity of the Azure resource SKU | 20 |
azure.status | string | experimental The status of the instance | Running; Stopped (deallocated) |
azure.provisioning_state | string | experimental The provisioning status of the resource | Succeeded; DELETED; ERROR; INCOMPLETE |
azure.object | string | experimental The full JSON content of Azure object | |
azure.properties.version | string | experimental The json content version | ... |
azure.subscription | string | resource stable An Azure subscription is a logical container used to provision resources in Azure. Tags: permission primary-field | 27e9b03f-04d2-2b69-b327-32f433f7ed21 |
azure.location | string | resource stable A specific geographical location of Azure cloud resource. Tags: primary-field | westeurope |
azure.availability_zones | string[] | resource experimental Availability zones of Azure cloud resource. | ['1'] |
azure.resource.group | string | resource stable A resource group is a container that holds related resources for an Azure solution. Tags: permission primary-field | demo-backend-rg |
azure.tenant.id | string | resource experimental Unique, immutable identifier assigned to the Azure tenant. | 37c4add3-612a-483d-8b24-cccbb35d3306 |
Fields that are provided by all Cloud workloads.
| Attribute | Type | Description | Examples |
|---|---|---|---|
cloud.acquisition.status | string | experimental 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 |
Smartscape node name: azure.resource.name
Smartscape node type: AZURE_MICROSOFT_RESOURCES_SUBSCRIPTIONS
This entity represents Azure Subscriptions
Fetch all Smartscape nodes from the smartscape.nodes table and filter for the entity type "AZURE_MICROSOFT_RESOURCES_SUBSCRIPTIONS"
smartscapeNodes "AZURE_MICROSOFT_RESOURCES_SUBSCRIPTIONS"
The following base fields are used for all entities.
| Attribute | Type | Description | Examples |
|---|---|---|---|
id | smartscapeId | stable A Smartscape ID consists of two components: an UPPER_CASE entity type and a random 16-character hexadecimal unique identifier, separated by a dash. Use Smartscape conversion functions when working with strings that represent Smartscape IDs. | <type>-017198AD253CBD63 |
id_classic | string | deprecated The entity ID that was used in the classic entity store. This ID is present in old monitoring data. Not all entities have this ID, and it is not generated for new entities. Use the id field instead, which is the Smartscape ID. | <type>-017198AD253CBD63 |
name | string | stable The entity name. | localhost; easyTravel; product-catalog |
type | string | stable The entity type. UPPER_SNAKE_CASE string that represents the type of the entity. | TYPE_A |
tags | record | stable 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 |
lifetime | timeframe | stable 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 } |
references | record | stable 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_context | string[] | resource stable The security contexts associated with the entity. For Smartscape entities, this field is always an array. Tags: permission | [] |
Contains all fields that are provided by all resorce running on Azure, including Azure, Core and K8s entities.
| Attribute | Type | Description | Examples |
|---|---|---|---|
azure.subscription | string | resource stable An Azure subscription is a logical container used to provision resources in Azure. Tags: permission primary-field | 27e9b03f-04d2-2b69-b327-32f433f7ed21 |
azure.location | string | resource stable A specific geographical location of Azure cloud resource. Tags: primary-field | westeurope |
azure.availability_zones | string[] | resource experimental Availability zones of Azure cloud resource. | ['1'] |
azure.resource.group | string | resource stable A resource group is a container that holds related resources for an Azure solution. Tags: permission primary-field | demo-backend-rg |
azure.resource.id | string | resource 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.name | string | resource experimental User-provided name of the Azure cloud resource. | demo-aks |
azure.resource.type | string | resource experimental The name of a resource type in the format: {resource-provider}/{resource-type}. | Microsoft.ContainerService/managedClusters |
Contains all fields that are provided by all Azure entities.
| Attribute | Type | Description | Examples |
|---|---|---|---|
azure.resource.kind | string | experimental A kind of the Azure resource | app,linux |
azure.resource.sku.name | string | experimental Name of the Azure resource SKU | B_Gen5_1 |
azure.resource.sku.tier | string | experimental Tier of the Azure resource SKU | Basic |
azure.resource.sku.capacity | string | experimental Capacity of the Azure resource SKU | 20 |
azure.status | string | experimental The status of the instance | Running; Stopped (deallocated) |
azure.provisioning_state | string | experimental The provisioning status of the resource | Succeeded; DELETED; ERROR; INCOMPLETE |
azure.object | string | experimental The full JSON content of Azure object | |
azure.properties.version | string | experimental The json content version | ... |
azure.subscription | string | resource stable An Azure subscription is a logical container used to provision resources in Azure. Tags: permission primary-field | 27e9b03f-04d2-2b69-b327-32f433f7ed21 |
azure.location | string | resource stable A specific geographical location of Azure cloud resource. Tags: primary-field | westeurope |
azure.availability_zones | string[] | resource experimental Availability zones of Azure cloud resource. | ['1'] |
azure.resource.group | string | resource stable A resource group is a container that holds related resources for an Azure solution. Tags: permission primary-field | demo-backend-rg |
azure.tenant.id | string | resource experimental Unique, immutable identifier assigned to the Azure tenant. | 37c4add3-612a-483d-8b24-cccbb35d3306 |
Fields that are provided by all Cloud workloads.
| Attribute | Type | Description | Examples |
|---|---|---|---|
cloud.acquisition.status | string | experimental 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 |
Smartscape node name: azure.resource.name
Smartscape node type: AZURE_MICROSOFT_RESOURCES_TENANTS
This entity represents Azure Tenants
Fetch all Smartscape nodes from the smartscape.nodes table and filter for the entity type "AZURE_MICROSOFT_RESOURCES_TENANTS"
smartscapeNodes "AZURE_MICROSOFT_RESOURCES_TENANTS"
The following base fields are used for all entities.
| Attribute | Type | Description | Examples |
|---|---|---|---|
id | smartscapeId | stable A Smartscape ID consists of two components: an UPPER_CASE entity type and a random 16-character hexadecimal unique identifier, separated by a dash. Use Smartscape conversion functions when working with strings that represent Smartscape IDs. | <type>-017198AD253CBD63 |
id_classic | string | deprecated The entity ID that was used in the classic entity store. This ID is present in old monitoring data. Not all entities have this ID, and it is not generated for new entities. Use the id field instead, which is the Smartscape ID. | <type>-017198AD253CBD63 |
name | string | stable The entity name. | localhost; easyTravel; product-catalog |
type | string | stable The entity type. UPPER_SNAKE_CASE string that represents the type of the entity. | TYPE_A |
tags | record | stable 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 |
lifetime | timeframe | stable 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 } |
references | record | stable 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_context | string[] | resource stable The security contexts associated with the entity. For Smartscape entities, this field is always an array. Tags: permission | [] |
Contains all fields that are provided by all resorce running on Azure, including Azure, Core and K8s entities.
| Attribute | Type | Description | Examples |
|---|---|---|---|
azure.subscription | string | resource stable An Azure subscription is a logical container used to provision resources in Azure. Tags: permission primary-field | 27e9b03f-04d2-2b69-b327-32f433f7ed21 |
azure.location | string | resource stable A specific geographical location of Azure cloud resource. Tags: primary-field | westeurope |
azure.availability_zones | string[] | resource experimental Availability zones of Azure cloud resource. | ['1'] |
azure.resource.group | string | resource stable A resource group is a container that holds related resources for an Azure solution. Tags: permission primary-field | demo-backend-rg |
azure.resource.id | string | resource 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.name | string | resource experimental User-provided name of the Azure cloud resource. | demo-aks |
azure.resource.type | string | resource experimental The name of a resource type in the format: {resource-provider}/{resource-type}. | Microsoft.ContainerService/managedClusters |
Contains all fields that are provided by all Azure entities.
| Attribute | Type | Description | Examples |
|---|---|---|---|
azure.resource.kind | string | experimental A kind of the Azure resource | app,linux |
azure.resource.sku.name | string | experimental Name of the Azure resource SKU | B_Gen5_1 |
azure.resource.sku.tier | string | experimental Tier of the Azure resource SKU | Basic |
azure.resource.sku.capacity | string | experimental Capacity of the Azure resource SKU | 20 |
azure.status | string | experimental The status of the instance | Running; Stopped (deallocated) |
azure.provisioning_state | string | experimental The provisioning status of the resource | Succeeded; DELETED; ERROR; INCOMPLETE |
azure.object | string | experimental The full JSON content of Azure object | |
azure.properties.version | string | experimental The json content version | ... |
azure.subscription | string | resource stable An Azure subscription is a logical container used to provision resources in Azure. Tags: permission primary-field | 27e9b03f-04d2-2b69-b327-32f433f7ed21 |
azure.location | string | resource stable A specific geographical location of Azure cloud resource. Tags: primary-field | westeurope |
azure.availability_zones | string[] | resource experimental Availability zones of Azure cloud resource. | ['1'] |
azure.resource.group | string | resource stable A resource group is a container that holds related resources for an Azure solution. Tags: permission primary-field | demo-backend-rg |
azure.tenant.id | string | resource experimental Unique, immutable identifier assigned to the Azure tenant. | 37c4add3-612a-483d-8b24-cccbb35d3306 |
Fields that are provided by all Cloud workloads.
| Attribute | Type | Description | Examples |
|---|---|---|---|
cloud.acquisition.status | string | experimental 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 |
Smartscape node name: azure.resource.name
Smartscape node type: AZURE_MICROSOFT_COGNITIVESERVICES_ACCOUNTS_PROJECTS
This entity represents Cognitive Services Account Projects
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"
The following base fields are used for all entities.
| Attribute | Type | Description | Examples |
|---|---|---|---|
id | smartscapeId | stable A Smartscape ID consists of two components: an UPPER_CASE entity type and a random 16-character hexadecimal unique identifier, separated by a dash. Use Smartscape conversion functions when working with strings that represent Smartscape IDs. | <type>-017198AD253CBD63 |
id_classic | string | deprecated The entity ID that was used in the classic entity store. This ID is present in old monitoring data. Not all entities have this ID, and it is not generated for new entities. Use the id field instead, which is the Smartscape ID. | <type>-017198AD253CBD63 |
name | string | stable The entity name. | localhost; easyTravel; product-catalog |
type | string | stable The entity type. UPPER_SNAKE_CASE string that represents the type of the entity. | TYPE_A |
tags | record | stable 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 |
lifetime | timeframe | stable 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 } |
references | record | stable 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_context | string[] | resource stable The security contexts associated with the entity. For Smartscape entities, this field is always an array. Tags: permission | [] |
Contains all fields that are provided by all resorce running on Azure, including Azure, Core and K8s entities.
| Attribute | Type | Description | Examples |
|---|---|---|---|
azure.subscription | string | resource stable An Azure subscription is a logical container used to provision resources in Azure. Tags: permission primary-field | 27e9b03f-04d2-2b69-b327-32f433f7ed21 |
azure.location | string | resource stable A specific geographical location of Azure cloud resource. Tags: primary-field | westeurope |
azure.availability_zones | string[] | resource experimental Availability zones of Azure cloud resource. | ['1'] |
azure.resource.group | string | resource stable A resource group is a container that holds related resources for an Azure solution. Tags: permission primary-field | demo-backend-rg |
azure.resource.id | string | resource 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.name | string | resource experimental User-provided name of the Azure cloud resource. | demo-aks |
azure.resource.type | string | resource experimental The name of a resource type in the format: {resource-provider}/{resource-type}. | Microsoft.ContainerService/managedClusters |
Contains all fields that are provided by all Azure entities.
| Attribute | Type | Description | Examples |
|---|---|---|---|
azure.resource.kind | string | experimental A kind of the Azure resource | app,linux |
azure.resource.sku.name | string | experimental Name of the Azure resource SKU | B_Gen5_1 |
azure.resource.sku.tier | string | experimental Tier of the Azure resource SKU | Basic |
azure.resource.sku.capacity | string | experimental Capacity of the Azure resource SKU | 20 |
azure.status | string | experimental The status of the instance | Running; Stopped (deallocated) |
azure.provisioning_state | string | experimental The provisioning status of the resource | Succeeded; DELETED; ERROR; INCOMPLETE |
azure.object | string | experimental The full JSON content of Azure object | |
azure.properties.version | string | experimental The json content version | ... |
azure.subscription | string | resource stable An Azure subscription is a logical container used to provision resources in Azure. Tags: permission primary-field | 27e9b03f-04d2-2b69-b327-32f433f7ed21 |
azure.location | string | resource stable A specific geographical location of Azure cloud resource. Tags: primary-field | westeurope |
azure.availability_zones | string[] | resource experimental Availability zones of Azure cloud resource. | ['1'] |
azure.resource.group | string | resource stable A resource group is a container that holds related resources for an Azure solution. Tags: permission primary-field | demo-backend-rg |
azure.tenant.id | string | resource experimental Unique, immutable identifier assigned to the Azure tenant. | 37c4add3-612a-483d-8b24-cccbb35d3306 |
Fields that are provided by all Cloud workloads.
| Attribute | Type | Description | Examples |
|---|---|---|---|
cloud.acquisition.status | string | experimental 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 |
Smartscape node name: azure.resource.name
Smartscape node type: AZURE_MICROSOFT_COGNITIVESERVICES_ACCOUNTS
This entity represents Cognitive Services Accounts
Fetch all Smartscape nodes from the smartscape.nodes table and filter for the entity type "AZURE_MICROSOFT_COGNITIVESERVICES_ACCOUNTS"
smartscapeNodes "AZURE_MICROSOFT_COGNITIVESERVICES_ACCOUNTS"
The following base fields are used for all entities.
| Attribute | Type | Description | Examples |
|---|---|---|---|
id | smartscapeId | stable A Smartscape ID consists of two components: an UPPER_CASE entity type and a random 16-character hexadecimal unique identifier, separated by a dash. Use Smartscape conversion functions when working with strings that represent Smartscape IDs. | <type>-017198AD253CBD63 |
id_classic | string | deprecated The entity ID that was used in the classic entity store. This ID is present in old monitoring data. Not all entities have this ID, and it is not generated for new entities. Use the id field instead, which is the Smartscape ID. | <type>-017198AD253CBD63 |
name | string | stable The entity name. | localhost; easyTravel; product-catalog |
type | string | stable The entity type. UPPER_SNAKE_CASE string that represents the type of the entity. | TYPE_A |
tags | record | stable 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 |
lifetime | timeframe | stable 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 } |
references | record | stable 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_context | string[] | resource stable The security contexts associated with the entity. For Smartscape entities, this field is always an array. Tags: permission | [] |
Contains all fields that are provided by all resorce running on Azure, including Azure, Core and K8s entities.
| Attribute | Type | Description | Examples |
|---|---|---|---|
azure.subscription | string | resource stable An Azure subscription is a logical container used to provision resources in Azure. Tags: permission primary-field | 27e9b03f-04d2-2b69-b327-32f433f7ed21 |
azure.location | string | resource stable A specific geographical location of Azure cloud resource. Tags: primary-field | westeurope |
azure.availability_zones | string[] | resource experimental Availability zones of Azure cloud resource. | ['1'] |
azure.resource.group | string | resource stable A resource group is a container that holds related resources for an Azure solution. Tags: permission primary-field | demo-backend-rg |
azure.resource.id | string | resource 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.name | string | resource experimental User-provided name of the Azure cloud resource. | demo-aks |
azure.resource.type | string | resource experimental The name of a resource type in the format: {resource-provider}/{resource-type}. | Microsoft.ContainerService/managedClusters |
Contains all fields that are provided by all Azure entities.
| Attribute | Type | Description | Examples |
|---|---|---|---|
azure.resource.kind | string | experimental A kind of the Azure resource | app,linux |
azure.resource.sku.name | string | experimental Name of the Azure resource SKU | B_Gen5_1 |
azure.resource.sku.tier | string | experimental Tier of the Azure resource SKU | Basic |
azure.resource.sku.capacity | string | experimental Capacity of the Azure resource SKU | 20 |
azure.status | string | experimental The status of the instance | Running; Stopped (deallocated) |
azure.provisioning_state | string | experimental The provisioning status of the resource | Succeeded; DELETED; ERROR; INCOMPLETE |
azure.object | string | experimental The full JSON content of Azure object | |
azure.properties.version | string | experimental The json content version | ... |
azure.subscription | string | resource stable An Azure subscription is a logical container used to provision resources in Azure. Tags: permission primary-field | 27e9b03f-04d2-2b69-b327-32f433f7ed21 |
azure.location | string | resource stable A specific geographical location of Azure cloud resource. Tags: primary-field | westeurope |
azure.availability_zones | string[] | resource experimental Availability zones of Azure cloud resource. | ['1'] |
azure.resource.group | string | resource stable A resource group is a container that holds related resources for an Azure solution. Tags: permission primary-field | demo-backend-rg |
azure.tenant.id | string | resource experimental Unique, immutable identifier assigned to the Azure tenant. | 37c4add3-612a-483d-8b24-cccbb35d3306 |
Fields that are provided by all Cloud workloads.
| Attribute | Type | Description | Examples |
|---|---|---|---|
cloud.acquisition.status | string | experimental 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 |
Smartscape node name: azure.resource.name
Smartscape node type: AZURE_MICROSOFT_CONTAINERINSTANCE_CONTAINERGROUPS
This entity represents Container Instances
Fetch all Smartscape nodes from the smartscape.nodes table and filter for the entity type "AZURE_MICROSOFT_CONTAINERINSTANCE_CONTAINERGROUPS"
smartscapeNodes "AZURE_MICROSOFT_CONTAINERINSTANCE_CONTAINERGROUPS"
The following base fields are used for all entities.
| Attribute | Type | Description | Examples |
|---|---|---|---|
id | smartscapeId | stable A Smartscape ID consists of two components: an UPPER_CASE entity type and a random 16-character hexadecimal unique identifier, separated by a dash. Use Smartscape conversion functions when working with strings that represent Smartscape IDs. | <type>-017198AD253CBD63 |
id_classic | string | deprecated The entity ID that was used in the classic entity store. This ID is present in old monitoring data. Not all entities have this ID, and it is not generated for new entities. Use the id field instead, which is the Smartscape ID. | <type>-017198AD253CBD63 |
name | string | stable The entity name. | localhost; easyTravel; product-catalog |
type | string | stable The entity type. UPPER_SNAKE_CASE string that represents the type of the entity. | TYPE_A |
tags | record | stable 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 |
lifetime | timeframe | stable 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 } |
references | record | stable 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_context | string[] | resource stable The security contexts associated with the entity. For Smartscape entities, this field is always an array. Tags: permission | [] |
Contains all fields that are provided by all resorce running on Azure, including Azure, Core and K8s entities.
| Attribute | Type | Description | Examples |
|---|---|---|---|
azure.subscription | string | resource stable An Azure subscription is a logical container used to provision resources in Azure. Tags: permission primary-field | 27e9b03f-04d2-2b69-b327-32f433f7ed21 |
azure.location | string | resource stable A specific geographical location of Azure cloud resource. Tags: primary-field | westeurope |
azure.availability_zones | string[] | resource experimental Availability zones of Azure cloud resource. | ['1'] |
azure.resource.group | string | resource stable A resource group is a container that holds related resources for an Azure solution. Tags: permission primary-field | demo-backend-rg |
azure.resource.id | string | resource 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.name | string | resource experimental User-provided name of the Azure cloud resource. | demo-aks |
azure.resource.type | string | resource experimental The name of a resource type in the format: {resource-provider}/{resource-type}. | Microsoft.ContainerService/managedClusters |
Contains all fields that are provided by all Azure entities.
| Attribute | Type | Description | Examples |
|---|---|---|---|
azure.resource.kind | string | experimental A kind of the Azure resource | app,linux |
azure.resource.sku.name | string | experimental Name of the Azure resource SKU | B_Gen5_1 |
azure.resource.sku.tier | string | experimental Tier of the Azure resource SKU | Basic |
azure.resource.sku.capacity | string | experimental Capacity of the Azure resource SKU | 20 |
azure.status | string | experimental The status of the instance | Running; Stopped (deallocated) |
azure.provisioning_state | string | experimental The provisioning status of the resource | Succeeded; DELETED; ERROR; INCOMPLETE |
azure.object | string | experimental The full JSON content of Azure object | |
azure.properties.version | string | experimental The json content version | ... |
azure.subscription | string | resource stable An Azure subscription is a logical container used to provision resources in Azure. Tags: permission primary-field | 27e9b03f-04d2-2b69-b327-32f433f7ed21 |
azure.location | string | resource stable A specific geographical location of Azure cloud resource. Tags: primary-field | westeurope |
azure.availability_zones | string[] | resource experimental Availability zones of Azure cloud resource. | ['1'] |
azure.resource.group | string | resource stable A resource group is a container that holds related resources for an Azure solution. Tags: permission primary-field | demo-backend-rg |
azure.tenant.id | string | resource experimental Unique, immutable identifier assigned to the Azure tenant. | 37c4add3-612a-483d-8b24-cccbb35d3306 |
Fields that are provided by all Cloud workloads.
| Attribute | Type | Description | Examples |
|---|---|---|---|
cloud.acquisition.status | string | experimental 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 |
Smartscape node name: azure.resource.name
Smartscape node type: AZURE_MICROSOFT_CONTAINERREGISTRY_REGISTRIES
This entity represents Container Registry
Fetch all Smartscape nodes from the smartscape.nodes table and filter for the entity type "AZURE_MICROSOFT_CONTAINERREGISTRY_REGISTRIES"
smartscapeNodes "AZURE_MICROSOFT_CONTAINERREGISTRY_REGISTRIES"
The following base fields are used for all entities.
| Attribute | Type | Description | Examples |
|---|---|---|---|
id | smartscapeId | stable A Smartscape ID consists of two components: an UPPER_CASE entity type and a random 16-character hexadecimal unique identifier, separated by a dash. Use Smartscape conversion functions when working with strings that represent Smartscape IDs. | <type>-017198AD253CBD63 |
id_classic | string | deprecated The entity ID that was used in the classic entity store. This ID is present in old monitoring data. Not all entities have this ID, and it is not generated for new entities. Use the id field instead, which is the Smartscape ID. | <type>-017198AD253CBD63 |
name | string | stable The entity name. | localhost; easyTravel; product-catalog |
type | string | stable The entity type. UPPER_SNAKE_CASE string that represents the type of the entity. | TYPE_A |
tags | record | stable 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 |
lifetime | timeframe | stable 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 } |
references | record | stable 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_context | string[] | resource stable The security contexts associated with the entity. For Smartscape entities, this field is always an array. Tags: permission | [] |
Contains all fields that are provided by all resorce running on Azure, including Azure, Core and K8s entities.
| Attribute | Type | Description | Examples |
|---|---|---|---|
azure.subscription | string | resource stable An Azure subscription is a logical container used to provision resources in Azure. Tags: permission primary-field | 27e9b03f-04d2-2b69-b327-32f433f7ed21 |
azure.location | string | resource stable A specific geographical location of Azure cloud resource. Tags: primary-field | westeurope |
azure.availability_zones | string[] | resource experimental Availability zones of Azure cloud resource. | ['1'] |
azure.resource.group | string | resource stable A resource group is a container that holds related resources for an Azure solution. Tags: permission primary-field | demo-backend-rg |
azure.resource.id | string | resource 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.name | string | resource experimental User-provided name of the Azure cloud resource. | demo-aks |
azure.resource.type | string | resource experimental The name of a resource type in the format: {resource-provider}/{resource-type}. | Microsoft.ContainerService/managedClusters |
Contains all fields that are provided by all Azure entities.
| Attribute | Type | Description | Examples |
|---|---|---|---|
azure.resource.kind | string | experimental A kind of the Azure resource | app,linux |
azure.resource.sku.name | string | experimental Name of the Azure resource SKU | B_Gen5_1 |
azure.resource.sku.tier | string | experimental Tier of the Azure resource SKU | Basic |
azure.resource.sku.capacity | string | experimental Capacity of the Azure resource SKU | 20 |
azure.status | string | experimental The status of the instance | Running; Stopped (deallocated) |
azure.provisioning_state | string | experimental The provisioning status of the resource | Succeeded; DELETED; ERROR; INCOMPLETE |
azure.object | string | experimental The full JSON content of Azure object | |
azure.properties.version | string | experimental The json content version | ... |
azure.subscription | string | resource stable An Azure subscription is a logical container used to provision resources in Azure. Tags: permission primary-field | 27e9b03f-04d2-2b69-b327-32f433f7ed21 |
azure.location | string | resource stable A specific geographical location of Azure cloud resource. Tags: primary-field | westeurope |
azure.availability_zones | string[] | resource experimental Availability zones of Azure cloud resource. | ['1'] |
azure.resource.group | string | resource stable A resource group is a container that holds related resources for an Azure solution. Tags: permission primary-field | demo-backend-rg |
azure.tenant.id | string | resource experimental Unique, immutable identifier assigned to the Azure tenant. | 37c4add3-612a-483d-8b24-cccbb35d3306 |
Fields that are provided by all Cloud workloads.
| Attribute | Type | Description | Examples |
|---|---|---|---|
cloud.acquisition.status | string | experimental 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 |
Smartscape node name: azure.resource.name
Smartscape node type: AZURE_MICROSOFT_DOCUMENTDB_DATABASEACCOUNTS
This entity represents Cosmos DB Account
Fetch all Smartscape nodes from the smartscape.nodes table and filter for the entity type "AZURE_MICROSOFT_DOCUMENTDB_DATABASEACCOUNTS"
smartscapeNodes "AZURE_MICROSOFT_DOCUMENTDB_DATABASEACCOUNTS"
The following base fields are used for all entities.
| Attribute | Type | Description | Examples |
|---|---|---|---|
id | smartscapeId | stable A Smartscape ID consists of two components: an UPPER_CASE entity type and a random 16-character hexadecimal unique identifier, separated by a dash. Use Smartscape conversion functions when working with strings that represent Smartscape IDs. | <type>-017198AD253CBD63 |
id_classic | string | deprecated The entity ID that was used in the classic entity store. This ID is present in old monitoring data. Not all entities have this ID, and it is not generated for new entities. Use the id field instead, which is the Smartscape ID. | <type>-017198AD253CBD63 |
name | string | stable The entity name. | localhost; easyTravel; product-catalog |
type | string | stable The entity type. UPPER_SNAKE_CASE string that represents the type of the entity. | TYPE_A |
tags | record | stable 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 |
lifetime | timeframe | stable 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 } |
references | record | stable 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_context | string[] | resource stable The security contexts associated with the entity. For Smartscape entities, this field is always an array. Tags: permission | [] |
Contains all fields that are provided by all resorce running on Azure, including Azure, Core and K8s entities.
| Attribute | Type | Description | Examples |
|---|---|---|---|
azure.subscription | string | resource stable An Azure subscription is a logical container used to provision resources in Azure. Tags: permission primary-field | 27e9b03f-04d2-2b69-b327-32f433f7ed21 |
azure.location | string | resource stable A specific geographical location of Azure cloud resource. Tags: primary-field | westeurope |
azure.availability_zones | string[] | resource experimental Availability zones of Azure cloud resource. | ['1'] |
azure.resource.group | string | resource stable A resource group is a container that holds related resources for an Azure solution. Tags: permission primary-field | demo-backend-rg |
azure.resource.id | string | resource 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.name | string | resource experimental User-provided name of the Azure cloud resource. | demo-aks |
azure.resource.type | string | resource experimental The name of a resource type in the format: {resource-provider}/{resource-type}. | Microsoft.ContainerService/managedClusters |
Contains all fields that are provided by all Azure entities.
| Attribute | Type | Description | Examples |
|---|---|---|---|
azure.resource.kind | string | experimental A kind of the Azure resource | app,linux |
azure.resource.sku.name | string | experimental Name of the Azure resource SKU | B_Gen5_1 |
azure.resource.sku.tier | string | experimental Tier of the Azure resource SKU | Basic |
azure.resource.sku.capacity | string | experimental Capacity of the Azure resource SKU | 20 |
azure.status | string | experimental The status of the instance | Running; Stopped (deallocated) |
azure.provisioning_state | string | experimental The provisioning status of the resource | Succeeded; DELETED; ERROR; INCOMPLETE |
azure.object | string | experimental The full JSON content of Azure object | |
azure.properties.version | string | experimental The json content version | ... |
azure.subscription | string | resource stable An Azure subscription is a logical container used to provision resources in Azure. Tags: permission primary-field | 27e9b03f-04d2-2b69-b327-32f433f7ed21 |
azure.location | string | resource stable A specific geographical location of Azure cloud resource. Tags: primary-field | westeurope |
azure.availability_zones | string[] | resource experimental Availability zones of Azure cloud resource. | ['1'] |
azure.resource.group | string | resource stable A resource group is a container that holds related resources for an Azure solution. Tags: permission primary-field | demo-backend-rg |
azure.tenant.id | string | resource experimental Unique, immutable identifier assigned to the Azure tenant. | 37c4add3-612a-483d-8b24-cccbb35d3306 |
Fields that are provided by all Cloud workloads.
| Attribute | Type | Description | Examples |
|---|---|---|---|
cloud.acquisition.status | string | experimental 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 |
Smartscape node name: azure.resource.name
Smartscape node type: AZURE_MICROSOFT_DOCUMENTDB_DATABASEACCOUNTS_MONGODBDATABASES_COLLECTIONS
This entity represents Cosmos DB MongoDB Collections
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"
The following base fields are used for all entities.
| Attribute | Type | Description | Examples |
|---|---|---|---|
id | smartscapeId | stable A Smartscape ID consists of two components: an UPPER_CASE entity type and a random 16-character hexadecimal unique identifier, separated by a dash. Use Smartscape conversion functions when working with strings that represent Smartscape IDs. | <type>-017198AD253CBD63 |
id_classic | string | deprecated The entity ID that was used in the classic entity store. This ID is present in old monitoring data. Not all entities have this ID, and it is not generated for new entities. Use the id field instead, which is the Smartscape ID. | <type>-017198AD253CBD63 |
name | string | stable The entity name. | localhost; easyTravel; product-catalog |
type | string | stable The entity type. UPPER_SNAKE_CASE string that represents the type of the entity. | TYPE_A |
tags | record | stable 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 |
lifetime | timeframe | stable 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 } |
references | record | stable 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_context | string[] | resource stable The security contexts associated with the entity. For Smartscape entities, this field is always an array. Tags: permission | [] |
Contains all fields that are provided by all resorce running on Azure, including Azure, Core and K8s entities.
| Attribute | Type | Description | Examples |
|---|---|---|---|
azure.subscription | string | resource stable An Azure subscription is a logical container used to provision resources in Azure. Tags: permission primary-field | 27e9b03f-04d2-2b69-b327-32f433f7ed21 |
azure.location | string | resource stable A specific geographical location of Azure cloud resource. Tags: primary-field | westeurope |
azure.availability_zones | string[] | resource experimental Availability zones of Azure cloud resource. | ['1'] |
azure.resource.group | string | resource stable A resource group is a container that holds related resources for an Azure solution. Tags: permission primary-field | demo-backend-rg |
azure.resource.id | string | resource 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.name | string | resource experimental User-provided name of the Azure cloud resource. | demo-aks |
azure.resource.type | string | resource experimental The name of a resource type in the format: {resource-provider}/{resource-type}. | Microsoft.ContainerService/managedClusters |
Contains all fields that are provided by all Azure entities.
| Attribute | Type | Description | Examples |
|---|---|---|---|
azure.resource.kind | string | experimental A kind of the Azure resource | app,linux |
azure.resource.sku.name | string | experimental Name of the Azure resource SKU | B_Gen5_1 |
azure.resource.sku.tier | string | experimental Tier of the Azure resource SKU | Basic |
azure.resource.sku.capacity | string | experimental Capacity of the Azure resource SKU | 20 |
azure.status | string | experimental The status of the instance | Running; Stopped (deallocated) |
azure.provisioning_state | string | experimental The provisioning status of the resource | Succeeded; DELETED; ERROR; INCOMPLETE |
azure.object | string | experimental The full JSON content of Azure object | |
azure.properties.version | string | experimental The json content version | ... |
azure.subscription | string | resource stable An Azure subscription is a logical container used to provision resources in Azure. Tags: permission primary-field | 27e9b03f-04d2-2b69-b327-32f433f7ed21 |
azure.location | string | resource stable A specific geographical location of Azure cloud resource. Tags: primary-field | westeurope |
azure.availability_zones | string[] | resource experimental Availability zones of Azure cloud resource. | ['1'] |
azure.resource.group | string | resource stable A resource group is a container that holds related resources for an Azure solution. Tags: permission primary-field | demo-backend-rg |
azure.tenant.id | string | resource experimental Unique, immutable identifier assigned to the Azure tenant. | 37c4add3-612a-483d-8b24-cccbb35d3306 |
Fields that are provided by all Cloud workloads.
| Attribute | Type | Description | Examples |
|---|---|---|---|
cloud.acquisition.status | string | experimental 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 |
Smartscape node name: azure.resource.name
Smartscape node type: AZURE_MICROSOFT_DOCUMENTDB_DATABASEACCOUNTS_MONGODBDATABASES
This entity represents Cosmos DB MongoDB Databases
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"
The following base fields are used for all entities.
| Attribute | Type | Description | Examples |
|---|---|---|---|
id | smartscapeId | stable A Smartscape ID consists of two components: an UPPER_CASE entity type and a random 16-character hexadecimal unique identifier, separated by a dash. Use Smartscape conversion functions when working with strings that represent Smartscape IDs. | <type>-017198AD253CBD63 |
id_classic | string | deprecated The entity ID that was used in the classic entity store. This ID is present in old monitoring data. Not all entities have this ID, and it is not generated for new entities. Use the id field instead, which is the Smartscape ID. | <type>-017198AD253CBD63 |
name | string | stable The entity name. | localhost; easyTravel; product-catalog |
type | string | stable The entity type. UPPER_SNAKE_CASE string that represents the type of the entity. | TYPE_A |
tags | record | stable 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 |
lifetime | timeframe | stable 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 } |
references | record | stable 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_context | string[] | resource stable The security contexts associated with the entity. For Smartscape entities, this field is always an array. Tags: permission | [] |
Contains all fields that are provided by all resorce running on Azure, including Azure, Core and K8s entities.
| Attribute | Type | Description | Examples |
|---|---|---|---|
azure.subscription | string | resource stable An Azure subscription is a logical container used to provision resources in Azure. Tags: permission primary-field | 27e9b03f-04d2-2b69-b327-32f433f7ed21 |
azure.location | string | resource stable A specific geographical location of Azure cloud resource. Tags: primary-field | westeurope |
azure.availability_zones | string[] | resource experimental Availability zones of Azure cloud resource. | ['1'] |
azure.resource.group | string | resource stable A resource group is a container that holds related resources for an Azure solution. Tags: permission primary-field | demo-backend-rg |
azure.resource.id | string | resource 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.name | string | resource experimental User-provided name of the Azure cloud resource. | demo-aks |
azure.resource.type | string | resource experimental The name of a resource type in the format: {resource-provider}/{resource-type}. | Microsoft.ContainerService/managedClusters |
Contains all fields that are provided by all Azure entities.
| Attribute | Type | Description | Examples |
|---|---|---|---|
azure.resource.kind | string | experimental A kind of the Azure resource | app,linux |
azure.resource.sku.name | string | experimental Name of the Azure resource SKU | B_Gen5_1 |
azure.resource.sku.tier | string | experimental Tier of the Azure resource SKU | Basic |
azure.resource.sku.capacity | string | experimental Capacity of the Azure resource SKU | 20 |
azure.status | string | experimental The status of the instance | Running; Stopped (deallocated) |
azure.provisioning_state | string | experimental The provisioning status of the resource | Succeeded; DELETED; ERROR; INCOMPLETE |
azure.object | string | experimental The full JSON content of Azure object | |
azure.properties.version | string | experimental The json content version | ... |
azure.subscription | string | resource stable An Azure subscription is a logical container used to provision resources in Azure. Tags: permission primary-field | 27e9b03f-04d2-2b69-b327-32f433f7ed21 |
azure.location | string | resource stable A specific geographical location of Azure cloud resource. Tags: primary-field | westeurope |
azure.availability_zones | string[] | resource experimental Availability zones of Azure cloud resource. | ['1'] |
azure.resource.group | string | resource stable A resource group is a container that holds related resources for an Azure solution. Tags: permission primary-field | demo-backend-rg |
azure.tenant.id | string | resource experimental Unique, immutable identifier assigned to the Azure tenant. | 37c4add3-612a-483d-8b24-cccbb35d3306 |
Fields that are provided by all Cloud workloads.
| Attribute | Type | Description | Examples |
|---|---|---|---|
cloud.acquisition.status | string | experimental 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 |
Smartscape node name: azure.resource.name
Smartscape node type: AZURE_MICROSOFT_INSIGHTS_DATACOLLECTIONENDPOINTS
This entity represents Data Collection Endpoints
Fetch all Smartscape nodes from the smartscape.nodes table and filter for the entity type "AZURE_MICROSOFT_INSIGHTS_DATACOLLECTIONENDPOINTS"
smartscapeNodes "AZURE_MICROSOFT_INSIGHTS_DATACOLLECTIONENDPOINTS"
The following base fields are used for all entities.
| Attribute | Type | Description | Examples |
|---|---|---|---|
id | smartscapeId | stable A Smartscape ID consists of two components: an UPPER_CASE entity type and a random 16-character hexadecimal unique identifier, separated by a dash. Use Smartscape conversion functions when working with strings that represent Smartscape IDs. | <type>-017198AD253CBD63 |
id_classic | string | deprecated The entity ID that was used in the classic entity store. This ID is present in old monitoring data. Not all entities have this ID, and it is not generated for new entities. Use the id field instead, which is the Smartscape ID. | <type>-017198AD253CBD63 |
name | string | stable The entity name. | localhost; easyTravel; product-catalog |
type | string | stable The entity type. UPPER_SNAKE_CASE string that represents the type of the entity. | TYPE_A |
tags | record | stable 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 |
lifetime | timeframe | stable 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 } |
references | record | stable 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_context | string[] | resource stable The security contexts associated with the entity. For Smartscape entities, this field is always an array. Tags: permission | [] |
Contains all fields that are provided by all resorce running on Azure, including Azure, Core and K8s entities.
| Attribute | Type | Description | Examples |
|---|---|---|---|
azure.subscription | string | resource stable An Azure subscription is a logical container used to provision resources in Azure. Tags: permission primary-field | 27e9b03f-04d2-2b69-b327-32f433f7ed21 |
azure.location | string | resource stable A specific geographical location of Azure cloud resource. Tags: primary-field | westeurope |
azure.availability_zones | string[] | resource experimental Availability zones of Azure cloud resource. | ['1'] |
azure.resource.group | string | resource stable A resource group is a container that holds related resources for an Azure solution. Tags: permission primary-field | demo-backend-rg |
azure.resource.id | string | resource 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.name | string | resource experimental User-provided name of the Azure cloud resource. | demo-aks |
azure.resource.type | string | resource experimental The name of a resource type in the format: {resource-provider}/{resource-type}. | Microsoft.ContainerService/managedClusters |
Contains all fields that are provided by all Azure entities.
| Attribute | Type | Description | Examples |
|---|---|---|---|
azure.resource.kind | string | experimental A kind of the Azure resource | app,linux |
azure.resource.sku.name | string | experimental Name of the Azure resource SKU | B_Gen5_1 |
azure.resource.sku.tier | string | experimental Tier of the Azure resource SKU | Basic |
azure.resource.sku.capacity | string | experimental Capacity of the Azure resource SKU | 20 |
azure.status | string | experimental The status of the instance | Running; Stopped (deallocated) |
azure.provisioning_state | string | experimental The provisioning status of the resource | Succeeded; DELETED; ERROR; INCOMPLETE |
azure.object | string | experimental The full JSON content of Azure object | |
azure.properties.version | string | experimental The json content version | ... |
azure.subscription | string | resource stable An Azure subscription is a logical container used to provision resources in Azure. Tags: permission primary-field | 27e9b03f-04d2-2b69-b327-32f433f7ed21 |
azure.location | string | resource stable A specific geographical location of Azure cloud resource. Tags: primary-field | westeurope |
azure.availability_zones | string[] | resource experimental Availability zones of Azure cloud resource. | ['1'] |
azure.resource.group | string | resource stable A resource group is a container that holds related resources for an Azure solution. Tags: permission primary-field | demo-backend-rg |
azure.tenant.id | string | resource experimental Unique, immutable identifier assigned to the Azure tenant. | 37c4add3-612a-483d-8b24-cccbb35d3306 |
Fields that are provided by all Cloud workloads.
| Attribute | Type | Description | Examples |
|---|---|---|---|
cloud.acquisition.status | string | experimental 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 |
Smartscape node name: azure.resource.name
Smartscape node type: AZURE_MICROSOFT_INSIGHTS_DATACOLLECTIONRULES
This entity represents Data Collection Rules
Fetch all Smartscape nodes from the smartscape.nodes table and filter for the entity type "AZURE_MICROSOFT_INSIGHTS_DATACOLLECTIONRULES"
smartscapeNodes "AZURE_MICROSOFT_INSIGHTS_DATACOLLECTIONRULES"
The following base fields are used for all entities.
| Attribute | Type | Description | Examples |
|---|---|---|---|
id | smartscapeId | stable A Smartscape ID consists of two components: an UPPER_CASE entity type and a random 16-character hexadecimal unique identifier, separated by a dash. Use Smartscape conversion functions when working with strings that represent Smartscape IDs. | <type>-017198AD253CBD63 |
id_classic | string | deprecated The entity ID that was used in the classic entity store. This ID is present in old monitoring data. Not all entities have this ID, and it is not generated for new entities. Use the id field instead, which is the Smartscape ID. | <type>-017198AD253CBD63 |
name | string | stable The entity name. | localhost; easyTravel; product-catalog |
type | string | stable The entity type. UPPER_SNAKE_CASE string that represents the type of the entity. | TYPE_A |
tags | record | stable 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 |
lifetime | timeframe | stable 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 } |
references | record | stable 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_context | string[] | resource stable The security contexts associated with the entity. For Smartscape entities, this field is always an array. Tags: permission | [] |
Contains all fields that are provided by all resorce running on Azure, including Azure, Core and K8s entities.
| Attribute | Type | Description | Examples |
|---|---|---|---|
azure.subscription | string | resource stable An Azure subscription is a logical container used to provision resources in Azure. Tags: permission primary-field | 27e9b03f-04d2-2b69-b327-32f433f7ed21 |
azure.location | string | resource stable A specific geographical location of Azure cloud resource. Tags: primary-field | westeurope |
azure.availability_zones | string[] | resource experimental Availability zones of Azure cloud resource. | ['1'] |
azure.resource.group | string | resource stable A resource group is a container that holds related resources for an Azure solution. Tags: permission primary-field | demo-backend-rg |
azure.resource.id | string | resource 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.name | string | resource experimental User-provided name of the Azure cloud resource. | demo-aks |
azure.resource.type | string | resource experimental The name of a resource type in the format: {resource-provider}/{resource-type}. | Microsoft.ContainerService/managedClusters |
Contains all fields that are provided by all Azure entities.
| Attribute | Type | Description | Examples |
|---|---|---|---|
azure.resource.kind | string | experimental A kind of the Azure resource | app,linux |
azure.resource.sku.name | string | experimental Name of the Azure resource SKU | B_Gen5_1 |
azure.resource.sku.tier | string | experimental Tier of the Azure resource SKU | Basic |
azure.resource.sku.capacity | string | experimental Capacity of the Azure resource SKU | 20 |
azure.status | string | experimental The status of the instance | Running; Stopped (deallocated) |
azure.provisioning_state | string | experimental The provisioning status of the resource | Succeeded; DELETED; ERROR; INCOMPLETE |
azure.object | string | experimental The full JSON content of Azure object | |
azure.properties.version | string | experimental The json content version | ... |
azure.subscription | string | resource stable An Azure subscription is a logical container used to provision resources in Azure. Tags: permission primary-field | 27e9b03f-04d2-2b69-b327-32f433f7ed21 |
azure.location | string | resource stable A specific geographical location of Azure cloud resource. Tags: primary-field | westeurope |
azure.availability_zones | string[] | resource experimental Availability zones of Azure cloud resource. | ['1'] |
azure.resource.group | string | resource stable A resource group is a container that holds related resources for an Azure solution. Tags: permission primary-field | demo-backend-rg |
azure.tenant.id | string | resource experimental Unique, immutable identifier assigned to the Azure tenant. | 37c4add3-612a-483d-8b24-cccbb35d3306 |
Fields that are provided by all Cloud workloads.
| Attribute | Type | Description | Examples |
|---|---|---|---|
cloud.acquisition.status | string | experimental 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 |
Smartscape node name: azure.resource.name
Smartscape node type: AZURE_MICROSOFT_DATAFACTORY_FACTORIES
This entity represents Data Factory
Fetch all Smartscape nodes from the smartscape.nodes table and filter for the entity type "AZURE_MICROSOFT_DATAFACTORY_FACTORIES"
smartscapeNodes "AZURE_MICROSOFT_DATAFACTORY_FACTORIES"
The following base fields are used for all entities.
| Attribute | Type | Description | Examples |
|---|---|---|---|
id | smartscapeId | stable A Smartscape ID consists of two components: an UPPER_CASE entity type and a random 16-character hexadecimal unique identifier, separated by a dash. Use Smartscape conversion functions when working with strings that represent Smartscape IDs. | <type>-017198AD253CBD63 |
id_classic | string | deprecated The entity ID that was used in the classic entity store. This ID is present in old monitoring data. Not all entities have this ID, and it is not generated for new entities. Use the id field instead, which is the Smartscape ID. | <type>-017198AD253CBD63 |
name | string | stable The entity name. | localhost; easyTravel; product-catalog |
type | string | stable The entity type. UPPER_SNAKE_CASE string that represents the type of the entity. | TYPE_A |
tags | record | stable 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 |
lifetime | timeframe | stable 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 } |
references | record | stable 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_context | string[] | resource stable The security contexts associated with the entity. For Smartscape entities, this field is always an array. Tags: permission | [] |
Contains all fields that are provided by all resorce running on Azure, including Azure, Core and K8s entities.
| Attribute | Type | Description | Examples |
|---|---|---|---|
azure.subscription | string | resource stable An Azure subscription is a logical container used to provision resources in Azure. Tags: permission primary-field | 27e9b03f-04d2-2b69-b327-32f433f7ed21 |
azure.location | string | resource stable A specific geographical location of Azure cloud resource. Tags: primary-field | westeurope |
azure.availability_zones | string[] | resource experimental Availability zones of Azure cloud resource. | ['1'] |
azure.resource.group | string | resource stable A resource group is a container that holds related resources for an Azure solution. Tags: permission primary-field | demo-backend-rg |
azure.resource.id | string | resource 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.name | string | resource experimental User-provided name of the Azure cloud resource. | demo-aks |
azure.resource.type | string | resource experimental The name of a resource type in the format: {resource-provider}/{resource-type}. | Microsoft.ContainerService/managedClusters |
Contains all fields that are provided by all Azure entities.
| Attribute | Type | Description | Examples |
|---|---|---|---|
azure.resource.kind | string | experimental A kind of the Azure resource | app,linux |
azure.resource.sku.name | string | experimental Name of the Azure resource SKU | B_Gen5_1 |
azure.resource.sku.tier | string | experimental Tier of the Azure resource SKU | Basic |
azure.resource.sku.capacity | string | experimental Capacity of the Azure resource SKU | 20 |
azure.status | string | experimental The status of the instance | Running; Stopped (deallocated) |
azure.provisioning_state | string | experimental The provisioning status of the resource | Succeeded; DELETED; ERROR; INCOMPLETE |
azure.object | string | experimental The full JSON content of Azure object | |
azure.properties.version | string | experimental The json content version | ... |
azure.subscription | string | resource stable An Azure subscription is a logical container used to provision resources in Azure. Tags: permission primary-field | 27e9b03f-04d2-2b69-b327-32f433f7ed21 |
azure.location | string | resource stable A specific geographical location of Azure cloud resource. Tags: primary-field | westeurope |
azure.availability_zones | string[] | resource experimental Availability zones of Azure cloud resource. | ['1'] |
azure.resource.group | string | resource stable A resource group is a container that holds related resources for an Azure solution. Tags: permission primary-field | demo-backend-rg |
azure.tenant.id | string | resource experimental Unique, immutable identifier assigned to the Azure tenant. | 37c4add3-612a-483d-8b24-cccbb35d3306 |
Fields that are provided by all Cloud workloads.
| Attribute | Type | Description | Examples |
|---|---|---|---|
cloud.acquisition.status | string | experimental 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 |
Smartscape node name: azure.resource.name
Smartscape node type: AZURE_MICROSOFT_DEVTESTLAB_SCHEDULES
This entity represents DevTest Labs Schedules
Fetch all Smartscape nodes from the smartscape.nodes table and filter for the entity type "AZURE_MICROSOFT_DEVTESTLAB_SCHEDULES"
smartscapeNodes "AZURE_MICROSOFT_DEVTESTLAB_SCHEDULES"
The following base fields are used for all entities.
| Attribute | Type | Description | Examples |
|---|---|---|---|
id | smartscapeId | stable A Smartscape ID consists of two components: an UPPER_CASE entity type and a random 16-character hexadecimal unique identifier, separated by a dash. Use Smartscape conversion functions when working with strings that represent Smartscape IDs. | <type>-017198AD253CBD63 |
id_classic | string | deprecated The entity ID that was used in the classic entity store. This ID is present in old monitoring data. Not all entities have this ID, and it is not generated for new entities. Use the id field instead, which is the Smartscape ID. | <type>-017198AD253CBD63 |
name | string | stable The entity name. | localhost; easyTravel; product-catalog |
type | string | stable The entity type. UPPER_SNAKE_CASE string that represents the type of the entity. | TYPE_A |
tags | record | stable 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 |
lifetime | timeframe | stable 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 } |
references | record | stable 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_context | string[] | resource stable The security contexts associated with the entity. For Smartscape entities, this field is always an array. Tags: permission | [] |
Contains all fields that are provided by all resorce running on Azure, including Azure, Core and K8s entities.
| Attribute | Type | Description | Examples |
|---|---|---|---|
azure.subscription | string | resource stable An Azure subscription is a logical container used to provision resources in Azure. Tags: permission primary-field | 27e9b03f-04d2-2b69-b327-32f433f7ed21 |
azure.location | string | resource stable A specific geographical location of Azure cloud resource. Tags: primary-field | westeurope |
azure.availability_zones | string[] | resource experimental Availability zones of Azure cloud resource. | ['1'] |
azure.resource.group | string | resource stable A resource group is a container that holds related resources for an Azure solution. Tags: permission primary-field | demo-backend-rg |
azure.resource.id | string | resource 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.name | string | resource experimental User-provided name of the Azure cloud resource. | demo-aks |
azure.resource.type | string | resource experimental The name of a resource type in the format: {resource-provider}/{resource-type}. | Microsoft.ContainerService/managedClusters |
Contains all fields that are provided by all Azure entities.
| Attribute | Type | Description | Examples |
|---|---|---|---|
azure.resource.kind | string | experimental A kind of the Azure resource | app,linux |
azure.resource.sku.name | string | experimental Name of the Azure resource SKU | B_Gen5_1 |
azure.resource.sku.tier | string | experimental Tier of the Azure resource SKU | Basic |
azure.resource.sku.capacity | string | experimental Capacity of the Azure resource SKU | 20 |
azure.status | string | experimental The status of the instance | Running; Stopped (deallocated) |
azure.provisioning_state | string | experimental The provisioning status of the resource | Succeeded; DELETED; ERROR; INCOMPLETE |
azure.object | string | experimental The full JSON content of Azure object | |
azure.properties.version | string | experimental The json content version | ... |
azure.subscription | string | resource stable An Azure subscription is a logical container used to provision resources in Azure. Tags: permission primary-field | 27e9b03f-04d2-2b69-b327-32f433f7ed21 |
azure.location | string | resource stable A specific geographical location of Azure cloud resource. Tags: primary-field | westeurope |
azure.availability_zones | string[] | resource experimental Availability zones of Azure cloud resource. | ['1'] |
azure.resource.group | string | resource stable A resource group is a container that holds related resources for an Azure solution. Tags: permission primary-field | demo-backend-rg |
azure.tenant.id | string | resource experimental Unique, immutable identifier assigned to the Azure tenant. | 37c4add3-612a-483d-8b24-cccbb35d3306 |
Fields that are provided by all Cloud workloads.
| Attribute | Type | Description | Examples |
|---|---|---|---|
cloud.acquisition.status | string | experimental 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 |
Smartscape node name: azure.resource.name
Smartscape node type: AZURE_DYNATRACE_OBSERVABILITY_MONITORS
This entity represents Dynatrace Observability Monitors
Fetch all Smartscape nodes from the smartscape.nodes table and filter for the entity type "AZURE_DYNATRACE_OBSERVABILITY_MONITORS"
smartscapeNodes "AZURE_DYNATRACE_OBSERVABILITY_MONITORS"
The following base fields are used for all entities.
| Attribute | Type | Description | Examples |
|---|---|---|---|
id | smartscapeId | stable A Smartscape ID consists of two components: an UPPER_CASE entity type and a random 16-character hexadecimal unique identifier, separated by a dash. Use Smartscape conversion functions when working with strings that represent Smartscape IDs. | <type>-017198AD253CBD63 |
id_classic | string | deprecated The entity ID that was used in the classic entity store. This ID is present in old monitoring data. Not all entities have this ID, and it is not generated for new entities. Use the id field instead, which is the Smartscape ID. | <type>-017198AD253CBD63 |
name | string | stable The entity name. | localhost; easyTravel; product-catalog |
type | string | stable The entity type. UPPER_SNAKE_CASE string that represents the type of the entity. | TYPE_A |
tags | record | stable 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 |
lifetime | timeframe | stable 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 } |
references | record | stable 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_context | string[] | resource stable The security contexts associated with the entity. For Smartscape entities, this field is always an array. Tags: permission | [] |
Contains all fields that are provided by all resorce running on Azure, including Azure, Core and K8s entities.
| Attribute | Type | Description | Examples |
|---|---|---|---|
azure.subscription | string | resource stable An Azure subscription is a logical container used to provision resources in Azure. Tags: permission primary-field | 27e9b03f-04d2-2b69-b327-32f433f7ed21 |
azure.location | string | resource stable A specific geographical location of Azure cloud resource. Tags: primary-field | westeurope |
azure.availability_zones | string[] | resource experimental Availability zones of Azure cloud resource. | ['1'] |
azure.resource.group | string | resource stable A resource group is a container that holds related resources for an Azure solution. Tags: permission primary-field | demo-backend-rg |
azure.resource.id | string | resource 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.name | string | resource experimental User-provided name of the Azure cloud resource. | demo-aks |
azure.resource.type | string | resource experimental The name of a resource type in the format: {resource-provider}/{resource-type}. | Microsoft.ContainerService/managedClusters |
Contains all fields that are provided by all Azure entities.
| Attribute | Type | Description | Examples |
|---|---|---|---|
azure.resource.kind | string | experimental A kind of the Azure resource | app,linux |
azure.resource.sku.name | string | experimental Name of the Azure resource SKU | B_Gen5_1 |
azure.resource.sku.tier | string | experimental Tier of the Azure resource SKU | Basic |
azure.resource.sku.capacity | string | experimental Capacity of the Azure resource SKU | 20 |
azure.status | string | experimental The status of the instance | Running; Stopped (deallocated) |
azure.provisioning_state | string | experimental The provisioning status of the resource | Succeeded; DELETED; ERROR; INCOMPLETE |
azure.object | string | experimental The full JSON content of Azure object | |
azure.properties.version | string | experimental The json content version | ... |
azure.subscription | string | resource stable An Azure subscription is a logical container used to provision resources in Azure. Tags: permission primary-field | 27e9b03f-04d2-2b69-b327-32f433f7ed21 |
azure.location | string | resource stable A specific geographical location of Azure cloud resource. Tags: primary-field | westeurope |
azure.availability_zones | string[] | resource experimental Availability zones of Azure cloud resource. | ['1'] |
azure.resource.group | string | resource stable A resource group is a container that holds related resources for an Azure solution. Tags: permission primary-field | demo-backend-rg |
azure.tenant.id | string | resource experimental Unique, immutable identifier assigned to the Azure tenant. | 37c4add3-612a-483d-8b24-cccbb35d3306 |
Fields that are provided by all Cloud workloads.
| Attribute | Type | Description | Examples |
|---|---|---|---|
cloud.acquisition.status | string | experimental 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 |
Smartscape node name: azure.resource.name
Smartscape node type: AZURE_MICROSOFT_EVENTGRID_SYSTEMTOPICS
This entity represents Event Grid System Topics
Fetch all Smartscape nodes from the smartscape.nodes table and filter for the entity type "AZURE_MICROSOFT_EVENTGRID_SYSTEMTOPICS"
smartscapeNodes "AZURE_MICROSOFT_EVENTGRID_SYSTEMTOPICS"
The following base fields are used for all entities.
| Attribute | Type | Description | Examples |
|---|---|---|---|
id | smartscapeId | stable A Smartscape ID consists of two components: an UPPER_CASE entity type and a random 16-character hexadecimal unique identifier, separated by a dash. Use Smartscape conversion functions when working with strings that represent Smartscape IDs. | <type>-017198AD253CBD63 |
id_classic | string | deprecated The entity ID that was used in the classic entity store. This ID is present in old monitoring data. Not all entities have this ID, and it is not generated for new entities. Use the id field instead, which is the Smartscape ID. | <type>-017198AD253CBD63 |
name | string | stable The entity name. | localhost; easyTravel; product-catalog |
type | string | stable The entity type. UPPER_SNAKE_CASE string that represents the type of the entity. | TYPE_A |
tags | record | stable 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 |
lifetime | timeframe | stable 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 } |
references | record | stable 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_context | string[] | resource stable The security contexts associated with the entity. For Smartscape entities, this field is always an array. Tags: permission | [] |
Contains all fields that are provided by all resorce running on Azure, including Azure, Core and K8s entities.
| Attribute | Type | Description | Examples |
|---|---|---|---|
azure.subscription | string | resource stable An Azure subscription is a logical container used to provision resources in Azure. Tags: permission primary-field | 27e9b03f-04d2-2b69-b327-32f433f7ed21 |
azure.location | string | resource stable A specific geographical location of Azure cloud resource. Tags: primary-field | westeurope |
azure.availability_zones | string[] | resource experimental Availability zones of Azure cloud resource. | ['1'] |
azure.resource.group | string | resource stable A resource group is a container that holds related resources for an Azure solution. Tags: permission primary-field | demo-backend-rg |
azure.resource.id | string | resource 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.name | string | resource experimental User-provided name of the Azure cloud resource. | demo-aks |
azure.resource.type | string | resource experimental The name of a resource type in the format: {resource-provider}/{resource-type}. | Microsoft.ContainerService/managedClusters |
Contains all fields that are provided by all Azure entities.
| Attribute | Type | Description | Examples |
|---|---|---|---|
azure.resource.kind | string | experimental A kind of the Azure resource | app,linux |
azure.resource.sku.name | string | experimental Name of the Azure resource SKU | B_Gen5_1 |
azure.resource.sku.tier | string | experimental Tier of the Azure resource SKU | Basic |
azure.resource.sku.capacity | string | experimental Capacity of the Azure resource SKU | 20 |
azure.status | string | experimental The status of the instance | Running; Stopped (deallocated) |
azure.provisioning_state | string | experimental The provisioning status of the resource | Succeeded; DELETED; ERROR; INCOMPLETE |
azure.object | string | experimental The full JSON content of Azure object | |
azure.properties.version | string | experimental The json content version | ... |
azure.subscription | string | resource stable An Azure subscription is a logical container used to provision resources in Azure. Tags: permission primary-field | 27e9b03f-04d2-2b69-b327-32f433f7ed21 |
azure.location | string | resource stable A specific geographical location of Azure cloud resource. Tags: primary-field | westeurope |
azure.availability_zones | string[] | resource experimental Availability zones of Azure cloud resource. | ['1'] |
azure.resource.group | string | resource stable A resource group is a container that holds related resources for an Azure solution. Tags: permission primary-field | demo-backend-rg |
azure.tenant.id | string | resource experimental Unique, immutable identifier assigned to the Azure tenant. | 37c4add3-612a-483d-8b24-cccbb35d3306 |
Fields that are provided by all Cloud workloads.
| Attribute | Type | Description | Examples |
|---|---|---|---|
cloud.acquisition.status | string | experimental 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 |
Smartscape node name: azure.resource.name
Smartscape node type: AZURE_MICROSOFT_EVENTGRID_TOPICS
This entity represents Event Grid Topics
Fetch all Smartscape nodes from the smartscape.nodes table and filter for the entity type "AZURE_MICROSOFT_EVENTGRID_TOPICS"
smartscapeNodes "AZURE_MICROSOFT_EVENTGRID_TOPICS"
The following base fields are used for all entities.
| Attribute | Type | Description | Examples |
|---|---|---|---|
id | smartscapeId | stable A Smartscape ID consists of two components: an UPPER_CASE entity type and a random 16-character hexadecimal unique identifier, separated by a dash. Use Smartscape conversion functions when working with strings that represent Smartscape IDs. | <type>-017198AD253CBD63 |
id_classic | string | deprecated The entity ID that was used in the classic entity store. This ID is present in old monitoring data. Not all entities have this ID, and it is not generated for new entities. Use the id field instead, which is the Smartscape ID. | <type>-017198AD253CBD63 |
name | string | stable The entity name. | localhost; easyTravel; product-catalog |
type | string | stable The entity type. UPPER_SNAKE_CASE string that represents the type of the entity. | TYPE_A |
tags | record | stable 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 |
lifetime | timeframe | stable 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 } |
references | record | stable 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_context | string[] | resource stable The security contexts associated with the entity. For Smartscape entities, this field is always an array. Tags: permission | [] |
Contains all fields that are provided by all resorce running on Azure, including Azure, Core and K8s entities.
| Attribute | Type | Description | Examples |
|---|---|---|---|
azure.subscription | string | resource stable An Azure subscription is a logical container used to provision resources in Azure. Tags: permission primary-field | 27e9b03f-04d2-2b69-b327-32f433f7ed21 |
azure.location | string | resource stable A specific geographical location of Azure cloud resource. Tags: primary-field | westeurope |
azure.availability_zones | string[] | resource experimental Availability zones of Azure cloud resource. | ['1'] |
azure.resource.group | string | resource stable A resource group is a container that holds related resources for an Azure solution. Tags: permission primary-field | demo-backend-rg |
azure.resource.id | string | resource 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.name | string | resource experimental User-provided name of the Azure cloud resource. | demo-aks |
azure.resource.type | string | resource experimental The name of a resource type in the format: {resource-provider}/{resource-type}. | Microsoft.ContainerService/managedClusters |
Contains all fields that are provided by all Azure entities.
| Attribute | Type | Description | Examples |
|---|---|---|---|
azure.resource.kind | string | experimental A kind of the Azure resource | app,linux |
azure.resource.sku.name | string | experimental Name of the Azure resource SKU | B_Gen5_1 |
azure.resource.sku.tier | string | experimental Tier of the Azure resource SKU | Basic |
azure.resource.sku.capacity | string | experimental Capacity of the Azure resource SKU | 20 |
azure.status | string | experimental The status of the instance | Running; Stopped (deallocated) |
azure.provisioning_state | string | experimental The provisioning status of the resource | Succeeded; DELETED; ERROR; INCOMPLETE |
azure.object | string | experimental The full JSON content of Azure object | |
azure.properties.version | string | experimental The json content version | ... |
azure.subscription | string | resource stable An Azure subscription is a logical container used to provision resources in Azure. Tags: permission primary-field | 27e9b03f-04d2-2b69-b327-32f433f7ed21 |
azure.location | string | resource stable A specific geographical location of Azure cloud resource. Tags: primary-field | westeurope |
azure.availability_zones | string[] | resource experimental Availability zones of Azure cloud resource. | ['1'] |
azure.resource.group | string | resource stable A resource group is a container that holds related resources for an Azure solution. Tags: permission primary-field | demo-backend-rg |
azure.tenant.id | string | resource experimental Unique, immutable identifier assigned to the Azure tenant. | 37c4add3-612a-483d-8b24-cccbb35d3306 |
Fields that are provided by all Cloud workloads.
| Attribute | Type | Description | Examples |
|---|---|---|---|
cloud.acquisition.status | string | experimental 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 |
Smartscape node name: azure.resource.name
Smartscape node type: AZURE_MICROSOFT_EVENTHUB_NAMESPACES_EVENTHUBS
This entity represents Event Hubs
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"
The following base fields are used for all entities.
| Attribute | Type | Description | Examples |
|---|---|---|---|
id | smartscapeId | stable A Smartscape ID consists of two components: an UPPER_CASE entity type and a random 16-character hexadecimal unique identifier, separated by a dash. Use Smartscape conversion functions when working with strings that represent Smartscape IDs. | <type>-017198AD253CBD63 |
id_classic | string | deprecated The entity ID that was used in the classic entity store. This ID is present in old monitoring data. Not all entities have this ID, and it is not generated for new entities. Use the id field instead, which is the Smartscape ID. | <type>-017198AD253CBD63 |
name | string | stable The entity name. | localhost; easyTravel; product-catalog |
type | string | stable The entity type. UPPER_SNAKE_CASE string that represents the type of the entity. | TYPE_A |
tags | record | stable 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 |
lifetime | timeframe | stable 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 } |
references | record | stable 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_context | string[] | resource stable The security contexts associated with the entity. For Smartscape entities, this field is always an array. Tags: permission | [] |
Contains all fields that are provided by all resorce running on Azure, including Azure, Core and K8s entities.
| Attribute | Type | Description | Examples |
|---|---|---|---|
azure.subscription | string | resource stable An Azure subscription is a logical container used to provision resources in Azure. Tags: permission primary-field | 27e9b03f-04d2-2b69-b327-32f433f7ed21 |
azure.location | string | resource stable A specific geographical location of Azure cloud resource. Tags: primary-field | westeurope |
azure.availability_zones | string[] | resource experimental Availability zones of Azure cloud resource. | ['1'] |
azure.resource.group | string | resource stable A resource group is a container that holds related resources for an Azure solution. Tags: permission primary-field | demo-backend-rg |
azure.resource.id | string | resource 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.name | string | resource experimental User-provided name of the Azure cloud resource. | demo-aks |
azure.resource.type | string | resource experimental The name of a resource type in the format: {resource-provider}/{resource-type}. | Microsoft.ContainerService/managedClusters |
Contains all fields that are provided by all Azure entities.
| Attribute | Type | Description | Examples |
|---|---|---|---|
azure.resource.kind | string | experimental A kind of the Azure resource | app,linux |
azure.resource.sku.name | string | experimental Name of the Azure resource SKU | B_Gen5_1 |
azure.resource.sku.tier | string | experimental Tier of the Azure resource SKU | Basic |
azure.resource.sku.capacity | string | experimental Capacity of the Azure resource SKU | 20 |
azure.status | string | experimental The status of the instance | Running; Stopped (deallocated) |
azure.provisioning_state | string | experimental The provisioning status of the resource | Succeeded; DELETED; ERROR; INCOMPLETE |
azure.object | string | experimental The full JSON content of Azure object | |
azure.properties.version | string | experimental The json content version | ... |
azure.subscription | string | resource stable An Azure subscription is a logical container used to provision resources in Azure. Tags: permission primary-field | 27e9b03f-04d2-2b69-b327-32f433f7ed21 |
azure.location | string | resource stable A specific geographical location of Azure cloud resource. Tags: primary-field | westeurope |
azure.availability_zones | string[] | resource experimental Availability zones of Azure cloud resource. | ['1'] |
azure.resource.group | string | resource stable A resource group is a container that holds related resources for an Azure solution. Tags: permission primary-field | demo-backend-rg |
azure.tenant.id | string | resource experimental Unique, immutable identifier assigned to the Azure tenant. | 37c4add3-612a-483d-8b24-cccbb35d3306 |
Fields that are provided by all Cloud workloads.
| Attribute | Type | Description | Examples |
|---|---|---|---|
cloud.acquisition.status | string | experimental 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 |
Smartscape node name: azure.resource.name
Smartscape node type: AZURE_MICROSOFT_EVENTHUB_NAMESPACES
This entity represents Event Hubs Namespace
Fetch all Smartscape nodes from the smartscape.nodes table and filter for the entity type "AZURE_MICROSOFT_EVENTHUB_NAMESPACES"
smartscapeNodes "AZURE_MICROSOFT_EVENTHUB_NAMESPACES"
The following base fields are used for all entities.
| Attribute | Type | Description | Examples |
|---|---|---|---|
id | smartscapeId | stable A Smartscape ID consists of two components: an UPPER_CASE entity type and a random 16-character hexadecimal unique identifier, separated by a dash. Use Smartscape conversion functions when working with strings that represent Smartscape IDs. | <type>-017198AD253CBD63 |
id_classic | string | deprecated The entity ID that was used in the classic entity store. This ID is present in old monitoring data. Not all entities have this ID, and it is not generated for new entities. Use the id field instead, which is the Smartscape ID. | <type>-017198AD253CBD63 |
name | string | stable The entity name. | localhost; easyTravel; product-catalog |
type | string | stable The entity type. UPPER_SNAKE_CASE string that represents the type of the entity. | TYPE_A |
tags | record | stable 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 |
lifetime | timeframe | stable 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 } |
references | record | stable 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_context | string[] | resource stable The security contexts associated with the entity. For Smartscape entities, this field is always an array. Tags: permission | [] |
Contains all fields that are provided by all resorce running on Azure, including Azure, Core and K8s entities.
| Attribute | Type | Description | Examples |
|---|---|---|---|
azure.subscription | string | resource stable An Azure subscription is a logical container used to provision resources in Azure. Tags: permission primary-field | 27e9b03f-04d2-2b69-b327-32f433f7ed21 |
azure.location | string | resource stable A specific geographical location of Azure cloud resource. Tags: primary-field | westeurope |
azure.availability_zones | string[] | resource experimental Availability zones of Azure cloud resource. | ['1'] |
azure.resource.group | string | resource stable A resource group is a container that holds related resources for an Azure solution. Tags: permission primary-field | demo-backend-rg |
azure.resource.id | string | resource 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.name | string | resource experimental User-provided name of the Azure cloud resource. | demo-aks |
azure.resource.type | string | resource experimental The name of a resource type in the format: {resource-provider}/{resource-type}. | Microsoft.ContainerService/managedClusters |
Contains all fields that are provided by all Azure entities.
| Attribute | Type | Description | Examples |
|---|---|---|---|
azure.resource.kind | string | experimental A kind of the Azure resource | app,linux |
azure.resource.sku.name | string | experimental Name of the Azure resource SKU | B_Gen5_1 |
azure.resource.sku.tier | string | experimental Tier of the Azure resource SKU | Basic |
azure.resource.sku.capacity | string | experimental Capacity of the Azure resource SKU | 20 |
azure.status | string | experimental The status of the instance | Running; Stopped (deallocated) |
azure.provisioning_state | string | experimental The provisioning status of the resource | Succeeded; DELETED; ERROR; INCOMPLETE |
azure.object | string | experimental The full JSON content of Azure object | |
azure.properties.version | string | experimental The json content version | ... |
azure.subscription | string | resource stable An Azure subscription is a logical container used to provision resources in Azure. Tags: permission primary-field | 27e9b03f-04d2-2b69-b327-32f433f7ed21 |
azure.location | string | resource stable A specific geographical location of Azure cloud resource. Tags: primary-field | westeurope |
azure.availability_zones | string[] | resource experimental Availability zones of Azure cloud resource. | ['1'] |
azure.resource.group | string | resource stable A resource group is a container that holds related resources for an Azure solution. Tags: permission primary-field | demo-backend-rg |
azure.tenant.id | string | resource experimental Unique, immutable identifier assigned to the Azure tenant. | 37c4add3-612a-483d-8b24-cccbb35d3306 |
Fields that are provided by all Cloud workloads.
| Attribute | Type | Description | Examples |
|---|---|---|---|
cloud.acquisition.status | string | experimental 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 |
Smartscape node name: azure.resource.name
Smartscape node type: AZURE_MICROSOFT_WEB_SITES_FUNCTIONS
This entity represents Function App
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"
The following base fields are used for all entities.
| Attribute | Type | Description | Examples |
|---|---|---|---|
id | smartscapeId | stable A Smartscape ID consists of two components: an UPPER_CASE entity type and a random 16-character hexadecimal unique identifier, separated by a dash. Use Smartscape conversion functions when working with strings that represent Smartscape IDs. | <type>-017198AD253CBD63 |
id_classic | string | deprecated The entity ID that was used in the classic entity store. This ID is present in old monitoring data. Not all entities have this ID, and it is not generated for new entities. Use the id field instead, which is the Smartscape ID. | <type>-017198AD253CBD63 |
name | string | stable The entity name. | localhost; easyTravel; product-catalog |
type | string | stable The entity type. UPPER_SNAKE_CASE string that represents the type of the entity. | TYPE_A |
tags | record | stable 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 |
lifetime | timeframe | stable 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 } |
references | record | stable 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_context | string[] | resource stable The security contexts associated with the entity. For Smartscape entities, this field is always an array. Tags: permission | [] |
Contains all fields that are provided by all resorce running on Azure, including Azure, Core and K8s entities.
| Attribute | Type | Description | Examples |
|---|---|---|---|
azure.subscription | string | resource stable An Azure subscription is a logical container used to provision resources in Azure. Tags: permission primary-field | 27e9b03f-04d2-2b69-b327-32f433f7ed21 |
azure.location | string | resource stable A specific geographical location of Azure cloud resource. Tags: primary-field | westeurope |
azure.availability_zones | string[] | resource experimental Availability zones of Azure cloud resource. | ['1'] |
azure.resource.group | string | resource stable A resource group is a container that holds related resources for an Azure solution. Tags: permission primary-field | demo-backend-rg |
azure.resource.id | string | resource 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.name | string | resource experimental User-provided name of the Azure cloud resource. | demo-aks |
azure.resource.type | string | resource experimental The name of a resource type in the format: {resource-provider}/{resource-type}. | Microsoft.ContainerService/managedClusters |
Contains all fields that are provided by all Azure entities.
| Attribute | Type | Description | Examples |
|---|---|---|---|
azure.resource.kind | string | experimental A kind of the Azure resource | app,linux |
azure.resource.sku.name | string | experimental Name of the Azure resource SKU | B_Gen5_1 |
azure.resource.sku.tier | string | experimental Tier of the Azure resource SKU | Basic |
azure.resource.sku.capacity | string | experimental Capacity of the Azure resource SKU | 20 |
azure.status | string | experimental The status of the instance | Running; Stopped (deallocated) |
azure.provisioning_state | string | experimental The provisioning status of the resource | Succeeded; DELETED; ERROR; INCOMPLETE |
azure.object | string | experimental The full JSON content of Azure object | |
azure.properties.version | string | experimental The json content version | ... |
azure.subscription | string | resource stable An Azure subscription is a logical container used to provision resources in Azure. Tags: permission primary-field | 27e9b03f-04d2-2b69-b327-32f433f7ed21 |
azure.location | string | resource stable A specific geographical location of Azure cloud resource. Tags: primary-field | westeurope |
azure.availability_zones | string[] | resource experimental Availability zones of Azure cloud resource. | ['1'] |
azure.resource.group | string | resource stable A resource group is a container that holds related resources for an Azure solution. Tags: permission primary-field | demo-backend-rg |
azure.tenant.id | string | resource experimental Unique, immutable identifier assigned to the Azure tenant. | 37c4add3-612a-483d-8b24-cccbb35d3306 |
Fields that are provided by all Cloud workloads.
| Attribute | Type | Description | Examples |
|---|---|---|---|
cloud.acquisition.status | string | experimental 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 |
Smartscape node name: azure.resource.name
Smartscape node type: AZURE_MICROSOFT_DEVICES_IOTHUBS
This entity represents IoT Hub
Fetch all Smartscape nodes from the smartscape.nodes table and filter for the entity type "AZURE_MICROSOFT_DEVICES_IOTHUBS"
smartscapeNodes "AZURE_MICROSOFT_DEVICES_IOTHUBS"
The following base fields are used for all entities.
| Attribute | Type | Description | Examples |
|---|---|---|---|
id | smartscapeId | stable A Smartscape ID consists of two components: an UPPER_CASE entity type and a random 16-character hexadecimal unique identifier, separated by a dash. Use Smartscape conversion functions when working with strings that represent Smartscape IDs. | <type>-017198AD253CBD63 |
id_classic | string | deprecated The entity ID that was used in the classic entity store. This ID is present in old monitoring data. Not all entities have this ID, and it is not generated for new entities. Use the id field instead, which is the Smartscape ID. | <type>-017198AD253CBD63 |
name | string | stable The entity name. | localhost; easyTravel; product-catalog |
type | string | stable The entity type. UPPER_SNAKE_CASE string that represents the type of the entity. | TYPE_A |
tags | record | stable 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 |
lifetime | timeframe | stable 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 } |
references | record | stable 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_context | string[] | resource stable The security contexts associated with the entity. For Smartscape entities, this field is always an array. Tags: permission | [] |
Contains all fields that are provided by all resorce running on Azure, including Azure, Core and K8s entities.
| Attribute | Type | Description | Examples |
|---|---|---|---|
azure.subscription | string | resource stable An Azure subscription is a logical container used to provision resources in Azure. Tags: permission primary-field | 27e9b03f-04d2-2b69-b327-32f433f7ed21 |
azure.location | string | resource stable A specific geographical location of Azure cloud resource. Tags: primary-field | westeurope |
azure.availability_zones | string[] | resource experimental Availability zones of Azure cloud resource. | ['1'] |
azure.resource.group | string | resource stable A resource group is a container that holds related resources for an Azure solution. Tags: permission primary-field | demo-backend-rg |
azure.resource.id | string | resource 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.name | string | resource experimental User-provided name of the Azure cloud resource. | demo-aks |
azure.resource.type | string | resource experimental The name of a resource type in the format: {resource-provider}/{resource-type}. | Microsoft.ContainerService/managedClusters |
Contains all fields that are provided by all Azure entities.
| Attribute | Type | Description | Examples |
|---|---|---|---|
azure.resource.kind | string | experimental A kind of the Azure resource | app,linux |
azure.resource.sku.name | string | experimental Name of the Azure resource SKU | B_Gen5_1 |
azure.resource.sku.tier | string | experimental Tier of the Azure resource SKU | Basic |
azure.resource.sku.capacity | string | experimental Capacity of the Azure resource SKU | 20 |
azure.status | string | experimental The status of the instance | Running; Stopped (deallocated) |
azure.provisioning_state | string | experimental The provisioning status of the resource | Succeeded; DELETED; ERROR; INCOMPLETE |
azure.object | string | experimental The full JSON content of Azure object | |
azure.properties.version | string | experimental The json content version | ... |
azure.subscription | string | resource stable An Azure subscription is a logical container used to provision resources in Azure. Tags: permission primary-field | 27e9b03f-04d2-2b69-b327-32f433f7ed21 |
azure.location | string | resource stable A specific geographical location of Azure cloud resource. Tags: primary-field | westeurope |
azure.availability_zones | string[] | resource experimental Availability zones of Azure cloud resource. | ['1'] |
azure.resource.group | string | resource stable A resource group is a container that holds related resources for an Azure solution. Tags: permission primary-field | demo-backend-rg |
azure.tenant.id | string | resource experimental Unique, immutable identifier assigned to the Azure tenant. | 37c4add3-612a-483d-8b24-cccbb35d3306 |
Fields that are provided by all Cloud workloads.
| Attribute | Type | Description | Examples |
|---|---|---|---|
cloud.acquisition.status | string | experimental 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 |
Smartscape node name: azure.resource.name
Smartscape node type: AZURE_MICROSOFT_DEVICES_PROVISIONINGSERVICES
This entity represents IoT Hub Device Provisioning Service
Fetch all Smartscape nodes from the smartscape.nodes table and filter for the entity type "AZURE_MICROSOFT_DEVICES_PROVISIONINGSERVICES"
smartscapeNodes "AZURE_MICROSOFT_DEVICES_PROVISIONINGSERVICES"
The following base fields are used for all entities.
| Attribute | Type | Description | Examples |
|---|---|---|---|
id | smartscapeId | stable A Smartscape ID consists of two components: an UPPER_CASE entity type and a random 16-character hexadecimal unique identifier, separated by a dash. Use Smartscape conversion functions when working with strings that represent Smartscape IDs. | <type>-017198AD253CBD63 |
id_classic | string | deprecated The entity ID that was used in the classic entity store. This ID is present in old monitoring data. Not all entities have this ID, and it is not generated for new entities. Use the id field instead, which is the Smartscape ID. | <type>-017198AD253CBD63 |
name | string | stable The entity name. | localhost; easyTravel; product-catalog |
type | string | stable The entity type. UPPER_SNAKE_CASE string that represents the type of the entity. | TYPE_A |
tags | record | stable 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 |
lifetime | timeframe | stable 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 } |
references | record | stable 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_context | string[] | resource stable The security contexts associated with the entity. For Smartscape entities, this field is always an array. Tags: permission | [] |
Contains all fields that are provided by all resorce running on Azure, including Azure, Core and K8s entities.
| Attribute | Type | Description | Examples |
|---|---|---|---|
azure.subscription | string | resource stable An Azure subscription is a logical container used to provision resources in Azure. Tags: permission primary-field | 27e9b03f-04d2-2b69-b327-32f433f7ed21 |
azure.location | string | resource stable A specific geographical location of Azure cloud resource. Tags: primary-field | westeurope |
azure.availability_zones | string[] | resource experimental Availability zones of Azure cloud resource. | ['1'] |
azure.resource.group | string | resource stable A resource group is a container that holds related resources for an Azure solution. Tags: permission primary-field | demo-backend-rg |
azure.resource.id | string | resource 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.name | string | resource experimental User-provided name of the Azure cloud resource. | demo-aks |
azure.resource.type | string | resource experimental The name of a resource type in the format: {resource-provider}/{resource-type}. | Microsoft.ContainerService/managedClusters |
Contains all fields that are provided by all Azure entities.
| Attribute | Type | Description | Examples |
|---|---|---|---|
azure.resource.kind | string | experimental A kind of the Azure resource | app,linux |
azure.resource.sku.name | string | experimental Name of the Azure resource SKU | B_Gen5_1 |
azure.resource.sku.tier | string | experimental Tier of the Azure resource SKU | Basic |
azure.resource.sku.capacity | string | experimental Capacity of the Azure resource SKU | 20 |
azure.status | string | experimental The status of the instance | Running; Stopped (deallocated) |
azure.provisioning_state | string | experimental The provisioning status of the resource | Succeeded; DELETED; ERROR; INCOMPLETE |
azure.object | string | experimental The full JSON content of Azure object | |
azure.properties.version | string | experimental The json content version | ... |
azure.subscription | string | resource stable An Azure subscription is a logical container used to provision resources in Azure. Tags: permission primary-field | 27e9b03f-04d2-2b69-b327-32f433f7ed21 |
azure.location | string | resource stable A specific geographical location of Azure cloud resource. Tags: primary-field | westeurope |
azure.availability_zones | string[] | resource experimental Availability zones of Azure cloud resource. | ['1'] |
azure.resource.group | string | resource stable A resource group is a container that holds related resources for an Azure solution. Tags: permission primary-field | demo-backend-rg |
azure.tenant.id | string | resource experimental Unique, immutable identifier assigned to the Azure tenant. | 37c4add3-612a-483d-8b24-cccbb35d3306 |
Fields that are provided by all Cloud workloads.
| Attribute | Type | Description | Examples |
|---|---|---|---|
cloud.acquisition.status | string | experimental 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 |
Smartscape node name: azure.resource.name
Smartscape node type: AZURE_MICROSOFT_KEYVAULT_VAULTS
This entity represents Key Vault
Fetch all Smartscape nodes from the smartscape.nodes table and filter for the entity type "AZURE_MICROSOFT_KEYVAULT_VAULTS"
smartscapeNodes "AZURE_MICROSOFT_KEYVAULT_VAULTS"
The following base fields are used for all entities.
| Attribute | Type | Description | Examples |
|---|---|---|---|
id | smartscapeId | stable A Smartscape ID consists of two components: an UPPER_CASE entity type and a random 16-character hexadecimal unique identifier, separated by a dash. Use Smartscape conversion functions when working with strings that represent Smartscape IDs. | <type>-017198AD253CBD63 |
id_classic | string | deprecated The entity ID that was used in the classic entity store. This ID is present in old monitoring data. Not all entities have this ID, and it is not generated for new entities. Use the id field instead, which is the Smartscape ID. | <type>-017198AD253CBD63 |
name | string | stable The entity name. | localhost; easyTravel; product-catalog |
type | string | stable The entity type. UPPER_SNAKE_CASE string that represents the type of the entity. | TYPE_A |
tags | record | stable 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 |
lifetime | timeframe | stable 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 } |
references | record | stable 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_context | string[] | resource stable The security contexts associated with the entity. For Smartscape entities, this field is always an array. Tags: permission | [] |
Contains all fields that are provided by all resorce running on Azure, including Azure, Core and K8s entities.
| Attribute | Type | Description | Examples |
|---|---|---|---|
azure.subscription | string | resource stable An Azure subscription is a logical container used to provision resources in Azure. Tags: permission primary-field | 27e9b03f-04d2-2b69-b327-32f433f7ed21 |
azure.location | string | resource stable A specific geographical location of Azure cloud resource. Tags: primary-field | westeurope |
azure.availability_zones | string[] | resource experimental Availability zones of Azure cloud resource. | ['1'] |
azure.resource.group | string | resource stable A resource group is a container that holds related resources for an Azure solution. Tags: permission primary-field | demo-backend-rg |
azure.resource.id | string | resource 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.name | string | resource experimental User-provided name of the Azure cloud resource. | demo-aks |
azure.resource.type | string | resource experimental The name of a resource type in the format: {resource-provider}/{resource-type}. | Microsoft.ContainerService/managedClusters |
Contains all fields that are provided by all Azure entities.
| Attribute | Type | Description | Examples |
|---|---|---|---|
azure.resource.kind | string | experimental A kind of the Azure resource | app,linux |
azure.resource.sku.name | string | experimental Name of the Azure resource SKU | B_Gen5_1 |
azure.resource.sku.tier | string | experimental Tier of the Azure resource SKU | Basic |
azure.resource.sku.capacity | string | experimental Capacity of the Azure resource SKU | 20 |
azure.status | string | experimental The status of the instance | Running; Stopped (deallocated) |
azure.provisioning_state | string | experimental The provisioning status of the resource | Succeeded; DELETED; ERROR; INCOMPLETE |
azure.object | string | experimental The full JSON content of Azure object | |
azure.properties.version | string | experimental The json content version | ... |
azure.subscription | string | resource stable An Azure subscription is a logical container used to provision resources in Azure. Tags: permission primary-field | 27e9b03f-04d2-2b69-b327-32f433f7ed21 |
azure.location | string | resource stable A specific geographical location of Azure cloud resource. Tags: primary-field | westeurope |
azure.availability_zones | string[] | resource experimental Availability zones of Azure cloud resource. | ['1'] |
azure.resource.group | string | resource stable A resource group is a container that holds related resources for an Azure solution. Tags: permission primary-field | demo-backend-rg |
azure.tenant.id | string | resource experimental Unique, immutable identifier assigned to the Azure tenant. | 37c4add3-612a-483d-8b24-cccbb35d3306 |
Fields that are provided by all Cloud workloads.
| Attribute | Type | Description | Examples |
|---|---|---|---|
cloud.acquisition.status | string | experimental 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 |
Smartscape node name: azure.resource.name
Smartscape node type: AZURE_MICROSOFT_NETWORK_LOADBALANCERS
This entity represents Load Balancer
Fetch all Smartscape nodes from the smartscape.nodes table and filter for the entity type "AZURE_MICROSOFT_NETWORK_LOADBALANCERS"
smartscapeNodes "AZURE_MICROSOFT_NETWORK_LOADBALANCERS"
The following base fields are used for all entities.
| Attribute | Type | Description | Examples |
|---|---|---|---|
id | smartscapeId | stable A Smartscape ID consists of two components: an UPPER_CASE entity type and a random 16-character hexadecimal unique identifier, separated by a dash. Use Smartscape conversion functions when working with strings that represent Smartscape IDs. | <type>-017198AD253CBD63 |
id_classic | string | deprecated The entity ID that was used in the classic entity store. This ID is present in old monitoring data. Not all entities have this ID, and it is not generated for new entities. Use the id field instead, which is the Smartscape ID. | <type>-017198AD253CBD63 |
name | string | stable The entity name. | localhost; easyTravel; product-catalog |
type | string | stable The entity type. UPPER_SNAKE_CASE string that represents the type of the entity. | TYPE_A |
tags | record | stable 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 |
lifetime | timeframe | stable 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 } |
references | record | stable 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_context | string[] | resource stable The security contexts associated with the entity. For Smartscape entities, this field is always an array. Tags: permission | [] |
Contains all fields that are provided by all resorce running on Azure, including Azure, Core and K8s entities.
| Attribute | Type | Description | Examples |
|---|---|---|---|
azure.subscription | string | resource stable An Azure subscription is a logical container used to provision resources in Azure. Tags: permission primary-field | 27e9b03f-04d2-2b69-b327-32f433f7ed21 |
azure.location | string | resource stable A specific geographical location of Azure cloud resource. Tags: primary-field | westeurope |
azure.availability_zones | string[] | resource experimental Availability zones of Azure cloud resource. | ['1'] |
azure.resource.group | string | resource stable A resource group is a container that holds related resources for an Azure solution. Tags: permission primary-field | demo-backend-rg |
azure.resource.id | string | resource 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.name | string | resource experimental User-provided name of the Azure cloud resource. | demo-aks |
azure.resource.type | string | resource experimental The name of a resource type in the format: {resource-provider}/{resource-type}. | Microsoft.ContainerService/managedClusters |
Contains all fields that are provided by all Azure entities.
| Attribute | Type | Description | Examples |
|---|---|---|---|
azure.resource.kind | string | experimental A kind of the Azure resource | app,linux |
azure.resource.sku.name | string | experimental Name of the Azure resource SKU | B_Gen5_1 |
azure.resource.sku.tier | string | experimental Tier of the Azure resource SKU | Basic |
azure.resource.sku.capacity | string | experimental Capacity of the Azure resource SKU | 20 |
azure.status | string | experimental The status of the instance | Running; Stopped (deallocated) |
azure.provisioning_state | string | experimental The provisioning status of the resource | Succeeded; DELETED; ERROR; INCOMPLETE |
azure.object | string | experimental The full JSON content of Azure object | |
azure.properties.version | string | experimental The json content version | ... |
azure.subscription | string | resource stable An Azure subscription is a logical container used to provision resources in Azure. Tags: permission primary-field | 27e9b03f-04d2-2b69-b327-32f433f7ed21 |
azure.location | string | resource stable A specific geographical location of Azure cloud resource. Tags: primary-field | westeurope |
azure.availability_zones | string[] | resource experimental Availability zones of Azure cloud resource. | ['1'] |
azure.resource.group | string | resource stable A resource group is a container that holds related resources for an Azure solution. Tags: permission primary-field | demo-backend-rg |
azure.tenant.id | string | resource experimental Unique, immutable identifier assigned to the Azure tenant. | 37c4add3-612a-483d-8b24-cccbb35d3306 |
Fields that are provided by all Cloud workloads.
| Attribute | Type | Description | Examples |
|---|---|---|---|
cloud.acquisition.status | string | experimental 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 |
Smartscape node name: azure.resource.name
Smartscape node type: AZURE_MICROSOFT_NETWORK_LOADBALANCERS_BACKENDADDRESSPOOLS
This entity represents Load Balancer Backend Address Pools
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"
The following base fields are used for all entities.
| Attribute | Type | Description | Examples |
|---|---|---|---|
id | smartscapeId | stable A Smartscape ID consists of two components: an UPPER_CASE entity type and a random 16-character hexadecimal unique identifier, separated by a dash. Use Smartscape conversion functions when working with strings that represent Smartscape IDs. | <type>-017198AD253CBD63 |
id_classic | string | deprecated The entity ID that was used in the classic entity store. This ID is present in old monitoring data. Not all entities have this ID, and it is not generated for new entities. Use the id field instead, which is the Smartscape ID. | <type>-017198AD253CBD63 |
name | string | stable The entity name. | localhost; easyTravel; product-catalog |
type | string | stable The entity type. UPPER_SNAKE_CASE string that represents the type of the entity. | TYPE_A |
tags | record | stable 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 |
lifetime | timeframe | stable 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 } |
references | record | stable 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_context | string[] | resource stable The security contexts associated with the entity. For Smartscape entities, this field is always an array. Tags: permission | [] |
Contains all fields that are provided by all resorce running on Azure, including Azure, Core and K8s entities.
| Attribute | Type | Description | Examples |
|---|---|---|---|
azure.subscription | string | resource stable An Azure subscription is a logical container used to provision resources in Azure. Tags: permission primary-field | 27e9b03f-04d2-2b69-b327-32f433f7ed21 |
azure.location | string | resource stable A specific geographical location of Azure cloud resource. Tags: primary-field | westeurope |
azure.availability_zones | string[] | resource experimental Availability zones of Azure cloud resource. | ['1'] |
azure.resource.group | string | resource stable A resource group is a container that holds related resources for an Azure solution. Tags: permission primary-field | demo-backend-rg |
azure.resource.id | string | resource 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.name | string | resource experimental User-provided name of the Azure cloud resource. | demo-aks |
azure.resource.type | string | resource experimental The name of a resource type in the format: {resource-provider}/{resource-type}. | Microsoft.ContainerService/managedClusters |
Contains all fields that are provided by all Azure entities.
| Attribute | Type | Description | Examples |
|---|---|---|---|
azure.resource.kind | string | experimental A kind of the Azure resource | app,linux |
azure.resource.sku.name | string | experimental Name of the Azure resource SKU | B_Gen5_1 |
azure.resource.sku.tier | string | experimental Tier of the Azure resource SKU | Basic |
azure.resource.sku.capacity | string | experimental Capacity of the Azure resource SKU | 20 |
azure.status | string | experimental The status of the instance | Running; Stopped (deallocated) |
azure.provisioning_state | string | experimental The provisioning status of the resource | Succeeded; DELETED; ERROR; INCOMPLETE |
azure.object | string | experimental The full JSON content of Azure object | |
azure.properties.version | string | experimental The json content version | ... |
azure.subscription | string | resource stable An Azure subscription is a logical container used to provision resources in Azure. Tags: permission primary-field | 27e9b03f-04d2-2b69-b327-32f433f7ed21 |
azure.location | string | resource stable A specific geographical location of Azure cloud resource. Tags: primary-field | westeurope |
azure.availability_zones | string[] | resource experimental Availability zones of Azure cloud resource. | ['1'] |
azure.resource.group | string | resource stable A resource group is a container that holds related resources for an Azure solution. Tags: permission primary-field | demo-backend-rg |
azure.tenant.id | string | resource experimental Unique, immutable identifier assigned to the Azure tenant. | 37c4add3-612a-483d-8b24-cccbb35d3306 |
Fields that are provided by all Cloud workloads.
| Attribute | Type | Description | Examples |
|---|---|---|---|
cloud.acquisition.status | string | experimental 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 |
Smartscape node name: azure.resource.name
Smartscape node type: AZURE_MICROSOFT_NETWORK_LOADBALANCERS_BACKENDADDRESSPOOLS_LOADBALANCERBACKENDADDRESSES
This entity represents Load Balancer Backend Addresses
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"
The following base fields are used for all entities.
| Attribute | Type | Description | Examples |
|---|---|---|---|
id | smartscapeId | stable A Smartscape ID consists of two components: an UPPER_CASE entity type and a random 16-character hexadecimal unique identifier, separated by a dash. Use Smartscape conversion functions when working with strings that represent Smartscape IDs. | <type>-017198AD253CBD63 |
id_classic | string | deprecated The entity ID that was used in the classic entity store. This ID is present in old monitoring data. Not all entities have this ID, and it is not generated for new entities. Use the id field instead, which is the Smartscape ID. | <type>-017198AD253CBD63 |
name | string | stable The entity name. | localhost; easyTravel; product-catalog |
type | string | stable The entity type. UPPER_SNAKE_CASE string that represents the type of the entity. | TYPE_A |
tags | record | stable 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 |
lifetime | timeframe | stable 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 } |
references | record | stable 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_context | string[] | resource stable The security contexts associated with the entity. For Smartscape entities, this field is always an array. Tags: permission | [] |
Contains all fields that are provided by all resorce running on Azure, including Azure, Core and K8s entities.
| Attribute | Type | Description | Examples |
|---|---|---|---|
azure.subscription | string | resource stable An Azure subscription is a logical container used to provision resources in Azure. Tags: permission primary-field | 27e9b03f-04d2-2b69-b327-32f433f7ed21 |
azure.location | string | resource stable A specific geographical location of Azure cloud resource. Tags: primary-field | westeurope |
azure.availability_zones | string[] | resource experimental Availability zones of Azure cloud resource. | ['1'] |
azure.resource.group | string | resource stable A resource group is a container that holds related resources for an Azure solution. Tags: permission primary-field | demo-backend-rg |
azure.resource.id | string | resource 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.name | string | resource experimental User-provided name of the Azure cloud resource. | demo-aks |
azure.resource.type | string | resource experimental The name of a resource type in the format: {resource-provider}/{resource-type}. | Microsoft.ContainerService/managedClusters |
Contains all fields that are provided by all Azure entities.
| Attribute | Type | Description | Examples |
|---|---|---|---|
azure.resource.kind | string | experimental A kind of the Azure resource | app,linux |
azure.resource.sku.name | string | experimental Name of the Azure resource SKU | B_Gen5_1 |
azure.resource.sku.tier | string | experimental Tier of the Azure resource SKU | Basic |
azure.resource.sku.capacity | string | experimental Capacity of the Azure resource SKU | 20 |
azure.status | string | experimental The status of the instance | Running; Stopped (deallocated) |
azure.provisioning_state | string | experimental The provisioning status of the resource | Succeeded; DELETED; ERROR; INCOMPLETE |
azure.object | string | experimental The full JSON content of Azure object | |
azure.properties.version | string | experimental The json content version | ... |
azure.subscription | string | resource stable An Azure subscription is a logical container used to provision resources in Azure. Tags: permission primary-field | 27e9b03f-04d2-2b69-b327-32f433f7ed21 |
azure.location | string | resource stable A specific geographical location of Azure cloud resource. Tags: primary-field | westeurope |
azure.availability_zones | string[] | resource experimental Availability zones of Azure cloud resource. | ['1'] |
azure.resource.group | string | resource stable A resource group is a container that holds related resources for an Azure solution. Tags: permission primary-field | demo-backend-rg |
azure.tenant.id | string | resource experimental Unique, immutable identifier assigned to the Azure tenant. | 37c4add3-612a-483d-8b24-cccbb35d3306 |
Fields that are provided by all Cloud workloads.
| Attribute | Type | Description | Examples |
|---|---|---|---|
cloud.acquisition.status | string | experimental 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 |
Smartscape node name: azure.resource.name
Smartscape node type: AZURE_MICROSOFT_NETWORK_LOADBALANCERS_FRONTENDIPCONFIGURATIONS
This entity represents Load Balancer Frontend IP Configurations
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"
The following base fields are used for all entities.
| Attribute | Type | Description | Examples |
|---|---|---|---|
id | smartscapeId | stable A Smartscape ID consists of two components: an UPPER_CASE entity type and a random 16-character hexadecimal unique identifier, separated by a dash. Use Smartscape conversion functions when working with strings that represent Smartscape IDs. | <type>-017198AD253CBD63 |
id_classic | string | deprecated The entity ID that was used in the classic entity store. This ID is present in old monitoring data. Not all entities have this ID, and it is not generated for new entities. Use the id field instead, which is the Smartscape ID. | <type>-017198AD253CBD63 |
name | string | stable The entity name. | localhost; easyTravel; product-catalog |
type | string | stable The entity type. UPPER_SNAKE_CASE string that represents the type of the entity. | TYPE_A |
tags | record | stable 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 |
lifetime | timeframe | stable 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 } |
references | record | stable 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_context | string[] | resource stable The security contexts associated with the entity. For Smartscape entities, this field is always an array. Tags: permission | [] |
Contains all fields that are provided by all resorce running on Azure, including Azure, Core and K8s entities.
| Attribute | Type | Description | Examples |
|---|---|---|---|
azure.subscription | string | resource stable An Azure subscription is a logical container used to provision resources in Azure. Tags: permission primary-field | 27e9b03f-04d2-2b69-b327-32f433f7ed21 |
azure.location | string | resource stable A specific geographical location of Azure cloud resource. Tags: primary-field | westeurope |
azure.availability_zones | string[] | resource experimental Availability zones of Azure cloud resource. | ['1'] |
azure.resource.group | string | resource stable A resource group is a container that holds related resources for an Azure solution. Tags: permission primary-field | demo-backend-rg |
azure.resource.id | string | resource 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.name | string | resource experimental User-provided name of the Azure cloud resource. | demo-aks |
azure.resource.type | string | resource experimental The name of a resource type in the format: {resource-provider}/{resource-type}. | Microsoft.ContainerService/managedClusters |
Contains all fields that are provided by all Azure entities.
| Attribute | Type | Description | Examples |
|---|---|---|---|
azure.resource.kind | string | experimental A kind of the Azure resource | app,linux |
azure.resource.sku.name | string | experimental Name of the Azure resource SKU | B_Gen5_1 |
azure.resource.sku.tier | string | experimental Tier of the Azure resource SKU | Basic |
azure.resource.sku.capacity | string | experimental Capacity of the Azure resource SKU | 20 |
azure.status | string | experimental The status of the instance | Running; Stopped (deallocated) |
azure.provisioning_state | string | experimental The provisioning status of the resource | Succeeded; DELETED; ERROR; INCOMPLETE |
azure.object | string | experimental The full JSON content of Azure object | |
azure.properties.version | string | experimental The json content version | ... |
azure.subscription | string | resource stable An Azure subscription is a logical container used to provision resources in Azure. Tags: permission primary-field | 27e9b03f-04d2-2b69-b327-32f433f7ed21 |
azure.location | string | resource stable A specific geographical location of Azure cloud resource. Tags: primary-field | westeurope |
azure.availability_zones | string[] | resource experimental Availability zones of Azure cloud resource. | ['1'] |
azure.resource.group | string | resource stable A resource group is a container that holds related resources for an Azure solution. Tags: permission primary-field | demo-backend-rg |
azure.tenant.id | string | resource experimental Unique, immutable identifier assigned to the Azure tenant. | 37c4add3-612a-483d-8b24-cccbb35d3306 |
Fields that are provided by all Cloud workloads.
| Attribute | Type | Description | Examples |
|---|---|---|---|
cloud.acquisition.status | string | experimental 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 |
Smartscape node name: azure.resource.name
Smartscape node type: AZURE_MICROSOFT_NETWORK_LOADBALANCERS_INBOUNDNATPOOLS
This entity represents Load Balancer Inbound NAT Pools
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"
The following base fields are used for all entities.
| Attribute | Type | Description | Examples |
|---|---|---|---|
id | smartscapeId | stable A Smartscape ID consists of two components: an UPPER_CASE entity type and a random 16-character hexadecimal unique identifier, separated by a dash. Use Smartscape conversion functions when working with strings that represent Smartscape IDs. | <type>-017198AD253CBD63 |
id_classic | string | deprecated The entity ID that was used in the classic entity store. This ID is present in old monitoring data. Not all entities have this ID, and it is not generated for new entities. Use the id field instead, which is the Smartscape ID. | <type>-017198AD253CBD63 |
name | string | stable The entity name. | localhost; easyTravel; product-catalog |
type | string | stable The entity type. UPPER_SNAKE_CASE string that represents the type of the entity. | TYPE_A |
tags | record | stable 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 |
lifetime | timeframe | stable 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 } |
references | record | stable 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_context | string[] | resource stable The security contexts associated with the entity. For Smartscape entities, this field is always an array. Tags: permission | [] |
Contains all fields that are provided by all resorce running on Azure, including Azure, Core and K8s entities.
| Attribute | Type | Description | Examples |
|---|---|---|---|
azure.subscription | string | resource stable An Azure subscription is a logical container used to provision resources in Azure. Tags: permission primary-field | 27e9b03f-04d2-2b69-b327-32f433f7ed21 |
azure.location | string | resource stable A specific geographical location of Azure cloud resource. Tags: primary-field | westeurope |
azure.availability_zones | string[] | resource experimental Availability zones of Azure cloud resource. | ['1'] |
azure.resource.group | string | resource stable A resource group is a container that holds related resources for an Azure solution. Tags: permission primary-field | demo-backend-rg |
azure.resource.id | string | resource 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.name | string | resource experimental User-provided name of the Azure cloud resource. | demo-aks |
azure.resource.type | string | resource experimental The name of a resource type in the format: {resource-provider}/{resource-type}. | Microsoft.ContainerService/managedClusters |
Contains all fields that are provided by all Azure entities.
| Attribute | Type | Description | Examples |
|---|---|---|---|
azure.resource.kind | string | experimental A kind of the Azure resource | app,linux |
azure.resource.sku.name | string | experimental Name of the Azure resource SKU | B_Gen5_1 |
azure.resource.sku.tier | string | experimental Tier of the Azure resource SKU | Basic |
azure.resource.sku.capacity | string | experimental Capacity of the Azure resource SKU | 20 |
azure.status | string | experimental The status of the instance | Running; Stopped (deallocated) |
azure.provisioning_state | string | experimental The provisioning status of the resource | Succeeded; DELETED; ERROR; INCOMPLETE |
azure.object | string | experimental The full JSON content of Azure object | |
azure.properties.version | string | experimental The json content version | ... |
azure.subscription | string | resource stable An Azure subscription is a logical container used to provision resources in Azure. Tags: permission primary-field | 27e9b03f-04d2-2b69-b327-32f433f7ed21 |
azure.location | string | resource stable A specific geographical location of Azure cloud resource. Tags: primary-field | westeurope |
azure.availability_zones | string[] | resource experimental Availability zones of Azure cloud resource. | ['1'] |
azure.resource.group | string | resource stable A resource group is a container that holds related resources for an Azure solution. Tags: permission primary-field | demo-backend-rg |
azure.tenant.id | string | resource experimental Unique, immutable identifier assigned to the Azure tenant. | 37c4add3-612a-483d-8b24-cccbb35d3306 |
Fields that are provided by all Cloud workloads.
| Attribute | Type | Description | Examples |
|---|---|---|---|
cloud.acquisition.status | string | experimental 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 |
Smartscape node name: azure.resource.name
Smartscape node type: AZURE_MICROSOFT_NETWORK_LOADBALANCERS_INBOUNDNATRULES
This entity represents Load Balancer Inbound NAT Rules
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"
The following base fields are used for all entities.
| Attribute | Type | Description | Examples |
|---|---|---|---|
id | smartscapeId | stable A Smartscape ID consists of two components: an UPPER_CASE entity type and a random 16-character hexadecimal unique identifier, separated by a dash. Use Smartscape conversion functions when working with strings that represent Smartscape IDs. | <type>-017198AD253CBD63 |
id_classic | string | deprecated The entity ID that was used in the classic entity store. This ID is present in old monitoring data. Not all entities have this ID, and it is not generated for new entities. Use the id field instead, which is the Smartscape ID. | <type>-017198AD253CBD63 |
name | string | stable The entity name. | localhost; easyTravel; product-catalog |
type | string | stable The entity type. UPPER_SNAKE_CASE string that represents the type of the entity. | TYPE_A |
tags | record | stable 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 |
lifetime | timeframe | stable 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 } |
references | record | stable 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_context | string[] | resource stable The security contexts associated with the entity. For Smartscape entities, this field is always an array. Tags: permission | [] |
Contains all fields that are provided by all resorce running on Azure, including Azure, Core and K8s entities.
| Attribute | Type | Description | Examples |
|---|---|---|---|
azure.subscription | string | resource stable An Azure subscription is a logical container used to provision resources in Azure. Tags: permission primary-field | 27e9b03f-04d2-2b69-b327-32f433f7ed21 |
azure.location | string | resource stable A specific geographical location of Azure cloud resource. Tags: primary-field | westeurope |
azure.availability_zones | string[] | resource experimental Availability zones of Azure cloud resource. | ['1'] |
azure.resource.group | string | resource stable A resource group is a container that holds related resources for an Azure solution. Tags: permission primary-field | demo-backend-rg |
azure.resource.id | string | resource 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.name | string | resource experimental User-provided name of the Azure cloud resource. | demo-aks |
azure.resource.type | string | resource experimental The name of a resource type in the format: {resource-provider}/{resource-type}. | Microsoft.ContainerService/managedClusters |
Contains all fields that are provided by all Azure entities.
| Attribute | Type | Description | Examples |
|---|---|---|---|
azure.resource.kind | string | experimental A kind of the Azure resource | app,linux |
azure.resource.sku.name | string | experimental Name of the Azure resource SKU | B_Gen5_1 |
azure.resource.sku.tier | string | experimental Tier of the Azure resource SKU | Basic |
azure.resource.sku.capacity | string | experimental Capacity of the Azure resource SKU | 20 |
azure.status | string | experimental The status of the instance | Running; Stopped (deallocated) |
azure.provisioning_state | string | experimental The provisioning status of the resource | Succeeded; DELETED; ERROR; INCOMPLETE |
azure.object | string | experimental The full JSON content of Azure object | |
azure.properties.version | string | experimental The json content version | ... |
azure.subscription | string | resource stable An Azure subscription is a logical container used to provision resources in Azure. Tags: permission primary-field | 27e9b03f-04d2-2b69-b327-32f433f7ed21 |
azure.location | string | resource stable A specific geographical location of Azure cloud resource. Tags: primary-field | westeurope |
azure.availability_zones | string[] | resource experimental Availability zones of Azure cloud resource. | ['1'] |
azure.resource.group | string | resource stable A resource group is a container that holds related resources for an Azure solution. Tags: permission primary-field | demo-backend-rg |
azure.tenant.id | string | resource experimental Unique, immutable identifier assigned to the Azure tenant. | 37c4add3-612a-483d-8b24-cccbb35d3306 |
Fields that are provided by all Cloud workloads.
| Attribute | Type | Description | Examples |
|---|---|---|---|
cloud.acquisition.status | string | experimental 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 |
Smartscape node name: azure.resource.name
Smartscape node type: AZURE_MICROSOFT_NETWORK_LOADBALANCERS_LOADBALANCINGRULES
This entity represents Load Balancer Load Balancing Rules
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"
The following base fields are used for all entities.
| Attribute | Type | Description | Examples |
|---|---|---|---|
id | smartscapeId | stable A Smartscape ID consists of two components: an UPPER_CASE entity type and a random 16-character hexadecimal unique identifier, separated by a dash. Use Smartscape conversion functions when working with strings that represent Smartscape IDs. | <type>-017198AD253CBD63 |
id_classic | string | deprecated The entity ID that was used in the classic entity store. This ID is present in old monitoring data. Not all entities have this ID, and it is not generated for new entities. Use the id field instead, which is the Smartscape ID. | <type>-017198AD253CBD63 |
name | string | stable The entity name. | localhost; easyTravel; product-catalog |
type | string | stable The entity type. UPPER_SNAKE_CASE string that represents the type of the entity. | TYPE_A |
tags | record | stable 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 |
lifetime | timeframe | stable 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 } |
references | record | stable 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_context | string[] | resource stable The security contexts associated with the entity. For Smartscape entities, this field is always an array. Tags: permission | [] |
Contains all fields that are provided by all resorce running on Azure, including Azure, Core and K8s entities.
| Attribute | Type | Description | Examples |
|---|---|---|---|
azure.subscription | string | resource stable An Azure subscription is a logical container used to provision resources in Azure. Tags: permission primary-field | 27e9b03f-04d2-2b69-b327-32f433f7ed21 |
azure.location | string | resource stable A specific geographical location of Azure cloud resource. Tags: primary-field | westeurope |
azure.availability_zones | string[] | resource experimental Availability zones of Azure cloud resource. | ['1'] |
azure.resource.group | string | resource stable A resource group is a container that holds related resources for an Azure solution. Tags: permission primary-field | demo-backend-rg |
azure.resource.id | string | resource 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.name | string | resource experimental User-provided name of the Azure cloud resource. | demo-aks |
azure.resource.type | string | resource experimental The name of a resource type in the format: {resource-provider}/{resource-type}. | Microsoft.ContainerService/managedClusters |
Contains all fields that are provided by all Azure entities.
| Attribute | Type | Description | Examples |
|---|---|---|---|
azure.resource.kind | string | experimental A kind of the Azure resource | app,linux |
azure.resource.sku.name | string | experimental Name of the Azure resource SKU | B_Gen5_1 |
azure.resource.sku.tier | string | experimental Tier of the Azure resource SKU | Basic |
azure.resource.sku.capacity | string | experimental Capacity of the Azure resource SKU | 20 |
azure.status | string | experimental The status of the instance | Running; Stopped (deallocated) |
azure.provisioning_state | string | experimental The provisioning status of the resource | Succeeded; DELETED; ERROR; INCOMPLETE |
azure.object | string | experimental The full JSON content of Azure object | |
azure.properties.version | string | experimental The json content version | ... |
azure.subscription | string | resource stable An Azure subscription is a logical container used to provision resources in Azure. Tags: permission primary-field | 27e9b03f-04d2-2b69-b327-32f433f7ed21 |
azure.location | string | resource stable A specific geographical location of Azure cloud resource. Tags: primary-field | westeurope |
azure.availability_zones | string[] | resource experimental Availability zones of Azure cloud resource. | ['1'] |
azure.resource.group | string | resource stable A resource group is a container that holds related resources for an Azure solution. Tags: permission primary-field | demo-backend-rg |
azure.tenant.id | string | resource experimental Unique, immutable identifier assigned to the Azure tenant. | 37c4add3-612a-483d-8b24-cccbb35d3306 |
Fields that are provided by all Cloud workloads.
| Attribute | Type | Description | Examples |
|---|---|---|---|
cloud.acquisition.status | string | experimental 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 |
Smartscape node name: azure.resource.name
Smartscape node type: AZURE_MICROSOFT_NETWORK_LOADBALANCERS_OUTBOUNDRULES
This entity represents Load Balancer Outbound Rules
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"
The following base fields are used for all entities.
| Attribute | Type | Description | Examples |
|---|---|---|---|
id | smartscapeId | stable A Smartscape ID consists of two components: an UPPER_CASE entity type and a random 16-character hexadecimal unique identifier, separated by a dash. Use Smartscape conversion functions when working with strings that represent Smartscape IDs. | <type>-017198AD253CBD63 |
id_classic | string | deprecated The entity ID that was used in the classic entity store. This ID is present in old monitoring data. Not all entities have this ID, and it is not generated for new entities. Use the id field instead, which is the Smartscape ID. | <type>-017198AD253CBD63 |
name | string | stable The entity name. | localhost; easyTravel; product-catalog |
type | string | stable The entity type. UPPER_SNAKE_CASE string that represents the type of the entity. | TYPE_A |
tags | record | stable 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 |
lifetime | timeframe | stable 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 } |
references | record | stable 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_context | string[] | resource stable The security contexts associated with the entity. For Smartscape entities, this field is always an array. Tags: permission | [] |
Contains all fields that are provided by all resorce running on Azure, including Azure, Core and K8s entities.
| Attribute | Type | Description | Examples |
|---|---|---|---|
azure.subscription | string | resource stable An Azure subscription is a logical container used to provision resources in Azure. Tags: permission primary-field | 27e9b03f-04d2-2b69-b327-32f433f7ed21 |
azure.location | string | resource stable A specific geographical location of Azure cloud resource. Tags: primary-field | westeurope |
azure.availability_zones | string[] | resource experimental Availability zones of Azure cloud resource. | ['1'] |
azure.resource.group | string | resource stable A resource group is a container that holds related resources for an Azure solution. Tags: permission primary-field | demo-backend-rg |
azure.resource.id | string | resource 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.name | string | resource experimental User-provided name of the Azure cloud resource. | demo-aks |
azure.resource.type | string | resource experimental The name of a resource type in the format: {resource-provider}/{resource-type}. | Microsoft.ContainerService/managedClusters |
Contains all fields that are provided by all Azure entities.
| Attribute | Type | Description | Examples |
|---|---|---|---|
azure.resource.kind | string | experimental A kind of the Azure resource | app,linux |
azure.resource.sku.name | string | experimental Name of the Azure resource SKU | B_Gen5_1 |
azure.resource.sku.tier | string | experimental Tier of the Azure resource SKU | Basic |
azure.resource.sku.capacity | string | experimental Capacity of the Azure resource SKU | 20 |
azure.status | string | experimental The status of the instance | Running; Stopped (deallocated) |
azure.provisioning_state | string | experimental The provisioning status of the resource | Succeeded; DELETED; ERROR; INCOMPLETE |
azure.object | string | experimental The full JSON content of Azure object | |
azure.properties.version | string | experimental The json content version | ... |
azure.subscription | string | resource stable An Azure subscription is a logical container used to provision resources in Azure. Tags: permission primary-field | 27e9b03f-04d2-2b69-b327-32f433f7ed21 |
azure.location | string | resource stable A specific geographical location of Azure cloud resource. Tags: primary-field | westeurope |
azure.availability_zones | string[] | resource experimental Availability zones of Azure cloud resource. | ['1'] |
azure.resource.group | string | resource stable A resource group is a container that holds related resources for an Azure solution. Tags: permission primary-field | demo-backend-rg |
azure.tenant.id | string | resource experimental Unique, immutable identifier assigned to the Azure tenant. | 37c4add3-612a-483d-8b24-cccbb35d3306 |
Fields that are provided by all Cloud workloads.
| Attribute | Type | Description | Examples |
|---|---|---|---|
cloud.acquisition.status | string | experimental 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 |
Smartscape node name: azure.resource.name
Smartscape node type: AZURE_MICROSOFT_NETWORK_LOCALNETWORKGATEWAYS
This entity represents Local Network Gateway
Fetch all Smartscape nodes from the smartscape.nodes table and filter for the entity type "AZURE_MICROSOFT_NETWORK_LOCALNETWORKGATEWAYS"
smartscapeNodes "AZURE_MICROSOFT_NETWORK_LOCALNETWORKGATEWAYS"
The following base fields are used for all entities.
| Attribute | Type | Description | Examples |
|---|---|---|---|
id | smartscapeId | stable A Smartscape ID consists of two components: an UPPER_CASE entity type and a random 16-character hexadecimal unique identifier, separated by a dash. Use Smartscape conversion functions when working with strings that represent Smartscape IDs. | <type>-017198AD253CBD63 |
id_classic | string | deprecated The entity ID that was used in the classic entity store. This ID is present in old monitoring data. Not all entities have this ID, and it is not generated for new entities. Use the id field instead, which is the Smartscape ID. | <type>-017198AD253CBD63 |
name | string | stable The entity name. | localhost; easyTravel; product-catalog |
type | string | stable The entity type. UPPER_SNAKE_CASE string that represents the type of the entity. | TYPE_A |
tags | record | stable 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 |
lifetime | timeframe | stable 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 } |
references | record | stable 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_context | string[] | resource stable The security contexts associated with the entity. For Smartscape entities, this field is always an array. Tags: permission | [] |
Contains all fields that are provided by all resorce running on Azure, including Azure, Core and K8s entities.
| Attribute | Type | Description | Examples |
|---|---|---|---|
azure.subscription | string | resource stable An Azure subscription is a logical container used to provision resources in Azure. Tags: permission primary-field | 27e9b03f-04d2-2b69-b327-32f433f7ed21 |
azure.location | string | resource stable A specific geographical location of Azure cloud resource. Tags: primary-field | westeurope |
azure.availability_zones | string[] | resource experimental Availability zones of Azure cloud resource. | ['1'] |
azure.resource.group | string | resource stable A resource group is a container that holds related resources for an Azure solution. Tags: permission primary-field | demo-backend-rg |
azure.resource.id | string | resource 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.name | string | resource experimental User-provided name of the Azure cloud resource. | demo-aks |
azure.resource.type | string | resource experimental The name of a resource type in the format: {resource-provider}/{resource-type}. | Microsoft.ContainerService/managedClusters |
Contains all fields that are provided by all Azure entities.
| Attribute | Type | Description | Examples |
|---|---|---|---|
azure.resource.kind | string | experimental A kind of the Azure resource | app,linux |
azure.resource.sku.name | string | experimental Name of the Azure resource SKU | B_Gen5_1 |
azure.resource.sku.tier | string | experimental Tier of the Azure resource SKU | Basic |
azure.resource.sku.capacity | string | experimental Capacity of the Azure resource SKU | 20 |
azure.status | string | experimental The status of the instance | Running; Stopped (deallocated) |
azure.provisioning_state | string | experimental The provisioning status of the resource | Succeeded; DELETED; ERROR; INCOMPLETE |
azure.object | string | experimental The full JSON content of Azure object | |
azure.properties.version | string | experimental The json content version | ... |
azure.subscription | string | resource stable An Azure subscription is a logical container used to provision resources in Azure. Tags: permission primary-field | 27e9b03f-04d2-2b69-b327-32f433f7ed21 |
azure.location | string | resource stable A specific geographical location of Azure cloud resource. Tags: primary-field | westeurope |
azure.availability_zones | string[] | resource experimental Availability zones of Azure cloud resource. | ['1'] |
azure.resource.group | string | resource stable A resource group is a container that holds related resources for an Azure solution. Tags: permission primary-field | demo-backend-rg |
azure.tenant.id | string | resource experimental Unique, immutable identifier assigned to the Azure tenant. | 37c4add3-612a-483d-8b24-cccbb35d3306 |
Fields that are provided by all Cloud workloads.
| Attribute | Type | Description | Examples |
|---|---|---|---|
cloud.acquisition.status | string | experimental 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 |
Smartscape node name: azure.resource.name
Smartscape node type: AZURE_MICROSOFT_OPERATIONALINSIGHTS_WORKSPACES
This entity represents Log Analytics Workspace
Fetch all Smartscape nodes from the smartscape.nodes table and filter for the entity type "AZURE_MICROSOFT_OPERATIONALINSIGHTS_WORKSPACES"
smartscapeNodes "AZURE_MICROSOFT_OPERATIONALINSIGHTS_WORKSPACES"
The following base fields are used for all entities.
| Attribute | Type | Description | Examples |
|---|---|---|---|
id | smartscapeId | stable A Smartscape ID consists of two components: an UPPER_CASE entity type and a random 16-character hexadecimal unique identifier, separated by a dash. Use Smartscape conversion functions when working with strings that represent Smartscape IDs. | <type>-017198AD253CBD63 |
id_classic | string | deprecated The entity ID that was used in the classic entity store. This ID is present in old monitoring data. Not all entities have this ID, and it is not generated for new entities. Use the id field instead, which is the Smartscape ID. | <type>-017198AD253CBD63 |
name | string | stable The entity name. | localhost; easyTravel; product-catalog |
type | string | stable The entity type. UPPER_SNAKE_CASE string that represents the type of the entity. | TYPE_A |
tags | record | stable 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 |
lifetime | timeframe | stable 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 } |
references | record | stable 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_context | string[] | resource stable The security contexts associated with the entity. For Smartscape entities, this field is always an array. Tags: permission | [] |
Contains all fields that are provided by all resorce running on Azure, including Azure, Core and K8s entities.
| Attribute | Type | Description | Examples |
|---|---|---|---|
azure.subscription | string | resource stable An Azure subscription is a logical container used to provision resources in Azure. Tags: permission primary-field | 27e9b03f-04d2-2b69-b327-32f433f7ed21 |
azure.location | string | resource stable A specific geographical location of Azure cloud resource. Tags: primary-field | westeurope |
azure.availability_zones | string[] | resource experimental Availability zones of Azure cloud resource. | ['1'] |
azure.resource.group | string | resource stable A resource group is a container that holds related resources for an Azure solution. Tags: permission primary-field | demo-backend-rg |
azure.resource.id | string | resource 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.name | string | resource experimental User-provided name of the Azure cloud resource. | demo-aks |
azure.resource.type | string | resource experimental The name of a resource type in the format: {resource-provider}/{resource-type}. | Microsoft.ContainerService/managedClusters |
Contains all fields that are provided by all Azure entities.
| Attribute | Type | Description | Examples |
|---|---|---|---|
azure.resource.kind | string | experimental A kind of the Azure resource | app,linux |
azure.resource.sku.name | string | experimental Name of the Azure resource SKU | B_Gen5_1 |
azure.resource.sku.tier | string | experimental Tier of the Azure resource SKU | Basic |
azure.resource.sku.capacity | string | experimental Capacity of the Azure resource SKU | 20 |
azure.status | string | experimental The status of the instance | Running; Stopped (deallocated) |
azure.provisioning_state | string | experimental The provisioning status of the resource | Succeeded; DELETED; ERROR; INCOMPLETE |
azure.object | string | experimental The full JSON content of Azure object | |
azure.properties.version | string | experimental The json content version | ... |
azure.subscription | string | resource stable An Azure subscription is a logical container used to provision resources in Azure. Tags: permission primary-field | 27e9b03f-04d2-2b69-b327-32f433f7ed21 |
azure.location | string | resource stable A specific geographical location of Azure cloud resource. Tags: primary-field | westeurope |
azure.availability_zones | string[] | resource experimental Availability zones of Azure cloud resource. | ['1'] |
azure.resource.group | string | resource stable A resource group is a container that holds related resources for an Azure solution. Tags: permission primary-field | demo-backend-rg |
azure.tenant.id | string | resource experimental Unique, immutable identifier assigned to the Azure tenant. | 37c4add3-612a-483d-8b24-cccbb35d3306 |
Fields that are provided by all Cloud workloads.
| Attribute | Type | Description | Examples |
|---|---|---|---|
cloud.acquisition.status | string | experimental 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 |
Smartscape node name: azure.resource.name
Smartscape node type: AZURE_MICROSOFT_SOLUTIONS_APPLICATIONDEFINITIONS
This entity represents Managed Application Definitions
Fetch all Smartscape nodes from the smartscape.nodes table and filter for the entity type "AZURE_MICROSOFT_SOLUTIONS_APPLICATIONDEFINITIONS"
smartscapeNodes "AZURE_MICROSOFT_SOLUTIONS_APPLICATIONDEFINITIONS"
The following base fields are used for all entities.
| Attribute | Type | Description | Examples |
|---|---|---|---|
id | smartscapeId | stable A Smartscape ID consists of two components: an UPPER_CASE entity type and a random 16-character hexadecimal unique identifier, separated by a dash. Use Smartscape conversion functions when working with strings that represent Smartscape IDs. | <type>-017198AD253CBD63 |
id_classic | string | deprecated The entity ID that was used in the classic entity store. This ID is present in old monitoring data. Not all entities have this ID, and it is not generated for new entities. Use the id field instead, which is the Smartscape ID. | <type>-017198AD253CBD63 |
name | string | stable The entity name. | localhost; easyTravel; product-catalog |
type | string | stable The entity type. UPPER_SNAKE_CASE string that represents the type of the entity. | TYPE_A |
tags | record | stable 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 |
lifetime | timeframe | stable 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 } |
references | record | stable 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_context | string[] | resource stable The security contexts associated with the entity. For Smartscape entities, this field is always an array. Tags: permission | [] |
Contains all fields that are provided by all resorce running on Azure, including Azure, Core and K8s entities.
| Attribute | Type | Description | Examples |
|---|---|---|---|
azure.subscription | string | resource stable An Azure subscription is a logical container used to provision resources in Azure. Tags: permission primary-field | 27e9b03f-04d2-2b69-b327-32f433f7ed21 |
azure.location | string | resource stable A specific geographical location of Azure cloud resource. Tags: primary-field | westeurope |
azure.availability_zones | string[] | resource experimental Availability zones of Azure cloud resource. | ['1'] |
azure.resource.group | string | resource stable A resource group is a container that holds related resources for an Azure solution. Tags: permission primary-field | demo-backend-rg |
azure.resource.id | string | resource 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.name | string | resource experimental User-provided name of the Azure cloud resource. | demo-aks |
azure.resource.type | string | resource experimental The name of a resource type in the format: {resource-provider}/{resource-type}. | Microsoft.ContainerService/managedClusters |
Contains all fields that are provided by all Azure entities.
| Attribute | Type | Description | Examples |
|---|---|---|---|
azure.resource.kind | string | experimental A kind of the Azure resource | app,linux |
azure.resource.sku.name | string | experimental Name of the Azure resource SKU | B_Gen5_1 |
azure.resource.sku.tier | string | experimental Tier of the Azure resource SKU | Basic |
azure.resource.sku.capacity | string | experimental Capacity of the Azure resource SKU | 20 |
azure.status | string | experimental The status of the instance | Running; Stopped (deallocated) |
azure.provisioning_state | string | experimental The provisioning status of the resource | Succeeded; DELETED; ERROR; INCOMPLETE |
azure.object | string | experimental The full JSON content of Azure object | |
azure.properties.version | string | experimental The json content version | ... |
azure.subscription | string | resource stable An Azure subscription is a logical container used to provision resources in Azure. Tags: permission primary-field | 27e9b03f-04d2-2b69-b327-32f433f7ed21 |
azure.location | string | resource stable A specific geographical location of Azure cloud resource. Tags: primary-field | westeurope |
azure.availability_zones | string[] | resource experimental Availability zones of Azure cloud resource. | ['1'] |
azure.resource.group | string | resource stable A resource group is a container that holds related resources for an Azure solution. Tags: permission primary-field | demo-backend-rg |
azure.tenant.id | string | resource experimental Unique, immutable identifier assigned to the Azure tenant. | 37c4add3-612a-483d-8b24-cccbb35d3306 |
Fields that are provided by all Cloud workloads.
| Attribute | Type | Description | Examples |
|---|---|---|---|
cloud.acquisition.status | string | experimental 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 |
Smartscape node name: azure.resource.name
Smartscape node type: AZURE_MICROSOFT_COMPUTE_DISKS
This entity represents Managed Disks
Fetch all Smartscape nodes from the smartscape.nodes table and filter for the entity type "AZURE_MICROSOFT_COMPUTE_DISKS"
smartscapeNodes "AZURE_MICROSOFT_COMPUTE_DISKS"
The following base fields are used for all entities.
| Attribute | Type | Description | Examples |
|---|---|---|---|
id | smartscapeId | stable A Smartscape ID consists of two components: an UPPER_CASE entity type and a random 16-character hexadecimal unique identifier, separated by a dash. Use Smartscape conversion functions when working with strings that represent Smartscape IDs. | <type>-017198AD253CBD63 |
id_classic | string | deprecated The entity ID that was used in the classic entity store. This ID is present in old monitoring data. Not all entities have this ID, and it is not generated for new entities. Use the id field instead, which is the Smartscape ID. | <type>-017198AD253CBD63 |
name | string | stable The entity name. | localhost; easyTravel; product-catalog |
type | string | stable The entity type. UPPER_SNAKE_CASE string that represents the type of the entity. | TYPE_A |
tags | record | stable 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 |
lifetime | timeframe | stable 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 } |
references | record | stable 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_context | string[] | resource stable The security contexts associated with the entity. For Smartscape entities, this field is always an array. Tags: permission | [] |
Contains all fields that are provided by all resorce running on Azure, including Azure, Core and K8s entities.
| Attribute | Type | Description | Examples |
|---|---|---|---|
azure.subscription | string | resource stable An Azure subscription is a logical container used to provision resources in Azure. Tags: permission primary-field | 27e9b03f-04d2-2b69-b327-32f433f7ed21 |
azure.location | string | resource stable A specific geographical location of Azure cloud resource. Tags: primary-field | westeurope |
azure.availability_zones | string[] | resource experimental Availability zones of Azure cloud resource. | ['1'] |
azure.resource.group | string | resource stable A resource group is a container that holds related resources for an Azure solution. Tags: permission primary-field | demo-backend-rg |
azure.resource.id | string | resource 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.name | string | resource experimental User-provided name of the Azure cloud resource. | demo-aks |
azure.resource.type | string | resource experimental The name of a resource type in the format: {resource-provider}/{resource-type}. | Microsoft.ContainerService/managedClusters |
Contains all fields that are provided by all Azure entities.
| Attribute | Type | Description | Examples |
|---|---|---|---|
azure.resource.kind | string | experimental A kind of the Azure resource | app,linux |
azure.resource.sku.name | string | experimental Name of the Azure resource SKU | B_Gen5_1 |
azure.resource.sku.tier | string | experimental Tier of the Azure resource SKU | Basic |
azure.resource.sku.capacity | string | experimental Capacity of the Azure resource SKU | 20 |
azure.status | string | experimental The status of the instance | Running; Stopped (deallocated) |
azure.provisioning_state | string | experimental The provisioning status of the resource | Succeeded; DELETED; ERROR; INCOMPLETE |
azure.object | string | experimental The full JSON content of Azure object | |
azure.properties.version | string | experimental The json content version | ... |
azure.subscription | string | resource stable An Azure subscription is a logical container used to provision resources in Azure. Tags: permission primary-field | 27e9b03f-04d2-2b69-b327-32f433f7ed21 |
azure.location | string | resource stable A specific geographical location of Azure cloud resource. Tags: primary-field | westeurope |
azure.availability_zones | string[] | resource experimental Availability zones of Azure cloud resource. | ['1'] |
azure.resource.group | string | resource stable A resource group is a container that holds related resources for an Azure solution. Tags: permission primary-field | demo-backend-rg |
azure.tenant.id | string | resource experimental Unique, immutable identifier assigned to the Azure tenant. | 37c4add3-612a-483d-8b24-cccbb35d3306 |
Fields that are provided by all Cloud workloads.
| Attribute | Type | Description | Examples |
|---|---|---|---|
cloud.acquisition.status | string | experimental 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 |
Smartscape node name: azure.resource.name
Smartscape node type: AZURE_MICROSOFT_NETWORK_NATGATEWAYS
This entity represents NAT Gateway
Fetch all Smartscape nodes from the smartscape.nodes table and filter for the entity type "AZURE_MICROSOFT_NETWORK_NATGATEWAYS"
smartscapeNodes "AZURE_MICROSOFT_NETWORK_NATGATEWAYS"
The following base fields are used for all entities.
| Attribute | Type | Description | Examples |
|---|---|---|---|
id | smartscapeId | stable A Smartscape ID consists of two components: an UPPER_CASE entity type and a random 16-character hexadecimal unique identifier, separated by a dash. Use Smartscape conversion functions when working with strings that represent Smartscape IDs. | <type>-017198AD253CBD63 |
id_classic | string | deprecated The entity ID that was used in the classic entity store. This ID is present in old monitoring data. Not all entities have this ID, and it is not generated for new entities. Use the id field instead, which is the Smartscape ID. | <type>-017198AD253CBD63 |
name | string | stable The entity name. | localhost; easyTravel; product-catalog |
type | string | stable The entity type. UPPER_SNAKE_CASE string that represents the type of the entity. | TYPE_A |
tags | record | stable 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 |
lifetime | timeframe | stable 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 } |
references | record | stable 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_context | string[] | resource stable The security contexts associated with the entity. For Smartscape entities, this field is always an array. Tags: permission | [] |
Contains all fields that are provided by all resorce running on Azure, including Azure, Core and K8s entities.
| Attribute | Type | Description | Examples |
|---|---|---|---|
azure.subscription | string | resource stable An Azure subscription is a logical container used to provision resources in Azure. Tags: permission primary-field | 27e9b03f-04d2-2b69-b327-32f433f7ed21 |
azure.location | string | resource stable A specific geographical location of Azure cloud resource. Tags: primary-field | westeurope |
azure.availability_zones | string[] | resource experimental Availability zones of Azure cloud resource. | ['1'] |
azure.resource.group | string | resource stable A resource group is a container that holds related resources for an Azure solution. Tags: permission primary-field | demo-backend-rg |
azure.resource.id | string | resource 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.name | string | resource experimental User-provided name of the Azure cloud resource. | demo-aks |
azure.resource.type | string | resource experimental The name of a resource type in the format: {resource-provider}/{resource-type}. | Microsoft.ContainerService/managedClusters |
Contains all fields that are provided by all Azure entities.
| Attribute | Type | Description | Examples |
|---|---|---|---|
azure.resource.kind | string | experimental A kind of the Azure resource | app,linux |
azure.resource.sku.name | string | experimental Name of the Azure resource SKU | B_Gen5_1 |
azure.resource.sku.tier | string | experimental Tier of the Azure resource SKU | Basic |
azure.resource.sku.capacity | string | experimental Capacity of the Azure resource SKU | 20 |
azure.status | string | experimental The status of the instance | Running; Stopped (deallocated) |
azure.provisioning_state | string | experimental The provisioning status of the resource | Succeeded; DELETED; ERROR; INCOMPLETE |
azure.object | string | experimental The full JSON content of Azure object | |
azure.properties.version | string | experimental The json content version | ... |
azure.subscription | string | resource stable An Azure subscription is a logical container used to provision resources in Azure. Tags: permission primary-field | 27e9b03f-04d2-2b69-b327-32f433f7ed21 |
azure.location | string | resource stable A specific geographical location of Azure cloud resource. Tags: primary-field | westeurope |
azure.availability_zones | string[] | resource experimental Availability zones of Azure cloud resource. | ['1'] |
azure.resource.group | string | resource stable A resource group is a container that holds related resources for an Azure solution. Tags: permission primary-field | demo-backend-rg |
azure.tenant.id | string | resource experimental Unique, immutable identifier assigned to the Azure tenant. | 37c4add3-612a-483d-8b24-cccbb35d3306 |
Fields that are provided by all Cloud workloads.
| Attribute | Type | Description | Examples |
|---|---|---|---|
cloud.acquisition.status | string | experimental 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 |
Smartscape node name: azure.resource.name
Smartscape node type: AZURE_MICROSOFT_NETWORK_NETWORKINTERFACES
This entity represents Network Interface (NIC)
Fetch all Smartscape nodes from the smartscape.nodes table and filter for the entity type "AZURE_MICROSOFT_NETWORK_NETWORKINTERFACES"
smartscapeNodes "AZURE_MICROSOFT_NETWORK_NETWORKINTERFACES"
The following base fields are used for all entities.
| Attribute | Type | Description | Examples |
|---|---|---|---|
id | smartscapeId | stable A Smartscape ID consists of two components: an UPPER_CASE entity type and a random 16-character hexadecimal unique identifier, separated by a dash. Use Smartscape conversion functions when working with strings that represent Smartscape IDs. | <type>-017198AD253CBD63 |
id_classic | string | deprecated The entity ID that was used in the classic entity store. This ID is present in old monitoring data. Not all entities have this ID, and it is not generated for new entities. Use the id field instead, which is the Smartscape ID. | <type>-017198AD253CBD63 |
name | string | stable The entity name. | localhost; easyTravel; product-catalog |
type | string | stable The entity type. UPPER_SNAKE_CASE string that represents the type of the entity. | TYPE_A |
tags | record | stable 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 |
lifetime | timeframe | stable 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 } |
references | record | stable 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_context | string[] | resource stable The security contexts associated with the entity. For Smartscape entities, this field is always an array. Tags: permission | [] |
Contains all fields that are provided by all resorce running on Azure, including Azure, Core and K8s entities.
| Attribute | Type | Description | Examples |
|---|---|---|---|
azure.subscription | string | resource stable An Azure subscription is a logical container used to provision resources in Azure. Tags: permission primary-field | 27e9b03f-04d2-2b69-b327-32f433f7ed21 |
azure.location | string | resource stable A specific geographical location of Azure cloud resource. Tags: primary-field | westeurope |
azure.availability_zones | string[] | resource experimental Availability zones of Azure cloud resource. | ['1'] |
azure.resource.group | string | resource stable A resource group is a container that holds related resources for an Azure solution. Tags: permission primary-field | demo-backend-rg |
azure.resource.id | string | resource 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.name | string | resource experimental User-provided name of the Azure cloud resource. | demo-aks |
azure.resource.type | string | resource experimental The name of a resource type in the format: {resource-provider}/{resource-type}. | Microsoft.ContainerService/managedClusters |
Contains all fields that are provided by all Azure entities.
| Attribute | Type | Description | Examples |
|---|---|---|---|
azure.resource.kind | string | experimental A kind of the Azure resource | app,linux |
azure.resource.sku.name | string | experimental Name of the Azure resource SKU | B_Gen5_1 |
azure.resource.sku.tier | string | experimental Tier of the Azure resource SKU | Basic |
azure.resource.sku.capacity | string | experimental Capacity of the Azure resource SKU | 20 |
azure.status | string | experimental The status of the instance | Running; Stopped (deallocated) |
azure.provisioning_state | string | experimental The provisioning status of the resource | Succeeded; DELETED; ERROR; INCOMPLETE |
azure.object | string | experimental The full JSON content of Azure object | |
azure.properties.version | string | experimental The json content version | ... |
azure.subscription | string | resource stable An Azure subscription is a logical container used to provision resources in Azure. Tags: permission primary-field | 27e9b03f-04d2-2b69-b327-32f433f7ed21 |
azure.location | string | resource stable A specific geographical location of Azure cloud resource. Tags: primary-field | westeurope |
azure.availability_zones | string[] | resource experimental Availability zones of Azure cloud resource. | ['1'] |
azure.resource.group | string | resource stable A resource group is a container that holds related resources for an Azure solution. Tags: permission primary-field | demo-backend-rg |
azure.tenant.id | string | resource experimental Unique, immutable identifier assigned to the Azure tenant. | 37c4add3-612a-483d-8b24-cccbb35d3306 |
Fields that are provided by all Cloud workloads.
| Attribute | Type | Description | Examples |
|---|---|---|---|
cloud.acquisition.status | string | experimental 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 |
Smartscape node name: azure.resource.name
Smartscape node type: AZURE_MICROSOFT_NETWORK_NETWORKINTERFACES_IPCONFIGURATIONS
This entity represents Network Interface IP Configurations
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"
The following base fields are used for all entities.
| Attribute | Type | Description | Examples |
|---|---|---|---|
id | smartscapeId | stable A Smartscape ID consists of two components: an UPPER_CASE entity type and a random 16-character hexadecimal unique identifier, separated by a dash. Use Smartscape conversion functions when working with strings that represent Smartscape IDs. | <type>-017198AD253CBD63 |
id_classic | string | deprecated The entity ID that was used in the classic entity store. This ID is present in old monitoring data. Not all entities have this ID, and it is not generated for new entities. Use the id field instead, which is the Smartscape ID. | <type>-017198AD253CBD63 |
name | string | stable The entity name. | localhost; easyTravel; product-catalog |
type | string | stable The entity type. UPPER_SNAKE_CASE string that represents the type of the entity. | TYPE_A |
tags | record | stable 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 |
lifetime | timeframe | stable 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 } |
references | record | stable 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_context | string[] | resource stable The security contexts associated with the entity. For Smartscape entities, this field is always an array. Tags: permission | [] |
Contains all fields that are provided by all resorce running on Azure, including Azure, Core and K8s entities.
| Attribute | Type | Description | Examples |
|---|---|---|---|
azure.subscription | string | resource stable An Azure subscription is a logical container used to provision resources in Azure. Tags: permission primary-field | 27e9b03f-04d2-2b69-b327-32f433f7ed21 |
azure.location | string | resource stable A specific geographical location of Azure cloud resource. Tags: primary-field | westeurope |
azure.availability_zones | string[] | resource experimental Availability zones of Azure cloud resource. | ['1'] |
azure.resource.group | string | resource stable A resource group is a container that holds related resources for an Azure solution. Tags: permission primary-field | demo-backend-rg |
azure.resource.id | string | resource 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.name | string | resource experimental User-provided name of the Azure cloud resource. | demo-aks |
azure.resource.type | string | resource experimental The name of a resource type in the format: {resource-provider}/{resource-type}. | Microsoft.ContainerService/managedClusters |
Contains all fields that are provided by all Azure entities.
| Attribute | Type | Description | Examples |
|---|---|---|---|
azure.resource.kind | string | experimental A kind of the Azure resource | app,linux |
azure.resource.sku.name | string | experimental Name of the Azure resource SKU | B_Gen5_1 |
azure.resource.sku.tier | string | experimental Tier of the Azure resource SKU | Basic |
azure.resource.sku.capacity | string | experimental Capacity of the Azure resource SKU | 20 |
azure.status | string | experimental The status of the instance | Running; Stopped (deallocated) |
azure.provisioning_state | string | experimental The provisioning status of the resource | Succeeded; DELETED; ERROR; INCOMPLETE |
azure.object | string | experimental The full JSON content of Azure object | |
azure.properties.version | string | experimental The json content version | ... |
azure.subscription | string | resource stable An Azure subscription is a logical container used to provision resources in Azure. Tags: permission primary-field | 27e9b03f-04d2-2b69-b327-32f433f7ed21 |
azure.location | string | resource stable A specific geographical location of Azure cloud resource. Tags: primary-field | westeurope |
azure.availability_zones | string[] | resource experimental Availability zones of Azure cloud resource. | ['1'] |
azure.resource.group | string | resource stable A resource group is a container that holds related resources for an Azure solution. Tags: permission primary-field | demo-backend-rg |
azure.tenant.id | string | resource experimental Unique, immutable identifier assigned to the Azure tenant. | 37c4add3-612a-483d-8b24-cccbb35d3306 |
Fields that are provided by all Cloud workloads.
| Attribute | Type | Description | Examples |
|---|---|---|---|
cloud.acquisition.status | string | experimental 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 |
Smartscape node name: azure.resource.name
Smartscape node type: AZURE_MICROSOFT_NETWORK_NETWORKPROFILES
This entity represents Network Profiles
Fetch all Smartscape nodes from the smartscape.nodes table and filter for the entity type "AZURE_MICROSOFT_NETWORK_NETWORKPROFILES"
smartscapeNodes "AZURE_MICROSOFT_NETWORK_NETWORKPROFILES"
The following base fields are used for all entities.
| Attribute | Type | Description | Examples |
|---|---|---|---|
id | smartscapeId | stable A Smartscape ID consists of two components: an UPPER_CASE entity type and a random 16-character hexadecimal unique identifier, separated by a dash. Use Smartscape conversion functions when working with strings that represent Smartscape IDs. | <type>-017198AD253CBD63 |
id_classic | string | deprecated The entity ID that was used in the classic entity store. This ID is present in old monitoring data. Not all entities have this ID, and it is not generated for new entities. Use the id field instead, which is the Smartscape ID. | <type>-017198AD253CBD63 |
name | string | stable The entity name. | localhost; easyTravel; product-catalog |
type | string | stable The entity type. UPPER_SNAKE_CASE string that represents the type of the entity. | TYPE_A |
tags | record | stable 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 |
lifetime | timeframe | stable 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 } |
references | record | stable 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_context | string[] | resource stable The security contexts associated with the entity. For Smartscape entities, this field is always an array. Tags: permission | [] |
Contains all fields that are provided by all resorce running on Azure, including Azure, Core and K8s entities.
| Attribute | Type | Description | Examples |
|---|---|---|---|
azure.subscription | string | resource stable An Azure subscription is a logical container used to provision resources in Azure. Tags: permission primary-field | 27e9b03f-04d2-2b69-b327-32f433f7ed21 |
azure.location | string | resource stable A specific geographical location of Azure cloud resource. Tags: primary-field | westeurope |
azure.availability_zones | string[] | resource experimental Availability zones of Azure cloud resource. | ['1'] |
azure.resource.group | string | resource stable A resource group is a container that holds related resources for an Azure solution. Tags: permission primary-field | demo-backend-rg |
azure.resource.id | string | resource 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.name | string | resource experimental User-provided name of the Azure cloud resource. | demo-aks |
azure.resource.type | string | resource experimental The name of a resource type in the format: {resource-provider}/{resource-type}. | Microsoft.ContainerService/managedClusters |
Contains all fields that are provided by all Azure entities.
| Attribute | Type | Description | Examples |
|---|---|---|---|
azure.resource.kind | string | experimental A kind of the Azure resource | app,linux |
azure.resource.sku.name | string | experimental Name of the Azure resource SKU | B_Gen5_1 |
azure.resource.sku.tier | string | experimental Tier of the Azure resource SKU | Basic |
azure.resource.sku.capacity | string | experimental Capacity of the Azure resource SKU | 20 |
azure.status | string | experimental The status of the instance | Running; Stopped (deallocated) |
azure.provisioning_state | string | experimental The provisioning status of the resource | Succeeded; DELETED; ERROR; INCOMPLETE |
azure.object | string | experimental The full JSON content of Azure object | |
azure.properties.version | string | experimental The json content version | ... |
azure.subscription | string | resource stable An Azure subscription is a logical container used to provision resources in Azure. Tags: permission primary-field | 27e9b03f-04d2-2b69-b327-32f433f7ed21 |
azure.location | string | resource stable A specific geographical location of Azure cloud resource. Tags: primary-field | westeurope |
azure.availability_zones | string[] | resource experimental Availability zones of Azure cloud resource. | ['1'] |
azure.resource.group | string | resource stable A resource group is a container that holds related resources for an Azure solution. Tags: permission primary-field | demo-backend-rg |
azure.tenant.id | string | resource experimental Unique, immutable identifier assigned to the Azure tenant. | 37c4add3-612a-483d-8b24-cccbb35d3306 |
Fields that are provided by all Cloud workloads.
| Attribute | Type | Description | Examples |
|---|---|---|---|
cloud.acquisition.status | string | experimental 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 |
Smartscape node name: azure.resource.name
Smartscape node type: AZURE_MICROSOFT_NETWORK_NETWORKSECURITYGROUPS
This entity represents Network Security Group (NSG)
Fetch all Smartscape nodes from the smartscape.nodes table and filter for the entity type "AZURE_MICROSOFT_NETWORK_NETWORKSECURITYGROUPS"
smartscapeNodes "AZURE_MICROSOFT_NETWORK_NETWORKSECURITYGROUPS"
The following base fields are used for all entities.
| Attribute | Type | Description | Examples |
|---|---|---|---|
id | smartscapeId | stable A Smartscape ID consists of two components: an UPPER_CASE entity type and a random 16-character hexadecimal unique identifier, separated by a dash. Use Smartscape conversion functions when working with strings that represent Smartscape IDs. | <type>-017198AD253CBD63 |
id_classic | string | deprecated The entity ID that was used in the classic entity store. This ID is present in old monitoring data. Not all entities have this ID, and it is not generated for new entities. Use the id field instead, which is the Smartscape ID. | <type>-017198AD253CBD63 |
name | string | stable The entity name. | localhost; easyTravel; product-catalog |
type | string | stable The entity type. UPPER_SNAKE_CASE string that represents the type of the entity. | TYPE_A |
tags | record | stable 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 |
lifetime | timeframe | stable 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 } |
references | record | stable 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_context | string[] | resource stable The security contexts associated with the entity. For Smartscape entities, this field is always an array. Tags: permission | [] |
Contains all fields that are provided by all resorce running on Azure, including Azure, Core and K8s entities.
| Attribute | Type | Description | Examples |
|---|---|---|---|
azure.subscription | string | resource stable An Azure subscription is a logical container used to provision resources in Azure. Tags: permission primary-field | 27e9b03f-04d2-2b69-b327-32f433f7ed21 |
azure.location | string | resource stable A specific geographical location of Azure cloud resource. Tags: primary-field | westeurope |
azure.availability_zones | string[] | resource experimental Availability zones of Azure cloud resource. | ['1'] |
azure.resource.group | string | resource stable A resource group is a container that holds related resources for an Azure solution. Tags: permission primary-field | demo-backend-rg |
azure.resource.id | string | resource 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.name | string | resource experimental User-provided name of the Azure cloud resource. | demo-aks |
azure.resource.type | string | resource experimental The name of a resource type in the format: {resource-provider}/{resource-type}. | Microsoft.ContainerService/managedClusters |
Contains all fields that are provided by all Azure entities.
| Attribute | Type | Description | Examples |
|---|---|---|---|
azure.resource.kind | string | experimental A kind of the Azure resource | app,linux |
azure.resource.sku.name | string | experimental Name of the Azure resource SKU | B_Gen5_1 |
azure.resource.sku.tier | string | experimental Tier of the Azure resource SKU | Basic |
azure.resource.sku.capacity | string | experimental Capacity of the Azure resource SKU | 20 |
azure.status | string | experimental The status of the instance | Running; Stopped (deallocated) |
azure.provisioning_state | string | experimental The provisioning status of the resource | Succeeded; DELETED; ERROR; INCOMPLETE |
azure.object | string | experimental The full JSON content of Azure object | |
azure.properties.version | string | experimental The json content version | ... |
azure.subscription | string | resource stable An Azure subscription is a logical container used to provision resources in Azure. Tags: permission primary-field | 27e9b03f-04d2-2b69-b327-32f433f7ed21 |
azure.location | string | resource stable A specific geographical location of Azure cloud resource. Tags: primary-field | westeurope |
azure.availability_zones | string[] | resource experimental Availability zones of Azure cloud resource. | ['1'] |
azure.resource.group | string | resource stable A resource group is a container that holds related resources for an Azure solution. Tags: permission primary-field | demo-backend-rg |
azure.tenant.id | string | resource experimental Unique, immutable identifier assigned to the Azure tenant. | 37c4add3-612a-483d-8b24-cccbb35d3306 |
Fields that are provided by all Cloud workloads.
| Attribute | Type | Description | Examples |
|---|---|---|---|
cloud.acquisition.status | string | experimental 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 |
Smartscape node name: azure.resource.name
Smartscape node type: AZURE_MICROSOFT_NETWORK_NETWORKWATCHERS
This entity represents Network Watcher
Fetch all Smartscape nodes from the smartscape.nodes table and filter for the entity type "AZURE_MICROSOFT_NETWORK_NETWORKWATCHERS"
smartscapeNodes "AZURE_MICROSOFT_NETWORK_NETWORKWATCHERS"
The following base fields are used for all entities.
| Attribute | Type | Description | Examples |
|---|---|---|---|
id | smartscapeId | stable A Smartscape ID consists of two components: an UPPER_CASE entity type and a random 16-character hexadecimal unique identifier, separated by a dash. Use Smartscape conversion functions when working with strings that represent Smartscape IDs. | <type>-017198AD253CBD63 |
id_classic | string | deprecated The entity ID that was used in the classic entity store. This ID is present in old monitoring data. Not all entities have this ID, and it is not generated for new entities. Use the id field instead, which is the Smartscape ID. | <type>-017198AD253CBD63 |
name | string | stable The entity name. | localhost; easyTravel; product-catalog |
type | string | stable The entity type. UPPER_SNAKE_CASE string that represents the type of the entity. | TYPE_A |
tags | record | stable 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 |
lifetime | timeframe | stable 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 } |
references | record | stable 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_context | string[] | resource stable The security contexts associated with the entity. For Smartscape entities, this field is always an array. Tags: permission | [] |
Contains all fields that are provided by all resorce running on Azure, including Azure, Core and K8s entities.
| Attribute | Type | Description | Examples |
|---|---|---|---|
azure.subscription | string | resource stable An Azure subscription is a logical container used to provision resources in Azure. Tags: permission primary-field | 27e9b03f-04d2-2b69-b327-32f433f7ed21 |
azure.location | string | resource stable A specific geographical location of Azure cloud resource. Tags: primary-field | westeurope |
azure.availability_zones | string[] | resource experimental Availability zones of Azure cloud resource. | ['1'] |
azure.resource.group | string | resource stable A resource group is a container that holds related resources for an Azure solution. Tags: permission primary-field | demo-backend-rg |
azure.resource.id | string | resource 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.name | string | resource experimental User-provided name of the Azure cloud resource. | demo-aks |
azure.resource.type | string | resource experimental The name of a resource type in the format: {resource-provider}/{resource-type}. | Microsoft.ContainerService/managedClusters |
Contains all fields that are provided by all Azure entities.
| Attribute | Type | Description | Examples |
|---|---|---|---|
azure.resource.kind | string | experimental A kind of the Azure resource | app,linux |
azure.resource.sku.name | string | experimental Name of the Azure resource SKU | B_Gen5_1 |
azure.resource.sku.tier | string | experimental Tier of the Azure resource SKU | Basic |
azure.resource.sku.capacity | string | experimental Capacity of the Azure resource SKU | 20 |
azure.status | string | experimental The status of the instance | Running; Stopped (deallocated) |
azure.provisioning_state | string | experimental The provisioning status of the resource | Succeeded; DELETED; ERROR; INCOMPLETE |
azure.object | string | experimental The full JSON content of Azure object | |
azure.properties.version | string | experimental The json content version | ... |
azure.subscription | string | resource stable An Azure subscription is a logical container used to provision resources in Azure. Tags: permission primary-field | 27e9b03f-04d2-2b69-b327-32f433f7ed21 |
azure.location | string | resource stable A specific geographical location of Azure cloud resource. Tags: primary-field | westeurope |
azure.availability_zones | string[] | resource experimental Availability zones of Azure cloud resource. | ['1'] |
azure.resource.group | string | resource stable A resource group is a container that holds related resources for an Azure solution. Tags: permission primary-field | demo-backend-rg |
azure.tenant.id | string | resource experimental Unique, immutable identifier assigned to the Azure tenant. | 37c4add3-612a-483d-8b24-cccbb35d3306 |
Fields that are provided by all Cloud workloads.
| Attribute | Type | Description | Examples |
|---|---|---|---|
cloud.acquisition.status | string | experimental 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 |
Smartscape node name: azure.resource.name
Smartscape node type: AZURE_MICROSOFT_NETWORK_NETWORKWATCHERS_FLOWLOGS
This entity represents Network Watcher Flow Logs
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"
The following base fields are used for all entities.
| Attribute | Type | Description | Examples |
|---|---|---|---|
id | smartscapeId | stable A Smartscape ID consists of two components: an UPPER_CASE entity type and a random 16-character hexadecimal unique identifier, separated by a dash. Use Smartscape conversion functions when working with strings that represent Smartscape IDs. | <type>-017198AD253CBD63 |
id_classic | string | deprecated The entity ID that was used in the classic entity store. This ID is present in old monitoring data. Not all entities have this ID, and it is not generated for new entities. Use the id field instead, which is the Smartscape ID. | <type>-017198AD253CBD63 |
name | string | stable The entity name. | localhost; easyTravel; product-catalog |
type | string | stable The entity type. UPPER_SNAKE_CASE string that represents the type of the entity. | TYPE_A |
tags | record | stable 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 |
lifetime | timeframe | stable 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 } |
references | record | stable 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_context | string[] | resource stable The security contexts associated with the entity. For Smartscape entities, this field is always an array. Tags: permission | [] |
Contains all fields that are provided by all resorce running on Azure, including Azure, Core and K8s entities.
| Attribute | Type | Description | Examples |
|---|---|---|---|
azure.subscription | string | resource stable An Azure subscription is a logical container used to provision resources in Azure. Tags: permission primary-field | 27e9b03f-04d2-2b69-b327-32f433f7ed21 |
azure.location | string | resource stable A specific geographical location of Azure cloud resource. Tags: primary-field | westeurope |
azure.availability_zones | string[] | resource experimental Availability zones of Azure cloud resource. | ['1'] |
azure.resource.group | string | resource stable A resource group is a container that holds related resources for an Azure solution. Tags: permission primary-field | demo-backend-rg |
azure.resource.id | string | resource 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.name | string | resource experimental User-provided name of the Azure cloud resource. | demo-aks |
azure.resource.type | string | resource experimental The name of a resource type in the format: {resource-provider}/{resource-type}. | Microsoft.ContainerService/managedClusters |
Contains all fields that are provided by all Azure entities.
| Attribute | Type | Description | Examples |
|---|---|---|---|
azure.resource.kind | string | experimental A kind of the Azure resource | app,linux |
azure.resource.sku.name | string | experimental Name of the Azure resource SKU | B_Gen5_1 |
azure.resource.sku.tier | string | experimental Tier of the Azure resource SKU | Basic |
azure.resource.sku.capacity | string | experimental Capacity of the Azure resource SKU | 20 |
azure.status | string | experimental The status of the instance | Running; Stopped (deallocated) |
azure.provisioning_state | string | experimental The provisioning status of the resource | Succeeded; DELETED; ERROR; INCOMPLETE |
azure.object | string | experimental The full JSON content of Azure object | |
azure.properties.version | string | experimental The json content version | ... |
azure.subscription | string | resource stable An Azure subscription is a logical container used to provision resources in Azure. Tags: permission primary-field | 27e9b03f-04d2-2b69-b327-32f433f7ed21 |
azure.location | string | resource stable A specific geographical location of Azure cloud resource. Tags: primary-field | westeurope |
azure.availability_zones | string[] | resource experimental Availability zones of Azure cloud resource. | ['1'] |
azure.resource.group | string | resource stable A resource group is a container that holds related resources for an Azure solution. Tags: permission primary-field | demo-backend-rg |
azure.tenant.id | string | resource experimental Unique, immutable identifier assigned to the Azure tenant. | 37c4add3-612a-483d-8b24-cccbb35d3306 |
Fields that are provided by all Cloud workloads.
| Attribute | Type | Description | Examples |
|---|---|---|---|
cloud.acquisition.status | string | experimental 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 |
Smartscape node name: azure.resource.name
Smartscape node type: AZURE_MICROSOFT_OPERATIONSMANAGEMENT_SOLUTIONS
This entity represents Operations Management Solutions
Fetch all Smartscape nodes from the smartscape.nodes table and filter for the entity type "AZURE_MICROSOFT_OPERATIONSMANAGEMENT_SOLUTIONS"
smartscapeNodes "AZURE_MICROSOFT_OPERATIONSMANAGEMENT_SOLUTIONS"
The following base fields are used for all entities.
| Attribute | Type | Description | Examples |
|---|---|---|---|
id | smartscapeId | stable A Smartscape ID consists of two components: an UPPER_CASE entity type and a random 16-character hexadecimal unique identifier, separated by a dash. Use Smartscape conversion functions when working with strings that represent Smartscape IDs. | <type>-017198AD253CBD63 |
id_classic | string | deprecated The entity ID that was used in the classic entity store. This ID is present in old monitoring data. Not all entities have this ID, and it is not generated for new entities. Use the id field instead, which is the Smartscape ID. | <type>-017198AD253CBD63 |
name | string | stable The entity name. | localhost; easyTravel; product-catalog |
type | string | stable The entity type. UPPER_SNAKE_CASE string that represents the type of the entity. | TYPE_A |
tags | record | stable 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 |
lifetime | timeframe | stable 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 } |
references | record | stable 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_context | string[] | resource stable The security contexts associated with the entity. For Smartscape entities, this field is always an array. Tags: permission | [] |
Contains all fields that are provided by all resorce running on Azure, including Azure, Core and K8s entities.
| Attribute | Type | Description | Examples |
|---|---|---|---|
azure.subscription | string | resource stable An Azure subscription is a logical container used to provision resources in Azure. Tags: permission primary-field | 27e9b03f-04d2-2b69-b327-32f433f7ed21 |
azure.location | string | resource stable A specific geographical location of Azure cloud resource. Tags: primary-field | westeurope |
azure.availability_zones | string[] | resource experimental Availability zones of Azure cloud resource. | ['1'] |
azure.resource.group | string | resource stable A resource group is a container that holds related resources for an Azure solution. Tags: permission primary-field | demo-backend-rg |
azure.resource.id | string | resource 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.name | string | resource experimental User-provided name of the Azure cloud resource. | demo-aks |
azure.resource.type | string | resource experimental The name of a resource type in the format: {resource-provider}/{resource-type}. | Microsoft.ContainerService/managedClusters |
Contains all fields that are provided by all Azure entities.
| Attribute | Type | Description | Examples |
|---|---|---|---|
azure.resource.kind | string | experimental A kind of the Azure resource | app,linux |
azure.resource.sku.name | string | experimental Name of the Azure resource SKU | B_Gen5_1 |
azure.resource.sku.tier | string | experimental Tier of the Azure resource SKU | Basic |
azure.resource.sku.capacity | string | experimental Capacity of the Azure resource SKU | 20 |
azure.status | string | experimental The status of the instance | Running; Stopped (deallocated) |
azure.provisioning_state | string | experimental The provisioning status of the resource | Succeeded; DELETED; ERROR; INCOMPLETE |
azure.object | string | experimental The full JSON content of Azure object | |
azure.properties.version | string | experimental The json content version | ... |
azure.subscription | string | resource stable An Azure subscription is a logical container used to provision resources in Azure. Tags: permission primary-field | 27e9b03f-04d2-2b69-b327-32f433f7ed21 |
azure.location | string | resource stable A specific geographical location of Azure cloud resource. Tags: primary-field | westeurope |
azure.availability_zones | string[] | resource experimental Availability zones of Azure cloud resource. | ['1'] |
azure.resource.group | string | resource stable A resource group is a container that holds related resources for an Azure solution. Tags: permission primary-field | demo-backend-rg |
azure.tenant.id | string | resource experimental Unique, immutable identifier assigned to the Azure tenant. | 37c4add3-612a-483d-8b24-cccbb35d3306 |
Fields that are provided by all Cloud workloads.
| Attribute | Type | Description | Examples |
|---|---|---|---|
cloud.acquisition.status | string | experimental 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 |
Smartscape node name: azure.resource.name
Smartscape node type: AZURE_MICROSOFT_PORTAL_DASHBOARDS
This entity represents Portal Dashboards
Fetch all Smartscape nodes from the smartscape.nodes table and filter for the entity type "AZURE_MICROSOFT_PORTAL_DASHBOARDS"
smartscapeNodes "AZURE_MICROSOFT_PORTAL_DASHBOARDS"
The following base fields are used for all entities.
| Attribute | Type | Description | Examples |
|---|---|---|---|
id | smartscapeId | stable A Smartscape ID consists of two components: an UPPER_CASE entity type and a random 16-character hexadecimal unique identifier, separated by a dash. Use Smartscape conversion functions when working with strings that represent Smartscape IDs. | <type>-017198AD253CBD63 |
id_classic | string | deprecated The entity ID that was used in the classic entity store. This ID is present in old monitoring data. Not all entities have this ID, and it is not generated for new entities. Use the id field instead, which is the Smartscape ID. | <type>-017198AD253CBD63 |
name | string | stable The entity name. | localhost; easyTravel; product-catalog |
type | string | stable The entity type. UPPER_SNAKE_CASE string that represents the type of the entity. | TYPE_A |
tags | record | stable 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 |
lifetime | timeframe | stable 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 } |
references | record | stable 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_context | string[] | resource stable The security contexts associated with the entity. For Smartscape entities, this field is always an array. Tags: permission | [] |
Contains all fields that are provided by all resorce running on Azure, including Azure, Core and K8s entities.
| Attribute | Type | Description | Examples |
|---|---|---|---|
azure.subscription | string | resource stable An Azure subscription is a logical container used to provision resources in Azure. Tags: permission primary-field | 27e9b03f-04d2-2b69-b327-32f433f7ed21 |
azure.location | string | resource stable A specific geographical location of Azure cloud resource. Tags: primary-field | westeurope |
azure.availability_zones | string[] | resource experimental Availability zones of Azure cloud resource. | ['1'] |
azure.resource.group | string | resource stable A resource group is a container that holds related resources for an Azure solution. Tags: permission primary-field | demo-backend-rg |
azure.resource.id | string | resource 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.name | string | resource experimental User-provided name of the Azure cloud resource. | demo-aks |
azure.resource.type | string | resource experimental The name of a resource type in the format: {resource-provider}/{resource-type}. | Microsoft.ContainerService/managedClusters |
Contains all fields that are provided by all Azure entities.
| Attribute | Type | Description | Examples |
|---|---|---|---|
azure.resource.kind | string | experimental A kind of the Azure resource | app,linux |
azure.resource.sku.name | string | experimental Name of the Azure resource SKU | B_Gen5_1 |
azure.resource.sku.tier | string | experimental Tier of the Azure resource SKU | Basic |
azure.resource.sku.capacity | string | experimental Capacity of the Azure resource SKU | 20 |
azure.status | string | experimental The status of the instance | Running; Stopped (deallocated) |
azure.provisioning_state | string | experimental The provisioning status of the resource | Succeeded; DELETED; ERROR; INCOMPLETE |
azure.object | string | experimental The full JSON content of Azure object | |
azure.properties.version | string | experimental The json content version | ... |
azure.subscription | string | resource stable An Azure subscription is a logical container used to provision resources in Azure. Tags: permission primary-field | 27e9b03f-04d2-2b69-b327-32f433f7ed21 |
azure.location | string | resource stable A specific geographical location of Azure cloud resource. Tags: primary-field | westeurope |
azure.availability_zones | string[] | resource experimental Availability zones of Azure cloud resource. | ['1'] |
azure.resource.group | string | resource stable A resource group is a container that holds related resources for an Azure solution. Tags: permission primary-field | demo-backend-rg |
azure.tenant.id | string | resource experimental Unique, immutable identifier assigned to the Azure tenant. | 37c4add3-612a-483d-8b24-cccbb35d3306 |
Fields that are provided by all Cloud workloads.
| Attribute | Type | Description | Examples |
|---|---|---|---|
cloud.acquisition.status | string | experimental 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 |
Smartscape node name: azure.resource.name
Smartscape node type: AZURE_MICROSOFT_NETWORK_PRIVATEENDPOINTS
This entity represents Private Endpoint
Fetch all Smartscape nodes from the smartscape.nodes table and filter for the entity type "AZURE_MICROSOFT_NETWORK_PRIVATEENDPOINTS"
smartscapeNodes "AZURE_MICROSOFT_NETWORK_PRIVATEENDPOINTS"
The following base fields are used for all entities.
| Attribute | Type | Description | Examples |
|---|---|---|---|
id | smartscapeId | stable A Smartscape ID consists of two components: an UPPER_CASE entity type and a random 16-character hexadecimal unique identifier, separated by a dash. Use Smartscape conversion functions when working with strings that represent Smartscape IDs. | <type>-017198AD253CBD63 |
id_classic | string | deprecated The entity ID that was used in the classic entity store. This ID is present in old monitoring data. Not all entities have this ID, and it is not generated for new entities. Use the id field instead, which is the Smartscape ID. | <type>-017198AD253CBD63 |
name | string | stable The entity name. | localhost; easyTravel; product-catalog |
type | string | stable The entity type. UPPER_SNAKE_CASE string that represents the type of the entity. | TYPE_A |
tags | record | stable 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 |
lifetime | timeframe | stable 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 } |
references | record | stable 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_context | string[] | resource stable The security contexts associated with the entity. For Smartscape entities, this field is always an array. Tags: permission | [] |
Contains all fields that are provided by all resorce running on Azure, including Azure, Core and K8s entities.
| Attribute | Type | Description | Examples |
|---|---|---|---|
azure.subscription | string | resource stable An Azure subscription is a logical container used to provision resources in Azure. Tags: permission primary-field | 27e9b03f-04d2-2b69-b327-32f433f7ed21 |
azure.location | string | resource stable A specific geographical location of Azure cloud resource. Tags: primary-field | westeurope |
azure.availability_zones | string[] | resource experimental Availability zones of Azure cloud resource. | ['1'] |
azure.resource.group | string | resource stable A resource group is a container that holds related resources for an Azure solution. Tags: permission primary-field | demo-backend-rg |
azure.resource.id | string | resource 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.name | string | resource experimental User-provided name of the Azure cloud resource. | demo-aks |
azure.resource.type | string | resource experimental The name of a resource type in the format: {resource-provider}/{resource-type}. | Microsoft.ContainerService/managedClusters |
Contains all fields that are provided by all Azure entities.
| Attribute | Type | Description | Examples |
|---|---|---|---|
azure.resource.kind | string | experimental A kind of the Azure resource | app,linux |
azure.resource.sku.name | string | experimental Name of the Azure resource SKU | B_Gen5_1 |
azure.resource.sku.tier | string | experimental Tier of the Azure resource SKU | Basic |
azure.resource.sku.capacity | string | experimental Capacity of the Azure resource SKU | 20 |
azure.status | string | experimental The status of the instance | Running; Stopped (deallocated) |
azure.provisioning_state | string | experimental The provisioning status of the resource | Succeeded; DELETED; ERROR; INCOMPLETE |
azure.object | string | experimental The full JSON content of Azure object | |
azure.properties.version | string | experimental The json content version | ... |
azure.subscription | string | resource stable An Azure subscription is a logical container used to provision resources in Azure. Tags: permission primary-field | 27e9b03f-04d2-2b69-b327-32f433f7ed21 |
azure.location | string | resource stable A specific geographical location of Azure cloud resource. Tags: primary-field | westeurope |
azure.availability_zones | string[] | resource experimental Availability zones of Azure cloud resource. | ['1'] |
azure.resource.group | string | resource stable A resource group is a container that holds related resources for an Azure solution. Tags: permission primary-field | demo-backend-rg |
azure.tenant.id | string | resource experimental Unique, immutable identifier assigned to the Azure tenant. | 37c4add3-612a-483d-8b24-cccbb35d3306 |
Fields that are provided by all Cloud workloads.
| Attribute | Type | Description | Examples |
|---|---|---|---|
cloud.acquisition.status | string | experimental 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 |
Smartscape node name: azure.resource.name
Smartscape node type: AZURE_MICROSOFT_ALERTSMANAGEMENT_PROMETHEUSRULEGROUPS
This entity represents Prometheus Rule Groups
Fetch all Smartscape nodes from the smartscape.nodes table and filter for the entity type "AZURE_MICROSOFT_ALERTSMANAGEMENT_PROMETHEUSRULEGROUPS"
smartscapeNodes "AZURE_MICROSOFT_ALERTSMANAGEMENT_PROMETHEUSRULEGROUPS"
The following base fields are used for all entities.
| Attribute | Type | Description | Examples |
|---|---|---|---|
id | smartscapeId | stable A Smartscape ID consists of two components: an UPPER_CASE entity type and a random 16-character hexadecimal unique identifier, separated by a dash. Use Smartscape conversion functions when working with strings that represent Smartscape IDs. | <type>-017198AD253CBD63 |
id_classic | string | deprecated The entity ID that was used in the classic entity store. This ID is present in old monitoring data. Not all entities have this ID, and it is not generated for new entities. Use the id field instead, which is the Smartscape ID. | <type>-017198AD253CBD63 |
name | string | stable The entity name. | localhost; easyTravel; product-catalog |
type | string | stable The entity type. UPPER_SNAKE_CASE string that represents the type of the entity. | TYPE_A |
tags | record | stable 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 |
lifetime | timeframe | stable 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 } |
references | record | stable 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_context | string[] | resource stable The security contexts associated with the entity. For Smartscape entities, this field is always an array. Tags: permission | [] |
Contains all fields that are provided by all resorce running on Azure, including Azure, Core and K8s entities.
| Attribute | Type | Description | Examples |
|---|---|---|---|
azure.subscription | string | resource stable An Azure subscription is a logical container used to provision resources in Azure. Tags: permission primary-field | 27e9b03f-04d2-2b69-b327-32f433f7ed21 |
azure.location | string | resource stable A specific geographical location of Azure cloud resource. Tags: primary-field | westeurope |
azure.availability_zones | string[] | resource experimental Availability zones of Azure cloud resource. | ['1'] |
azure.resource.group | string | resource stable A resource group is a container that holds related resources for an Azure solution. Tags: permission primary-field | demo-backend-rg |
azure.resource.id | string | resource 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.name | string | resource experimental User-provided name of the Azure cloud resource. | demo-aks |
azure.resource.type | string | resource experimental The name of a resource type in the format: {resource-provider}/{resource-type}. | Microsoft.ContainerService/managedClusters |
Contains all fields that are provided by all Azure entities.
| Attribute | Type | Description | Examples |
|---|---|---|---|
azure.resource.kind | string | experimental A kind of the Azure resource | app,linux |
azure.resource.sku.name | string | experimental Name of the Azure resource SKU | B_Gen5_1 |
azure.resource.sku.tier | string | experimental Tier of the Azure resource SKU | Basic |
azure.resource.sku.capacity | string | experimental Capacity of the Azure resource SKU | 20 |
azure.status | string | experimental The status of the instance | Running; Stopped (deallocated) |
azure.provisioning_state | string | experimental The provisioning status of the resource | Succeeded; DELETED; ERROR; INCOMPLETE |
azure.object | string | experimental The full JSON content of Azure object | |
azure.properties.version | string | experimental The json content version | ... |
azure.subscription | string | resource stable An Azure subscription is a logical container used to provision resources in Azure. Tags: permission primary-field | 27e9b03f-04d2-2b69-b327-32f433f7ed21 |
azure.location | string | resource stable A specific geographical location of Azure cloud resource. Tags: primary-field | westeurope |
azure.availability_zones | string[] | resource experimental Availability zones of Azure cloud resource. | ['1'] |
azure.resource.group | string | resource stable A resource group is a container that holds related resources for an Azure solution. Tags: permission primary-field | demo-backend-rg |
azure.tenant.id | string | resource experimental Unique, immutable identifier assigned to the Azure tenant. | 37c4add3-612a-483d-8b24-cccbb35d3306 |
Fields that are provided by all Cloud workloads.
| Attribute | Type | Description | Examples |
|---|---|---|---|
cloud.acquisition.status | string | experimental 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 |
Smartscape node name: azure.resource.name
Smartscape node type: AZURE_MICROSOFT_NETWORK_PUBLICIPADDRESSES
This entity represents Public IP Address
Fetch all Smartscape nodes from the smartscape.nodes table and filter for the entity type "AZURE_MICROSOFT_NETWORK_PUBLICIPADDRESSES"
smartscapeNodes "AZURE_MICROSOFT_NETWORK_PUBLICIPADDRESSES"
The following base fields are used for all entities.
| Attribute | Type | Description | Examples |
|---|---|---|---|
id | smartscapeId | stable A Smartscape ID consists of two components: an UPPER_CASE entity type and a random 16-character hexadecimal unique identifier, separated by a dash. Use Smartscape conversion functions when working with strings that represent Smartscape IDs. | <type>-017198AD253CBD63 |
id_classic | string | deprecated The entity ID that was used in the classic entity store. This ID is present in old monitoring data. Not all entities have this ID, and it is not generated for new entities. Use the id field instead, which is the Smartscape ID. | <type>-017198AD253CBD63 |
name | string | stable The entity name. | localhost; easyTravel; product-catalog |
type | string | stable The entity type. UPPER_SNAKE_CASE string that represents the type of the entity. | TYPE_A |
tags | record | stable 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 |
lifetime | timeframe | stable 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 } |
references | record | stable 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_context | string[] | resource stable The security contexts associated with the entity. For Smartscape entities, this field is always an array. Tags: permission | [] |
Contains all fields that are provided by all resorce running on Azure, including Azure, Core and K8s entities.
| Attribute | Type | Description | Examples |
|---|---|---|---|
azure.subscription | string | resource stable An Azure subscription is a logical container used to provision resources in Azure. Tags: permission primary-field | 27e9b03f-04d2-2b69-b327-32f433f7ed21 |
azure.location | string | resource stable A specific geographical location of Azure cloud resource. Tags: primary-field | westeurope |
azure.availability_zones | string[] | resource experimental Availability zones of Azure cloud resource. | ['1'] |
azure.resource.group | string | resource stable A resource group is a container that holds related resources for an Azure solution. Tags: permission primary-field | demo-backend-rg |
azure.resource.id | string | resource 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.name | string | resource experimental User-provided name of the Azure cloud resource. | demo-aks |
azure.resource.type | string | resource experimental The name of a resource type in the format: {resource-provider}/{resource-type}. | Microsoft.ContainerService/managedClusters |
Contains all fields that are provided by all Azure entities.
| Attribute | Type | Description | Examples |
|---|---|---|---|
azure.resource.kind | string | experimental A kind of the Azure resource | app,linux |
azure.resource.sku.name | string | experimental Name of the Azure resource SKU | B_Gen5_1 |
azure.resource.sku.tier | string | experimental Tier of the Azure resource SKU | Basic |
azure.resource.sku.capacity | string | experimental Capacity of the Azure resource SKU | 20 |
azure.status | string | experimental The status of the instance | Running; Stopped (deallocated) |
azure.provisioning_state | string | experimental The provisioning status of the resource | Succeeded; DELETED; ERROR; INCOMPLETE |
azure.object | string | experimental The full JSON content of Azure object | |
azure.properties.version | string | experimental The json content version | ... |
azure.subscription | string | resource stable An Azure subscription is a logical container used to provision resources in Azure. Tags: permission primary-field | 27e9b03f-04d2-2b69-b327-32f433f7ed21 |
azure.location | string | resource stable A specific geographical location of Azure cloud resource. Tags: primary-field | westeurope |
azure.availability_zones | string[] | resource experimental Availability zones of Azure cloud resource. | ['1'] |
azure.resource.group | string | resource stable A resource group is a container that holds related resources for an Azure solution. Tags: permission primary-field | demo-backend-rg |
azure.tenant.id | string | resource experimental Unique, immutable identifier assigned to the Azure tenant. | 37c4add3-612a-483d-8b24-cccbb35d3306 |
Fields that are provided by all Cloud workloads.
| Attribute | Type | Description | Examples |
|---|---|---|---|
cloud.acquisition.status | string | experimental 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 |
Smartscape node name: azure.resource.name
Smartscape node type: AZURE_MICROSOFT_NETWORK_ROUTETABLES
This entity represents Route Table
Fetch all Smartscape nodes from the smartscape.nodes table and filter for the entity type "AZURE_MICROSOFT_NETWORK_ROUTETABLES"
smartscapeNodes "AZURE_MICROSOFT_NETWORK_ROUTETABLES"
The following base fields are used for all entities.
| Attribute | Type | Description | Examples |
|---|---|---|---|
id | smartscapeId | stable A Smartscape ID consists of two components: an UPPER_CASE entity type and a random 16-character hexadecimal unique identifier, separated by a dash. Use Smartscape conversion functions when working with strings that represent Smartscape IDs. | <type>-017198AD253CBD63 |
id_classic | string | deprecated The entity ID that was used in the classic entity store. This ID is present in old monitoring data. Not all entities have this ID, and it is not generated for new entities. Use the id field instead, which is the Smartscape ID. | <type>-017198AD253CBD63 |
name | string | stable The entity name. | localhost; easyTravel; product-catalog |
type | string | stable The entity type. UPPER_SNAKE_CASE string that represents the type of the entity. | TYPE_A |
tags | record | stable 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 |
lifetime | timeframe | stable 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 } |
references | record | stable 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_context | string[] | resource stable The security contexts associated with the entity. For Smartscape entities, this field is always an array. Tags: permission | [] |
Contains all fields that are provided by all resorce running on Azure, including Azure, Core and K8s entities.
| Attribute | Type | Description | Examples |
|---|---|---|---|
azure.subscription | string | resource stable An Azure subscription is a logical container used to provision resources in Azure. Tags: permission primary-field | 27e9b03f-04d2-2b69-b327-32f433f7ed21 |
azure.location | string | resource stable A specific geographical location of Azure cloud resource. Tags: primary-field | westeurope |
azure.availability_zones | string[] | resource experimental Availability zones of Azure cloud resource. | ['1'] |
azure.resource.group | string | resource stable A resource group is a container that holds related resources for an Azure solution. Tags: permission primary-field | demo-backend-rg |
azure.resource.id | string | resource 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.name | string | resource experimental User-provided name of the Azure cloud resource. | demo-aks |
azure.resource.type | string | resource experimental The name of a resource type in the format: {resource-provider}/{resource-type}. | Microsoft.ContainerService/managedClusters |
Contains all fields that are provided by all Azure entities.
| Attribute | Type | Description | Examples |
|---|---|---|---|
azure.resource.kind | string | experimental A kind of the Azure resource | app,linux |
azure.resource.sku.name | string | experimental Name of the Azure resource SKU | B_Gen5_1 |
azure.resource.sku.tier | string | experimental Tier of the Azure resource SKU | Basic |
azure.resource.sku.capacity | string | experimental Capacity of the Azure resource SKU | 20 |
azure.status | string | experimental The status of the instance | Running; Stopped (deallocated) |
azure.provisioning_state | string | experimental The provisioning status of the resource | Succeeded; DELETED; ERROR; INCOMPLETE |
azure.object | string | experimental The full JSON content of Azure object | |
azure.properties.version | string | experimental The json content version | ... |
azure.subscription | string | resource stable An Azure subscription is a logical container used to provision resources in Azure. Tags: permission primary-field | 27e9b03f-04d2-2b69-b327-32f433f7ed21 |
azure.location | string | resource stable A specific geographical location of Azure cloud resource. Tags: primary-field | westeurope |
azure.availability_zones | string[] | resource experimental Availability zones of Azure cloud resource. | ['1'] |
azure.resource.group | string | resource stable A resource group is a container that holds related resources for an Azure solution. Tags: permission primary-field | demo-backend-rg |
azure.tenant.id | string | resource experimental Unique, immutable identifier assigned to the Azure tenant. | 37c4add3-612a-483d-8b24-cccbb35d3306 |
Fields that are provided by all Cloud workloads.
| Attribute | Type | Description | Examples |
|---|---|---|---|
cloud.acquisition.status | string | experimental 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 |
Smartscape node name: azure.resource.name
Smartscape node type: AZURE_MICROSOFT_NETWORK_ROUTETABLES_ROUTES
This entity represents Route Table Routes
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"
The following base fields are used for all entities.
| Attribute | Type | Description | Examples |
|---|---|---|---|
id | smartscapeId | stable A Smartscape ID consists of two components: an UPPER_CASE entity type and a random 16-character hexadecimal unique identifier, separated by a dash. Use Smartscape conversion functions when working with strings that represent Smartscape IDs. | <type>-017198AD253CBD63 |
id_classic | string | deprecated The entity ID that was used in the classic entity store. This ID is present in old monitoring data. Not all entities have this ID, and it is not generated for new entities. Use the id field instead, which is the Smartscape ID. | <type>-017198AD253CBD63 |
name | string | stable The entity name. | localhost; easyTravel; product-catalog |
type | string | stable The entity type. UPPER_SNAKE_CASE string that represents the type of the entity. | TYPE_A |
tags | record | stable 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 |
lifetime | timeframe | stable 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 } |
references | record | stable 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_context | string[] | resource stable The security contexts associated with the entity. For Smartscape entities, this field is always an array. Tags: permission | [] |
Contains all fields that are provided by all resorce running on Azure, including Azure, Core and K8s entities.
| Attribute | Type | Description | Examples |
|---|---|---|---|
azure.subscription | string | resource stable An Azure subscription is a logical container used to provision resources in Azure. Tags: permission primary-field | 27e9b03f-04d2-2b69-b327-32f433f7ed21 |
azure.location | string | resource stable A specific geographical location of Azure cloud resource. Tags: primary-field | westeurope |
azure.availability_zones | string[] | resource experimental Availability zones of Azure cloud resource. | ['1'] |
azure.resource.group | string | resource stable A resource group is a container that holds related resources for an Azure solution. Tags: permission primary-field | demo-backend-rg |
azure.resource.id | string | resource 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.name | string | resource experimental User-provided name of the Azure cloud resource. | demo-aks |
azure.resource.type | string | resource experimental The name of a resource type in the format: {resource-provider}/{resource-type}. | Microsoft.ContainerService/managedClusters |
Contains all fields that are provided by all Azure entities.
| Attribute | Type | Description | Examples |
|---|---|---|---|
azure.resource.kind | string | experimental A kind of the Azure resource | app,linux |
azure.resource.sku.name | string | experimental Name of the Azure resource SKU | B_Gen5_1 |
azure.resource.sku.tier | string | experimental Tier of the Azure resource SKU | Basic |
azure.resource.sku.capacity | string | experimental Capacity of the Azure resource SKU | 20 |
azure.status | string | experimental The status of the instance | Running; Stopped (deallocated) |
azure.provisioning_state | string | experimental The provisioning status of the resource | Succeeded; DELETED; ERROR; INCOMPLETE |
azure.object | string | experimental The full JSON content of Azure object | |
azure.properties.version | string | experimental The json content version | ... |
azure.subscription | string | resource stable An Azure subscription is a logical container used to provision resources in Azure. Tags: permission primary-field | 27e9b03f-04d2-2b69-b327-32f433f7ed21 |
azure.location | string | resource stable A specific geographical location of Azure cloud resource. Tags: primary-field | westeurope |
azure.availability_zones | string[] | resource experimental Availability zones of Azure cloud resource. | ['1'] |
azure.resource.group | string | resource stable A resource group is a container that holds related resources for an Azure solution. Tags: permission primary-field | demo-backend-rg |
azure.tenant.id | string | resource experimental Unique, immutable identifier assigned to the Azure tenant. | 37c4add3-612a-483d-8b24-cccbb35d3306 |
Fields that are provided by all Cloud workloads.
| Attribute | Type | Description | Examples |
|---|---|---|---|
cloud.acquisition.status | string | experimental 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 |
Smartscape node name: azure.resource.name
Smartscape node type: AZURE_MICROSOFT_DATAMIGRATION_SQLMIGRATIONSERVICES
This entity represents SQL Migration Services
Fetch all Smartscape nodes from the smartscape.nodes table and filter for the entity type "AZURE_MICROSOFT_DATAMIGRATION_SQLMIGRATIONSERVICES"
smartscapeNodes "AZURE_MICROSOFT_DATAMIGRATION_SQLMIGRATIONSERVICES"
The following base fields are used for all entities.
| Attribute | Type | Description | Examples |
|---|---|---|---|
id | smartscapeId | stable A Smartscape ID consists of two components: an UPPER_CASE entity type and a random 16-character hexadecimal unique identifier, separated by a dash. Use Smartscape conversion functions when working with strings that represent Smartscape IDs. | <type>-017198AD253CBD63 |
id_classic | string | deprecated The entity ID that was used in the classic entity store. This ID is present in old monitoring data. Not all entities have this ID, and it is not generated for new entities. Use the id field instead, which is the Smartscape ID. | <type>-017198AD253CBD63 |
name | string | stable The entity name. | localhost; easyTravel; product-catalog |
type | string | stable The entity type. UPPER_SNAKE_CASE string that represents the type of the entity. | TYPE_A |
tags | record | stable 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 |
lifetime | timeframe | stable 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 } |
references | record | stable 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_context | string[] | resource stable The security contexts associated with the entity. For Smartscape entities, this field is always an array. Tags: permission | [] |
Contains all fields that are provided by all resorce running on Azure, including Azure, Core and K8s entities.
| Attribute | Type | Description | Examples |
|---|---|---|---|
azure.subscription | string | resource stable An Azure subscription is a logical container used to provision resources in Azure. Tags: permission primary-field | 27e9b03f-04d2-2b69-b327-32f433f7ed21 |
azure.location | string | resource stable A specific geographical location of Azure cloud resource. Tags: primary-field | westeurope |
azure.availability_zones | string[] | resource experimental Availability zones of Azure cloud resource. | ['1'] |
azure.resource.group | string | resource stable A resource group is a container that holds related resources for an Azure solution. Tags: permission primary-field | demo-backend-rg |
azure.resource.id | string | resource 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.name | string | resource experimental User-provided name of the Azure cloud resource. | demo-aks |
azure.resource.type | string | resource experimental The name of a resource type in the format: {resource-provider}/{resource-type}. | Microsoft.ContainerService/managedClusters |
Contains all fields that are provided by all Azure entities.
| Attribute | Type | Description | Examples |
|---|---|---|---|
azure.resource.kind | string | experimental A kind of the Azure resource | app,linux |
azure.resource.sku.name | string | experimental Name of the Azure resource SKU | B_Gen5_1 |
azure.resource.sku.tier | string | experimental Tier of the Azure resource SKU | Basic |
azure.resource.sku.capacity | string | experimental Capacity of the Azure resource SKU | 20 |
azure.status | string | experimental The status of the instance | Running; Stopped (deallocated) |
azure.provisioning_state | string | experimental The provisioning status of the resource | Succeeded; DELETED; ERROR; INCOMPLETE |
azure.object | string | experimental The full JSON content of Azure object | |
azure.properties.version | string | experimental The json content version | ... |
azure.subscription | string | resource stable An Azure subscription is a logical container used to provision resources in Azure. Tags: permission primary-field | 27e9b03f-04d2-2b69-b327-32f433f7ed21 |
azure.location | string | resource stable A specific geographical location of Azure cloud resource. Tags: primary-field | westeurope |
azure.availability_zones | string[] | resource experimental Availability zones of Azure cloud resource. | ['1'] |
azure.resource.group | string | resource stable A resource group is a container that holds related resources for an Azure solution. Tags: permission primary-field | demo-backend-rg |
azure.tenant.id | string | resource experimental Unique, immutable identifier assigned to the Azure tenant. | 37c4add3-612a-483d-8b24-cccbb35d3306 |
Fields that are provided by all Cloud workloads.
| Attribute | Type | Description | Examples |
|---|---|---|---|
cloud.acquisition.status | string | experimental 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 |
Smartscape node name: azure.resource.name
Smartscape node type: AZURE_MICROSOFT_COMPUTE_SSHPUBLICKEYS
This entity represents SSH Public Keys
Fetch all Smartscape nodes from the smartscape.nodes table and filter for the entity type "AZURE_MICROSOFT_COMPUTE_SSHPUBLICKEYS"
smartscapeNodes "AZURE_MICROSOFT_COMPUTE_SSHPUBLICKEYS"
The following base fields are used for all entities.
| Attribute | Type | Description | Examples |
|---|---|---|---|
id | smartscapeId | stable A Smartscape ID consists of two components: an UPPER_CASE entity type and a random 16-character hexadecimal unique identifier, separated by a dash. Use Smartscape conversion functions when working with strings that represent Smartscape IDs. | <type>-017198AD253CBD63 |
id_classic | string | deprecated The entity ID that was used in the classic entity store. This ID is present in old monitoring data. Not all entities have this ID, and it is not generated for new entities. Use the id field instead, which is the Smartscape ID. | <type>-017198AD253CBD63 |
name | string | stable The entity name. | localhost; easyTravel; product-catalog |
type | string | stable The entity type. UPPER_SNAKE_CASE string that represents the type of the entity. | TYPE_A |
tags | record | stable 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 |
lifetime | timeframe | stable 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 } |
references | record | stable 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_context | string[] | resource stable The security contexts associated with the entity. For Smartscape entities, this field is always an array. Tags: permission | [] |
Contains all fields that are provided by all resorce running on Azure, including Azure, Core and K8s entities.
| Attribute | Type | Description | Examples |
|---|---|---|---|
azure.subscription | string | resource stable An Azure subscription is a logical container used to provision resources in Azure. Tags: permission primary-field | 27e9b03f-04d2-2b69-b327-32f433f7ed21 |
azure.location | string | resource stable A specific geographical location of Azure cloud resource. Tags: primary-field | westeurope |
azure.availability_zones | string[] | resource experimental Availability zones of Azure cloud resource. | ['1'] |
azure.resource.group | string | resource stable A resource group is a container that holds related resources for an Azure solution. Tags: permission primary-field | demo-backend-rg |
azure.resource.id | string | resource 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.name | string | resource experimental User-provided name of the Azure cloud resource. | demo-aks |
azure.resource.type | string | resource experimental The name of a resource type in the format: {resource-provider}/{resource-type}. | Microsoft.ContainerService/managedClusters |
Contains all fields that are provided by all Azure entities.
| Attribute | Type | Description | Examples |
|---|---|---|---|
azure.resource.kind | string | experimental A kind of the Azure resource | app,linux |
azure.resource.sku.name | string | experimental Name of the Azure resource SKU | B_Gen5_1 |
azure.resource.sku.tier | string | experimental Tier of the Azure resource SKU | Basic |
azure.resource.sku.capacity | string | experimental Capacity of the Azure resource SKU | 20 |
azure.status | string | experimental The status of the instance | Running; Stopped (deallocated) |
azure.provisioning_state | string | experimental The provisioning status of the resource | Succeeded; DELETED; ERROR; INCOMPLETE |
azure.object | string | experimental The full JSON content of Azure object | |
azure.properties.version | string | experimental The json content version | ... |
azure.subscription | string | resource stable An Azure subscription is a logical container used to provision resources in Azure. Tags: permission primary-field | 27e9b03f-04d2-2b69-b327-32f433f7ed21 |
azure.location | string | resource stable A specific geographical location of Azure cloud resource. Tags: primary-field | westeurope |
azure.availability_zones | string[] | resource experimental Availability zones of Azure cloud resource. | ['1'] |
azure.resource.group | string | resource stable A resource group is a container that holds related resources for an Azure solution. Tags: permission primary-field | demo-backend-rg |
azure.tenant.id | string | resource experimental Unique, immutable identifier assigned to the Azure tenant. | 37c4add3-612a-483d-8b24-cccbb35d3306 |
Fields that are provided by all Cloud workloads.
| Attribute | Type | Description | Examples |
|---|---|---|---|
cloud.acquisition.status | string | experimental 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 |
Smartscape node name: azure.resource.name
Smartscape node type: AZURE_MICROSOFT_SECURITY_AUTOMATIONS
This entity represents Security Automations
Fetch all Smartscape nodes from the smartscape.nodes table and filter for the entity type "AZURE_MICROSOFT_SECURITY_AUTOMATIONS"
smartscapeNodes "AZURE_MICROSOFT_SECURITY_AUTOMATIONS"
The following base fields are used for all entities.
| Attribute | Type | Description | Examples |
|---|---|---|---|
id | smartscapeId | stable A Smartscape ID consists of two components: an UPPER_CASE entity type and a random 16-character hexadecimal unique identifier, separated by a dash. Use Smartscape conversion functions when working with strings that represent Smartscape IDs. | <type>-017198AD253CBD63 |
id_classic | string | deprecated The entity ID that was used in the classic entity store. This ID is present in old monitoring data. Not all entities have this ID, and it is not generated for new entities. Use the id field instead, which is the Smartscape ID. | <type>-017198AD253CBD63 |
name | string | stable The entity name. | localhost; easyTravel; product-catalog |
type | string | stable The entity type. UPPER_SNAKE_CASE string that represents the type of the entity. | TYPE_A |
tags | record | stable 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 |
lifetime | timeframe | stable 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 } |
references | record | stable 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_context | string[] | resource stable The security contexts associated with the entity. For Smartscape entities, this field is always an array. Tags: permission | [] |
Contains all fields that are provided by all resorce running on Azure, including Azure, Core and K8s entities.
| Attribute | Type | Description | Examples |
|---|---|---|---|
azure.subscription | string | resource stable An Azure subscription is a logical container used to provision resources in Azure. Tags: permission primary-field | 27e9b03f-04d2-2b69-b327-32f433f7ed21 |
azure.location | string | resource stable A specific geographical location of Azure cloud resource. Tags: primary-field | westeurope |
azure.availability_zones | string[] | resource experimental Availability zones of Azure cloud resource. | ['1'] |
azure.resource.group | string | resource stable A resource group is a container that holds related resources for an Azure solution. Tags: permission primary-field | demo-backend-rg |
azure.resource.id | string | resource 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.name | string | resource experimental User-provided name of the Azure cloud resource. | demo-aks |
azure.resource.type | string | resource experimental The name of a resource type in the format: {resource-provider}/{resource-type}. | Microsoft.ContainerService/managedClusters |
Contains all fields that are provided by all Azure entities.
| Attribute | Type | Description | Examples |
|---|---|---|---|
azure.resource.kind | string | experimental A kind of the Azure resource | app,linux |
azure.resource.sku.name | string | experimental Name of the Azure resource SKU | B_Gen5_1 |
azure.resource.sku.tier | string | experimental Tier of the Azure resource SKU | Basic |
azure.resource.sku.capacity | string | experimental Capacity of the Azure resource SKU | 20 |
azure.status | string | experimental The status of the instance | Running; Stopped (deallocated) |
azure.provisioning_state | string | experimental The provisioning status of the resource | Succeeded; DELETED; ERROR; INCOMPLETE |
azure.object | string | experimental The full JSON content of Azure object | |
azure.properties.version | string | experimental The json content version | ... |
azure.subscription | string | resource stable An Azure subscription is a logical container used to provision resources in Azure. Tags: permission primary-field | 27e9b03f-04d2-2b69-b327-32f433f7ed21 |
azure.location | string | resource stable A specific geographical location of Azure cloud resource. Tags: primary-field | westeurope |
azure.availability_zones | string[] | resource experimental Availability zones of Azure cloud resource. | ['1'] |
azure.resource.group | string | resource stable A resource group is a container that holds related resources for an Azure solution. Tags: permission primary-field | demo-backend-rg |
azure.tenant.id | string | resource experimental Unique, immutable identifier assigned to the Azure tenant. | 37c4add3-612a-483d-8b24-cccbb35d3306 |
Fields that are provided by all Cloud workloads.
| Attribute | Type | Description | Examples |
|---|---|---|---|
cloud.acquisition.status | string | experimental 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 |
Smartscape node name: azure.resource.name
Smartscape node type: AZURE_MICROSOFT_STORAGE_STORAGEACCOUNTS
This entity represents Storage Account
Fetch all Smartscape nodes from the smartscape.nodes table and filter for the entity type "AZURE_MICROSOFT_STORAGE_STORAGEACCOUNTS"
smartscapeNodes "AZURE_MICROSOFT_STORAGE_STORAGEACCOUNTS"
The following base fields are used for all entities.
| Attribute | Type | Description | Examples |
|---|---|---|---|
id | smartscapeId | stable A Smartscape ID consists of two components: an UPPER_CASE entity type and a random 16-character hexadecimal unique identifier, separated by a dash. Use Smartscape conversion functions when working with strings that represent Smartscape IDs. | <type>-017198AD253CBD63 |
id_classic | string | deprecated The entity ID that was used in the classic entity store. This ID is present in old monitoring data. Not all entities have this ID, and it is not generated for new entities. Use the id field instead, which is the Smartscape ID. | <type>-017198AD253CBD63 |
name | string | stable The entity name. | localhost; easyTravel; product-catalog |
type | string | stable The entity type. UPPER_SNAKE_CASE string that represents the type of the entity. | TYPE_A |
tags | record | stable 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 |
lifetime | timeframe | stable 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 } |
references | record | stable 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_context | string[] | resource stable The security contexts associated with the entity. For Smartscape entities, this field is always an array. Tags: permission | [] |
Contains all fields that are provided by all resorce running on Azure, including Azure, Core and K8s entities.
| Attribute | Type | Description | Examples |
|---|---|---|---|
azure.subscription | string | resource stable An Azure subscription is a logical container used to provision resources in Azure. Tags: permission primary-field | 27e9b03f-04d2-2b69-b327-32f433f7ed21 |
azure.location | string | resource stable A specific geographical location of Azure cloud resource. Tags: primary-field | westeurope |
azure.availability_zones | string[] | resource experimental Availability zones of Azure cloud resource. | ['1'] |
azure.resource.group | string | resource stable A resource group is a container that holds related resources for an Azure solution. Tags: permission primary-field | demo-backend-rg |
azure.resource.id | string | resource 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.name | string | resource experimental User-provided name of the Azure cloud resource. | demo-aks |
azure.resource.type | string | resource experimental The name of a resource type in the format: {resource-provider}/{resource-type}. | Microsoft.ContainerService/managedClusters |
Contains all fields that are provided by all Azure entities.
| Attribute | Type | Description | Examples |
|---|---|---|---|
azure.resource.kind | string | experimental A kind of the Azure resource | app,linux |
azure.resource.sku.name | string | experimental Name of the Azure resource SKU | B_Gen5_1 |
azure.resource.sku.tier | string | experimental Tier of the Azure resource SKU | Basic |
azure.resource.sku.capacity | string | experimental Capacity of the Azure resource SKU | 20 |
azure.status | string | experimental The status of the instance | Running; Stopped (deallocated) |
azure.provisioning_state | string | experimental The provisioning status of the resource | Succeeded; DELETED; ERROR; INCOMPLETE |
azure.object | string | experimental The full JSON content of Azure object | |
azure.properties.version | string | experimental The json content version | ... |
azure.subscription | string | resource stable An Azure subscription is a logical container used to provision resources in Azure. Tags: permission primary-field | 27e9b03f-04d2-2b69-b327-32f433f7ed21 |
azure.location | string | resource stable A specific geographical location of Azure cloud resource. Tags: primary-field | westeurope |
azure.availability_zones | string[] | resource experimental Availability zones of Azure cloud resource. | ['1'] |
azure.resource.group | string | resource stable A resource group is a container that holds related resources for an Azure solution. Tags: permission primary-field | demo-backend-rg |
azure.tenant.id | string | resource experimental Unique, immutable identifier assigned to the Azure tenant. | 37c4add3-612a-483d-8b24-cccbb35d3306 |
Fields that are provided by all Cloud workloads.
| Attribute | Type | Description | Examples |
|---|---|---|---|
cloud.acquisition.status | string | experimental 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 |
Smartscape node name: azure.resource.name
Smartscape node type: AZURE_MICROSOFT_STORAGE_STORAGEACCOUNTS_BLOBSERVICES_CONTAINERS
This entity represents Storage Account Blob Containers
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"
The following base fields are used for all entities.
| Attribute | Type | Description | Examples |
|---|---|---|---|
id | smartscapeId | stable A Smartscape ID consists of two components: an UPPER_CASE entity type and a random 16-character hexadecimal unique identifier, separated by a dash. Use Smartscape conversion functions when working with strings that represent Smartscape IDs. | <type>-017198AD253CBD63 |
id_classic | string | deprecated The entity ID that was used in the classic entity store. This ID is present in old monitoring data. Not all entities have this ID, and it is not generated for new entities. Use the id field instead, which is the Smartscape ID. | <type>-017198AD253CBD63 |
name | string | stable The entity name. | localhost; easyTravel; product-catalog |
type | string | stable The entity type. UPPER_SNAKE_CASE string that represents the type of the entity. | TYPE_A |
tags | record | stable 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 |
lifetime | timeframe | stable 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 } |
references | record | stable 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_context | string[] | resource stable The security contexts associated with the entity. For Smartscape entities, this field is always an array. Tags: permission | [] |
Contains all fields that are provided by all resorce running on Azure, including Azure, Core and K8s entities.
| Attribute | Type | Description | Examples |
|---|---|---|---|
azure.subscription | string | resource stable An Azure subscription is a logical container used to provision resources in Azure. Tags: permission primary-field | 27e9b03f-04d2-2b69-b327-32f433f7ed21 |
azure.location | string | resource stable A specific geographical location of Azure cloud resource. Tags: primary-field | westeurope |
azure.availability_zones | string[] | resource experimental Availability zones of Azure cloud resource. | ['1'] |
azure.resource.group | string | resource stable A resource group is a container that holds related resources for an Azure solution. Tags: permission primary-field | demo-backend-rg |
azure.resource.id | string | resource 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.name | string | resource experimental User-provided name of the Azure cloud resource. | demo-aks |
azure.resource.type | string | resource experimental The name of a resource type in the format: {resource-provider}/{resource-type}. | Microsoft.ContainerService/managedClusters |
Contains all fields that are provided by all Azure entities.
| Attribute | Type | Description | Examples |
|---|---|---|---|
azure.resource.kind | string | experimental A kind of the Azure resource | app,linux |
azure.resource.sku.name | string | experimental Name of the Azure resource SKU | B_Gen5_1 |
azure.resource.sku.tier | string | experimental Tier of the Azure resource SKU | Basic |
azure.resource.sku.capacity | string | experimental Capacity of the Azure resource SKU | 20 |
azure.status | string | experimental The status of the instance | Running; Stopped (deallocated) |
azure.provisioning_state | string | experimental The provisioning status of the resource | Succeeded; DELETED; ERROR; INCOMPLETE |
azure.object | string | experimental The full JSON content of Azure object | |
azure.properties.version | string | experimental The json content version | ... |
azure.subscription | string | resource stable An Azure subscription is a logical container used to provision resources in Azure. Tags: permission primary-field | 27e9b03f-04d2-2b69-b327-32f433f7ed21 |
azure.location | string | resource stable A specific geographical location of Azure cloud resource. Tags: primary-field | westeurope |
azure.availability_zones | string[] | resource experimental Availability zones of Azure cloud resource. | ['1'] |
azure.resource.group | string | resource stable A resource group is a container that holds related resources for an Azure solution. Tags: permission primary-field | demo-backend-rg |
azure.tenant.id | string | resource experimental Unique, immutable identifier assigned to the Azure tenant. | 37c4add3-612a-483d-8b24-cccbb35d3306 |
Fields that are provided by all Cloud workloads.
| Attribute | Type | Description | Examples |
|---|---|---|---|
cloud.acquisition.status | string | experimental 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 |
Smartscape node name: azure.resource.name
Smartscape node type: AZURE_MICROSOFT_STORAGE_STORAGEACCOUNTS_FILESERVICES_SHARES
This entity represents Storage Account File Shares
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"
The following base fields are used for all entities.
| Attribute | Type | Description | Examples |
|---|---|---|---|
id | smartscapeId | stable A Smartscape ID consists of two components: an UPPER_CASE entity type and a random 16-character hexadecimal unique identifier, separated by a dash. Use Smartscape conversion functions when working with strings that represent Smartscape IDs. | <type>-017198AD253CBD63 |
id_classic | string | deprecated The entity ID that was used in the classic entity store. This ID is present in old monitoring data. Not all entities have this ID, and it is not generated for new entities. Use the id field instead, which is the Smartscape ID. | <type>-017198AD253CBD63 |
name | string | stable The entity name. | localhost; easyTravel; product-catalog |
type | string | stable The entity type. UPPER_SNAKE_CASE string that represents the type of the entity. | TYPE_A |
tags | record | stable 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 |
lifetime | timeframe | stable 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 } |
references | record | stable 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_context | string[] | resource stable The security contexts associated with the entity. For Smartscape entities, this field is always an array. Tags: permission | [] |
Contains all fields that are provided by all resorce running on Azure, including Azure, Core and K8s entities.
| Attribute | Type | Description | Examples |
|---|---|---|---|
azure.subscription | string | resource stable An Azure subscription is a logical container used to provision resources in Azure. Tags: permission primary-field | 27e9b03f-04d2-2b69-b327-32f433f7ed21 |
azure.location | string | resource stable A specific geographical location of Azure cloud resource. Tags: primary-field | westeurope |
azure.availability_zones | string[] | resource experimental Availability zones of Azure cloud resource. | ['1'] |
azure.resource.group | string | resource stable A resource group is a container that holds related resources for an Azure solution. Tags: permission primary-field | demo-backend-rg |
azure.resource.id | string | resource 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.name | string | resource experimental User-provided name of the Azure cloud resource. | demo-aks |
azure.resource.type | string | resource experimental The name of a resource type in the format: {resource-provider}/{resource-type}. | Microsoft.ContainerService/managedClusters |
Contains all fields that are provided by all Azure entities.
| Attribute | Type | Description | Examples |
|---|---|---|---|
azure.resource.kind | string | experimental A kind of the Azure resource | app,linux |
azure.resource.sku.name | string | experimental Name of the Azure resource SKU | B_Gen5_1 |
azure.resource.sku.tier | string | experimental Tier of the Azure resource SKU | Basic |
azure.resource.sku.capacity | string | experimental Capacity of the Azure resource SKU | 20 |
azure.status | string | experimental The status of the instance | Running; Stopped (deallocated) |
azure.provisioning_state | string | experimental The provisioning status of the resource | Succeeded; DELETED; ERROR; INCOMPLETE |
azure.object | string | experimental The full JSON content of Azure object | |
azure.properties.version | string | experimental The json content version | ... |
azure.subscription | string | resource stable An Azure subscription is a logical container used to provision resources in Azure. Tags: permission primary-field | 27e9b03f-04d2-2b69-b327-32f433f7ed21 |
azure.location | string | resource stable A specific geographical location of Azure cloud resource. Tags: primary-field | westeurope |
azure.availability_zones | string[] | resource experimental Availability zones of Azure cloud resource. | ['1'] |
azure.resource.group | string | resource stable A resource group is a container that holds related resources for an Azure solution. Tags: permission primary-field | demo-backend-rg |
azure.tenant.id | string | resource experimental Unique, immutable identifier assigned to the Azure tenant. | 37c4add3-612a-483d-8b24-cccbb35d3306 |
Fields that are provided by all Cloud workloads.
| Attribute | Type | Description | Examples |
|---|---|---|---|
cloud.acquisition.status | string | experimental 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 |
Smartscape node name: azure.resource.name
Smartscape node type: AZURE_MICROSOFT_STORAGE_STORAGEACCOUNTS_QUEUESERVICES_QUEUES
This entity represents Storage Account Storage Queues
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"
The following base fields are used for all entities.
| Attribute | Type | Description | Examples |
|---|---|---|---|
id | smartscapeId | stable A Smartscape ID consists of two components: an UPPER_CASE entity type and a random 16-character hexadecimal unique identifier, separated by a dash. Use Smartscape conversion functions when working with strings that represent Smartscape IDs. | <type>-017198AD253CBD63 |
id_classic | string | deprecated The entity ID that was used in the classic entity store. This ID is present in old monitoring data. Not all entities have this ID, and it is not generated for new entities. Use the id field instead, which is the Smartscape ID. | <type>-017198AD253CBD63 |
name | string | stable The entity name. | localhost; easyTravel; product-catalog |
type | string | stable The entity type. UPPER_SNAKE_CASE string that represents the type of the entity. | TYPE_A |
tags | record | stable 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 |
lifetime | timeframe | stable 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 } |
references | record | stable 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_context | string[] | resource stable The security contexts associated with the entity. For Smartscape entities, this field is always an array. Tags: permission | [] |
Contains all fields that are provided by all resorce running on Azure, including Azure, Core and K8s entities.
| Attribute | Type | Description | Examples |
|---|---|---|---|
azure.subscription | string | resource stable An Azure subscription is a logical container used to provision resources in Azure. Tags: permission primary-field | 27e9b03f-04d2-2b69-b327-32f433f7ed21 |
azure.location | string | resource stable A specific geographical location of Azure cloud resource. Tags: primary-field | westeurope |
azure.availability_zones | string[] | resource experimental Availability zones of Azure cloud resource. | ['1'] |
azure.resource.group | string | resource stable A resource group is a container that holds related resources for an Azure solution. Tags: permission primary-field | demo-backend-rg |
azure.resource.id | string | resource 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.name | string | resource experimental User-provided name of the Azure cloud resource. | demo-aks |
azure.resource.type | string | resource experimental The name of a resource type in the format: {resource-provider}/{resource-type}. | Microsoft.ContainerService/managedClusters |
Contains all fields that are provided by all Azure entities.
| Attribute | Type | Description | Examples |
|---|---|---|---|
azure.resource.kind | string | experimental A kind of the Azure resource | app,linux |
azure.resource.sku.name | string | experimental Name of the Azure resource SKU | B_Gen5_1 |
azure.resource.sku.tier | string | experimental Tier of the Azure resource SKU | Basic |
azure.resource.sku.capacity | string | experimental Capacity of the Azure resource SKU | 20 |
azure.status | string | experimental The status of the instance | Running; Stopped (deallocated) |
azure.provisioning_state | string | experimental The provisioning status of the resource | Succeeded; DELETED; ERROR; INCOMPLETE |
azure.object | string | experimental The full JSON content of Azure object | |
azure.properties.version | string | experimental The json content version | ... |
azure.subscription | string | resource stable An Azure subscription is a logical container used to provision resources in Azure. Tags: permission primary-field | 27e9b03f-04d2-2b69-b327-32f433f7ed21 |
azure.location | string | resource stable A specific geographical location of Azure cloud resource. Tags: primary-field | westeurope |
azure.availability_zones | string[] | resource experimental Availability zones of Azure cloud resource. | ['1'] |
azure.resource.group | string | resource stable A resource group is a container that holds related resources for an Azure solution. Tags: permission primary-field | demo-backend-rg |
azure.tenant.id | string | resource experimental Unique, immutable identifier assigned to the Azure tenant. | 37c4add3-612a-483d-8b24-cccbb35d3306 |
Fields that are provided by all Cloud workloads.
| Attribute | Type | Description | Examples |
|---|---|---|---|
cloud.acquisition.status | string | experimental 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 |
Smartscape node name: azure.resource.name
Smartscape node type: AZURE_MICROSOFT_STORAGE_STORAGEACCOUNTS_TABLESERVICES_TABLES
This entity represents Storage Account Storage Tables
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"
The following base fields are used for all entities.
| Attribute | Type | Description | Examples |
|---|---|---|---|
id | smartscapeId | stable A Smartscape ID consists of two components: an UPPER_CASE entity type and a random 16-character hexadecimal unique identifier, separated by a dash. Use Smartscape conversion functions when working with strings that represent Smartscape IDs. | <type>-017198AD253CBD63 |
id_classic | string | deprecated The entity ID that was used in the classic entity store. This ID is present in old monitoring data. Not all entities have this ID, and it is not generated for new entities. Use the id field instead, which is the Smartscape ID. | <type>-017198AD253CBD63 |
name | string | stable The entity name. | localhost; easyTravel; product-catalog |
type | string | stable The entity type. UPPER_SNAKE_CASE string that represents the type of the entity. | TYPE_A |
tags | record | stable 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 |
lifetime | timeframe | stable 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 } |
references | record | stable 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_context | string[] | resource stable The security contexts associated with the entity. For Smartscape entities, this field is always an array. Tags: permission | [] |
Contains all fields that are provided by all resorce running on Azure, including Azure, Core and K8s entities.
| Attribute | Type | Description | Examples |
|---|---|---|---|
azure.subscription | string | resource stable An Azure subscription is a logical container used to provision resources in Azure. Tags: permission primary-field | 27e9b03f-04d2-2b69-b327-32f433f7ed21 |
azure.location | string | resource stable A specific geographical location of Azure cloud resource. Tags: primary-field | westeurope |
azure.availability_zones | string[] | resource experimental Availability zones of Azure cloud resource. | ['1'] |
azure.resource.group | string | resource stable A resource group is a container that holds related resources for an Azure solution. Tags: permission primary-field | demo-backend-rg |
azure.resource.id | string | resource 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.name | string | resource experimental User-provided name of the Azure cloud resource. | demo-aks |
azure.resource.type | string | resource experimental The name of a resource type in the format: {resource-provider}/{resource-type}. | Microsoft.ContainerService/managedClusters |
Contains all fields that are provided by all Azure entities.
| Attribute | Type | Description | Examples |
|---|---|---|---|
azure.resource.kind | string | experimental A kind of the Azure resource | app,linux |
azure.resource.sku.name | string | experimental Name of the Azure resource SKU | B_Gen5_1 |
azure.resource.sku.tier | string | experimental Tier of the Azure resource SKU | Basic |
azure.resource.sku.capacity | string | experimental Capacity of the Azure resource SKU | 20 |
azure.status | string | experimental The status of the instance | Running; Stopped (deallocated) |
azure.provisioning_state | string | experimental The provisioning status of the resource | Succeeded; DELETED; ERROR; INCOMPLETE |
azure.object | string | experimental The full JSON content of Azure object | |
azure.properties.version | string | experimental The json content version | ... |
azure.subscription | string | resource stable An Azure subscription is a logical container used to provision resources in Azure. Tags: permission primary-field | 27e9b03f-04d2-2b69-b327-32f433f7ed21 |
azure.location | string | resource stable A specific geographical location of Azure cloud resource. Tags: primary-field | westeurope |
azure.availability_zones | string[] | resource experimental Availability zones of Azure cloud resource. | ['1'] |
azure.resource.group | string | resource stable A resource group is a container that holds related resources for an Azure solution. Tags: permission primary-field | demo-backend-rg |
azure.tenant.id | string | resource experimental Unique, immutable identifier assigned to the Azure tenant. | 37c4add3-612a-483d-8b24-cccbb35d3306 |
Fields that are provided by all Cloud workloads.
| Attribute | Type | Description | Examples |
|---|---|---|---|
cloud.acquisition.status | string | experimental 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 |
Smartscape node name: azure.resource.name
Smartscape node type: AZURE_MICROSOFT_STREAMANALYTICS_STREAMINGJOBS
This entity represents Stream Analytics Jobs
Fetch all Smartscape nodes from the smartscape.nodes table and filter for the entity type "AZURE_MICROSOFT_STREAMANALYTICS_STREAMINGJOBS"
smartscapeNodes "AZURE_MICROSOFT_STREAMANALYTICS_STREAMINGJOBS"
The following base fields are used for all entities.
| Attribute | Type | Description | Examples |
|---|---|---|---|
id | smartscapeId | stable A Smartscape ID consists of two components: an UPPER_CASE entity type and a random 16-character hexadecimal unique identifier, separated by a dash. Use Smartscape conversion functions when working with strings that represent Smartscape IDs. | <type>-017198AD253CBD63 |
id_classic | string | deprecated The entity ID that was used in the classic entity store. This ID is present in old monitoring data. Not all entities have this ID, and it is not generated for new entities. Use the id field instead, which is the Smartscape ID. | <type>-017198AD253CBD63 |
name | string | stable The entity name. | localhost; easyTravel; product-catalog |
type | string | stable The entity type. UPPER_SNAKE_CASE string that represents the type of the entity. | TYPE_A |
tags | record | stable 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 |
lifetime | timeframe | stable 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 } |
references | record | stable 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_context | string[] | resource stable The security contexts associated with the entity. For Smartscape entities, this field is always an array. Tags: permission | [] |
Contains all fields that are provided by all resorce running on Azure, including Azure, Core and K8s entities.
| Attribute | Type | Description | Examples |
|---|---|---|---|
azure.subscription | string | resource stable An Azure subscription is a logical container used to provision resources in Azure. Tags: permission primary-field | 27e9b03f-04d2-2b69-b327-32f433f7ed21 |
azure.location | string | resource stable A specific geographical location of Azure cloud resource. Tags: primary-field | westeurope |
azure.availability_zones | string[] | resource experimental Availability zones of Azure cloud resource. | ['1'] |
azure.resource.group | string | resource stable A resource group is a container that holds related resources for an Azure solution. Tags: permission primary-field | demo-backend-rg |
azure.resource.id | string | resource 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.name | string | resource experimental User-provided name of the Azure cloud resource. | demo-aks |
azure.resource.type | string | resource experimental The name of a resource type in the format: {resource-provider}/{resource-type}. | Microsoft.ContainerService/managedClusters |
Contains all fields that are provided by all Azure entities.
| Attribute | Type | Description | Examples |
|---|---|---|---|
azure.resource.kind | string | experimental A kind of the Azure resource | app,linux |
azure.resource.sku.name | string | experimental Name of the Azure resource SKU | B_Gen5_1 |
azure.resource.sku.tier | string | experimental Tier of the Azure resource SKU | Basic |
azure.resource.sku.capacity | string | experimental Capacity of the Azure resource SKU | 20 |
azure.status | string | experimental The status of the instance | Running; Stopped (deallocated) |
azure.provisioning_state | string | experimental The provisioning status of the resource | Succeeded; DELETED; ERROR; INCOMPLETE |
azure.object | string | experimental The full JSON content of Azure object | |
azure.properties.version | string | experimental The json content version | ... |
azure.subscription | string | resource stable An Azure subscription is a logical container used to provision resources in Azure. Tags: permission primary-field | 27e9b03f-04d2-2b69-b327-32f433f7ed21 |
azure.location | string | resource stable A specific geographical location of Azure cloud resource. Tags: primary-field | westeurope |
azure.availability_zones | string[] | resource experimental Availability zones of Azure cloud resource. | ['1'] |
azure.resource.group | string | resource stable A resource group is a container that holds related resources for an Azure solution. Tags: permission primary-field | demo-backend-rg |
azure.tenant.id | string | resource experimental Unique, immutable identifier assigned to the Azure tenant. | 37c4add3-612a-483d-8b24-cccbb35d3306 |
Fields that are provided by all Cloud workloads.
| Attribute | Type | Description | Examples |
|---|---|---|---|
cloud.acquisition.status | string | experimental 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 |
Smartscape node name: azure.resource.name
Smartscape node type: AZURE_MICROSOFT_MANAGEDIDENTITY_USERASSIGNEDIDENTITIES
This entity represents User Assigned Managed Identity
Fetch all Smartscape nodes from the smartscape.nodes table and filter for the entity type "AZURE_MICROSOFT_MANAGEDIDENTITY_USERASSIGNEDIDENTITIES"
smartscapeNodes "AZURE_MICROSOFT_MANAGEDIDENTITY_USERASSIGNEDIDENTITIES"
The following base fields are used for all entities.
| Attribute | Type | Description | Examples |
|---|---|---|---|
id | smartscapeId | stable A Smartscape ID consists of two components: an UPPER_CASE entity type and a random 16-character hexadecimal unique identifier, separated by a dash. Use Smartscape conversion functions when working with strings that represent Smartscape IDs. | <type>-017198AD253CBD63 |
id_classic | string | deprecated The entity ID that was used in the classic entity store. This ID is present in old monitoring data. Not all entities have this ID, and it is not generated for new entities. Use the id field instead, which is the Smartscape ID. | <type>-017198AD253CBD63 |
name | string | stable The entity name. | localhost; easyTravel; product-catalog |
type | string | stable The entity type. UPPER_SNAKE_CASE string that represents the type of the entity. | TYPE_A |
tags | record | stable 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 |
lifetime | timeframe | stable 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 } |
references | record | stable 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_context | string[] | resource stable The security contexts associated with the entity. For Smartscape entities, this field is always an array. Tags: permission | [] |
Contains all fields that are provided by all resorce running on Azure, including Azure, Core and K8s entities.
| Attribute | Type | Description | Examples |
|---|---|---|---|
azure.subscription | string | resource stable An Azure subscription is a logical container used to provision resources in Azure. Tags: permission primary-field | 27e9b03f-04d2-2b69-b327-32f433f7ed21 |
azure.location | string | resource stable A specific geographical location of Azure cloud resource. Tags: primary-field | westeurope |
azure.availability_zones | string[] | resource experimental Availability zones of Azure cloud resource. | ['1'] |
azure.resource.group | string | resource stable A resource group is a container that holds related resources for an Azure solution. Tags: permission primary-field | demo-backend-rg |
azure.resource.id | string | resource 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.name | string | resource experimental User-provided name of the Azure cloud resource. | demo-aks |
azure.resource.type | string | resource experimental The name of a resource type in the format: {resource-provider}/{resource-type}. | Microsoft.ContainerService/managedClusters |
Contains all fields that are provided by all Azure entities.
| Attribute | Type | Description | Examples |
|---|---|---|---|
azure.resource.kind | string | experimental A kind of the Azure resource | app,linux |
azure.resource.sku.name | string | experimental Name of the Azure resource SKU | B_Gen5_1 |
azure.resource.sku.tier | string | experimental Tier of the Azure resource SKU | Basic |
azure.resource.sku.capacity | string | experimental Capacity of the Azure resource SKU | 20 |
azure.status | string | experimental The status of the instance | Running; Stopped (deallocated) |
azure.provisioning_state | string | experimental The provisioning status of the resource | Succeeded; DELETED; ERROR; INCOMPLETE |
azure.object | string | experimental The full JSON content of Azure object | |
azure.properties.version | string | experimental The json content version | ... |
azure.subscription | string | resource stable An Azure subscription is a logical container used to provision resources in Azure. Tags: permission primary-field | 27e9b03f-04d2-2b69-b327-32f433f7ed21 |
azure.location | string | resource stable A specific geographical location of Azure cloud resource. Tags: primary-field | westeurope |
azure.availability_zones | string[] | resource experimental Availability zones of Azure cloud resource. | ['1'] |
azure.resource.group | string | resource stable A resource group is a container that holds related resources for an Azure solution. Tags: permission primary-field | demo-backend-rg |
azure.tenant.id | string | resource experimental Unique, immutable identifier assigned to the Azure tenant. | 37c4add3-612a-483d-8b24-cccbb35d3306 |
Fields that are provided by all Cloud workloads.
| Attribute | Type | Description | Examples |
|---|---|---|---|
cloud.acquisition.status | string | experimental 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 |
Smartscape node name: azure.resource.name
Smartscape node type: AZURE_MICROSOFT_NETWORK_VPNGATEWAYS
This entity represents VPN Gateway
Fetch all Smartscape nodes from the smartscape.nodes table and filter for the entity type "AZURE_MICROSOFT_NETWORK_VPNGATEWAYS"
smartscapeNodes "AZURE_MICROSOFT_NETWORK_VPNGATEWAYS"
The following base fields are used for all entities.
| Attribute | Type | Description | Examples |
|---|---|---|---|
id | smartscapeId | stable A Smartscape ID consists of two components: an UPPER_CASE entity type and a random 16-character hexadecimal unique identifier, separated by a dash. Use Smartscape conversion functions when working with strings that represent Smartscape IDs. | <type>-017198AD253CBD63 |
id_classic | string | deprecated The entity ID that was used in the classic entity store. This ID is present in old monitoring data. Not all entities have this ID, and it is not generated for new entities. Use the id field instead, which is the Smartscape ID. | <type>-017198AD253CBD63 |
name | string | stable The entity name. | localhost; easyTravel; product-catalog |
type | string | stable The entity type. UPPER_SNAKE_CASE string that represents the type of the entity. | TYPE_A |
tags | record | stable 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 |
lifetime | timeframe | stable 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 } |
references | record | stable 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_context | string[] | resource stable The security contexts associated with the entity. For Smartscape entities, this field is always an array. Tags: permission | [] |
Contains all fields that are provided by all resorce running on Azure, including Azure, Core and K8s entities.
| Attribute | Type | Description | Examples |
|---|---|---|---|
azure.subscription | string | resource stable An Azure subscription is a logical container used to provision resources in Azure. Tags: permission primary-field | 27e9b03f-04d2-2b69-b327-32f433f7ed21 |
azure.location | string | resource stable A specific geographical location of Azure cloud resource. Tags: primary-field | westeurope |
azure.availability_zones | string[] | resource experimental Availability zones of Azure cloud resource. | ['1'] |
azure.resource.group | string | resource stable A resource group is a container that holds related resources for an Azure solution. Tags: permission primary-field | demo-backend-rg |
azure.resource.id | string | resource 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.name | string | resource experimental User-provided name of the Azure cloud resource. | demo-aks |
azure.resource.type | string | resource experimental The name of a resource type in the format: {resource-provider}/{resource-type}. | Microsoft.ContainerService/managedClusters |
Contains all fields that are provided by all Azure entities.
| Attribute | Type | Description | Examples |
|---|---|---|---|
azure.resource.kind | string | experimental A kind of the Azure resource | app,linux |
azure.resource.sku.name | string | experimental Name of the Azure resource SKU | B_Gen5_1 |
azure.resource.sku.tier | string | experimental Tier of the Azure resource SKU | Basic |
azure.resource.sku.capacity | string | experimental Capacity of the Azure resource SKU | 20 |
azure.status | string | experimental The status of the instance | Running; Stopped (deallocated) |
azure.provisioning_state | string | experimental The provisioning status of the resource | Succeeded; DELETED; ERROR; INCOMPLETE |
azure.object | string | experimental The full JSON content of Azure object | |
azure.properties.version | string | experimental The json content version | ... |
azure.subscription | string | resource stable An Azure subscription is a logical container used to provision resources in Azure. Tags: permission primary-field | 27e9b03f-04d2-2b69-b327-32f433f7ed21 |
azure.location | string | resource stable A specific geographical location of Azure cloud resource. Tags: primary-field | westeurope |
azure.availability_zones | string[] | resource experimental Availability zones of Azure cloud resource. | ['1'] |
azure.resource.group | string | resource stable A resource group is a container that holds related resources for an Azure solution. Tags: permission primary-field | demo-backend-rg |
azure.tenant.id | string | resource experimental Unique, immutable identifier assigned to the Azure tenant. | 37c4add3-612a-483d-8b24-cccbb35d3306 |
Fields that are provided by all Cloud workloads.
| Attribute | Type | Description | Examples |
|---|---|---|---|
cloud.acquisition.status | string | experimental 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 |
Smartscape node name: azure.resource.name
Smartscape node type: AZURE_MICROSOFT_NETWORK_VIRTUALHUBS
This entity represents Virtual Hub
Fetch all Smartscape nodes from the smartscape.nodes table and filter for the entity type "AZURE_MICROSOFT_NETWORK_VIRTUALHUBS"
smartscapeNodes "AZURE_MICROSOFT_NETWORK_VIRTUALHUBS"
The following base fields are used for all entities.
| Attribute | Type | Description | Examples |
|---|---|---|---|
id | smartscapeId | stable A Smartscape ID consists of two components: an UPPER_CASE entity type and a random 16-character hexadecimal unique identifier, separated by a dash. Use Smartscape conversion functions when working with strings that represent Smartscape IDs. | <type>-017198AD253CBD63 |
id_classic | string | deprecated The entity ID that was used in the classic entity store. This ID is present in old monitoring data. Not all entities have this ID, and it is not generated for new entities. Use the id field instead, which is the Smartscape ID. | <type>-017198AD253CBD63 |
name | string | stable The entity name. | localhost; easyTravel; product-catalog |
type | string | stable The entity type. UPPER_SNAKE_CASE string that represents the type of the entity. | TYPE_A |
tags | record | stable 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 |
lifetime | timeframe | stable 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 } |
references | record | stable 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_context | string[] | resource stable The security contexts associated with the entity. For Smartscape entities, this field is always an array. Tags: permission | [] |
Contains all fields that are provided by all resorce running on Azure, including Azure, Core and K8s entities.
| Attribute | Type | Description | Examples |
|---|---|---|---|
azure.subscription | string | resource stable An Azure subscription is a logical container used to provision resources in Azure. Tags: permission primary-field | 27e9b03f-04d2-2b69-b327-32f433f7ed21 |
azure.location | string | resource stable A specific geographical location of Azure cloud resource. Tags: primary-field | westeurope |
azure.availability_zones | string[] | resource experimental Availability zones of Azure cloud resource. | ['1'] |
azure.resource.group | string | resource stable A resource group is a container that holds related resources for an Azure solution. Tags: permission primary-field | demo-backend-rg |
azure.resource.id | string | resource 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.name | string | resource experimental User-provided name of the Azure cloud resource. | demo-aks |
azure.resource.type | string | resource experimental The name of a resource type in the format: {resource-provider}/{resource-type}. | Microsoft.ContainerService/managedClusters |
Contains all fields that are provided by all Azure entities.
| Attribute | Type | Description | Examples |
|---|---|---|---|
azure.resource.kind | string | experimental A kind of the Azure resource | app,linux |
azure.resource.sku.name | string | experimental Name of the Azure resource SKU | B_Gen5_1 |
azure.resource.sku.tier | string | experimental Tier of the Azure resource SKU | Basic |
azure.resource.sku.capacity | string | experimental Capacity of the Azure resource SKU | 20 |
azure.status | string | experimental The status of the instance | Running; Stopped (deallocated) |
azure.provisioning_state | string | experimental The provisioning status of the resource | Succeeded; DELETED; ERROR; INCOMPLETE |
azure.object | string | experimental The full JSON content of Azure object | |
azure.properties.version | string | experimental The json content version | ... |
azure.subscription | string | resource stable An Azure subscription is a logical container used to provision resources in Azure. Tags: permission primary-field | 27e9b03f-04d2-2b69-b327-32f433f7ed21 |
azure.location | string | resource stable A specific geographical location of Azure cloud resource. Tags: primary-field | westeurope |
azure.availability_zones | string[] | resource experimental Availability zones of Azure cloud resource. | ['1'] |
azure.resource.group | string | resource stable A resource group is a container that holds related resources for an Azure solution. Tags: permission primary-field | demo-backend-rg |
azure.tenant.id | string | resource experimental Unique, immutable identifier assigned to the Azure tenant. | 37c4add3-612a-483d-8b24-cccbb35d3306 |
Fields that are provided by all Cloud workloads.
| Attribute | Type | Description | Examples |
|---|---|---|---|
cloud.acquisition.status | string | experimental 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 |
Smartscape node name: azure.resource.name
Smartscape node type: AZURE_MICROSOFT_COMPUTE_VIRTUALMACHINES_EXTENSIONS
This entity represents Virtual Machine Extensions
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"
The following base fields are used for all entities.
| Attribute | Type | Description | Examples |
|---|---|---|---|
id | smartscapeId | stable A Smartscape ID consists of two components: an UPPER_CASE entity type and a random 16-character hexadecimal unique identifier, separated by a dash. Use Smartscape conversion functions when working with strings that represent Smartscape IDs. | <type>-017198AD253CBD63 |
id_classic | string | deprecated The entity ID that was used in the classic entity store. This ID is present in old monitoring data. Not all entities have this ID, and it is not generated for new entities. Use the id field instead, which is the Smartscape ID. | <type>-017198AD253CBD63 |
name | string | stable The entity name. | localhost; easyTravel; product-catalog |
type | string | stable The entity type. UPPER_SNAKE_CASE string that represents the type of the entity. | TYPE_A |
tags | record | stable 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 |
lifetime | timeframe | stable 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 } |
references | record | stable 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_context | string[] | resource stable The security contexts associated with the entity. For Smartscape entities, this field is always an array. Tags: permission | [] |
Contains all fields that are provided by all resorce running on Azure, including Azure, Core and K8s entities.
| Attribute | Type | Description | Examples |
|---|---|---|---|
azure.subscription | string | resource stable An Azure subscription is a logical container used to provision resources in Azure. Tags: permission primary-field | 27e9b03f-04d2-2b69-b327-32f433f7ed21 |
azure.location | string | resource stable A specific geographical location of Azure cloud resource. Tags: primary-field | westeurope |
azure.availability_zones | string[] | resource experimental Availability zones of Azure cloud resource. | ['1'] |
azure.resource.group | string | resource stable A resource group is a container that holds related resources for an Azure solution. Tags: permission primary-field | demo-backend-rg |
azure.resource.id | string | resource 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.name | string | resource experimental User-provided name of the Azure cloud resource. | demo-aks |
azure.resource.type | string | resource experimental The name of a resource type in the format: {resource-provider}/{resource-type}. | Microsoft.ContainerService/managedClusters |
Contains all fields that are provided by all Azure entities.
| Attribute | Type | Description | Examples |
|---|---|---|---|
azure.resource.kind | string | experimental A kind of the Azure resource | app,linux |
azure.resource.sku.name | string | experimental Name of the Azure resource SKU | B_Gen5_1 |
azure.resource.sku.tier | string | experimental Tier of the Azure resource SKU | Basic |
azure.resource.sku.capacity | string | experimental Capacity of the Azure resource SKU | 20 |
azure.status | string | experimental The status of the instance | Running; Stopped (deallocated) |
azure.provisioning_state | string | experimental The provisioning status of the resource | Succeeded; DELETED; ERROR; INCOMPLETE |
azure.object | string | experimental The full JSON content of Azure object | |
azure.properties.version | string | experimental The json content version | ... |
azure.subscription | string | resource stable An Azure subscription is a logical container used to provision resources in Azure. Tags: permission primary-field | 27e9b03f-04d2-2b69-b327-32f433f7ed21 |
azure.location | string | resource stable A specific geographical location of Azure cloud resource. Tags: primary-field | westeurope |
azure.availability_zones | string[] | resource experimental Availability zones of Azure cloud resource. | ['1'] |
azure.resource.group | string | resource stable A resource group is a container that holds related resources for an Azure solution. Tags: permission primary-field | demo-backend-rg |
azure.tenant.id | string | resource experimental Unique, immutable identifier assigned to the Azure tenant. | 37c4add3-612a-483d-8b24-cccbb35d3306 |
Fields that are provided by all Cloud workloads.
| Attribute | Type | Description | Examples |
|---|---|---|---|
cloud.acquisition.status | string | experimental 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 |
Smartscape node name: azure.resource.name
Smartscape node type: AZURE_MICROSOFT_COMPUTE_VIRTUALMACHINESCALESETS_VIRTUALMACHINES
This entity represents Virtual Machine Scale Set Virtual Machines
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"
The following base fields are used for all entities.
| Attribute | Type | Description | Examples |
|---|---|---|---|
id | smartscapeId | stable A Smartscape ID consists of two components: an UPPER_CASE entity type and a random 16-character hexadecimal unique identifier, separated by a dash. Use Smartscape conversion functions when working with strings that represent Smartscape IDs. | <type>-017198AD253CBD63 |
id_classic | string | deprecated The entity ID that was used in the classic entity store. This ID is present in old monitoring data. Not all entities have this ID, and it is not generated for new entities. Use the id field instead, which is the Smartscape ID. | <type>-017198AD253CBD63 |
name | string | stable The entity name. | localhost; easyTravel; product-catalog |
type | string | stable The entity type. UPPER_SNAKE_CASE string that represents the type of the entity. | TYPE_A |
tags | record | stable 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 |
lifetime | timeframe | stable 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 } |
references | record | stable 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_context | string[] | resource stable The security contexts associated with the entity. For Smartscape entities, this field is always an array. Tags: permission | [] |
Contains all fields that are provided by all resorce running on Azure, including Azure, Core and K8s entities.
| Attribute | Type | Description | Examples |
|---|---|---|---|
azure.subscription | string | resource stable An Azure subscription is a logical container used to provision resources in Azure. Tags: permission primary-field | 27e9b03f-04d2-2b69-b327-32f433f7ed21 |
azure.location | string | resource stable A specific geographical location of Azure cloud resource. Tags: primary-field | westeurope |
azure.availability_zones | string[] | resource experimental Availability zones of Azure cloud resource. | ['1'] |
azure.resource.group | string | resource stable A resource group is a container that holds related resources for an Azure solution. Tags: permission primary-field | demo-backend-rg |
azure.resource.id | string | resource 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.name | string | resource experimental User-provided name of the Azure cloud resource. | demo-aks |
azure.resource.type | string | resource experimental The name of a resource type in the format: {resource-provider}/{resource-type}. | Microsoft.ContainerService/managedClusters |
Contains all fields that are provided by all Azure entities.
| Attribute | Type | Description | Examples |
|---|---|---|---|
azure.resource.kind | string | experimental A kind of the Azure resource | app,linux |
azure.resource.sku.name | string | experimental Name of the Azure resource SKU | B_Gen5_1 |
azure.resource.sku.tier | string | experimental Tier of the Azure resource SKU | Basic |
azure.resource.sku.capacity | string | experimental Capacity of the Azure resource SKU | 20 |
azure.status | string | experimental The status of the instance | Running; Stopped (deallocated) |
azure.provisioning_state | string | experimental The provisioning status of the resource | Succeeded; DELETED; ERROR; INCOMPLETE |
azure.object | string | experimental The full JSON content of Azure object | |
azure.properties.version | string | experimental The json content version | ... |
azure.subscription | string | resource stable An Azure subscription is a logical container used to provision resources in Azure. Tags: permission primary-field | 27e9b03f-04d2-2b69-b327-32f433f7ed21 |
azure.location | string | resource stable A specific geographical location of Azure cloud resource. Tags: primary-field | westeurope |
azure.availability_zones | string[] | resource experimental Availability zones of Azure cloud resource. | ['1'] |
azure.resource.group | string | resource stable A resource group is a container that holds related resources for an Azure solution. Tags: permission primary-field | demo-backend-rg |
azure.tenant.id | string | resource experimental Unique, immutable identifier assigned to the Azure tenant. | 37c4add3-612a-483d-8b24-cccbb35d3306 |
Fields that are provided by all Cloud workloads.
| Attribute | Type | Description | Examples |
|---|---|---|---|
cloud.acquisition.status | string | experimental 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 |
Smartscape node name: azure.resource.name
Smartscape node type: AZURE_MICROSOFT_COMPUTE_VIRTUALMACHINESCALESETS
This entity represents Virtual Machine Scale Sets (VMSS)
Fetch all Smartscape nodes from the smartscape.nodes table and filter for the entity type "AZURE_MICROSOFT_COMPUTE_VIRTUALMACHINESCALESETS"
smartscapeNodes "AZURE_MICROSOFT_COMPUTE_VIRTUALMACHINESCALESETS"
The following base fields are used for all entities.
| Attribute | Type | Description | Examples |
|---|---|---|---|
id | smartscapeId | stable A Smartscape ID consists of two components: an UPPER_CASE entity type and a random 16-character hexadecimal unique identifier, separated by a dash. Use Smartscape conversion functions when working with strings that represent Smartscape IDs. | <type>-017198AD253CBD63 |
id_classic | string | deprecated The entity ID that was used in the classic entity store. This ID is present in old monitoring data. Not all entities have this ID, and it is not generated for new entities. Use the id field instead, which is the Smartscape ID. | <type>-017198AD253CBD63 |
name | string | stable The entity name. | localhost; easyTravel; product-catalog |
type | string | stable The entity type. UPPER_SNAKE_CASE string that represents the type of the entity. | TYPE_A |
tags | record | stable 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 |
lifetime | timeframe | stable 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 } |
references | record | stable 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_context | string[] | resource stable The security contexts associated with the entity. For Smartscape entities, this field is always an array. Tags: permission | [] |
Contains all fields that are provided by all resorce running on Azure, including Azure, Core and K8s entities.
| Attribute | Type | Description | Examples |
|---|---|---|---|
azure.subscription | string | resource stable An Azure subscription is a logical container used to provision resources in Azure. Tags: permission primary-field | 27e9b03f-04d2-2b69-b327-32f433f7ed21 |
azure.location | string | resource stable A specific geographical location of Azure cloud resource. Tags: primary-field | westeurope |
azure.availability_zones | string[] | resource experimental Availability zones of Azure cloud resource. | ['1'] |
azure.resource.group | string | resource stable A resource group is a container that holds related resources for an Azure solution. Tags: permission primary-field | demo-backend-rg |
azure.resource.id | string | resource 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.name | string | resource experimental User-provided name of the Azure cloud resource. | demo-aks |
azure.resource.type | string | resource experimental The name of a resource type in the format: {resource-provider}/{resource-type}. | Microsoft.ContainerService/managedClusters |
Contains all fields that are provided by all Azure entities.
| Attribute | Type | Description | Examples |
|---|---|---|---|
azure.resource.kind | string | experimental A kind of the Azure resource | app,linux |
azure.resource.sku.name | string | experimental Name of the Azure resource SKU | B_Gen5_1 |
azure.resource.sku.tier | string | experimental Tier of the Azure resource SKU | Basic |
azure.resource.sku.capacity | string | experimental Capacity of the Azure resource SKU | 20 |
azure.status | string | experimental The status of the instance | Running; Stopped (deallocated) |
azure.provisioning_state | string | experimental The provisioning status of the resource | Succeeded; DELETED; ERROR; INCOMPLETE |
azure.object | string | experimental The full JSON content of Azure object | |
azure.properties.version | string | experimental The json content version | ... |
azure.subscription | string | resource stable An Azure subscription is a logical container used to provision resources in Azure. Tags: permission primary-field | 27e9b03f-04d2-2b69-b327-32f433f7ed21 |
azure.location | string | resource stable A specific geographical location of Azure cloud resource. Tags: primary-field | westeurope |
azure.availability_zones | string[] | resource experimental Availability zones of Azure cloud resource. | ['1'] |
azure.resource.group | string | resource stable A resource group is a container that holds related resources for an Azure solution. Tags: permission primary-field | demo-backend-rg |
azure.tenant.id | string | resource experimental Unique, immutable identifier assigned to the Azure tenant. | 37c4add3-612a-483d-8b24-cccbb35d3306 |
Fields that are provided by all Cloud workloads.
| Attribute | Type | Description | Examples |
|---|---|---|---|
cloud.acquisition.status | string | experimental 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 |
Smartscape node name: azure.resource.name
Smartscape node type: AZURE_MICROSOFT_COMPUTE_VIRTUALMACHINES
This entity represents Virtual Machines
Fetch all Smartscape nodes from the smartscape.nodes table and filter for the entity type "AZURE_MICROSOFT_COMPUTE_VIRTUALMACHINES"
smartscapeNodes "AZURE_MICROSOFT_COMPUTE_VIRTUALMACHINES"
The following base fields are used for all entities.
| Attribute | Type | Description | Examples |
|---|---|---|---|
id | smartscapeId | stable A Smartscape ID consists of two components: an UPPER_CASE entity type and a random 16-character hexadecimal unique identifier, separated by a dash. Use Smartscape conversion functions when working with strings that represent Smartscape IDs. | <type>-017198AD253CBD63 |
id_classic | string | deprecated The entity ID that was used in the classic entity store. This ID is present in old monitoring data. Not all entities have this ID, and it is not generated for new entities. Use the id field instead, which is the Smartscape ID. | <type>-017198AD253CBD63 |
name | string | stable The entity name. | localhost; easyTravel; product-catalog |
type | string | stable The entity type. UPPER_SNAKE_CASE string that represents the type of the entity. | TYPE_A |
tags | record | stable 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 |
lifetime | timeframe | stable 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 } |
references | record | stable 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_context | string[] | resource stable The security contexts associated with the entity. For Smartscape entities, this field is always an array. Tags: permission | [] |
Contains all fields that are provided by all resorce running on Azure, including Azure, Core and K8s entities.
| Attribute | Type | Description | Examples |
|---|---|---|---|
azure.subscription | string | resource stable An Azure subscription is a logical container used to provision resources in Azure. Tags: permission primary-field | 27e9b03f-04d2-2b69-b327-32f433f7ed21 |
azure.location | string | resource stable A specific geographical location of Azure cloud resource. Tags: primary-field | westeurope |
azure.availability_zones | string[] | resource experimental Availability zones of Azure cloud resource. | ['1'] |
azure.resource.group | string | resource stable A resource group is a container that holds related resources for an Azure solution. Tags: permission primary-field | demo-backend-rg |
azure.resource.id | string | resource 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.name | string | resource experimental User-provided name of the Azure cloud resource. | demo-aks |
azure.resource.type | string | resource experimental The name of a resource type in the format: {resource-provider}/{resource-type}. | Microsoft.ContainerService/managedClusters |
Contains all fields that are provided by all Azure entities.
| Attribute | Type | Description | Examples |
|---|---|---|---|
azure.resource.kind | string | experimental A kind of the Azure resource | app,linux |
azure.resource.sku.name | string | experimental Name of the Azure resource SKU | B_Gen5_1 |
azure.resource.sku.tier | string | experimental Tier of the Azure resource SKU | Basic |
azure.resource.sku.capacity | string | experimental Capacity of the Azure resource SKU | 20 |
azure.status | string | experimental The status of the instance | Running; Stopped (deallocated) |
azure.provisioning_state | string | experimental The provisioning status of the resource | Succeeded; DELETED; ERROR; INCOMPLETE |
azure.object | string | experimental The full JSON content of Azure object | |
azure.properties.version | string | experimental The json content version | ... |
azure.subscription | string | resource stable An Azure subscription is a logical container used to provision resources in Azure. Tags: permission primary-field | 27e9b03f-04d2-2b69-b327-32f433f7ed21 |
azure.location | string | resource stable A specific geographical location of Azure cloud resource. Tags: primary-field | westeurope |
azure.availability_zones | string[] | resource experimental Availability zones of Azure cloud resource. | ['1'] |
azure.resource.group | string | resource stable A resource group is a container that holds related resources for an Azure solution. Tags: permission primary-field | demo-backend-rg |
azure.tenant.id | string | resource experimental Unique, immutable identifier assigned to the Azure tenant. | 37c4add3-612a-483d-8b24-cccbb35d3306 |
Fields that are provided by all Cloud workloads.
| Attribute | Type | Description | Examples |
|---|---|---|---|
cloud.acquisition.status | string | experimental 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 |
Smartscape node name: azure.resource.name
Smartscape node type: AZURE_MICROSOFT_NETWORK_VIRTUALNETWORKS
This entity represents Virtual Network (VNet)
Fetch all Smartscape nodes from the smartscape.nodes table and filter for the entity type "AZURE_MICROSOFT_NETWORK_VIRTUALNETWORKS"
smartscapeNodes "AZURE_MICROSOFT_NETWORK_VIRTUALNETWORKS"
The following base fields are used for all entities.
| Attribute | Type | Description | Examples |
|---|---|---|---|
id | smartscapeId | stable A Smartscape ID consists of two components: an UPPER_CASE entity type and a random 16-character hexadecimal unique identifier, separated by a dash. Use Smartscape conversion functions when working with strings that represent Smartscape IDs. | <type>-017198AD253CBD63 |
id_classic | string | deprecated The entity ID that was used in the classic entity store. This ID is present in old monitoring data. Not all entities have this ID, and it is not generated for new entities. Use the id field instead, which is the Smartscape ID. | <type>-017198AD253CBD63 |
name | string | stable The entity name. | localhost; easyTravel; product-catalog |
type | string | stable The entity type. UPPER_SNAKE_CASE string that represents the type of the entity. | TYPE_A |
tags | record | stable 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 |
lifetime | timeframe | stable 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 } |
references | record | stable 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_context | string[] | resource stable The security contexts associated with the entity. For Smartscape entities, this field is always an array. Tags: permission | [] |
Contains all fields that are provided by all resorce running on Azure, including Azure, Core and K8s entities.
| Attribute | Type | Description | Examples |
|---|---|---|---|
azure.subscription | string | resource stable An Azure subscription is a logical container used to provision resources in Azure. Tags: permission primary-field | 27e9b03f-04d2-2b69-b327-32f433f7ed21 |
azure.location | string | resource stable A specific geographical location of Azure cloud resource. Tags: primary-field | westeurope |
azure.availability_zones | string[] | resource experimental Availability zones of Azure cloud resource. | ['1'] |
azure.resource.group | string | resource stable A resource group is a container that holds related resources for an Azure solution. Tags: permission primary-field | demo-backend-rg |
azure.resource.id | string | resource 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.name | string | resource experimental User-provided name of the Azure cloud resource. | demo-aks |
azure.resource.type | string | resource experimental The name of a resource type in the format: {resource-provider}/{resource-type}. | Microsoft.ContainerService/managedClusters |
Contains all fields that are provided by all Azure entities.
| Attribute | Type | Description | Examples |
|---|---|---|---|
azure.resource.kind | string | experimental A kind of the Azure resource | app,linux |
azure.resource.sku.name | string | experimental Name of the Azure resource SKU | B_Gen5_1 |
azure.resource.sku.tier | string | experimental Tier of the Azure resource SKU | Basic |
azure.resource.sku.capacity | string | experimental Capacity of the Azure resource SKU | 20 |
azure.status | string | experimental The status of the instance | Running; Stopped (deallocated) |
azure.provisioning_state | string | experimental The provisioning status of the resource | Succeeded; DELETED; ERROR; INCOMPLETE |
azure.object | string | experimental The full JSON content of Azure object | |
azure.properties.version | string | experimental The json content version | ... |
azure.subscription | string | resource stable An Azure subscription is a logical container used to provision resources in Azure. Tags: permission primary-field | 27e9b03f-04d2-2b69-b327-32f433f7ed21 |
azure.location | string | resource stable A specific geographical location of Azure cloud resource. Tags: primary-field | westeurope |
azure.availability_zones | string[] | resource experimental Availability zones of Azure cloud resource. | ['1'] |
azure.resource.group | string | resource stable A resource group is a container that holds related resources for an Azure solution. Tags: permission primary-field | demo-backend-rg |
azure.tenant.id | string | resource experimental Unique, immutable identifier assigned to the Azure tenant. | 37c4add3-612a-483d-8b24-cccbb35d3306 |
Fields that are provided by all Cloud workloads.
| Attribute | Type | Description | Examples |
|---|---|---|---|
cloud.acquisition.status | string | experimental 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 |
Smartscape node name: azure.resource.name
Smartscape node type: AZURE_MICROSOFT_NETWORK_VIRTUALNETWORKS_SUBNETS
This entity represents Virtual Network Subnets
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"
The following base fields are used for all entities.
| Attribute | Type | Description | Examples |
|---|---|---|---|
id | smartscapeId | stable A Smartscape ID consists of two components: an UPPER_CASE entity type and a random 16-character hexadecimal unique identifier, separated by a dash. Use Smartscape conversion functions when working with strings that represent Smartscape IDs. | <type>-017198AD253CBD63 |
id_classic | string | deprecated The entity ID that was used in the classic entity store. This ID is present in old monitoring data. Not all entities have this ID, and it is not generated for new entities. Use the id field instead, which is the Smartscape ID. | <type>-017198AD253CBD63 |
name | string | stable The entity name. | localhost; easyTravel; product-catalog |
type | string | stable The entity type. UPPER_SNAKE_CASE string that represents the type of the entity. | TYPE_A |
tags | record | stable 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 |
lifetime | timeframe | stable 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 } |
references | record | stable 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_context | string[] | resource stable The security contexts associated with the entity. For Smartscape entities, this field is always an array. Tags: permission | [] |
Contains all fields that are provided by all resorce running on Azure, including Azure, Core and K8s entities.
| Attribute | Type | Description | Examples |
|---|---|---|---|
azure.subscription | string | resource stable An Azure subscription is a logical container used to provision resources in Azure. Tags: permission primary-field | 27e9b03f-04d2-2b69-b327-32f433f7ed21 |
azure.location | string | resource stable A specific geographical location of Azure cloud resource. Tags: primary-field | westeurope |
azure.availability_zones | string[] | resource experimental Availability zones of Azure cloud resource. | ['1'] |
azure.resource.group | string | resource stable A resource group is a container that holds related resources for an Azure solution. Tags: permission primary-field | demo-backend-rg |
azure.resource.id | string | resource 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.name | string | resource experimental User-provided name of the Azure cloud resource. | demo-aks |
azure.resource.type | string | resource experimental The name of a resource type in the format: {resource-provider}/{resource-type}. | Microsoft.ContainerService/managedClusters |
Contains all fields that are provided by all Azure entities.
| Attribute | Type | Description | Examples |
|---|---|---|---|
azure.resource.kind | string | experimental A kind of the Azure resource | app,linux |
azure.resource.sku.name | string | experimental Name of the Azure resource SKU | B_Gen5_1 |
azure.resource.sku.tier | string | experimental Tier of the Azure resource SKU | Basic |
azure.resource.sku.capacity | string | experimental Capacity of the Azure resource SKU | 20 |
azure.status | string | experimental The status of the instance | Running; Stopped (deallocated) |
azure.provisioning_state | string | experimental The provisioning status of the resource | Succeeded; DELETED; ERROR; INCOMPLETE |
azure.object | string | experimental The full JSON content of Azure object | |
azure.properties.version | string | experimental The json content version | ... |
azure.subscription | string | resource stable An Azure subscription is a logical container used to provision resources in Azure. Tags: permission primary-field | 27e9b03f-04d2-2b69-b327-32f433f7ed21 |
azure.location | string | resource stable A specific geographical location of Azure cloud resource. Tags: primary-field | westeurope |
azure.availability_zones | string[] | resource experimental Availability zones of Azure cloud resource. | ['1'] |
azure.resource.group | string | resource stable A resource group is a container that holds related resources for an Azure solution. Tags: permission primary-field | demo-backend-rg |
azure.tenant.id | string | resource experimental Unique, immutable identifier assigned to the Azure tenant. | 37c4add3-612a-483d-8b24-cccbb35d3306 |
Fields that are provided by all Cloud workloads.
| Attribute | Type | Description | Examples |
|---|---|---|---|
cloud.acquisition.status | string | experimental 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 |
Smartscape node name: azure.resource.name
Smartscape node type: AZURE_MICROSOFT_NETWORK_VIRTUALWANS
This entity represents Virtual WAN
Fetch all Smartscape nodes from the smartscape.nodes table and filter for the entity type "AZURE_MICROSOFT_NETWORK_VIRTUALWANS"
smartscapeNodes "AZURE_MICROSOFT_NETWORK_VIRTUALWANS"
The following base fields are used for all entities.
| Attribute | Type | Description | Examples |
|---|---|---|---|
id | smartscapeId | stable A Smartscape ID consists of two components: an UPPER_CASE entity type and a random 16-character hexadecimal unique identifier, separated by a dash. Use Smartscape conversion functions when working with strings that represent Smartscape IDs. | <type>-017198AD253CBD63 |
id_classic | string | deprecated The entity ID that was used in the classic entity store. This ID is present in old monitoring data. Not all entities have this ID, and it is not generated for new entities. Use the id field instead, which is the Smartscape ID. | <type>-017198AD253CBD63 |
name | string | stable The entity name. | localhost; easyTravel; product-catalog |
type | string | stable The entity type. UPPER_SNAKE_CASE string that represents the type of the entity. | TYPE_A |
tags | record | stable 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 |
lifetime | timeframe | stable 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 } |
references | record | stable 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_context | string[] | resource stable The security contexts associated with the entity. For Smartscape entities, this field is always an array. Tags: permission | [] |
Contains all fields that are provided by all resorce running on Azure, including Azure, Core and K8s entities.
| Attribute | Type | Description | Examples |
|---|---|---|---|
azure.subscription | string | resource stable An Azure subscription is a logical container used to provision resources in Azure. Tags: permission primary-field | 27e9b03f-04d2-2b69-b327-32f433f7ed21 |
azure.location | string | resource stable A specific geographical location of Azure cloud resource. Tags: primary-field | westeurope |
azure.availability_zones | string[] | resource experimental Availability zones of Azure cloud resource. | ['1'] |
azure.resource.group | string | resource stable A resource group is a container that holds related resources for an Azure solution. Tags: permission primary-field | demo-backend-rg |
azure.resource.id | string | resource 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.name | string | resource experimental User-provided name of the Azure cloud resource. | demo-aks |
azure.resource.type | string | resource experimental The name of a resource type in the format: {resource-provider}/{resource-type}. | Microsoft.ContainerService/managedClusters |
Contains all fields that are provided by all Azure entities.
| Attribute | Type | Description | Examples |
|---|---|---|---|
azure.resource.kind | string | experimental A kind of the Azure resource | app,linux |
azure.resource.sku.name | string | experimental Name of the Azure resource SKU | B_Gen5_1 |
azure.resource.sku.tier | string | experimental Tier of the Azure resource SKU | Basic |
azure.resource.sku.capacity | string | experimental Capacity of the Azure resource SKU | 20 |
azure.status | string | experimental The status of the instance | Running; Stopped (deallocated) |
azure.provisioning_state | string | experimental The provisioning status of the resource | Succeeded; DELETED; ERROR; INCOMPLETE |
azure.object | string | experimental The full JSON content of Azure object | |
azure.properties.version | string | experimental The json content version | ... |
azure.subscription | string | resource stable An Azure subscription is a logical container used to provision resources in Azure. Tags: permission primary-field | 27e9b03f-04d2-2b69-b327-32f433f7ed21 |
azure.location | string | resource stable A specific geographical location of Azure cloud resource. Tags: primary-field | westeurope |
azure.availability_zones | string[] | resource experimental Availability zones of Azure cloud resource. | ['1'] |
azure.resource.group | string | resource stable A resource group is a container that holds related resources for an Azure solution. Tags: permission primary-field | demo-backend-rg |
azure.tenant.id | string | resource experimental Unique, immutable identifier assigned to the Azure tenant. | 37c4add3-612a-483d-8b24-cccbb35d3306 |
Fields that are provided by all Cloud workloads.
| Attribute | Type | Description | Examples |
|---|---|---|---|
cloud.acquisition.status | string | experimental 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 |