New Relic · JSON Structure

Openapi Application Host Links Response Structure

ApplicationHostLinksResponse schema

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/meta/core/v0/# meta-schema.

Properties

application application_instances server

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/new-relic/refs/heads/main/json-structure/openapi-application-host-links-response-structure.json",
  "name": "ApplicationHostLinksResponse",
  "description": "ApplicationHostLinksResponse schema",
  "type": "object",
  "properties": {
    "application": {
      "type": "int32",
      "example": 100
    },
    "application_instances": {
      "type": "array",
      "items": {
        "type": "int32"
      },
      "example": [
        100
      ]
    },
    "server": {
      "type": "int32",
      "example": 100
    }
  }
}