Closed pertoft closed 2 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
Please try with the latest changes
` 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