{ "opencollection": "1.0.0", "info": { "name": "Trellix Web Gateway Policy Anti-Malware SSL Scanning API", "version": "1.0" }, "request": { "auth": { "type": "apikey", "key": "JSESSIONID", "value": "{{JSESSIONID}}", "placement": "query" } }, "items": [ { "info": { "name": "SSL Scanning", "type": "folder" }, "items": [ { "info": { "name": "Get SSL scanning settings", "type": "http" }, "http": { "method": "GET", "url": "https://{mwg-server}:{port}/Konfigurator/REST/policy/ssl/settings" }, "docs": "Retrieve the current SSL/TLS inspection configuration including certificate handling, bypass lists, and protocol settings." }, { "info": { "name": "Update SSL scanning settings", "type": "http" }, "http": { "method": "PUT", "url": "https://{mwg-server}:{port}/Konfigurator/REST/policy/ssl/settings", "body": { "type": "json", "data": "{}" } }, "docs": "Update the SSL/TLS inspection configuration. Changes must be committed to take effect." }, { "info": { "name": "List SSL certificates", "type": "http" }, "http": { "method": "GET", "url": "https://{mwg-server}:{port}/Konfigurator/REST/policy/ssl/certificates" }, "docs": "Retrieve the list of SSL/TLS certificates used by the gateway for SSL inspection." }, { "info": { "name": "Upload an SSL certificate", "type": "http" }, "http": { "method": "POST", "url": "https://{mwg-server}:{port}/Konfigurator/REST/policy/ssl/certificates", "body": { "type": "json", "data": "{}" } }, "docs": "Upload a new SSL/TLS certificate for use in SSL inspection." } ] } ], "bundled": true }