Dynatrace · Example Payload

Dynatrace Account Management Group Collection Example

AI OperationsAnalyticsAPMApplication Performance MonitoringApplication SecurityAutomationCloud MonitoringDigital Experience ManagementIntelligenceObservability

Dynatrace Account Management Group 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

nextPageKeytotalCountitems

Example Payload

Raw ↑
{
  "nextPageKey": "example-value",
  "totalCount": 500,
  "items": [
    {
      "groupId": "abc123",
      "name": "Production Service",
      "description": "Example description.",
      "owner": "example-value",
      "createdAt": "2025-03-15T14:30:00Z",
      "updatedAt": "2025-03-15T14:30:00Z"
    }
  ]
}