VMware vSphere

 View Only

 NSX-T migration of NVDS to VDS

JDMils_Interact's profile image
JDMils_Interact posted Apr 01, 2025 12:19 AM

I'm working on a process to migrate NVDS to VDS using basic information from Broadcom's tech documents, and using the API to perform the migration on NSX V3.2.4.

  • If I have a cluster with say 4 hosts active and 6 hosts in maintenance, how do I run the migration on the 6 hosts in maintenance in one hit, that is, using one query?
    • At the moment I am using API query “https://{{hostname}}/api/v1/transport-nodes/5cc47528-daa6-4ea2-91e4-3a26efb68cef?action=migrate_to_vds” to migrate one host at a time, however I will need to run this query on more than one, but not all hosts in a cluster.
  • What is the scope of the pre-check? Is it for the one compute object (vCenter), all Compute objects (All vCenters in NSX)?