Hi
I have several workflows that deploy virtual machines inside different non automated DRS clusters.
Right now, i get a list of the available hosts for the VM to clone using:
GetAction("com.vmware.library.vc.datastore","getAllAvailableHostForVM").call( #vm )
However, I would like to use DRS to select the host to deploy the VM to. Is it possible to use DRS to select the best available host for deployment, or is it only available for power on actions?
Thanks!