MonitoringSettings

MonitoringSettings
Monitoring Settings

Configuration settings for segmentation monitoring. Stores excluded scanner IPs and other monitoring configuration.

JSON Example
{
    "site_id": "5cf83f93-f9dd-4898-a345-44513572c557",
    "excluded_scanner_ips": [
        "10.10.10.10",
        "10.10.12.1-10.10.12.4",
        "10.10.11.0/24",
        "2001:db8::1",
        "2001:db8::/32"
    ]
}
string
site_id
Required  

The unique identifier of the site for which the monitoring settings are configured.

array of string
excluded_scanner_ips
Optional

List of IP addresses, IP ranges, or CIDR notations to exclude from infra monitoring only. Flows where the source IP matches an excluded entry are filtered out of infra monitoring results. Destination IPs are not checked. Use this to suppress noise from security scanners and vulnerability assessment tools.

Supported formats (IPv4 and IPv6):

  • Single IP: "10.10.10.10" or "2001:db8::1"
  • IP range: "10.10.12.1-10.10.12.4"
  • CIDR block: "10.10.11.0/24" or "2001:db8::/32"