Dynatrace · Example Payload

Dynatrace Problem Example

example-value

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

Top-level fields

problemIddisplayIdtitleseverityLevelstatusstartTimeendTimeaffectedEntitiesimpactedEntitiesrootCauseEntitymanagementZonestagsevidenceDetailscomments

Example Payload

Raw ↑
{
  "problemId": "example-value",
  "displayId": "example-value",
  "title": "example-value",
  "severityLevel": "AVAILABILITY",
  "status": "OPEN",
  "startTime": 500,
  "endTime": 500,
  "affectedEntities": [
    "example-value"
  ],
  "impactedEntities": [
    "example-value"
  ],
  "rootCauseEntity": "example-value",
  "managementZones": [
    "example-value"
  ],
  "tags": [
    "example-value"
  ],
  "evidenceDetails": {
    "totalCount": 500,
    "details": [
      {}
    ]
  },
  "comments": {
    "totalCount": 500,
    "items": [
      {
        "id": {},
        "createdAtTimestamp": {},
        "authorName": {},
        "content": {},
        "context": {}
      }
    ]
  }
}