New Relic · JSON Structure

New Relic End User Summary Response Structure

Type: object Properties: 4
AnalysisAnalyticsAPMDevOpsInfrastructureMonitoringObservabilityPerformancePlatform

EndUserSummaryResponse is a JSON Structure definition published by New Relic, describing 4 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

apdex_score apdex_target response_time throughput

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "type": "object",
  "name": "EndUserSummaryResponse",
  "properties": {
    "apdex_score": {
      "type": "number"
    },
    "apdex_target": {
      "type": "number"
    },
    "response_time": {
      "type": "number"
    },
    "throughput": {
      "type": "number"
    }
  },
  "$schema": "https://json-structure.org/draft/2020-12/schema"
}