Settings API - Exclude XHR requests from monitoring schema table
Exclude XHR requests from monitoring (builtin:rum.web.xhr-exclusion)
Specify a regular expression to match all URLs that should be excluded from becoming XHR actions.
Dynatrace supports the JavaScript Regular Expressions syntax. The separation between different protocols of the URIs is not supported (every protocol of the URI will be excluded).
Schema ID | Schema groups | Scope |
---|---|---|
builtin:rum.web.xhr-exclusion |
| APPLICATION - Web application |
GET | Managed | https://{your-domain}/e/{your-environment-id}/api/v2/settings/schemas/builtin:rum.web.xhr-exclusion |
SaaS | https://{your-environment-id}.live.dynatrace.com/api/v2/settings/schemas/builtin:rum.web.xhr-exclusion | |
Environment ActiveGate | https://{your-activegate-domain}/e/{your-environment-id}/api/v2/settings/schemas/builtin:rum.web.xhr-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 | Label | Type | Description | Required |
---|---|---|---|---|
xhrExclusionRule | XHR exclusion rule | text | Examples:
| required |