{ "opencollection": "1.0.0", "info": { "name": "McAfee ePO Alarms Cases API", "version": "5.10" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Cases", "type": "folder" }, "items": [ { "info": { "name": "McAfee List incident cases", "type": "http" }, "http": { "method": "POST", "url": "https://{epo-server}:8443/remote/v2/caseGetCaseList", "body": { "type": "json", "data": "{}" } }, "docs": "Retrieve a list of incident response cases managed in the ESM, with optional filtering by status, assignee, or priority." }, { "info": { "name": "McAfee Create a new case", "type": "http" }, "http": { "method": "POST", "url": "https://{epo-server}:8443/remote/v2/caseAddCase", "body": { "type": "json", "data": "{}" } }, "docs": "Create a new incident response case for tracking investigation and remediation of a security incident." } ] } ], "bundled": true }