New Relic · Example Payload

New Relic Application Instance Response Type Example

AnalysisAnalyticsAPMDevOpsInfrastructureMonitoringObservabilityPerformancePlatform

New Relic Application Instance Response Type Example is an example object payload from New Relic, with 9 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

hostapplication_nameapplication_summaryend_user_summaryhealth_statusidlanguagelinksport

Example Payload

Raw ↑
{
  "host": "example_string",
  "application_name": "example_string",
  "application_summary": {
    "apdex_score": 87.5,
    "error_rate": 12.3,
    "instance_count": 42,
    "response_time": 42.5,
    "throughput": 42.5
  },
  "end_user_summary": {
    "apdex_score": 87.5,
    "response_time": 42.5,
    "throughput": 42.5
  },
  "health_status": "active",
  "id": 100,
  "language": 100,
  "links": {
    "application": 100,
    "application_host": 100,
    "server": 100
  },
  "port": 8080
}