sophos_update_tls_excluded_websites
Add or remove websites from TLS decryption exclusions in a single call by passing JSON arrays for add and/or remove operations.
Instructions
Add or remove websites from TLS decryption exclusions in a single call. Pass JSON arrays for 'add' and/or 'remove'.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| add | No | JSON array of sites to add, e.g. [{"value": "10.50.100.100", "comment": "Internal server"}] | |
| remove | No | JSON array of sites to remove, e.g. [{"value": "10.50.100.100", "comment": "No longer needed"}] | |
| tenant_id | Yes | Tenant UUID |