Dynatrace · Example Payload

Dynatrace Problems V2 Problem Collection Example

AI OperationsAnalyticsAPMApplication Performance MonitoringApplication SecurityAutomationCloud MonitoringDigital Experience ManagementIntelligenceObservability

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

Top-level fields

nextPageKeytotalCountpageSizeproblems

Example Payload

Raw ↑
{
  "nextPageKey": "example-value",
  "totalCount": 500,
  "pageSize": 500,
  "problems": [
    {
      "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"
        }
      ]
    }
  ]
}