New Relic · JSON Structure

New Relic App Settings Body Structure

Type: object Properties: 3
AnalysisAnalyticsAPMDevOpsInfrastructureMonitoringObservabilityPerformancePlatform

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

Properties

app_apdex_threshold enable_real_user_monitoring end_user_apdex_threshold

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

JSON Structure

Raw ↑
{
  "type": "object",
  "name": "AppSettingsBody",
  "properties": {
    "app_apdex_threshold": {
      "type": "number"
    },
    "enable_real_user_monitoring": {
      "type": "boolean"
    },
    "end_user_apdex_threshold": {
      "type": "number"
    }
  },
  "$schema": "https://json-structure.org/draft/2020-12/schema"
}