New Relic · Schema

ApplicationHostResponse

ApplicationHostResponse schema

AnalysisAnalyticsAPMDevOpsInfrastructureMonitoringObservabilityPerformancePlatform

Properties

Name Type Description
application_hosts array
View JSON Schema on GitHub

JSON Schema

openapi-application-host-response-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/new-relic/refs/heads/main/json-schema/openapi-application-host-response-schema.json",
  "title": "ApplicationHostResponse",
  "description": "ApplicationHostResponse schema",
  "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": {}
        }
      ]
    }
  }
}