New Relic · JSON Structure

New Relic Application Host Links Response Structure

Type: object Properties: 3
AnalysisAnalyticsAPMDevOpsInfrastructureMonitoringObservabilityPerformancePlatform

ApplicationHostLinksResponse 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

application application_instances server

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

JSON Structure

Raw ↑
{
  "type": "object",
  "name": "ApplicationHostLinksResponse",
  "properties": {
    "application": {
      "type": "integer"
    },
    "application_instances": {
      "type": "array",
      "items": {
        "type": "integer"
      }
    },
    "server": {
      "type": "integer"
    }
  },
  "$schema": "https://json-structure.org/draft/2020-12/schema"
}