{ "opencollection": "1.0.0", "info": { "name": "Trellix Web Gateway Policy Anti-Malware API", "version": "1.0" }, "request": { "auth": { "type": "apikey", "key": "JSESSIONID", "value": "{{JSESSIONID}}", "placement": "query" } }, "items": [ { "info": { "name": "Anti-Malware", "type": "folder" }, "items": [ { "info": { "name": "List anti-malware engines", "type": "http" }, "http": { "method": "GET", "url": "https://{mwg-server}:{port}/Konfigurator/REST/policy/antimalware/engines" }, "docs": "Retrieve the list of configured anti-malware scanning engines and their current status." }, { "info": { "name": "Get anti-malware settings", "type": "http" }, "http": { "method": "GET", "url": "https://{mwg-server}:{port}/Konfigurator/REST/policy/antimalware/settings" }, "docs": "Retrieve the current anti-malware scanning configuration including enabled engines, scan behavior, and file type handling." }, { "info": { "name": "Update anti-malware settings", "type": "http" }, "http": { "method": "PUT", "url": "https://{mwg-server}:{port}/Konfigurator/REST/policy/antimalware/settings", "body": { "type": "json", "data": "{}" } }, "docs": "Update the anti-malware scanning configuration. Changes must be committed to take effect." } ] } ], "bundled": true }