New Relic · Schema

ApplicationHostResponse

AnalysisAnalyticsAPMDevOpsInfrastructureMonitoringObservabilityPerformancePlatform

Properties

Name Type Description
application_hosts array
View JSON Schema on GitHub

JSON Schema

new-relic-applicationhostresponse-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ApplicationHostResponse",
  "title": "ApplicationHostResponse",
  "type": "object",
  "properties": {
    "application_hosts": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/ApplicationHostResponseType"
      },
      "example": [
        {
          "host": "example_string",
          "application_name": "example_string",
          "application_summary": {},
          "end_user_summary": {},
          "health_status": "active",
          "id": 100,
          "language": 100,
          "links": {}
        }
      ]
    }
  }
}