Dynatrace · Example Payload

Dynatrace Problems V2 Comment Collection Example

AI OperationsAnalyticsAPMApplication Performance MonitoringApplication SecurityAutomationCloud MonitoringDigital Experience ManagementIntelligenceObservability

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

Top-level fields

nextPageKeytotalCountcomments

Example Payload

Raw ↑
{
  "nextPageKey": "example-value",
  "totalCount": 500,
  "comments": [
    {
      "id": "abc123",
      "createdAtTimestamp": 1718153645993,
      "authorName": "Production Service",
      "content": "example-value",
      "context": "example-value"
    }
  ]
}