• Home
  • Dynatrace API
  • Environment
  • Settings
  • Schemas
  • Provider breakdown

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 IDSchema groupsScope
builtin:rum.provider-breakdown
  • group:web-and-mobile-monitoring
  • group:web-and-mobile-monitoring.content-resources
environment
Retrieve schema via Settings API
GETManagedhttps://{your-domain}/e/{your-environment-id}/api/v2/settings/schemas/builtin:rum.provider-breakdown
SaaShttps://{your-environment-id}.live.dynatrace.com/api/v2/settings/schemas/builtin:rum.provider-breakdown
Environment ActiveGatehttps://{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

PropertyLabelTypeDescriptionRequired
resourceNameResource nametext-required
resourceTypeResource typeenum-required
iconUrlSpecify an URL for the provider's brand icontext-optional
domainNamePatternListDomain name patternset-required
reportPublicImprovementSubmit this provider-pattern to improve auto-detectionboolean

Send the patterns of this provider to Dynatrace to help us improve 3rd-party detection.

required

Request body objects

The DomainNamePatternListObject object
PropertyLabelTypeDescriptionRequired
domainNamePatternType your domain name patterntext

Please type at least part of this content provider's URL. Asterisks (*) can be used as wildcard characters.

required