Hi,
I have powershell script for creation of bulk VMs. I want to turn this into a GUI via python.
One of the aspects I'm checking before I head down this path, is around spectific MACs.
For the enviroment I need to be able to define the MAC for each VMs NIC. As this is bulk creation, i need to specific and subsquently number the end of the MACs to match other details within the enviroment - so that verios conversion are all inline for easy understanding and troubleshooting.
In the Automation SDK, the closest I can find is:
Ethenet - update PATCH https://{server}/rest/vcenter/vm/{vm}/hardware/ethernet/{nic} Updates the configuration of a virtual Ethernet adapter.
But does that incluse setting a defined MAC?
Or is that an eixting tool for bulk managment of VMs where I can state MAC during the creation?
High level is Stat/start/restart/create/delete, but its the very details aspacts during the create that i cant seem to find any tools for - hense the creation of my own.
Thanks