{ "opencollection": "1.0.0", "info": { "name": "Trellix EDR Action History Response Actions API", "version": "2.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Response Actions", "type": "folder" }, "items": [ { "info": { "name": "Create a response action", "type": "http" }, "http": { "method": "POST", "url": "https://api.manage.trellix.com/epo/v2/response-actions", "body": { "type": "json", "data": "{}" } }, "docs": "Trigger an automated response action on one or more managed endpoints. Response actions include policy enforcement, scan initiation, agent wake-up, and remediation tasks." } ] } ], "bundled": true }