Settings API - OneAgent default mode schema table

OneAgent default mode (builtin:deployment.oneagent.default-mode)

You can configure which OneAgent [monitoring mode|https://docs.dynatrace.com/docs/shortlink/appsec-monitoring-modes] will be by default used for OneAgent installation commands provided in Dynatrace WebUi. It does not affect OneAgent installer behavior. OneAgent installed without monitoring mode parameter will run in Full-Stack mode.

Schema IDSchema groupsScope
builtin:deployment.oneagent.default-mode
  • group:preferences
environment
GETManagedhttps://{your-domain}/e/{your-environment-id}/api/v2/settings/schemas/builtin:deployment.oneagent.default-mode
SaaShttps://{your-environment-id}.live.dynatrace.com/api/v2/settings/schemas/builtin:deployment.oneagent.default-mode
Environment ActiveGatehttps://{your-activegate-domain}/e/{your-environment-id}/api/v2/settings/schemas/builtin:deployment.oneagent.default-mode

Authentication

To execute this request, you need an access token with Read settings (settings.read) scope. To learn how to obtain and use it, see Tokens and authentication.

Parameters

PropertyTypeDescriptionRequired
OneAgent default monitoring mode
defaultMode
enum
  • FULL_STACK
  • INFRASTRUCTURE
  • DISCOVERY
required