Try it free

Network Services

  • Latest Dynatrace
  • Reference

Contains entity definitions for Google Cloud Network Services resources stored in Smartscape on Grail. All Network Services entity types are prefixed with GCP_NETWORKSERVICES_GOOGLEAPIS_COM_.

Network Services HTTP route

Smartscape node name: gcp.resource.name

Smartscape node type: GCP_NETWORKSERVICES_GOOGLEAPIS_COM_HTTPROUTE

Dynatrace entity for a Google Cloud Network Services HTTP route.

Query

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

smartscapeNodes "GCP_NETWORKSERVICES_GOOGLEAPIS_COM_HTTPROUTE"

Base entity fields

The following base fields are used for all entities.

AttributeTypeDescriptionExamples

id

smartscapeId

stableDisplay name: IDA 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

deprecatedDisplay name: Classic IDThe 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

stableDisplay name: NameThe entity name.

localhost; easyTravel; product-catalog

type

string

stableDisplay name: TypeThe entity type. UPPER_SNAKE_CASE string that represents the type of the entity.

TYPE_A

tags

record

stableDisplay name: TagsA 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

stableDisplay name: LifetimeThe 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

stableDisplay name: ReferencesProvides 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 stableDisplay name: DT security contextThe security contexts associated with the entity. For Smartscape entities, this field is always an array.Tags: permission

[]

GCP resource fields

AttributeTypeDescriptionExamples

gcp.asset.type

string

experimentalDisplay name: GCP asset typeThe asset type available in Google Cloud Asset Inventory. These include resource types, policy types, and runtime information types.

sqladmin.googleapis.com/Instance; k8s.io/ServiceAccount; iam.googleapis.com/Role

gcp.region

string

resource stableDisplay name: GCP regionA region is a specific geographical location where you can host your resources.Tags: primary-field

europe-west3

gcp.project.id

string

resource stableDisplay name: GCP project IDIdentifier of the GCP project associated with this resource.Tags: permission primary-field

dynatrace-gcp-extension

gcp.zone

string

resource stableDisplay name: GCP zoneA zone is a subset of a region. Each region has three or more zones.

europe-west3-c

gcp.location

string

resource stableDisplay name: GCP locationRegion or zone where GCP resource instance is running.

europe-west3-c

gcp.resource.type

string

resource stableDisplay name: GCP resource typeThe name of a monitored resource type available in Google Cloud Monitoring and Logging.

cloudsql_database

gcp.resource.name

string

resource stableDisplay name: GCP resource nameThe globally unique resource name in Google Cloud Platform convention.

//cloudfunctions.googleapis.com/projects/gcp-example-project/locations/us-central1/functions/examplefunction

cloud.provider

string

resource stableDisplay name: Cloud providerName of the cloud provider.

alibaba_cloud

cloud.provider has the following list of well-known values. If one of them applies, then the respective value MUST be used, otherwise a custom value MAY be used.

ValueDescriptionDisplay name

alibaba_cloud

Alibaba Cloud

Alibaba Cloud

aws

Amazon Web Services

AWS

azure

Microsoft Azure

Azure

gcp

Google Cloud Platform

GCP

heroku

Heroku Platform as a Service

Heroku

ibm_cloud

IBM Cloud

IBM Cloud

tencent_cloud

Tencent Cloud

Tencent Cloud

GCP entity fields

Contains the fields shared by all GCP entities.

AttributeTypeDescriptionExamples

gcp.state

string

experimentalDisplay name: GCP stateThe provisioning state of the instance

PROVISIONING; STAGING; RUNNING; PENDING_STOP; STOPPING; TERMINATED; REPAIRING; SUSPENDING; SUSPENDED

gcp.object

string

experimentalDisplay name: GCP objectThe full JSON payload of the resource as returned by the Google Cloud Asset Inventory API (the resource portion of the asset, including data and any supplementary configuration).

gcp.properties.version

string

experimentalDisplay name: GCP properties versionThe gcp.object json content version

v1

gcp.organization.id

string

resource experimentalDisplay name: GCP organization IDUnique, immutable identifier assigned to an organization resource.

123456789012

Cloud entity fields

Fields that are provided by all Cloud workloads.

AttributeTypeDescriptionExamples

cloud.acquisition.status

string

experimentalDisplay name: Cloud acquisition statusThe status of Smartscape nodes data acquisition by Data Acquisition Conroller OK - node is consistent DELETED - node was deleted in the cloud platform ERROR - there was an error acquiring node, but the node was upserted INCOMPLETE - there was an error acquiring node child resource (ie. EC2 Instance, with no EBS volumes due to missing permissions) , but the node was upserted.

OK; DELETED; ERROR; INCOMPLETE

Network Services TCP route

Smartscape node name: gcp.resource.name

Smartscape node type: GCP_NETWORKSERVICES_GOOGLEAPIS_COM_TCPROUTE

Dynatrace entity for a Google Cloud Network Services TCP route.

Query

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

smartscapeNodes "GCP_NETWORKSERVICES_GOOGLEAPIS_COM_TCPROUTE"

Base entity fields

The following base fields are used for all entities.

AttributeTypeDescriptionExamples

id

smartscapeId

stableDisplay name: IDA 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

deprecatedDisplay name: Classic IDThe 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

stableDisplay name: NameThe entity name.

localhost; easyTravel; product-catalog

type

string

stableDisplay name: TypeThe entity type. UPPER_SNAKE_CASE string that represents the type of the entity.

TYPE_A

tags

record

stableDisplay name: TagsA 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

stableDisplay name: LifetimeThe 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

stableDisplay name: ReferencesProvides 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 stableDisplay name: DT security contextThe security contexts associated with the entity. For Smartscape entities, this field is always an array.Tags: permission

[]

GCP resource fields

AttributeTypeDescriptionExamples

gcp.asset.type

string

experimentalDisplay name: GCP asset typeThe asset type available in Google Cloud Asset Inventory. These include resource types, policy types, and runtime information types.

sqladmin.googleapis.com/Instance; k8s.io/ServiceAccount; iam.googleapis.com/Role

gcp.region

string

resource stableDisplay name: GCP regionA region is a specific geographical location where you can host your resources.Tags: primary-field

europe-west3

gcp.project.id

string

resource stableDisplay name: GCP project IDIdentifier of the GCP project associated with this resource.Tags: permission primary-field

dynatrace-gcp-extension

gcp.zone

string

resource stableDisplay name: GCP zoneA zone is a subset of a region. Each region has three or more zones.

europe-west3-c

gcp.location

string

resource stableDisplay name: GCP locationRegion or zone where GCP resource instance is running.

europe-west3-c

gcp.resource.type

string

resource stableDisplay name: GCP resource typeThe name of a monitored resource type available in Google Cloud Monitoring and Logging.

cloudsql_database

gcp.resource.name

string

resource stableDisplay name: GCP resource nameThe globally unique resource name in Google Cloud Platform convention.

//cloudfunctions.googleapis.com/projects/gcp-example-project/locations/us-central1/functions/examplefunction

cloud.provider

string

resource stableDisplay name: Cloud providerName of the cloud provider.

alibaba_cloud

cloud.provider has the following list of well-known values. If one of them applies, then the respective value MUST be used, otherwise a custom value MAY be used.

ValueDescriptionDisplay name

alibaba_cloud

Alibaba Cloud

Alibaba Cloud

aws

Amazon Web Services

AWS

azure

Microsoft Azure

Azure

gcp

Google Cloud Platform

GCP

heroku

Heroku Platform as a Service

Heroku

ibm_cloud

IBM Cloud

IBM Cloud

tencent_cloud

Tencent Cloud

Tencent Cloud

GCP entity fields

Contains the fields shared by all GCP entities.

AttributeTypeDescriptionExamples

gcp.state

string

experimentalDisplay name: GCP stateThe provisioning state of the instance

PROVISIONING; STAGING; RUNNING; PENDING_STOP; STOPPING; TERMINATED; REPAIRING; SUSPENDING; SUSPENDED

gcp.object

string

experimentalDisplay name: GCP objectThe full JSON payload of the resource as returned by the Google Cloud Asset Inventory API (the resource portion of the asset, including data and any supplementary configuration).

gcp.properties.version

string

experimentalDisplay name: GCP properties versionThe gcp.object json content version

v1

gcp.organization.id

string

resource experimentalDisplay name: GCP organization IDUnique, immutable identifier assigned to an organization resource.

123456789012

Cloud entity fields

Fields that are provided by all Cloud workloads.

AttributeTypeDescriptionExamples

cloud.acquisition.status

string

experimentalDisplay name: Cloud acquisition statusThe status of Smartscape nodes data acquisition by Data Acquisition Conroller OK - node is consistent DELETED - node was deleted in the cloud platform ERROR - there was an error acquiring node, but the node was upserted INCOMPLETE - there was an error acquiring node child resource (ie. EC2 Instance, with no EBS volumes due to missing permissions) , but the node was upserted.

OK; DELETED; ERROR; INCOMPLETE

Network Services TLS route

Smartscape node name: gcp.resource.name

Smartscape node type: GCP_NETWORKSERVICES_GOOGLEAPIS_COM_TLSROUTE

Dynatrace entity for a Google Cloud Network Services TLS route.

Query

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

smartscapeNodes "GCP_NETWORKSERVICES_GOOGLEAPIS_COM_TLSROUTE"

Base entity fields

The following base fields are used for all entities.

AttributeTypeDescriptionExamples

id

smartscapeId

stableDisplay name: IDA 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

deprecatedDisplay name: Classic IDThe 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

stableDisplay name: NameThe entity name.

localhost; easyTravel; product-catalog

type

string

stableDisplay name: TypeThe entity type. UPPER_SNAKE_CASE string that represents the type of the entity.

TYPE_A

tags

record

stableDisplay name: TagsA 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

stableDisplay name: LifetimeThe 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

stableDisplay name: ReferencesProvides 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 stableDisplay name: DT security contextThe security contexts associated with the entity. For Smartscape entities, this field is always an array.Tags: permission

[]

GCP resource fields

AttributeTypeDescriptionExamples

gcp.asset.type

string

experimentalDisplay name: GCP asset typeThe asset type available in Google Cloud Asset Inventory. These include resource types, policy types, and runtime information types.

sqladmin.googleapis.com/Instance; k8s.io/ServiceAccount; iam.googleapis.com/Role

gcp.region

string

resource stableDisplay name: GCP regionA region is a specific geographical location where you can host your resources.Tags: primary-field

europe-west3

gcp.project.id

string

resource stableDisplay name: GCP project IDIdentifier of the GCP project associated with this resource.Tags: permission primary-field

dynatrace-gcp-extension

gcp.zone

string

resource stableDisplay name: GCP zoneA zone is a subset of a region. Each region has three or more zones.

europe-west3-c

gcp.location

string

resource stableDisplay name: GCP locationRegion or zone where GCP resource instance is running.

europe-west3-c

gcp.resource.type

string

resource stableDisplay name: GCP resource typeThe name of a monitored resource type available in Google Cloud Monitoring and Logging.

cloudsql_database

gcp.resource.name

string

resource stableDisplay name: GCP resource nameThe globally unique resource name in Google Cloud Platform convention.

//cloudfunctions.googleapis.com/projects/gcp-example-project/locations/us-central1/functions/examplefunction

cloud.provider

string

resource stableDisplay name: Cloud providerName of the cloud provider.

alibaba_cloud

cloud.provider has the following list of well-known values. If one of them applies, then the respective value MUST be used, otherwise a custom value MAY be used.

ValueDescriptionDisplay name

alibaba_cloud

Alibaba Cloud

Alibaba Cloud

aws

Amazon Web Services

AWS

azure

Microsoft Azure

Azure

gcp

Google Cloud Platform

GCP

heroku

Heroku Platform as a Service

Heroku

ibm_cloud

IBM Cloud

IBM Cloud

tencent_cloud

Tencent Cloud

Tencent Cloud

GCP entity fields

Contains the fields shared by all GCP entities.

AttributeTypeDescriptionExamples

gcp.state

string

experimentalDisplay name: GCP stateThe provisioning state of the instance

PROVISIONING; STAGING; RUNNING; PENDING_STOP; STOPPING; TERMINATED; REPAIRING; SUSPENDING; SUSPENDED

gcp.object

string

experimentalDisplay name: GCP objectThe full JSON payload of the resource as returned by the Google Cloud Asset Inventory API (the resource portion of the asset, including data and any supplementary configuration).

gcp.properties.version

string

experimentalDisplay name: GCP properties versionThe gcp.object json content version

v1

gcp.organization.id

string

resource experimentalDisplay name: GCP organization IDUnique, immutable identifier assigned to an organization resource.

123456789012

Cloud entity fields

Fields that are provided by all Cloud workloads.

AttributeTypeDescriptionExamples

cloud.acquisition.status

string

experimentalDisplay name: Cloud acquisition statusThe status of Smartscape nodes data acquisition by Data Acquisition Conroller OK - node is consistent DELETED - node was deleted in the cloud platform ERROR - there was an error acquiring node, but the node was upserted INCOMPLETE - there was an error acquiring node child resource (ie. EC2 Instance, with no EBS volumes due to missing permissions) , but the node was upserted.

OK; DELETED; ERROR; INCOMPLETE

Network Services Wasm plugin

Smartscape node name: gcp.resource.name

Smartscape node type: GCP_NETWORKSERVICES_GOOGLEAPIS_COM_WASMPLUGIN

Dynatrace entity for a Google Cloud Network Services Wasm plugin.

Query

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

smartscapeNodes "GCP_NETWORKSERVICES_GOOGLEAPIS_COM_WASMPLUGIN"

Base entity fields

The following base fields are used for all entities.

AttributeTypeDescriptionExamples

id

smartscapeId

stableDisplay name: IDA 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

deprecatedDisplay name: Classic IDThe 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

stableDisplay name: NameThe entity name.

localhost; easyTravel; product-catalog

type

string

stableDisplay name: TypeThe entity type. UPPER_SNAKE_CASE string that represents the type of the entity.

TYPE_A

tags

record

stableDisplay name: TagsA 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

stableDisplay name: LifetimeThe 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

stableDisplay name: ReferencesProvides 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 stableDisplay name: DT security contextThe security contexts associated with the entity. For Smartscape entities, this field is always an array.Tags: permission

[]

GCP resource fields

AttributeTypeDescriptionExamples

gcp.asset.type

string

experimentalDisplay name: GCP asset typeThe asset type available in Google Cloud Asset Inventory. These include resource types, policy types, and runtime information types.

sqladmin.googleapis.com/Instance; k8s.io/ServiceAccount; iam.googleapis.com/Role

gcp.region

string

resource stableDisplay name: GCP regionA region is a specific geographical location where you can host your resources.Tags: primary-field

europe-west3

gcp.project.id

string

resource stableDisplay name: GCP project IDIdentifier of the GCP project associated with this resource.Tags: permission primary-field

dynatrace-gcp-extension

gcp.zone

string

resource stableDisplay name: GCP zoneA zone is a subset of a region. Each region has three or more zones.

europe-west3-c

gcp.location

string

resource stableDisplay name: GCP locationRegion or zone where GCP resource instance is running.

europe-west3-c

gcp.resource.type

string

resource stableDisplay name: GCP resource typeThe name of a monitored resource type available in Google Cloud Monitoring and Logging.

cloudsql_database

gcp.resource.name

string

resource stableDisplay name: GCP resource nameThe globally unique resource name in Google Cloud Platform convention.

//cloudfunctions.googleapis.com/projects/gcp-example-project/locations/us-central1/functions/examplefunction

cloud.provider

string

resource stableDisplay name: Cloud providerName of the cloud provider.

alibaba_cloud

cloud.provider has the following list of well-known values. If one of them applies, then the respective value MUST be used, otherwise a custom value MAY be used.

ValueDescriptionDisplay name

alibaba_cloud

Alibaba Cloud

Alibaba Cloud

aws

Amazon Web Services

AWS

azure

Microsoft Azure

Azure

gcp

Google Cloud Platform

GCP

heroku

Heroku Platform as a Service

Heroku

ibm_cloud

IBM Cloud

IBM Cloud

tencent_cloud

Tencent Cloud

Tencent Cloud

GCP entity fields

Contains the fields shared by all GCP entities.

AttributeTypeDescriptionExamples

gcp.state

string

experimentalDisplay name: GCP stateThe provisioning state of the instance

PROVISIONING; STAGING; RUNNING; PENDING_STOP; STOPPING; TERMINATED; REPAIRING; SUSPENDING; SUSPENDED

gcp.object

string

experimentalDisplay name: GCP objectThe full JSON payload of the resource as returned by the Google Cloud Asset Inventory API (the resource portion of the asset, including data and any supplementary configuration).

gcp.properties.version

string

experimentalDisplay name: GCP properties versionThe gcp.object json content version

v1

gcp.organization.id

string

resource experimentalDisplay name: GCP organization IDUnique, immutable identifier assigned to an organization resource.

123456789012

Cloud entity fields

Fields that are provided by all Cloud workloads.

AttributeTypeDescriptionExamples

cloud.acquisition.status

string

experimentalDisplay name: Cloud acquisition statusThe status of Smartscape nodes data acquisition by Data Acquisition Conroller OK - node is consistent DELETED - node was deleted in the cloud platform ERROR - there was an error acquiring node, but the node was upserted INCOMPLETE - there was an error acquiring node child resource (ie. EC2 Instance, with no EBS volumes due to missing permissions) , but the node was upserted.

OK; DELETED; ERROR; INCOMPLETE

Network Services Wasm plugin version

Smartscape node name: gcp.resource.name

Smartscape node type: GCP_NETWORKSERVICES_GOOGLEAPIS_COM_WASMPLUGINVERSION

Dynatrace entity for a Google Cloud Network Services Wasm plugin version.

Query

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

smartscapeNodes "GCP_NETWORKSERVICES_GOOGLEAPIS_COM_WASMPLUGINVERSION"

Base entity fields

The following base fields are used for all entities.

AttributeTypeDescriptionExamples

id

smartscapeId

stableDisplay name: IDA 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

deprecatedDisplay name: Classic IDThe 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

stableDisplay name: NameThe entity name.

localhost; easyTravel; product-catalog

type

string

stableDisplay name: TypeThe entity type. UPPER_SNAKE_CASE string that represents the type of the entity.

TYPE_A

tags

record

stableDisplay name: TagsA 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

stableDisplay name: LifetimeThe 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

stableDisplay name: ReferencesProvides 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 stableDisplay name: DT security contextThe security contexts associated with the entity. For Smartscape entities, this field is always an array.Tags: permission

[]

GCP resource fields

AttributeTypeDescriptionExamples

gcp.asset.type

string

experimentalDisplay name: GCP asset typeThe asset type available in Google Cloud Asset Inventory. These include resource types, policy types, and runtime information types.

sqladmin.googleapis.com/Instance; k8s.io/ServiceAccount; iam.googleapis.com/Role

gcp.region

string

resource stableDisplay name: GCP regionA region is a specific geographical location where you can host your resources.Tags: primary-field

europe-west3

gcp.project.id

string

resource stableDisplay name: GCP project IDIdentifier of the GCP project associated with this resource.Tags: permission primary-field

dynatrace-gcp-extension

gcp.zone

string

resource stableDisplay name: GCP zoneA zone is a subset of a region. Each region has three or more zones.

europe-west3-c

gcp.location

string

resource stableDisplay name: GCP locationRegion or zone where GCP resource instance is running.

europe-west3-c

gcp.resource.type

string

resource stableDisplay name: GCP resource typeThe name of a monitored resource type available in Google Cloud Monitoring and Logging.

cloudsql_database

gcp.resource.name

string

resource stableDisplay name: GCP resource nameThe globally unique resource name in Google Cloud Platform convention.

//cloudfunctions.googleapis.com/projects/gcp-example-project/locations/us-central1/functions/examplefunction

cloud.provider

string

resource stableDisplay name: Cloud providerName of the cloud provider.

alibaba_cloud

cloud.provider has the following list of well-known values. If one of them applies, then the respective value MUST be used, otherwise a custom value MAY be used.

ValueDescriptionDisplay name

alibaba_cloud

Alibaba Cloud

Alibaba Cloud

aws

Amazon Web Services

AWS

azure

Microsoft Azure

Azure

gcp

Google Cloud Platform

GCP

heroku

Heroku Platform as a Service

Heroku

ibm_cloud

IBM Cloud

IBM Cloud

tencent_cloud

Tencent Cloud

Tencent Cloud

GCP entity fields

Contains the fields shared by all GCP entities.

AttributeTypeDescriptionExamples

gcp.state

string

experimentalDisplay name: GCP stateThe provisioning state of the instance

PROVISIONING; STAGING; RUNNING; PENDING_STOP; STOPPING; TERMINATED; REPAIRING; SUSPENDING; SUSPENDED

gcp.object

string

experimentalDisplay name: GCP objectThe full JSON payload of the resource as returned by the Google Cloud Asset Inventory API (the resource portion of the asset, including data and any supplementary configuration).

gcp.properties.version

string

experimentalDisplay name: GCP properties versionThe gcp.object json content version

v1

gcp.organization.id

string

resource experimentalDisplay name: GCP organization IDUnique, immutable identifier assigned to an organization resource.

123456789012

Cloud entity fields

Fields that are provided by all Cloud workloads.

AttributeTypeDescriptionExamples

cloud.acquisition.status

string

experimentalDisplay name: Cloud acquisition statusThe status of Smartscape nodes data acquisition by Data Acquisition Conroller OK - node is consistent DELETED - node was deleted in the cloud platform ERROR - there was an error acquiring node, but the node was upserted INCOMPLETE - there was an error acquiring node child resource (ie. EC2 Instance, with no EBS volumes due to missing permissions) , but the node was upserted.

OK; DELETED; ERROR; INCOMPLETE

Network Services authorization extension

Smartscape node name: gcp.resource.name

Smartscape node type: GCP_NETWORKSERVICES_GOOGLEAPIS_COM_AUTHZEXTENSION

Dynatrace entity for a Google Cloud Network Services authz extension.

Query

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

smartscapeNodes "GCP_NETWORKSERVICES_GOOGLEAPIS_COM_AUTHZEXTENSION"

Base entity fields

The following base fields are used for all entities.

AttributeTypeDescriptionExamples

id

smartscapeId

stableDisplay name: IDA 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

deprecatedDisplay name: Classic IDThe 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

stableDisplay name: NameThe entity name.

localhost; easyTravel; product-catalog

type

string

stableDisplay name: TypeThe entity type. UPPER_SNAKE_CASE string that represents the type of the entity.

TYPE_A

tags

record

stableDisplay name: TagsA 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

stableDisplay name: LifetimeThe 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

stableDisplay name: ReferencesProvides 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 stableDisplay name: DT security contextThe security contexts associated with the entity. For Smartscape entities, this field is always an array.Tags: permission

[]

GCP resource fields

AttributeTypeDescriptionExamples

gcp.asset.type

string

experimentalDisplay name: GCP asset typeThe asset type available in Google Cloud Asset Inventory. These include resource types, policy types, and runtime information types.

sqladmin.googleapis.com/Instance; k8s.io/ServiceAccount; iam.googleapis.com/Role

gcp.region

string

resource stableDisplay name: GCP regionA region is a specific geographical location where you can host your resources.Tags: primary-field

europe-west3

gcp.project.id

string

resource stableDisplay name: GCP project IDIdentifier of the GCP project associated with this resource.Tags: permission primary-field

dynatrace-gcp-extension

gcp.zone

string

resource stableDisplay name: GCP zoneA zone is a subset of a region. Each region has three or more zones.

europe-west3-c

gcp.location

string

resource stableDisplay name: GCP locationRegion or zone where GCP resource instance is running.

europe-west3-c

gcp.resource.type

string

resource stableDisplay name: GCP resource typeThe name of a monitored resource type available in Google Cloud Monitoring and Logging.

cloudsql_database

gcp.resource.name

string

resource stableDisplay name: GCP resource nameThe globally unique resource name in Google Cloud Platform convention.

//cloudfunctions.googleapis.com/projects/gcp-example-project/locations/us-central1/functions/examplefunction

cloud.provider

string

resource stableDisplay name: Cloud providerName of the cloud provider.

alibaba_cloud

cloud.provider has the following list of well-known values. If one of them applies, then the respective value MUST be used, otherwise a custom value MAY be used.

ValueDescriptionDisplay name

alibaba_cloud

Alibaba Cloud

Alibaba Cloud

aws

Amazon Web Services

AWS

azure

Microsoft Azure

Azure

gcp

Google Cloud Platform

GCP

heroku

Heroku Platform as a Service

Heroku

ibm_cloud

IBM Cloud

IBM Cloud

tencent_cloud

Tencent Cloud

Tencent Cloud

GCP entity fields

Contains the fields shared by all GCP entities.

AttributeTypeDescriptionExamples

gcp.state

string

experimentalDisplay name: GCP stateThe provisioning state of the instance

PROVISIONING; STAGING; RUNNING; PENDING_STOP; STOPPING; TERMINATED; REPAIRING; SUSPENDING; SUSPENDED

gcp.object

string

experimentalDisplay name: GCP objectThe full JSON payload of the resource as returned by the Google Cloud Asset Inventory API (the resource portion of the asset, including data and any supplementary configuration).

gcp.properties.version

string

experimentalDisplay name: GCP properties versionThe gcp.object json content version

v1

gcp.organization.id

string

resource experimentalDisplay name: GCP organization IDUnique, immutable identifier assigned to an organization resource.

123456789012

Cloud entity fields

Fields that are provided by all Cloud workloads.

AttributeTypeDescriptionExamples

cloud.acquisition.status

string

experimentalDisplay name: Cloud acquisition statusThe status of Smartscape nodes data acquisition by Data Acquisition Conroller OK - node is consistent DELETED - node was deleted in the cloud platform ERROR - there was an error acquiring node, but the node was upserted INCOMPLETE - there was an error acquiring node child resource (ie. EC2 Instance, with no EBS volumes due to missing permissions) , but the node was upserted.

OK; DELETED; ERROR; INCOMPLETE

Network Services edge cache keyset

Smartscape node name: gcp.resource.name

Smartscape node type: GCP_NETWORKSERVICES_GOOGLEAPIS_COM_EDGECACHEKEYSET

Dynatrace entity for a Google Cloud Network Services edge cache key set.

Query

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

smartscapeNodes "GCP_NETWORKSERVICES_GOOGLEAPIS_COM_EDGECACHEKEYSET"

Base entity fields

The following base fields are used for all entities.

AttributeTypeDescriptionExamples

id

smartscapeId

stableDisplay name: IDA 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

deprecatedDisplay name: Classic IDThe 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

stableDisplay name: NameThe entity name.

localhost; easyTravel; product-catalog

type

string

stableDisplay name: TypeThe entity type. UPPER_SNAKE_CASE string that represents the type of the entity.

TYPE_A

tags

record

stableDisplay name: TagsA 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

stableDisplay name: LifetimeThe 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

stableDisplay name: ReferencesProvides 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 stableDisplay name: DT security contextThe security contexts associated with the entity. For Smartscape entities, this field is always an array.Tags: permission

[]

GCP resource fields

AttributeTypeDescriptionExamples

gcp.asset.type

string

experimentalDisplay name: GCP asset typeThe asset type available in Google Cloud Asset Inventory. These include resource types, policy types, and runtime information types.

sqladmin.googleapis.com/Instance; k8s.io/ServiceAccount; iam.googleapis.com/Role

gcp.region

string

resource stableDisplay name: GCP regionA region is a specific geographical location where you can host your resources.Tags: primary-field

europe-west3

gcp.project.id

string

resource stableDisplay name: GCP project IDIdentifier of the GCP project associated with this resource.Tags: permission primary-field

dynatrace-gcp-extension

gcp.zone

string

resource stableDisplay name: GCP zoneA zone is a subset of a region. Each region has three or more zones.

europe-west3-c

gcp.location

string

resource stableDisplay name: GCP locationRegion or zone where GCP resource instance is running.

europe-west3-c

gcp.resource.type

string

resource stableDisplay name: GCP resource typeThe name of a monitored resource type available in Google Cloud Monitoring and Logging.

cloudsql_database

gcp.resource.name

string

resource stableDisplay name: GCP resource nameThe globally unique resource name in Google Cloud Platform convention.

//cloudfunctions.googleapis.com/projects/gcp-example-project/locations/us-central1/functions/examplefunction

cloud.provider

string

resource stableDisplay name: Cloud providerName of the cloud provider.

alibaba_cloud

cloud.provider has the following list of well-known values. If one of them applies, then the respective value MUST be used, otherwise a custom value MAY be used.

ValueDescriptionDisplay name

alibaba_cloud

Alibaba Cloud

Alibaba Cloud

aws

Amazon Web Services

AWS

azure

Microsoft Azure

Azure

gcp

Google Cloud Platform

GCP

heroku

Heroku Platform as a Service

Heroku

ibm_cloud

IBM Cloud

IBM Cloud

tencent_cloud

Tencent Cloud

Tencent Cloud

GCP entity fields

Contains the fields shared by all GCP entities.

AttributeTypeDescriptionExamples

gcp.state

string

experimentalDisplay name: GCP stateThe provisioning state of the instance

PROVISIONING; STAGING; RUNNING; PENDING_STOP; STOPPING; TERMINATED; REPAIRING; SUSPENDING; SUSPENDED

gcp.object

string

experimentalDisplay name: GCP objectThe full JSON payload of the resource as returned by the Google Cloud Asset Inventory API (the resource portion of the asset, including data and any supplementary configuration).

gcp.properties.version

string

experimentalDisplay name: GCP properties versionThe gcp.object json content version

v1

gcp.organization.id

string

resource experimentalDisplay name: GCP organization IDUnique, immutable identifier assigned to an organization resource.

123456789012

Cloud entity fields

Fields that are provided by all Cloud workloads.

AttributeTypeDescriptionExamples

cloud.acquisition.status

string

experimentalDisplay name: Cloud acquisition statusThe status of Smartscape nodes data acquisition by Data Acquisition Conroller OK - node is consistent DELETED - node was deleted in the cloud platform ERROR - there was an error acquiring node, but the node was upserted INCOMPLETE - there was an error acquiring node child resource (ie. EC2 Instance, with no EBS volumes due to missing permissions) , but the node was upserted.

OK; DELETED; ERROR; INCOMPLETE

Network Services edge cache origin

Smartscape node name: gcp.resource.name

Smartscape node type: GCP_NETWORKSERVICES_GOOGLEAPIS_COM_EDGECACHEORIGIN

Dynatrace entity for a Google Cloud Network Services edge cache origin.

Query

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

smartscapeNodes "GCP_NETWORKSERVICES_GOOGLEAPIS_COM_EDGECACHEORIGIN"

Base entity fields

The following base fields are used for all entities.

AttributeTypeDescriptionExamples

id

smartscapeId

stableDisplay name: IDA 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

deprecatedDisplay name: Classic IDThe 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

stableDisplay name: NameThe entity name.

localhost; easyTravel; product-catalog

type

string

stableDisplay name: TypeThe entity type. UPPER_SNAKE_CASE string that represents the type of the entity.

TYPE_A

tags

record

stableDisplay name: TagsA 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

stableDisplay name: LifetimeThe 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

stableDisplay name: ReferencesProvides 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 stableDisplay name: DT security contextThe security contexts associated with the entity. For Smartscape entities, this field is always an array.Tags: permission

[]

GCP resource fields

AttributeTypeDescriptionExamples

gcp.asset.type

string

experimentalDisplay name: GCP asset typeThe asset type available in Google Cloud Asset Inventory. These include resource types, policy types, and runtime information types.

sqladmin.googleapis.com/Instance; k8s.io/ServiceAccount; iam.googleapis.com/Role

gcp.region

string

resource stableDisplay name: GCP regionA region is a specific geographical location where you can host your resources.Tags: primary-field

europe-west3

gcp.project.id

string

resource stableDisplay name: GCP project IDIdentifier of the GCP project associated with this resource.Tags: permission primary-field

dynatrace-gcp-extension

gcp.zone

string

resource stableDisplay name: GCP zoneA zone is a subset of a region. Each region has three or more zones.

europe-west3-c

gcp.location

string

resource stableDisplay name: GCP locationRegion or zone where GCP resource instance is running.

europe-west3-c

gcp.resource.type

string

resource stableDisplay name: GCP resource typeThe name of a monitored resource type available in Google Cloud Monitoring and Logging.

cloudsql_database

gcp.resource.name

string

resource stableDisplay name: GCP resource nameThe globally unique resource name in Google Cloud Platform convention.

//cloudfunctions.googleapis.com/projects/gcp-example-project/locations/us-central1/functions/examplefunction

cloud.provider

string

resource stableDisplay name: Cloud providerName of the cloud provider.

alibaba_cloud

cloud.provider has the following list of well-known values. If one of them applies, then the respective value MUST be used, otherwise a custom value MAY be used.

ValueDescriptionDisplay name

alibaba_cloud

Alibaba Cloud

Alibaba Cloud

aws

Amazon Web Services

AWS

azure

Microsoft Azure

Azure

gcp

Google Cloud Platform

GCP

heroku

Heroku Platform as a Service

Heroku

ibm_cloud

IBM Cloud

IBM Cloud

tencent_cloud

Tencent Cloud

Tencent Cloud

GCP entity fields

Contains the fields shared by all GCP entities.

AttributeTypeDescriptionExamples

gcp.state

string

experimentalDisplay name: GCP stateThe provisioning state of the instance

PROVISIONING; STAGING; RUNNING; PENDING_STOP; STOPPING; TERMINATED; REPAIRING; SUSPENDING; SUSPENDED

gcp.object

string

experimentalDisplay name: GCP objectThe full JSON payload of the resource as returned by the Google Cloud Asset Inventory API (the resource portion of the asset, including data and any supplementary configuration).

gcp.properties.version

string

experimentalDisplay name: GCP properties versionThe gcp.object json content version

v1

gcp.organization.id

string

resource experimentalDisplay name: GCP organization IDUnique, immutable identifier assigned to an organization resource.

123456789012

Cloud entity fields

Fields that are provided by all Cloud workloads.

AttributeTypeDescriptionExamples

cloud.acquisition.status

string

experimentalDisplay name: Cloud acquisition statusThe status of Smartscape nodes data acquisition by Data Acquisition Conroller OK - node is consistent DELETED - node was deleted in the cloud platform ERROR - there was an error acquiring node, but the node was upserted INCOMPLETE - there was an error acquiring node child resource (ie. EC2 Instance, with no EBS volumes due to missing permissions) , but the node was upserted.

OK; DELETED; ERROR; INCOMPLETE

Network Services edge cache service

Smartscape node name: gcp.resource.name

Smartscape node type: GCP_NETWORKSERVICES_GOOGLEAPIS_COM_EDGECACHESERVICE

Dynatrace entity for a Google Cloud Network Services edge cache service.

Query

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

smartscapeNodes "GCP_NETWORKSERVICES_GOOGLEAPIS_COM_EDGECACHESERVICE"

Base entity fields

The following base fields are used for all entities.

AttributeTypeDescriptionExamples

id

smartscapeId

stableDisplay name: IDA 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

deprecatedDisplay name: Classic IDThe 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

stableDisplay name: NameThe entity name.

localhost; easyTravel; product-catalog

type

string

stableDisplay name: TypeThe entity type. UPPER_SNAKE_CASE string that represents the type of the entity.

TYPE_A

tags

record

stableDisplay name: TagsA 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

stableDisplay name: LifetimeThe 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

stableDisplay name: ReferencesProvides 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 stableDisplay name: DT security contextThe security contexts associated with the entity. For Smartscape entities, this field is always an array.Tags: permission

[]

GCP resource fields

AttributeTypeDescriptionExamples

gcp.asset.type

string

experimentalDisplay name: GCP asset typeThe asset type available in Google Cloud Asset Inventory. These include resource types, policy types, and runtime information types.

sqladmin.googleapis.com/Instance; k8s.io/ServiceAccount; iam.googleapis.com/Role

gcp.region

string

resource stableDisplay name: GCP regionA region is a specific geographical location where you can host your resources.Tags: primary-field

europe-west3

gcp.project.id

string

resource stableDisplay name: GCP project IDIdentifier of the GCP project associated with this resource.Tags: permission primary-field

dynatrace-gcp-extension

gcp.zone

string

resource stableDisplay name: GCP zoneA zone is a subset of a region. Each region has three or more zones.

europe-west3-c

gcp.location

string

resource stableDisplay name: GCP locationRegion or zone where GCP resource instance is running.

europe-west3-c

gcp.resource.type

string

resource stableDisplay name: GCP resource typeThe name of a monitored resource type available in Google Cloud Monitoring and Logging.

cloudsql_database

gcp.resource.name

string

resource stableDisplay name: GCP resource nameThe globally unique resource name in Google Cloud Platform convention.

//cloudfunctions.googleapis.com/projects/gcp-example-project/locations/us-central1/functions/examplefunction

cloud.provider

string

resource stableDisplay name: Cloud providerName of the cloud provider.

alibaba_cloud

cloud.provider has the following list of well-known values. If one of them applies, then the respective value MUST be used, otherwise a custom value MAY be used.

ValueDescriptionDisplay name

alibaba_cloud

Alibaba Cloud

Alibaba Cloud

aws

Amazon Web Services

AWS

azure

Microsoft Azure

Azure

gcp

Google Cloud Platform

GCP

heroku

Heroku Platform as a Service

Heroku

ibm_cloud

IBM Cloud

IBM Cloud

tencent_cloud

Tencent Cloud

Tencent Cloud

GCP entity fields

Contains the fields shared by all GCP entities.

AttributeTypeDescriptionExamples

gcp.state

string

experimentalDisplay name: GCP stateThe provisioning state of the instance

PROVISIONING; STAGING; RUNNING; PENDING_STOP; STOPPING; TERMINATED; REPAIRING; SUSPENDING; SUSPENDED

gcp.object

string

experimentalDisplay name: GCP objectThe full JSON payload of the resource as returned by the Google Cloud Asset Inventory API (the resource portion of the asset, including data and any supplementary configuration).

gcp.properties.version

string

experimentalDisplay name: GCP properties versionThe gcp.object json content version

v1

gcp.organization.id

string

resource experimentalDisplay name: GCP organization IDUnique, immutable identifier assigned to an organization resource.

123456789012

Cloud entity fields

Fields that are provided by all Cloud workloads.

AttributeTypeDescriptionExamples

cloud.acquisition.status

string

experimentalDisplay name: Cloud acquisition statusThe status of Smartscape nodes data acquisition by Data Acquisition Conroller OK - node is consistent DELETED - node was deleted in the cloud platform ERROR - there was an error acquiring node, but the node was upserted INCOMPLETE - there was an error acquiring node child resource (ie. EC2 Instance, with no EBS volumes due to missing permissions) , but the node was upserted.

OK; DELETED; ERROR; INCOMPLETE

Network Services endpoint policy

Smartscape node name: gcp.resource.name

Smartscape node type: GCP_NETWORKSERVICES_GOOGLEAPIS_COM_ENDPOINTPOLICY

Dynatrace entity for a Google Cloud Network Services endpoint policy.

Query

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

smartscapeNodes "GCP_NETWORKSERVICES_GOOGLEAPIS_COM_ENDPOINTPOLICY"

Base entity fields

The following base fields are used for all entities.

AttributeTypeDescriptionExamples

id

smartscapeId

stableDisplay name: IDA 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

deprecatedDisplay name: Classic IDThe 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

stableDisplay name: NameThe entity name.

localhost; easyTravel; product-catalog

type

string

stableDisplay name: TypeThe entity type. UPPER_SNAKE_CASE string that represents the type of the entity.

TYPE_A

tags

record

stableDisplay name: TagsA 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

stableDisplay name: LifetimeThe 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

stableDisplay name: ReferencesProvides 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 stableDisplay name: DT security contextThe security contexts associated with the entity. For Smartscape entities, this field is always an array.Tags: permission

[]

GCP resource fields

AttributeTypeDescriptionExamples

gcp.asset.type

string

experimentalDisplay name: GCP asset typeThe asset type available in Google Cloud Asset Inventory. These include resource types, policy types, and runtime information types.

sqladmin.googleapis.com/Instance; k8s.io/ServiceAccount; iam.googleapis.com/Role

gcp.region

string

resource stableDisplay name: GCP regionA region is a specific geographical location where you can host your resources.Tags: primary-field

europe-west3

gcp.project.id

string

resource stableDisplay name: GCP project IDIdentifier of the GCP project associated with this resource.Tags: permission primary-field

dynatrace-gcp-extension

gcp.zone

string

resource stableDisplay name: GCP zoneA zone is a subset of a region. Each region has three or more zones.

europe-west3-c

gcp.location

string

resource stableDisplay name: GCP locationRegion or zone where GCP resource instance is running.

europe-west3-c

gcp.resource.type

string

resource stableDisplay name: GCP resource typeThe name of a monitored resource type available in Google Cloud Monitoring and Logging.

cloudsql_database

gcp.resource.name

string

resource stableDisplay name: GCP resource nameThe globally unique resource name in Google Cloud Platform convention.

//cloudfunctions.googleapis.com/projects/gcp-example-project/locations/us-central1/functions/examplefunction

cloud.provider

string

resource stableDisplay name: Cloud providerName of the cloud provider.

alibaba_cloud

cloud.provider has the following list of well-known values. If one of them applies, then the respective value MUST be used, otherwise a custom value MAY be used.

ValueDescriptionDisplay name

alibaba_cloud

Alibaba Cloud

Alibaba Cloud

aws

Amazon Web Services

AWS

azure

Microsoft Azure

Azure

gcp

Google Cloud Platform

GCP

heroku

Heroku Platform as a Service

Heroku

ibm_cloud

IBM Cloud

IBM Cloud

tencent_cloud

Tencent Cloud

Tencent Cloud

GCP entity fields

Contains the fields shared by all GCP entities.

AttributeTypeDescriptionExamples

gcp.state

string

experimentalDisplay name: GCP stateThe provisioning state of the instance

PROVISIONING; STAGING; RUNNING; PENDING_STOP; STOPPING; TERMINATED; REPAIRING; SUSPENDING; SUSPENDED

gcp.object

string

experimentalDisplay name: GCP objectThe full JSON payload of the resource as returned by the Google Cloud Asset Inventory API (the resource portion of the asset, including data and any supplementary configuration).

gcp.properties.version

string

experimentalDisplay name: GCP properties versionThe gcp.object json content version

v1

gcp.organization.id

string

resource experimentalDisplay name: GCP organization IDUnique, immutable identifier assigned to an organization resource.

123456789012

Cloud entity fields

Fields that are provided by all Cloud workloads.

AttributeTypeDescriptionExamples

cloud.acquisition.status

string

experimentalDisplay name: Cloud acquisition statusThe status of Smartscape nodes data acquisition by Data Acquisition Conroller OK - node is consistent DELETED - node was deleted in the cloud platform ERROR - there was an error acquiring node, but the node was upserted INCOMPLETE - there was an error acquiring node child resource (ie. EC2 Instance, with no EBS volumes due to missing permissions) , but the node was upserted.

OK; DELETED; ERROR; INCOMPLETE

Network Services gRPC route

Smartscape node name: gcp.resource.name

Smartscape node type: GCP_NETWORKSERVICES_GOOGLEAPIS_COM_GRPCROUTE

Dynatrace entity for a Google Cloud Network Services gRPC route.

Query

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

smartscapeNodes "GCP_NETWORKSERVICES_GOOGLEAPIS_COM_GRPCROUTE"

Base entity fields

The following base fields are used for all entities.

AttributeTypeDescriptionExamples

id

smartscapeId

stableDisplay name: IDA 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

deprecatedDisplay name: Classic IDThe 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

stableDisplay name: NameThe entity name.

localhost; easyTravel; product-catalog

type

string

stableDisplay name: TypeThe entity type. UPPER_SNAKE_CASE string that represents the type of the entity.

TYPE_A

tags

record

stableDisplay name: TagsA 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

stableDisplay name: LifetimeThe 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

stableDisplay name: ReferencesProvides 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 stableDisplay name: DT security contextThe security contexts associated with the entity. For Smartscape entities, this field is always an array.Tags: permission

[]

GCP resource fields

AttributeTypeDescriptionExamples

gcp.asset.type

string

experimentalDisplay name: GCP asset typeThe asset type available in Google Cloud Asset Inventory. These include resource types, policy types, and runtime information types.

sqladmin.googleapis.com/Instance; k8s.io/ServiceAccount; iam.googleapis.com/Role

gcp.region

string

resource stableDisplay name: GCP regionA region is a specific geographical location where you can host your resources.Tags: primary-field

europe-west3

gcp.project.id

string

resource stableDisplay name: GCP project IDIdentifier of the GCP project associated with this resource.Tags: permission primary-field

dynatrace-gcp-extension

gcp.zone

string

resource stableDisplay name: GCP zoneA zone is a subset of a region. Each region has three or more zones.

europe-west3-c

gcp.location

string

resource stableDisplay name: GCP locationRegion or zone where GCP resource instance is running.

europe-west3-c

gcp.resource.type

string

resource stableDisplay name: GCP resource typeThe name of a monitored resource type available in Google Cloud Monitoring and Logging.

cloudsql_database

gcp.resource.name

string

resource stableDisplay name: GCP resource nameThe globally unique resource name in Google Cloud Platform convention.

//cloudfunctions.googleapis.com/projects/gcp-example-project/locations/us-central1/functions/examplefunction

cloud.provider

string

resource stableDisplay name: Cloud providerName of the cloud provider.

alibaba_cloud

cloud.provider has the following list of well-known values. If one of them applies, then the respective value MUST be used, otherwise a custom value MAY be used.

ValueDescriptionDisplay name

alibaba_cloud

Alibaba Cloud

Alibaba Cloud

aws

Amazon Web Services

AWS

azure

Microsoft Azure

Azure

gcp

Google Cloud Platform

GCP

heroku

Heroku Platform as a Service

Heroku

ibm_cloud

IBM Cloud

IBM Cloud

tencent_cloud

Tencent Cloud

Tencent Cloud

GCP entity fields

Contains the fields shared by all GCP entities.

AttributeTypeDescriptionExamples

gcp.state

string

experimentalDisplay name: GCP stateThe provisioning state of the instance

PROVISIONING; STAGING; RUNNING; PENDING_STOP; STOPPING; TERMINATED; REPAIRING; SUSPENDING; SUSPENDED

gcp.object

string

experimentalDisplay name: GCP objectThe full JSON payload of the resource as returned by the Google Cloud Asset Inventory API (the resource portion of the asset, including data and any supplementary configuration).

gcp.properties.version

string

experimentalDisplay name: GCP properties versionThe gcp.object json content version

v1

gcp.organization.id

string

resource experimentalDisplay name: GCP organization IDUnique, immutable identifier assigned to an organization resource.

123456789012

Cloud entity fields

Fields that are provided by all Cloud workloads.

AttributeTypeDescriptionExamples

cloud.acquisition.status

string

experimentalDisplay name: Cloud acquisition statusThe status of Smartscape nodes data acquisition by Data Acquisition Conroller OK - node is consistent DELETED - node was deleted in the cloud platform ERROR - there was an error acquiring node, but the node was upserted INCOMPLETE - there was an error acquiring node child resource (ie. EC2 Instance, with no EBS volumes due to missing permissions) , but the node was upserted.

OK; DELETED; ERROR; INCOMPLETE

Network Services gateway

Smartscape node name: gcp.resource.name

Smartscape node type: GCP_NETWORKSERVICES_GOOGLEAPIS_COM_GATEWAY

Dynatrace entity for a Google Cloud Network Services gateway.

Query

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

smartscapeNodes "GCP_NETWORKSERVICES_GOOGLEAPIS_COM_GATEWAY"

Base entity fields

The following base fields are used for all entities.

AttributeTypeDescriptionExamples

id

smartscapeId

stableDisplay name: IDA 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

deprecatedDisplay name: Classic IDThe 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

stableDisplay name: NameThe entity name.

localhost; easyTravel; product-catalog

type

string

stableDisplay name: TypeThe entity type. UPPER_SNAKE_CASE string that represents the type of the entity.

TYPE_A

tags

record

stableDisplay name: TagsA 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

stableDisplay name: LifetimeThe 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

stableDisplay name: ReferencesProvides 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 stableDisplay name: DT security contextThe security contexts associated with the entity. For Smartscape entities, this field is always an array.Tags: permission

[]

GCP resource fields

AttributeTypeDescriptionExamples

gcp.asset.type

string

experimentalDisplay name: GCP asset typeThe asset type available in Google Cloud Asset Inventory. These include resource types, policy types, and runtime information types.

sqladmin.googleapis.com/Instance; k8s.io/ServiceAccount; iam.googleapis.com/Role

gcp.region

string

resource stableDisplay name: GCP regionA region is a specific geographical location where you can host your resources.Tags: primary-field

europe-west3

gcp.project.id

string

resource stableDisplay name: GCP project IDIdentifier of the GCP project associated with this resource.Tags: permission primary-field

dynatrace-gcp-extension

gcp.zone

string

resource stableDisplay name: GCP zoneA zone is a subset of a region. Each region has three or more zones.

europe-west3-c

gcp.location

string

resource stableDisplay name: GCP locationRegion or zone where GCP resource instance is running.

europe-west3-c

gcp.resource.type

string

resource stableDisplay name: GCP resource typeThe name of a monitored resource type available in Google Cloud Monitoring and Logging.

cloudsql_database

gcp.resource.name

string

resource stableDisplay name: GCP resource nameThe globally unique resource name in Google Cloud Platform convention.

//cloudfunctions.googleapis.com/projects/gcp-example-project/locations/us-central1/functions/examplefunction

cloud.provider

string

resource stableDisplay name: Cloud providerName of the cloud provider.

alibaba_cloud

cloud.provider has the following list of well-known values. If one of them applies, then the respective value MUST be used, otherwise a custom value MAY be used.

ValueDescriptionDisplay name

alibaba_cloud

Alibaba Cloud

Alibaba Cloud

aws

Amazon Web Services

AWS

azure

Microsoft Azure

Azure

gcp

Google Cloud Platform

GCP

heroku

Heroku Platform as a Service

Heroku

ibm_cloud

IBM Cloud

IBM Cloud

tencent_cloud

Tencent Cloud

Tencent Cloud

GCP entity fields

Contains the fields shared by all GCP entities.

AttributeTypeDescriptionExamples

gcp.state

string

experimentalDisplay name: GCP stateThe provisioning state of the instance

PROVISIONING; STAGING; RUNNING; PENDING_STOP; STOPPING; TERMINATED; REPAIRING; SUSPENDING; SUSPENDED

gcp.object

string

experimentalDisplay name: GCP objectThe full JSON payload of the resource as returned by the Google Cloud Asset Inventory API (the resource portion of the asset, including data and any supplementary configuration).

gcp.properties.version

string

experimentalDisplay name: GCP properties versionThe gcp.object json content version

v1

gcp.organization.id

string

resource experimentalDisplay name: GCP organization IDUnique, immutable identifier assigned to an organization resource.

123456789012

Cloud entity fields

Fields that are provided by all Cloud workloads.

AttributeTypeDescriptionExamples

cloud.acquisition.status

string

experimentalDisplay name: Cloud acquisition statusThe status of Smartscape nodes data acquisition by Data Acquisition Conroller OK - node is consistent DELETED - node was deleted in the cloud platform ERROR - there was an error acquiring node, but the node was upserted INCOMPLETE - there was an error acquiring node child resource (ie. EC2 Instance, with no EBS volumes due to missing permissions) , but the node was upserted.

OK; DELETED; ERROR; INCOMPLETE

Network Services load balancer route extension

Smartscape node name: gcp.resource.name

Smartscape node type: GCP_NETWORKSERVICES_GOOGLEAPIS_COM_LBROUTEEXTENSION

Dynatrace entity for a Google Cloud Network Services LB route extension.

Query

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

smartscapeNodes "GCP_NETWORKSERVICES_GOOGLEAPIS_COM_LBROUTEEXTENSION"

Base entity fields

The following base fields are used for all entities.

AttributeTypeDescriptionExamples

id

smartscapeId

stableDisplay name: IDA 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

deprecatedDisplay name: Classic IDThe 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

stableDisplay name: NameThe entity name.

localhost; easyTravel; product-catalog

type

string

stableDisplay name: TypeThe entity type. UPPER_SNAKE_CASE string that represents the type of the entity.

TYPE_A

tags

record

stableDisplay name: TagsA 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

stableDisplay name: LifetimeThe 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

stableDisplay name: ReferencesProvides 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 stableDisplay name: DT security contextThe security contexts associated with the entity. For Smartscape entities, this field is always an array.Tags: permission

[]

GCP resource fields

AttributeTypeDescriptionExamples

gcp.asset.type

string

experimentalDisplay name: GCP asset typeThe asset type available in Google Cloud Asset Inventory. These include resource types, policy types, and runtime information types.

sqladmin.googleapis.com/Instance; k8s.io/ServiceAccount; iam.googleapis.com/Role

gcp.region

string

resource stableDisplay name: GCP regionA region is a specific geographical location where you can host your resources.Tags: primary-field

europe-west3

gcp.project.id

string

resource stableDisplay name: GCP project IDIdentifier of the GCP project associated with this resource.Tags: permission primary-field

dynatrace-gcp-extension

gcp.zone

string

resource stableDisplay name: GCP zoneA zone is a subset of a region. Each region has three or more zones.

europe-west3-c

gcp.location

string

resource stableDisplay name: GCP locationRegion or zone where GCP resource instance is running.

europe-west3-c

gcp.resource.type

string

resource stableDisplay name: GCP resource typeThe name of a monitored resource type available in Google Cloud Monitoring and Logging.

cloudsql_database

gcp.resource.name

string

resource stableDisplay name: GCP resource nameThe globally unique resource name in Google Cloud Platform convention.

//cloudfunctions.googleapis.com/projects/gcp-example-project/locations/us-central1/functions/examplefunction

cloud.provider

string

resource stableDisplay name: Cloud providerName of the cloud provider.

alibaba_cloud

cloud.provider has the following list of well-known values. If one of them applies, then the respective value MUST be used, otherwise a custom value MAY be used.

ValueDescriptionDisplay name

alibaba_cloud

Alibaba Cloud

Alibaba Cloud

aws

Amazon Web Services

AWS

azure

Microsoft Azure

Azure

gcp

Google Cloud Platform

GCP

heroku

Heroku Platform as a Service

Heroku

ibm_cloud

IBM Cloud

IBM Cloud

tencent_cloud

Tencent Cloud

Tencent Cloud

GCP entity fields

Contains the fields shared by all GCP entities.

AttributeTypeDescriptionExamples

gcp.state

string

experimentalDisplay name: GCP stateThe provisioning state of the instance

PROVISIONING; STAGING; RUNNING; PENDING_STOP; STOPPING; TERMINATED; REPAIRING; SUSPENDING; SUSPENDED

gcp.object

string

experimentalDisplay name: GCP objectThe full JSON payload of the resource as returned by the Google Cloud Asset Inventory API (the resource portion of the asset, including data and any supplementary configuration).

gcp.properties.version

string

experimentalDisplay name: GCP properties versionThe gcp.object json content version

v1

gcp.organization.id

string

resource experimentalDisplay name: GCP organization IDUnique, immutable identifier assigned to an organization resource.

123456789012

Cloud entity fields

Fields that are provided by all Cloud workloads.

AttributeTypeDescriptionExamples

cloud.acquisition.status

string

experimentalDisplay name: Cloud acquisition statusThe status of Smartscape nodes data acquisition by Data Acquisition Conroller OK - node is consistent DELETED - node was deleted in the cloud platform ERROR - there was an error acquiring node, but the node was upserted INCOMPLETE - there was an error acquiring node child resource (ie. EC2 Instance, with no EBS volumes due to missing permissions) , but the node was upserted.

OK; DELETED; ERROR; INCOMPLETE

Network Services load balancer traffic extension

Smartscape node name: gcp.resource.name

Smartscape node type: GCP_NETWORKSERVICES_GOOGLEAPIS_COM_LBTRAFFICEXTENSION

Dynatrace entity for a Google Cloud Network Services LB traffic extension.

Query

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

smartscapeNodes "GCP_NETWORKSERVICES_GOOGLEAPIS_COM_LBTRAFFICEXTENSION"

Base entity fields

The following base fields are used for all entities.

AttributeTypeDescriptionExamples

id

smartscapeId

stableDisplay name: IDA 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

deprecatedDisplay name: Classic IDThe 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

stableDisplay name: NameThe entity name.

localhost; easyTravel; product-catalog

type

string

stableDisplay name: TypeThe entity type. UPPER_SNAKE_CASE string that represents the type of the entity.

TYPE_A

tags

record

stableDisplay name: TagsA 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

stableDisplay name: LifetimeThe 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

stableDisplay name: ReferencesProvides 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 stableDisplay name: DT security contextThe security contexts associated with the entity. For Smartscape entities, this field is always an array.Tags: permission

[]

GCP resource fields

AttributeTypeDescriptionExamples

gcp.asset.type

string

experimentalDisplay name: GCP asset typeThe asset type available in Google Cloud Asset Inventory. These include resource types, policy types, and runtime information types.

sqladmin.googleapis.com/Instance; k8s.io/ServiceAccount; iam.googleapis.com/Role

gcp.region

string

resource stableDisplay name: GCP regionA region is a specific geographical location where you can host your resources.Tags: primary-field

europe-west3

gcp.project.id

string

resource stableDisplay name: GCP project IDIdentifier of the GCP project associated with this resource.Tags: permission primary-field

dynatrace-gcp-extension

gcp.zone

string

resource stableDisplay name: GCP zoneA zone is a subset of a region. Each region has three or more zones.

europe-west3-c

gcp.location

string

resource stableDisplay name: GCP locationRegion or zone where GCP resource instance is running.

europe-west3-c

gcp.resource.type

string

resource stableDisplay name: GCP resource typeThe name of a monitored resource type available in Google Cloud Monitoring and Logging.

cloudsql_database

gcp.resource.name

string

resource stableDisplay name: GCP resource nameThe globally unique resource name in Google Cloud Platform convention.

//cloudfunctions.googleapis.com/projects/gcp-example-project/locations/us-central1/functions/examplefunction

cloud.provider

string

resource stableDisplay name: Cloud providerName of the cloud provider.

alibaba_cloud

cloud.provider has the following list of well-known values. If one of them applies, then the respective value MUST be used, otherwise a custom value MAY be used.

ValueDescriptionDisplay name

alibaba_cloud

Alibaba Cloud

Alibaba Cloud

aws

Amazon Web Services

AWS

azure

Microsoft Azure

Azure

gcp

Google Cloud Platform

GCP

heroku

Heroku Platform as a Service

Heroku

ibm_cloud

IBM Cloud

IBM Cloud

tencent_cloud

Tencent Cloud

Tencent Cloud

GCP entity fields

Contains the fields shared by all GCP entities.

AttributeTypeDescriptionExamples

gcp.state

string

experimentalDisplay name: GCP stateThe provisioning state of the instance

PROVISIONING; STAGING; RUNNING; PENDING_STOP; STOPPING; TERMINATED; REPAIRING; SUSPENDING; SUSPENDED

gcp.object

string

experimentalDisplay name: GCP objectThe full JSON payload of the resource as returned by the Google Cloud Asset Inventory API (the resource portion of the asset, including data and any supplementary configuration).

gcp.properties.version

string

experimentalDisplay name: GCP properties versionThe gcp.object json content version

v1

gcp.organization.id

string

resource experimentalDisplay name: GCP organization IDUnique, immutable identifier assigned to an organization resource.

123456789012

Cloud entity fields

Fields that are provided by all Cloud workloads.

AttributeTypeDescriptionExamples

cloud.acquisition.status

string

experimentalDisplay name: Cloud acquisition statusThe status of Smartscape nodes data acquisition by Data Acquisition Conroller OK - node is consistent DELETED - node was deleted in the cloud platform ERROR - there was an error acquiring node, but the node was upserted INCOMPLETE - there was an error acquiring node child resource (ie. EC2 Instance, with no EBS volumes due to missing permissions) , but the node was upserted.

OK; DELETED; ERROR; INCOMPLETE

Network Services mesh

Smartscape node name: gcp.resource.name

Smartscape node type: GCP_NETWORKSERVICES_GOOGLEAPIS_COM_MESH

Dynatrace entity for a Google Cloud Network Services mesh resource.

Query

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

smartscapeNodes "GCP_NETWORKSERVICES_GOOGLEAPIS_COM_MESH"

Base entity fields

The following base fields are used for all entities.

AttributeTypeDescriptionExamples

id

smartscapeId

stableDisplay name: IDA 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

deprecatedDisplay name: Classic IDThe 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

stableDisplay name: NameThe entity name.

localhost; easyTravel; product-catalog

type

string

stableDisplay name: TypeThe entity type. UPPER_SNAKE_CASE string that represents the type of the entity.

TYPE_A

tags

record

stableDisplay name: TagsA 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

stableDisplay name: LifetimeThe 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

stableDisplay name: ReferencesProvides 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 stableDisplay name: DT security contextThe security contexts associated with the entity. For Smartscape entities, this field is always an array.Tags: permission

[]

GCP resource fields

AttributeTypeDescriptionExamples

gcp.asset.type

string

experimentalDisplay name: GCP asset typeThe asset type available in Google Cloud Asset Inventory. These include resource types, policy types, and runtime information types.

sqladmin.googleapis.com/Instance; k8s.io/ServiceAccount; iam.googleapis.com/Role

gcp.region

string

resource stableDisplay name: GCP regionA region is a specific geographical location where you can host your resources.Tags: primary-field

europe-west3

gcp.project.id

string

resource stableDisplay name: GCP project IDIdentifier of the GCP project associated with this resource.Tags: permission primary-field

dynatrace-gcp-extension

gcp.zone

string

resource stableDisplay name: GCP zoneA zone is a subset of a region. Each region has three or more zones.

europe-west3-c

gcp.location

string

resource stableDisplay name: GCP locationRegion or zone where GCP resource instance is running.

europe-west3-c

gcp.resource.type

string

resource stableDisplay name: GCP resource typeThe name of a monitored resource type available in Google Cloud Monitoring and Logging.

cloudsql_database

gcp.resource.name

string

resource stableDisplay name: GCP resource nameThe globally unique resource name in Google Cloud Platform convention.

//cloudfunctions.googleapis.com/projects/gcp-example-project/locations/us-central1/functions/examplefunction

cloud.provider

string

resource stableDisplay name: Cloud providerName of the cloud provider.

alibaba_cloud

cloud.provider has the following list of well-known values. If one of them applies, then the respective value MUST be used, otherwise a custom value MAY be used.

ValueDescriptionDisplay name

alibaba_cloud

Alibaba Cloud

Alibaba Cloud

aws

Amazon Web Services

AWS

azure

Microsoft Azure

Azure

gcp

Google Cloud Platform

GCP

heroku

Heroku Platform as a Service

Heroku

ibm_cloud

IBM Cloud

IBM Cloud

tencent_cloud

Tencent Cloud

Tencent Cloud

GCP entity fields

Contains the fields shared by all GCP entities.

AttributeTypeDescriptionExamples

gcp.state

string

experimentalDisplay name: GCP stateThe provisioning state of the instance

PROVISIONING; STAGING; RUNNING; PENDING_STOP; STOPPING; TERMINATED; REPAIRING; SUSPENDING; SUSPENDED

gcp.object

string

experimentalDisplay name: GCP objectThe full JSON payload of the resource as returned by the Google Cloud Asset Inventory API (the resource portion of the asset, including data and any supplementary configuration).

gcp.properties.version

string

experimentalDisplay name: GCP properties versionThe gcp.object json content version

v1

gcp.organization.id

string

resource experimentalDisplay name: GCP organization IDUnique, immutable identifier assigned to an organization resource.

123456789012

Cloud entity fields

Fields that are provided by all Cloud workloads.

AttributeTypeDescriptionExamples

cloud.acquisition.status

string

experimentalDisplay name: Cloud acquisition statusThe status of Smartscape nodes data acquisition by Data Acquisition Conroller OK - node is consistent DELETED - node was deleted in the cloud platform ERROR - there was an error acquiring node, but the node was upserted INCOMPLETE - there was an error acquiring node child resource (ie. EC2 Instance, with no EBS volumes due to missing permissions) , but the node was upserted.

OK; DELETED; ERROR; INCOMPLETE

Network Services service binding

Smartscape node name: gcp.resource.name

Smartscape node type: GCP_NETWORKSERVICES_GOOGLEAPIS_COM_SERVICEBINDING

Dynatrace entity for a Google Cloud Network Services service binding.

Query

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

smartscapeNodes "GCP_NETWORKSERVICES_GOOGLEAPIS_COM_SERVICEBINDING"

Base entity fields

The following base fields are used for all entities.

AttributeTypeDescriptionExamples

id

smartscapeId

stableDisplay name: IDA 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

deprecatedDisplay name: Classic IDThe 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

stableDisplay name: NameThe entity name.

localhost; easyTravel; product-catalog

type

string

stableDisplay name: TypeThe entity type. UPPER_SNAKE_CASE string that represents the type of the entity.

TYPE_A

tags

record

stableDisplay name: TagsA 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

stableDisplay name: LifetimeThe 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

stableDisplay name: ReferencesProvides 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 stableDisplay name: DT security contextThe security contexts associated with the entity. For Smartscape entities, this field is always an array.Tags: permission

[]

GCP resource fields

AttributeTypeDescriptionExamples

gcp.asset.type

string

experimentalDisplay name: GCP asset typeThe asset type available in Google Cloud Asset Inventory. These include resource types, policy types, and runtime information types.

sqladmin.googleapis.com/Instance; k8s.io/ServiceAccount; iam.googleapis.com/Role

gcp.region

string

resource stableDisplay name: GCP regionA region is a specific geographical location where you can host your resources.Tags: primary-field

europe-west3

gcp.project.id

string

resource stableDisplay name: GCP project IDIdentifier of the GCP project associated with this resource.Tags: permission primary-field

dynatrace-gcp-extension

gcp.zone

string

resource stableDisplay name: GCP zoneA zone is a subset of a region. Each region has three or more zones.

europe-west3-c

gcp.location

string

resource stableDisplay name: GCP locationRegion or zone where GCP resource instance is running.

europe-west3-c

gcp.resource.type

string

resource stableDisplay name: GCP resource typeThe name of a monitored resource type available in Google Cloud Monitoring and Logging.

cloudsql_database

gcp.resource.name

string

resource stableDisplay name: GCP resource nameThe globally unique resource name in Google Cloud Platform convention.

//cloudfunctions.googleapis.com/projects/gcp-example-project/locations/us-central1/functions/examplefunction

cloud.provider

string

resource stableDisplay name: Cloud providerName of the cloud provider.

alibaba_cloud

cloud.provider has the following list of well-known values. If one of them applies, then the respective value MUST be used, otherwise a custom value MAY be used.

ValueDescriptionDisplay name

alibaba_cloud

Alibaba Cloud

Alibaba Cloud

aws

Amazon Web Services

AWS

azure

Microsoft Azure

Azure

gcp

Google Cloud Platform

GCP

heroku

Heroku Platform as a Service

Heroku

ibm_cloud

IBM Cloud

IBM Cloud

tencent_cloud

Tencent Cloud

Tencent Cloud

GCP entity fields

Contains the fields shared by all GCP entities.

AttributeTypeDescriptionExamples

gcp.state

string

experimentalDisplay name: GCP stateThe provisioning state of the instance

PROVISIONING; STAGING; RUNNING; PENDING_STOP; STOPPING; TERMINATED; REPAIRING; SUSPENDING; SUSPENDED

gcp.object

string

experimentalDisplay name: GCP objectThe full JSON payload of the resource as returned by the Google Cloud Asset Inventory API (the resource portion of the asset, including data and any supplementary configuration).

gcp.properties.version

string

experimentalDisplay name: GCP properties versionThe gcp.object json content version

v1

gcp.organization.id

string

resource experimentalDisplay name: GCP organization IDUnique, immutable identifier assigned to an organization resource.

123456789012

Cloud entity fields

Fields that are provided by all Cloud workloads.

AttributeTypeDescriptionExamples

cloud.acquisition.status

string

experimentalDisplay name: Cloud acquisition statusThe status of Smartscape nodes data acquisition by Data Acquisition Conroller OK - node is consistent DELETED - node was deleted in the cloud platform ERROR - there was an error acquiring node, but the node was upserted INCOMPLETE - there was an error acquiring node child resource (ie. EC2 Instance, with no EBS volumes due to missing permissions) , but the node was upserted.

OK; DELETED; ERROR; INCOMPLETE

Network Services service load balancer policy

Smartscape node name: gcp.resource.name

Smartscape node type: GCP_NETWORKSERVICES_GOOGLEAPIS_COM_SERVICELBPOLICY

Google Cloud Network Services service load-balancer policy resource.

Query

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

smartscapeNodes "GCP_NETWORKSERVICES_GOOGLEAPIS_COM_SERVICELBPOLICY"

Base entity fields

The following base fields are used for all entities.

AttributeTypeDescriptionExamples

id

smartscapeId

stableDisplay name: IDA 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

deprecatedDisplay name: Classic IDThe 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

stableDisplay name: NameThe entity name.

localhost; easyTravel; product-catalog

type

string

stableDisplay name: TypeThe entity type. UPPER_SNAKE_CASE string that represents the type of the entity.

TYPE_A

tags

record

stableDisplay name: TagsA 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

stableDisplay name: LifetimeThe 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

stableDisplay name: ReferencesProvides 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 stableDisplay name: DT security contextThe security contexts associated with the entity. For Smartscape entities, this field is always an array.Tags: permission

[]

GCP resource fields

AttributeTypeDescriptionExamples

gcp.asset.type

string

experimentalDisplay name: GCP asset typeThe asset type available in Google Cloud Asset Inventory. These include resource types, policy types, and runtime information types.

sqladmin.googleapis.com/Instance; k8s.io/ServiceAccount; iam.googleapis.com/Role

gcp.region

string

resource stableDisplay name: GCP regionA region is a specific geographical location where you can host your resources.Tags: primary-field

europe-west3

gcp.project.id

string

resource stableDisplay name: GCP project IDIdentifier of the GCP project associated with this resource.Tags: permission primary-field

dynatrace-gcp-extension

gcp.zone

string

resource stableDisplay name: GCP zoneA zone is a subset of a region. Each region has three or more zones.

europe-west3-c

gcp.location

string

resource stableDisplay name: GCP locationRegion or zone where GCP resource instance is running.

europe-west3-c

gcp.resource.type

string

resource stableDisplay name: GCP resource typeThe name of a monitored resource type available in Google Cloud Monitoring and Logging.

cloudsql_database

gcp.resource.name

string

resource stableDisplay name: GCP resource nameThe globally unique resource name in Google Cloud Platform convention.

//cloudfunctions.googleapis.com/projects/gcp-example-project/locations/us-central1/functions/examplefunction

cloud.provider

string

resource stableDisplay name: Cloud providerName of the cloud provider.

alibaba_cloud

cloud.provider has the following list of well-known values. If one of them applies, then the respective value MUST be used, otherwise a custom value MAY be used.

ValueDescriptionDisplay name

alibaba_cloud

Alibaba Cloud

Alibaba Cloud

aws

Amazon Web Services

AWS

azure

Microsoft Azure

Azure

gcp

Google Cloud Platform

GCP

heroku

Heroku Platform as a Service

Heroku

ibm_cloud

IBM Cloud

IBM Cloud

tencent_cloud

Tencent Cloud

Tencent Cloud

GCP entity fields

Contains the fields shared by all GCP entities.

AttributeTypeDescriptionExamples

gcp.state

string

experimentalDisplay name: GCP stateThe provisioning state of the instance

PROVISIONING; STAGING; RUNNING; PENDING_STOP; STOPPING; TERMINATED; REPAIRING; SUSPENDING; SUSPENDED

gcp.object

string

experimentalDisplay name: GCP objectThe full JSON payload of the resource as returned by the Google Cloud Asset Inventory API (the resource portion of the asset, including data and any supplementary configuration).

gcp.properties.version

string

experimentalDisplay name: GCP properties versionThe gcp.object json content version

v1

gcp.organization.id

string

resource experimentalDisplay name: GCP organization IDUnique, immutable identifier assigned to an organization resource.

123456789012

Cloud entity fields

Fields that are provided by all Cloud workloads.

AttributeTypeDescriptionExamples

cloud.acquisition.status

string

experimentalDisplay name: Cloud acquisition statusThe 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