Dynatrace · Example Payload

Metrics Api V2 Metric Data Example

AI OperationsAnalyticsAPMApplication Performance MonitoringApplication SecurityAutomationCloud MonitoringDigital Experience ManagementIntelligenceObservability

Metrics Api V2 Metric Data 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

resolutionnextPageKeytotalCountresult

Example Payload

Raw ↑
{
  "resolution": "example-value",
  "nextPageKey": "example-value",
  "totalCount": 500,
  "result": [
    {
      "metricId": "abc123",
      "data": [
        {}
      ]
    }
  ]
}