New Relic · JSON Structure

New Relic App Settings Response Structure

Type: object Properties: 4
AnalysisAnalyticsAPMDevOpsInfrastructureMonitoringObservabilityPerformancePlatform

AppSettingsResponse 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

app_apdex_threshold enable_real_user_monitoring end_user_apdex_threshold use_server_side_config

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

JSON Structure

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