Settings API - Provider breakdown schema table
Provider breakdown (builtin:rum.provider-breakdown)
Set up rules that define how your applications' downloaded content resources (images, CSS, third party widgets, and more) are displayed and categorized for analysis.
Dynatrace uses the provider host names of downloaded resources to categorize content resources into either third party resources, CDN resources, or first party resources.
Dynatrace auto-detects over 1,000 content providers out-of-the-box, including Google, Amazon, Facebook, and many more. There's nothing you need to do to set up detection of resources. If you can't find your provider in the list below, you can add it manually. To learn more, visit Configure 3rd-party and CDN content detection.
Schema ID | Schema groups | Scope |
---|---|---|
builtin:rum.provider-breakdown |
| environment |
GET | Managed | https://{your-domain}/e/{your-environment-id}/api/v2/settings/schemas/builtin:rum.provider-breakdown |
SaaS | https://{your-environment-id}.live.dynatrace.com/api/v2/settings/schemas/builtin:rum.provider-breakdown | |
Environment ActiveGate | https://{your-activegate-domain}/e/{your-environment-id}/api/v2/settings/schemas/builtin:rum.provider-breakdown |
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 |
---|---|---|---|---|
resourceName | Resource name | text | - | required |
resourceType | Resource type | enum | - | required |
iconUrl | Specify an URL for the provider's brand icon | text | - | optional |
domainNamePatternList | Domain name pattern | set | - | required |
reportPublicImprovement | Submit this provider-pattern to improve auto-detection | boolean | Send the patterns of this provider to Dynatrace to help us improve 3rd-party detection. | required |
Request body objects
The DomainNamePatternListObject
object
Property | Label | Type | Description | Required |
---|---|---|---|---|
domainNamePattern | Type your domain name pattern | text | Please type at least part of this content provider's URL. Asterisks (*) can be used as wildcard characters. | required |