sophos_create_isolation_exclusion
Create an isolation exclusion to permit specific inbound or outbound traffic through a network-isolated endpoint. Define ports and addresses to bypass isolation.
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') |