{ "opencollection": "1.0.0", "info": { "name": "SafeLine Management ACL Rules Reports API", "version": "2.0.0" }, "request": { "auth": { "type": "apikey", "key": "X-SLCE-API-Token", "value": "{{X-SLCE-API-Token}}", "placement": "header" } }, "items": [ { "info": { "name": "Reports", "type": "folder" }, "items": [ { "info": { "name": "Get Security Reports", "type": "http" }, "http": { "method": "GET", "url": "https://{host}:9443/api/ReportResultAPI", "params": [ { "name": "page", "value": "", "type": "query" }, { "name": "page_size", "value": "", "type": "query" } ] }, "docs": "Retrieves generated security reports including attack statistics and traffic analysis." }, { "info": { "name": "Generate Security Report", "type": "http" }, "http": { "method": "POST", "url": "https://{host}:9443/api/ManualGenerateReportAPI", "body": { "type": "json", "data": "{}" } }, "docs": "Triggers manual generation of a security report." } ] } ], "bundled": true }