Hi there,
I have a bunch of vms inside vapps with a nic driver e1000 we would like to change that to vmxnet3 without adding a new nic since this will change the mac address and we need to keep the same due to software license.
Vcloud GUI doesn't allow me to do this change I was wondering if its possible to do this through the rest api so far I've managed to extract the xml where the nic definition is
but when I'm trying to put the xml back with the driver I want I'm receiving a "Forbidden" message.
Regards