What can replace the "Get-CVVirtualMachine" PowerShell command in the Commvault REST API?
I use the "Get-CVVirtualMachine -Protected" command to get a list of virtual machines that are being backed up so that I can start a restore.
Looked at the API page on my Commvault server (https://CommvaultSRV/webconsole/sandbox/apiexplorer/#/Virtualization%20Operations) and I couldn't identify any GET command that would give me the same result as the PowerShell command.
Does anyone have any idea how to get a list of all protected VMs from Commvault REST API?