New Relic · Schema

ApplicationLinksResponse

AnalysisAnalyticsAPMDevOpsInfrastructureMonitoringObservabilityPerformancePlatform

Properties

Name Type Description
servers array
application_hosts array
application_instances array
View JSON Schema on GitHub

JSON Schema

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