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 |
| APPLICATION - Web application |
GET | 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 |
---|---|---|---|
Browser exclusion listbrowserExclusionList | BrowserExclusionListObject[] | - | required |
These are the only browsers that should be monitoredbrowserExclusionInclude | boolean | - | required |
The BrowserExclusionListObject
object
Property | Type | Description | Required |
---|---|---|---|
BrowserbrowserName | enum |
| required |
Browser version comparatorversionComparator | enum |
| required |
Versionversion | integer | - | required |
Platformplatform | enum |
| required |