New Relic · Example Payload

Openapi Application Host Response Example

AnalysisAnalyticsAPMDevOpsInfrastructureMonitoringObservabilityPerformancePlatform

Openapi Application Host Response Example is an example object payload from New Relic, with 1 top-level field. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

application_hosts

Example Payload

Raw ↑
{
  "application_hosts": [
    {
      "host": "example_string",
      "application_name": "example_string",
      "application_summary": {},
      "end_user_summary": {},
      "health_status": "active",
      "id": 100,
      "language": 100,
      "links": {}
    }
  ]
}