New Relic · JSON Structure

New Relic Crash Summary Response Structure

Type: object Properties: 4
AnalysisAnalyticsAPMDevOpsInfrastructureMonitoringObservabilityPerformancePlatform

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

Properties

crash_count crash_rate supports_crash_data unresolved_crash_count

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

JSON Structure

Raw ↑
{
  "type": "object",
  "name": "CrashSummaryResponse",
  "properties": {
    "crash_count": {
      "type": "integer"
    },
    "crash_rate": {
      "type": "number"
    },
    "supports_crash_data": {
      "type": "boolean"
    },
    "unresolved_crash_count": {
      "type": "integer"
    }
  },
  "$schema": "https://json-structure.org/draft/2020-12/schema"
}