New Relic · JSON Structure

Openapi Application Host Response Type Structure

ApplicationHostResponseType schema

Type: object Properties: 8
AnalysisAnalyticsAPMDevOpsInfrastructureMonitoringObservabilityPerformancePlatform

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

Properties

host application_name application_summary end_user_summary health_status id language links

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-type-structure.json",
  "name": "ApplicationHostResponseType",
  "description": "ApplicationHostResponseType schema",
  "type": "object",
  "properties": {
    "host": {
      "type": "string",
      "example": "example_string"
    },
    "application_name": {
      "type": "string",
      "example": "example_string"
    },
    "application_summary": {
      "$ref": "#/components/schemas/AppSummaryDataResponse"
    },
    "end_user_summary": {
      "$ref": "#/components/schemas/EndUserSummaryDataResponse"
    },
    "health_status": {
      "type": "string",
      "example": "active"
    },
    "id": {
      "type": "int32",
      "example": 100
    },
    "language": {
      "type": "int32",
      "example": 100
    },
    "links": {
      "$ref": "#/components/schemas/ApplicationHostLinksResponse"
    }
  }
}