New Relic · JSON Structure

Openapi Application Links Response Structure

ApplicationLinksResponse schema

Type: object Properties: 3
AnalysisAnalyticsAPMDevOpsInfrastructureMonitoringObservabilityPerformancePlatform

ApplicationLinksResponse 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

servers application_hosts application_instances

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-links-response-structure.json",
  "name": "ApplicationLinksResponse",
  "description": "ApplicationLinksResponse schema",
  "type": "object",
  "properties": {
    "servers": {
      "type": "array",
      "items": {
        "type": "int32"
      },
      "example": [
        100
      ]
    },
    "application_hosts": {
      "type": "array",
      "items": {
        "type": "int32"
      },
      "example": [
        100
      ]
    },
    "application_instances": {
      "type": "array",
      "items": {
        "type": "int32"
      },
      "example": [
        100
      ]
    }
  }
}