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.
Schema ID
Schema groups
Scope
builtin:rum.web.browser-exclusion
group:capturing
group:capturing.exclusions
APPLICATION
- Web applicationGET | Managed | https://{your-domain}/e/{your-environment-id}/api/v2/settings/schemas/builtin:rum.web.browser-exclusion |
SaaS | https://{your-environment-id}.live.dynatrace.com/api/v2/settings/schemas/builtin:rum.web.browser-exclusion | |
Environment ActiveGate | https://{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
Property
Type
Description
Required
These are the only browsers that should be monitored
browserExclusionInclude
boolean
-
required
The BrowserExclusionListObject
object
Property
Type
Description
Required
Browser
browserName
enum
ANDROID_WEBKIT
CHROME
CHROME_HEADLESS
FIREFOX
INTERNET_EXPLORER
OPERA
SAFARI
EDGE
BOTS_AND_SPIDERS
required
Browser version comparator
versionComparator
enum
GREATER_OR_EQUAL
EQUALS
LESS_OR_EQUAL
required
Version
version
integer
-
required
Platform
platform
enum
ALL
MOBILE
DESKTOP
required