New Relic · JSON Structure

New Relic Label Origins Response Structure

Type: object Properties: 3
AnalysisAnalyticsAPMDevOpsInfrastructureMonitoringObservabilityPerformancePlatform

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

Properties

agents apm synthetics

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

JSON Structure

Raw ↑
{
  "type": "object",
  "name": "LabelOriginsResponse",
  "properties": {
    "agents": {
      "type": "array",
      "items": {
        "type": "integer"
      }
    },
    "apm": {
      "type": "array",
      "items": {
        "type": "integer"
      }
    },
    "synthetics": {
      "type": "array",
      "items": {
        "type": "integer"
      }
    }
  },
  "$schema": "https://json-structure.org/draft/2020-12/schema"
}