Dynatrace · Example Payload

Events Api V2 Event Ingest Result Example

AI OperationsAnalyticsAPMApplication Performance MonitoringApplication SecurityAutomationCloud MonitoringDigital Experience ManagementIntelligenceObservability

Events Api V2 Event Ingest Result Example is an example object payload from Dynatrace, with 2 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

reportCounteventIngestResults

Example Payload

Raw ↑
{
  "reportCount": 500,
  "eventIngestResults": [
    {
      "eventId": "abc123",
      "status": "ACTIVE"
    }
  ]
}