Dynatrace · Example Payload

Metrics Api V2 Metric Descriptor Collection Example

AI OperationsAnalyticsAPMApplication Performance MonitoringApplication SecurityAutomationCloud MonitoringDigital Experience ManagementIntelligenceObservability

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

nextPageKeytotalCountresolutionmetrics

Example Payload

Raw ↑
{
  "nextPageKey": "example-value",
  "totalCount": 500,
  "resolution": "example-value",
  "metrics": [
    {
      "metricId": "abc123",
      "displayName": "Production Service",
      "description": "Example description.",
      "unit": "example-value",
      "dduBillable": true,
      "created": 500,
      "lastWritten": 500,
      "entityType": [
        "STANDARD"
      ],
      "aggregationTypes": [
        "min"
      ],
      "dimensionDefinitions": [
        {
          "key": "example-value",
          "name": "Production Service",
          "type": "STANDARD",
          "displayName": "Production Service"
        }
      ],
      "transformations": [
        "example-value"
      ],
      "defaultAggregation": {}
    }
  ]
}