sophos_update_tls_excluded_websites
Update TLS decryption exclusions by adding or removing websites in one API call using JSON arrays.
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 |