{ "opencollection": "1.0.0", "info": { "name": "McAfee ePO Alarms Devices API", "version": "5.10" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Devices", "type": "folder" }, "items": [ { "info": { "name": "McAfee List ESM devices", "type": "http" }, "http": { "method": "POST", "url": "https://{epo-server}:8443/remote/v2/devGetDeviceList" }, "docs": "Retrieve the list of devices in the ESM device hierarchy, including receivers, ELM, ACE, DEM, and ADM components." }, { "info": { "name": "McAfee List managed devices", "type": "http" }, "http": { "method": "GET", "url": "https://{epo-server}:8443/remote/edr/v2/devices", "params": [ { "name": "filter[hostName]", "value": "", "type": "query", "description": "Filter devices by hostname" }, { "name": "filter[os]", "value": "", "type": "query", "description": "Filter devices by operating system" }, { "name": "filter[healthStatus]", "value": "", "type": "query", "description": "Filter by device health status" }, { "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 paginated list of all devices managed by MVISION, including their health status, agent version, and last check-in time." }, { "info": { "name": "McAfee Get a specific device", "type": "http" }, "http": { "method": "GET", "url": "https://{epo-server}:8443/remote/edr/v2/devices/:deviceId", "params": [ { "name": "deviceId", "value": "", "type": "path", "description": "Unique device identifier" } ] }, "docs": "Retrieve detailed information about a specific managed device, including installed products, agent version, and security posture." } ] } ], "bundled": true }