Is there a way to manually migrate DHCP leases from one product to another? I have a few DHCP servers still on NSX-V and am looking for a programmatical way to migrate them to NSX-T.
I have looked into the REST API for 3.1.x and could not find a suitable query to create new leases at the dhcp server object and also the dhcp server configuration object.
I know I could create static bindings, but would prefer to use normal leases instead. Maybe there is a way to "misuse" a PUT or PATCH methods on one of the dhcp server objects? Do the leases get migrated when you use the NSX migrator service? If so, how?