New Relic · Schema

ApplicationInstanceLinksResponse

AnalysisAnalyticsAPMDevOpsInfrastructureMonitoringObservabilityPerformancePlatform

Properties

Name Type Description
application integer
application_host integer
server integer
View JSON Schema on GitHub

JSON Schema

new-relic-application-instance-links-response-schema.json Raw ↑
{
  "type": "object",
  "properties": {
    "application": {
      "type": "integer",
      "example": 100
    },
    "application_host": {
      "type": "integer",
      "example": 100
    },
    "server": {
      "type": "integer",
      "example": 100
    }
  },
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "ApplicationInstanceLinksResponse"
}