• Home
  • Dynatrace API
  • Environment
  • Settings
  • Schemas
  • Exclude IP addresses from monitoring

Settings API - Exclude IP addresses from monitoring schema table

Exclude IP addresses from monitoring (builtin:rum.web.ipaddress-exclusion)

Enable the switch below if the IP addresses are to be included. Disable the switch if they are to be excluded.

Schema IDSchema groupsScope
builtin:rum.web.ipaddress-exclusion
  • group:capturing
  • group:capturing.exclusions
APPLICATION - Web application
Retrieve schema via Settings API
GETManagedhttps://{your-domain}/e/{your-environment-id}/api/v2/settings/schemas/builtin:rum.web.ipaddress-exclusion
SaaShttps://{your-environment-id}.live.dynatrace.com/api/v2/settings/schemas/builtin:rum.web.ipaddress-exclusion
Environment ActiveGatehttps://{your-activegate-domain}/e/{your-environment-id}/api/v2/settings/schemas/builtin:rum.web.ipaddress-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

PropertyLabelTypeDescriptionRequired
ipExclusionListIP addresses exclusion listlist

Examples:

  • 84.112.10.5
  • fe80::10a1:c6b2:5f68:785d
required
ipAddressExclusionIncludeThese are the only IP addresses that should be monitoredboolean-required

Request body objects

The IpAddressExclusionRule object
PropertyLabelTypeDescriptionRequired
ipSingle IP or IP range start addresstext-required
ipToIP range endtext-optional