New Relic · JSON Structure

New Relic End User Summary Data Response Structure

Type: object Properties: 3
AnalysisAnalyticsAPMDevOpsInfrastructureMonitoringObservabilityPerformancePlatform

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

Properties

apdex_score response_time throughput

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

JSON Structure

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