New Relic · Schema

AppSettingsBody

AnalysisAnalyticsAPMDevOpsInfrastructureMonitoringObservabilityPerformancePlatform

Properties

Name Type Description
app_apdex_threshold number
enable_real_user_monitoring boolean
end_user_apdex_threshold number
View JSON Schema on GitHub

JSON Schema

new-relic-app-settings-body-schema.json Raw ↑
{
  "type": "object",
  "properties": {
    "app_apdex_threshold": {
      "type": "number",
      "format": "float",
      "example": 42.5
    },
    "enable_real_user_monitoring": {
      "type": "boolean",
      "example": true
    },
    "end_user_apdex_threshold": {
      "type": "number",
      "format": "float",
      "example": 42.5
    }
  },
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "AppSettingsBody"
}