So i made a few advancements,
Our webapp is in Django so I cant use the scripting.
We use Full VM restore to original location.
I found out in "well hidden" logs that Veeam: 'forcibly disconnects all Network adapters due to VM options'
This only happens when calling the restore via the codebase, and not when doing a Full VM restore in Veeam B&R. (then everything works how intended)
I made it so that through the vSphere API, we connect the vNIC after the vm_restore function.
Now the problem arise that the network adapter losses his Static IP address that we need for validation. The Edge Gateway just gives it a new "random" IPv6 address.
So my next question is: Can we do something about that? Can we do that via API, can we change back the IP this way? Or can we send something that specifies the static IP?
Thanks for your answers and in advance,
Henri