{ "opencollection": "1.0.0", "info": { "name": "McAfee ePO Alarms Policy Configuration API", "version": "5.10" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Policy Configuration", "type": "folder" }, "items": [ { "info": { "name": "McAfee Commit configuration changes", "type": "http" }, "http": { "method": "POST", "url": "https://{epo-server}:8443/remote/commit" }, "docs": "Save and activate all pending configuration changes. Changes made through the API are not active until committed." } ] } ], "bundled": true }