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 ID | Schema groups | Scope |
---|---|---|
builtin:exclude.network.traffic |
| HOST - Host |
Parameters
Property | Label | Type | Description | Required |
---|---|---|---|---|
excludeNic | Exclude NIC | list | 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 |
excludeIp | Exclude IP | list | 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
Property | Label | Type | Description | Required |
---|---|---|---|---|
ipAddress | IP address | text | - | required |
The NicForm
object
Property | Label | Type | Description | Required |
---|---|---|---|---|
os | Operating system | enum | - | required |
interface | Network interface | text | - | required |