Dynatrace · JSON Structure

Problems Impacted Entity Structure

A monitored entity that is impacted by the problem.

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

ImpactedEntity is a JSON Structure definition published by Dynatrace, describing 2 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

Entity Name

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/dynatrace/refs/heads/main/json-structure/problems-impacted-entity-structure.json",
  "description": "A monitored entity that is impacted by the problem.",
  "type": "object",
  "properties": {
    "Entity": {
      "type": "string",
      "description": "The Dynatrace entity ID of the impacted entity, in the format TYPE-HEXADECIMALID, e.g., SERVICE-1234567890ABCDEF.",
      "example": "SERVICE-ABCDEF1234567890"
    },
    "Name": {
      "type": "string",
      "description": "The display name of the impacted entity.",
      "example": "payment-service"
    }
  },
  "name": "ImpactedEntity"
}