Settings API - Resource URL cleanup rules schema table

Resource URL cleanup rules (builtin:rum.web.resource-cleanup-rules)

Resource URL cleanup rules are used to aggregate resource URLs that are otherwise identical except for dynamic elements such as IDs (for example, from REST APIs), query strings (for example, random arguments that disable caching), and other session data. Once such session-specific detail is stripped away, URLs are displayed in aggregate within waterfall analysis view. Note that resource URL cleanup rules are executed in the order specified below. For complete details about cleanup rules, visit Define URL cleanup rules.

Schema ID
Schema groups
Scope
builtin:rum.web.resource-cleanup-rules
  • group:web-and-mobile-monitoring
  • group:web-and-mobile-monitoring.content-resources
environment
GETManagedhttps://{your-domain}/e/{your-environment-id}/api/v2/settings/schemas/builtin:rum.web.resource-cleanup-rules
SaaShttps://{your-environment-id}.live.dynatrace.com/api/v2/settings/schemas/builtin:rum.web.resource-cleanup-rules
Environment ActiveGatehttps://{your-activegate-domain}/e/{your-environment-id}/api/v2/settings/schemas/builtin:rum.web.resource-cleanup-rules

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
Name
name
text

For example: Mask journeyId

required
Regular expression
regularExpression
text

For example: (.*)(journeyId=)-?\d+(.*)

required
Replace with
replaceWith
text

For example: $1$2\*$3

required