Dynatrace · Example Payload

Dynatrace Problems V2 Problem Example

AI OperationsAnalyticsAPMApplication Performance MonitoringApplication SecurityAutomationCloud MonitoringDigital Experience ManagementIntelligenceObservability

Dynatrace Problems V2 Problem Example is an example object payload from Dynatrace, with 12 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

problemIddisplayIdtitleseverityLevelstatusstartTimeendTimeaffectedEntitiesimpactedEntitiesrootCauseEntitymanagementZonesproblemFilters

Example Payload

Raw ↑
{
  "problemId": "abc123",
  "displayId": "abc123",
  "title": "example-value",
  "severityLevel": "AVAILABILITY",
  "status": "OPEN",
  "startTime": 1718153645993,
  "endTime": 1718153645993,
  "affectedEntities": [
    {
      "entityId": "abc123",
      "name": "Production Service",
      "type": "STANDARD"
    }
  ],
  "impactedEntities": [
    {
      "entityId": "abc123",
      "name": "Production Service",
      "type": "STANDARD"
    }
  ],
  "rootCauseEntity": "example-value",
  "managementZones": [
    {
      "id": "abc123",
      "name": "Production Service"
    }
  ],
  "problemFilters": [
    {
      "id": "abc123",
      "name": "Production Service"
    }
  ]
}