i'm trying to do a full vm restore using:
POST http://<Enterprise-Manager>:9399/api/vmRestorePoints/{ID}?action=restore
everyting works fine except that the restored VM come up with the NIC disconnected.
is there a way to make Veeam to restore the VM with the NIC connected?
i saw that I can use
Code: Select all
<?xml version="1.0" encoding="utf-8"?>
<RestoreSpec xmlns="http://www.veeam.com/ent/v1.0" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<VmRestoreSpec>
<PowerOnAfterRestore>false</PowerOnAfterRestore>
<QuickRollback>false</QuickRollback>
</VmRestoreSpec>
</RestoreSpec>
Thanks
Lorenzo