New Relic · JSON Structure

Openapi End User Summary Response Structure

EndUserSummaryResponse schema

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/meta/core/v0/# meta-schema.

Properties

apdex_score apdex_target response_time throughput

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/new-relic/refs/heads/main/json-structure/openapi-end-user-summary-response-structure.json",
  "name": "EndUserSummaryResponse",
  "description": "EndUserSummaryResponse schema",
  "type": "object",
  "properties": {
    "apdex_score": {
      "type": "float",
      "example": 87.5
    },
    "apdex_target": {
      "type": "float",
      "example": 42.5
    },
    "response_time": {
      "type": "float",
      "example": 42.5
    },
    "throughput": {
      "type": "float",
      "example": 42.5
    }
  }
}