New Relic · JSON Structure

Openapi Application Host Response Structure

ApplicationHostResponse schema

Type: object Properties: 1
AnalysisAnalyticsAPMDevOpsInfrastructureMonitoringObservabilityPerformancePlatform

ApplicationHostResponse is a JSON Structure definition published by New Relic, describing 1 property. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

application_hosts

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-host-response-structure.json",
  "name": "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": {}
        }
      ]
    }
  }
}