Commvault / cvpysdk

Developer SDK - Python
https://commvault.github.io/cvpysdk/
Apache License 2.0
54 stars 41 forks source link

full_vm_restore_out_of_place proxy_client argument ignored #139

Closed pertoft closed 2 years ago

pertoft commented 3 years ago

` subclient = commcell.clients.get("vc01.example.com").agents.get('virtualserver').instances.get('vmware').backupsets.get('defaultBackupSet').subclients.get('testclient')

job = subclient.full_vm_restore_out_of_place( vm_to_restore="test.example.com", overwrite=False, power_on=False, proxy_client="commproxy01" )` The proxy_client is not used, and the default media agent will be used

spakhare commented 2 years ago

Please try with the latest changes