New Relic · Example Payload

New Relic Metric Data Response Example

AnalysisAnalyticsAPMDevOpsInfrastructureMonitoringObservabilityPerformancePlatform

New Relic Metric Data 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

metric_data

Example Payload

Raw ↑
{
  "metric_data": {
    "from": "2026-04-18T14:30:00Z",
    "metrics": [
      {
        "name": "example-resource-01",
        "timeslices": [
          {}
        ]
      }
    ],
    "metrics_found": "example_string",
    "metrics_not_found": "example_string",
    "to": "2026-04-18T14:30:00Z"
  }
}