New Relic · JSON Structure

New Relic App Summary Response Structure

Type: object Properties: 8
AnalysisAnalyticsAPMDevOpsInfrastructureMonitoringObservabilityPerformancePlatform

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

Properties

apdex_score apdex_target concurrent_instance_count error_rate host_count instance_count response_time throughput

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

JSON Structure

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