Settings API - OneAgent default mode schema table

  • Published Aug 05, 2024

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

You can configure which OneAgent monitoring mode will be used by default for OneAgent installation commands provided in the Dynatrace web UI. This does not affect OneAgent installer behavior. OneAgent installed without the monitoring mode parameter will run in Full-Stack Monitoring 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