{ "opencollection": "1.0.0", "info": { "name": "Commvault Automation Agents Subclients API", "version": "v2" }, "request": { "auth": { "type": "apikey", "key": "Authtoken", "value": "{{Authtoken}}", "placement": "header" } }, "items": [ { "info": { "name": "Subclients", "type": "folder" }, "items": [ { "info": { "name": "Commvault List subclients", "type": "http" }, "http": { "method": "GET", "url": "https://{webserver}/webconsole/api/Subclient", "params": [ { "name": "clientId", "value": "", "type": "query", "description": "Client ID" }, { "name": "applicationId", "value": "", "type": "query", "description": "Application/agent type ID" } ] }, "docs": "Retrieves a list of subclients for a given client and agent. Subclients define the specific content (files, databases, mailboxes) to be backed up and their associated storage and schedule policies." }, { "info": { "name": "Commvault Get subclient details", "type": "http" }, "http": { "method": "GET", "url": "https://{webserver}/webconsole/api/Subclient/:subclientId", "params": [ { "name": "subclientId", "value": "", "type": "path", "description": "Unique identifier for the subclient" } ] }, "docs": "Retrieves detailed properties of a specific subclient, including content paths, filters, storage policy association, and schedule configuration." } ] } ], "bundled": true }