New Relic · Example Payload

Openapi Metric List Response Example

AnalysisAnalyticsAPMDevOpsInfrastructureMonitoringObservabilityPerformancePlatform

Openapi Metric List Response Example is an example object payload from New Relic, with 1 top-level field. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

metrics

Example Payload

Raw ↑
{
  "metrics": [
    {
      "name": "example-resource-01",
      "values": [
        {}
      ]
    }
  ]
}