New Relic · JSON Structure

New Relic Application Links Response Structure

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/draft/2020-12/schema meta-schema.

Properties

servers application_hosts application_instances

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

JSON Structure

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