Dynatrace · JSON Structure

Dynatrace Entities V2 Entity Type Property Structure

Describes a single property of an entity type.

Type: object Properties: 3
AI OperationsAnalyticsAPMApplication Performance MonitoringApplication SecurityAutomationCloud MonitoringDigital Experience ManagementIntelligenceObservability

EntityTypeProperty is a JSON Structure definition published by Dynatrace, describing 3 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

id displayName type

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "type": "object",
  "description": "Describes a single property of an entity type.",
  "name": "EntityTypeProperty",
  "properties": {
    "id": {
      "type": "string",
      "description": "The property key identifier."
    },
    "displayName": {
      "type": "string",
      "description": "The human-readable display name of the property."
    },
    "type": {
      "type": "string",
      "description": "The data type of the property value."
    }
  },
  "$schema": "https://json-structure.org/draft/2020-12/schema"
}