{ "opencollection": "1.0.0", "info": { "name": "McAfee ePO Alarms Investigations API", "version": "5.10" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Investigations", "type": "folder" }, "items": [ { "info": { "name": "McAfee List investigations", "type": "http" }, "http": { "method": "GET", "url": "https://{epo-server}:8443/remote/edr/v2/investigations", "params": [ { "name": "filter[status]", "value": "", "type": "query", "description": "Filter by investigation status" }, { "name": "filter[priority]", "value": "", "type": "query", "description": "Filter by investigation priority" }, { "name": "page[limit]", "value": "", "type": "query", "description": "Maximum number of results to return per page" }, { "name": "page[offset]", "value": "", "type": "query", "description": "Number of results to skip for pagination" } ] }, "docs": "Retrieve a list of threat investigations, which group related threats and detections for analysis and response." }, { "info": { "name": "McAfee Create an investigation", "type": "http" }, "http": { "method": "POST", "url": "https://{epo-server}:8443/remote/edr/v2/investigations", "body": { "type": "json", "data": "{}" } }, "docs": "Create a new investigation to group related threats and detections for collaborative analysis and response." }, { "info": { "name": "McAfee Create a remediation action", "type": "http" }, "http": { "method": "POST", "url": "https://{epo-server}:8443/remote/edr/v2/remediation/actions", "body": { "type": "json", "data": "{}" } }, "docs": "Initiate a remediation action on one or more endpoints, such as isolating a host, killing a process, or deleting a file." } ] } ], "bundled": true }