New Relic · JSON Structure

Openapi Application Instance Links Response Structure

ApplicationInstanceLinksResponse schema

Type: object Properties: 3
AnalysisAnalyticsAPMDevOpsInfrastructureMonitoringObservabilityPerformancePlatform

ApplicationInstanceLinksResponse 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_host 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-instance-links-response-structure.json",
  "name": "ApplicationInstanceLinksResponse",
  "description": "ApplicationInstanceLinksResponse schema",
  "type": "object",
  "properties": {
    "application": {
      "type": "int32",
      "example": 100
    },
    "application_host": {
      "type": "int32",
      "example": 100
    },
    "server": {
      "type": "int32",
      "example": 100
    }
  }
}