Dynatrace · Example Payload

Dynatrace Events V2 Event Collection Example

AI OperationsAnalyticsAPMApplication Performance MonitoringApplication SecurityAutomationCloud MonitoringDigital Experience ManagementIntelligenceObservability

Dynatrace Events V2 Event 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

nextPageKeytotalCountpageSizeevents

Example Payload

Raw ↑
{
  "nextPageKey": "example-value",
  "totalCount": 500,
  "pageSize": 500,
  "events": [
    {
      "eventId": "abc123",
      "eventType": "STANDARD",
      "title": "example-value",
      "startTime": 1718153645993,
      "endTime": 1718153645993,
      "entityId": {},
      "properties": {},
      "status": "OPEN"
    }
  ]
}