New Relic · JSON Structure

New Relic Label Links Body Structure

Type: object Properties: 2
AnalysisAnalyticsAPMDevOpsInfrastructureMonitoringObservabilityPerformancePlatform

LabelLinksBody is a JSON Structure definition published by New Relic, describing 2 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

servers applications

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "type": "object",
  "name": "LabelLinksBody",
  "properties": {
    "servers": {
      "type": "array",
      "items": {
        "type": "integer"
      }
    },
    "applications": {
      "type": "array",
      "items": {
        "type": "integer"
      }
    }
  },
  "$schema": "https://json-structure.org/draft/2020-12/schema"
}