sophos_create_isolation_exclusion
Create an isolation exclusion to allow specified traffic through an isolated endpoint by defining direction, remote addresses, and ports.
Instructions
Create an isolation exclusion so specific traffic can pass through even when an endpoint is network-isolated. Direction must be 'inbound' or 'outbound'.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| comment | No | Reason for this exclusion | |
| direction | Yes | Traffic direction: 'inbound' or 'outbound' | |
| tenant_id | Yes | Tenant UUID | |
| local_ports | No | Comma-separated local port numbers (e.g. '443,8443') | |
| remote_ports | No | Comma-separated remote port numbers (e.g. '443,8443') | |
| remote_addresses | No | Comma-separated remote IP addresses or URLs allowed through isolation (e.g. '10.50.100.100') |