New Relic · Schema

LabelLinksBody

AnalysisAnalyticsAPMDevOpsInfrastructureMonitoringObservabilityPerformancePlatform

Properties

Name Type Description
servers array
applications array
View JSON Schema on GitHub

JSON Schema

new-relic-label-links-body-schema.json Raw ↑
{
  "type": "object",
  "properties": {
    "servers": {
      "type": "array",
      "example": [
        100
      ],
      "items": {
        "type": "integer"
      }
    },
    "applications": {
      "type": "array",
      "example": [
        100
      ],
      "items": {
        "type": "integer"
      }
    }
  },
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "LabelLinksBody"
}