• Home
  • Dynatrace API
  • Environment
  • Settings
  • Schemas
  • Exclude network traffic

Settings API - Exclude network traffic schema table

Exclude network traffic (builtin:exclude.network.traffic)

OneAgent automatically detects and monitors all of your network traffic, but you can exclude traffic on specific network interfaces or hosts from monitoring.

Schema IDSchema groupsScope
builtin:exclude.network.traffic
  • group:monitoring
HOST - Host
Retrieve schema via Settings API
GETManagedhttps://{your-domain}/e/{your-environment-id}/api/v2/settings/schemas/builtin:exclude.network.traffic
SaaShttps://{your-environment-id}.live.dynatrace.com/api/v2/settings/schemas/builtin:exclude.network.traffic
Environment ActiveGatehttps://{your-activegate-domain}/e/{your-environment-id}/api/v2/settings/schemas/builtin:exclude.network.traffic

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
excludeNicExclude NIClist

Selecting a network interface, you will exclude all network traffic on that interface from being monitored. You can select from the list below what to not monitor, or input it manually using the "other one" option.

required
excludeIpExclude IPlist

Providing a host IP address, you will exclude network traffic only in calculating connectivity (other metrics will still be calculated).

required

Request body objects

The IpAddressForm object
PropertyLabelTypeDescriptionRequired
ipAddressIP addresstext-required
The NicForm object
PropertyLabelTypeDescriptionRequired
osOperating systemenum-required
interfaceNetwork interfacetext-required