New Relic · JSON Structure

New Relic Label Response Structure

Type: object Properties: 1
AnalysisAnalyticsAPMDevOpsInfrastructureMonitoringObservabilityPerformancePlatform

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

Properties

label

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

JSON Structure

Raw ↑
{
  "type": "object",
  "name": "LabelResponse",
  "properties": {
    "label": {
      "type": "object",
      "properties": {
        "category": {
          "type": "string"
        },
        "key": {
          "type": "string"
        },
        "links": {
          "type": "object",
          "properties": {
            "servers": {
              "type": "array",
              "items": {
                "type": "integer"
              }
            },
            "applications": {
              "type": "array",
              "items": {
                "type": "integer"
              }
            }
          }
        },
        "name": {
          "type": "string"
        },
        "origins": {
          "type": "object",
          "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"
}