New Relic · JSON Structure

Openapi App Settings Response Structure

AppSettingsResponse schema

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/meta/core/v0/# meta-schema.

Properties

app_apdex_threshold enable_real_user_monitoring end_user_apdex_threshold use_server_side_config

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/new-relic/refs/heads/main/json-structure/openapi-app-settings-response-structure.json",
  "name": "AppSettingsResponse",
  "description": "AppSettingsResponse schema",
  "type": "object",
  "properties": {
    "app_apdex_threshold": {
      "type": "float",
      "example": 42.5
    },
    "enable_real_user_monitoring": {
      "type": "boolean",
      "example": true
    },
    "end_user_apdex_threshold": {
      "type": "float",
      "example": 42.5
    },
    "use_server_side_config": {
      "type": "boolean",
      "example": true
    }
  }
}