New Relic · Example Payload

New Relic Label Body Example

AnalysisAnalyticsAPMDevOpsInfrastructureMonitoringObservabilityPerformancePlatform

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

Top-level fields

categorylinksname

Example Payload

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