New Relic · JSON Structure

New Relic Application Body Structure

Type: object Properties: 2
AnalysisAnalyticsAPMDevOpsInfrastructureMonitoringObservabilityPerformancePlatform

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

Properties

name settings

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

JSON Structure

Raw ↑
{
  "type": "object",
  "name": "ApplicationBody",
  "properties": {
    "name": {
      "type": "string"
    },
    "settings": {
      "type": "object",
      "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"
}