New Relic · Example Payload

New Relic Metric Data Response Type Example

AnalysisAnalyticsAPMDevOpsInfrastructureMonitoringObservabilityPerformancePlatform

New Relic Metric Data Response Type Example is an example object payload from New Relic, with 5 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

frommetricsmetrics_foundmetrics_not_foundto

Example Payload

Raw ↑
{
  "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"
}