New Relic · Example Payload

New Relic Label Response Type Example

AnalysisAnalyticsAPMDevOpsInfrastructureMonitoringObservabilityPerformancePlatform

New Relic Label 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

categorykeylinksnameorigins

Example Payload

Raw ↑
{
  "category": "example_string",
  "key": "example_string",
  "links": {
    "servers": [
      100
    ],
    "applications": [
      100
    ]
  },
  "name": "example-resource-01",
  "origins": {
    "agents": [
      100
    ],
    "apm": [
      100
    ],
    "synthetics": [
      100
    ]
  }
}