New Relic · Example Payload

New Relic Metric Response Example

AnalysisAnalyticsAPMDevOpsInfrastructureMonitoringObservabilityPerformancePlatform

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

Top-level fields

nametimeslices

Example Payload

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