New Relic · Schema

EndUserSummaryDataResponse

EndUserSummaryDataResponse schema

AnalysisAnalyticsAPMDevOpsInfrastructureMonitoringObservabilityPerformancePlatform

Properties

Name Type Description
apdex_score number
response_time number
throughput number
View JSON Schema on GitHub

JSON Schema

openapi-end-user-summary-data-response-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/new-relic/refs/heads/main/json-schema/openapi-end-user-summary-data-response-schema.json",
  "title": "EndUserSummaryDataResponse",
  "description": "EndUserSummaryDataResponse schema",
  "type": "object",
  "properties": {
    "apdex_score": {
      "type": "number",
      "format": "float",
      "example": 87.5
    },
    "response_time": {
      "type": "number",
      "format": "float",
      "example": 42.5
    },
    "throughput": {
      "type": "number",
      "format": "float",
      "example": 42.5
    }
  }
}