{ "opencollection": "1.0.0", "info": { "name": "Commvault Automation Agents Policies API", "version": "v2" }, "request": { "auth": { "type": "apikey", "key": "Authtoken", "value": "{{Authtoken}}", "placement": "header" } }, "items": [ { "info": { "name": "Policies", "type": "folder" }, "items": [ { "info": { "name": "Commvault Get global data protection filters", "type": "http" }, "http": { "method": "GET", "url": "https://{webserver}/webconsole/api/V4/CommcellGlobalFilter" }, "docs": "Retrieves the global exclusion filters applied to all backup operations, such as temporary file patterns, operating system cache directories, and other commonly excluded content." }, { "info": { "name": "Commvault Update global data protection filters", "type": "http" }, "http": { "method": "PUT", "url": "https://{webserver}/webconsole/api/V4/CommcellGlobalFilter", "body": { "type": "json", "data": "{}" } }, "docs": "Updates the global exclusion filters for backup operations." } ] } ], "bundled": true }