Dynatrace · Example Payload

Dynatrace Account Management Environment Collection Example

AI OperationsAnalyticsAPMApplication Performance MonitoringApplication SecurityAutomationCloud MonitoringDigital Experience ManagementIntelligenceObservability

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

nextPageKeytotalCountenvironments

Example Payload

Raw ↑
{
  "nextPageKey": "example-value",
  "totalCount": 500,
  "environments": [
    {
      "id": "abc123",
      "name": "Production Service",
      "status": "ACTIVE",
      "trial": true
    }
  ]
}