I'm using the Pysphere API written in python in order to manage VM operations.
My question is, how do I change the machine name after it was already cloned.
I'm using the Pysphere API written in python in order to manage VM operations.
My question is, how do I change the machine name after it was already cloned.
As i understood, vm is already created/cloned. So basically you want to change the vm configuration.You need to create a configuration spec(vm name in your case).
And then you pass your spec as-
I worked on VMWare a long time ago. I hope this is still helpful.