Dynatrace · JSON Structure

Problems Problem Notification Payload Structure

The webhook notification payload delivered by Dynatrace when a problem lifecycle event occurs. Contains both summary fields for quick processing and the full ProblemDetailsJSON for detailed analysis.

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

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

Properties

ProblemID ProblemTitle ProblemURL ProblemSeverity ProblemStatus ImpactedEntities ImpactedEntityNames Tags State ProblemDetailsJSON

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-problem-notification-payload-structure.json",
  "description": "The webhook notification payload delivered by Dynatrace when a problem lifecycle event occurs. Contains both summary fields for quick processing and the full ProblemDetailsJSON for detailed analysis.",
  "type": "object",
  "properties": {
    "ProblemID": {
      "type": "string",
      "description": "The human-readable problem identifier displayed in the Dynatrace UI, e.g., P-123456.",
      "example": "P-123456"
    },
    "ProblemTitle": {
      "type": "string",
      "description": "The title of the problem generated by the Davis AI engine, describing the nature of the detected anomaly.",
      "example": "High failure rate on payment-service"
    },
    "ProblemURL": {
      "type": "uri",
      "description": "The full URL to the problem detail page in the Dynatrace UI, allowing recipients to navigate directly to the problem.",
      "example": "https://mySampleEnv.live.dynatrace.com/#problems/problemdetail;pid=-1234567890123456789_V2"
    },
    "ProblemSeverity": {
      "type": "string",
      "description": "The severity level classification of the problem.",
      "enum": [
        "AVAILABILITY",
        "ERROR",
        "PERFORMANCE",
        "RESOURCE_CONTENTION",
        "CUSTOM_ALERT"
      ],
      "example": "PERFORMANCE"
    },
    "ProblemStatus": {
      "type": "string",
      "description": "The current lifecycle status of the problem at the time of notification.",
      "enum": [
        "OPEN",
        "RESOLVED"
      ],
      "example": "OPEN"
    },
    "ImpactedEntities": {
      "type": "array",
      "description": "The list of monitored entities that are experiencing service degradation as a result of the problem.",
      "items": {
        "$ref": "#/components/schemas/ImpactedEntity"
      },
      "example": [
        {
          "Entity": "SERVICE-ABCDEF1234567890",
          "Name": "payment-service"
        }
      ]
    },
    "ImpactedEntityNames": {
      "type": "string",
      "description": "A comma-separated string of display names for all impacted entities, for use in simple notification templates.",
      "example": "payment-service, checkout-service"
    },
    "Tags": {
      "type": "string",
      "description": "A comma-separated string of tags applied to the impacted entities, for use in routing or filtering notification handlers.",
      "example": "env:production, team:backend"
    },
    "State": {
      "type": "string",
      "description": "The state of the problem notification. OPEN for new or ongoing problems, RESOLVED for resolved problems, MERGED for merged problems.",
      "enum": [
        "OPEN",
        "RESOLVED",
        "MERGED"
      ],
      "example": "OPEN"
    },
    "ProblemDetailsJSON": {
      "$ref": "#/components/schemas/ProblemDetails"
    }
  },
  "name": "ProblemNotificationPayload"
}

Work with this as data

Every JSON Structure here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for json structure

4 MCP tools reach this
  • find_json_structuresBrowse and filter every JSON Structure in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This JSON Structure
curl "https://apis.io/api/v1/json-structures/problems-problem-notification-payload-structure"
All json structure
curl "https://apis.io/api/v1/json-structures?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.