New Relic · Example Payload

Openapi App Summary Response Example

AnalysisAnalyticsAPMDevOpsInfrastructureMonitoringObservabilityPerformancePlatform

Openapi App Summary Response Example is an example object payload from New Relic, with 8 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

apdex_scoreapdex_targetconcurrent_instance_counterror_ratehost_countinstance_countresponse_timethroughput

Example Payload

Raw ↑
{
  "apdex_score": 87.5,
  "apdex_target": 42.5,
  "concurrent_instance_count": 42,
  "error_rate": 12.3,
  "host_count": 42,
  "instance_count": 42,
  "response_time": 42.5,
  "throughput": 42.5
}