New Relic · JSON Structure

New Relic App Summary Data Response Structure

Type: object Properties: 5
AnalysisAnalyticsAPMDevOpsInfrastructureMonitoringObservabilityPerformancePlatform

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

Properties

apdex_score error_rate instance_count response_time throughput

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

JSON Structure

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