New Relic · Schema

LabelLinksResponse

AnalysisAnalyticsAPMDevOpsInfrastructureMonitoringObservabilityPerformancePlatform

Properties

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

JSON Schema

new-relic-labellinksresponse-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/LabelLinksResponse",
  "title": "LabelLinksResponse",
  "type": "object",
  "properties": {
    "servers": {
      "type": "array",
      "items": {
        "type": "integer"
      },
      "example": [
        100
      ]
    },
    "applications": {
      "type": "array",
      "items": {
        "type": "integer"
      },
      "example": [
        100
      ]
    }
  }
}