• Home
  • Dynatrace API
  • Environment
  • Settings
  • Schemas
  • Exclude/include browsers from monitoring

Settings API - Exclude/Include browsers from monitoring schema table

Exclude/Include browsers from monitoring (builtin:rum.web.browser-exclusion)

If you want to exclude certain outdated browser types from your list of monitored browsers, create browser exclusion rules for the browsers that are to be excluded.

Note: Newer browser versions that do not support user-agent strings can only be excluded when your web site runs on HTTPS. This is because Client Hints HTTP request header fields, which are used to exclude user-agent strings, can only be sent over secure connections.

Client Hints require OneAgent version 1.205.

Schema IDSchema groupsScope
builtin:rum.web.browser-exclusion
  • group:capturing
  • group:capturing.exclusions
APPLICATION - Web application
Retrieve schema via Settings API
GETManagedhttps://{your-domain}/e/{your-environment-id}/api/v2/settings/schemas/builtin:rum.web.browser-exclusion
SaaShttps://{your-environment-id}.live.dynatrace.com/api/v2/settings/schemas/builtin:rum.web.browser-exclusion
Environment ActiveGatehttps://{your-activegate-domain}/e/{your-environment-id}/api/v2/settings/schemas/builtin:rum.web.browser-exclusion

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

PropertyLabelTypeDescriptionRequired
browserExclusionListBrowser exclusion listlist-required
browserExclusionIncludeThese are the only browsers that should be monitoredboolean-required

Request body objects

The BrowserExclusionListObject object
PropertyLabelTypeDescriptionRequired
browserNameBrowserenum-required
versionComparatorBrowser version comparatorenum-required
versionVersioninteger-required
platformPlatformenum-required