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.
builtin:rum.web.resource-cleanup-rules
group:web-and-mobile-monitoring
group:web-and-mobile-monitoring.content-resources
environment
GET | Managed | https://{your-domain}/e/{your-environment-id}/api/v2/settings/schemas/builtin:rum.web.resource-cleanup-rules |
SaaS | https://{your-environment-id}.live.dynatrace.com/api/v2/settings/schemas/builtin:rum.web.resource-cleanup-rules | |
Environment ActiveGate | https://{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
name
For example: Mask journeyId
regularExpression
For example: (.*)(journeyId=)-?\d+(.*)
replaceWith
For example: $1$2\*$3