New Relic · JSON Structure

Openapi App Summary Data Response Structure

AppSummaryDataResponse schema

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

Properties

apdex_score error_rate instance_count 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-app-summary-data-response-structure.json",
  "name": "AppSummaryDataResponse",
  "description": "AppSummaryDataResponse schema",
  "type": "object",
  "properties": {
    "apdex_score": {
      "type": "float",
      "example": 87.5
    },
    "error_rate": {
      "type": "float",
      "example": 12.3
    },
    "instance_count": {
      "type": "int32",
      "example": 42
    },
    "response_time": {
      "type": "float",
      "example": 42.5
    },
    "throughput": {
      "type": "float",
      "example": 42.5
    }
  }
}