API Description | API Path |
---|---|
Clean up all nvds upgrade related configurations |
POST /api/v1/nvds-urt?action=cleanup
|
Set the migrate status key of ExtraConfigProfile of all Transport Nodes to IGNORE |
POST /api/v1/nvds-urt?action=ignore_migrate_status
|
Retrieve latest precheck ID of the N-VDS to VDS migration |
GET /api/v1/nvds-urt/precheck
|
Start precheck for N-VDS to VDS migration |
POST /api/v1/nvds-urt/precheck
|
Start precheck for N-VDS to VDS migration by clusters |
POST /api/v1/nvds-urt/precheck-by-clusters
|
Get summary of N-VDS to VDS migration |
GET /api/v1/nvds-urt/status-summary/<precheck-id>
|
Set VDS configuration and create it in vCenter |
POST /api/v1/nvds-urt/topology?action=apply
|
Recommmended topology |
GET /api/v1/nvds-urt/topology/<precheck-id>
|
Trigger Migration of NVDS to VDS on this TransportNode.Migrates all NVDS to VDS on given TransportNode. Upgrade precheck apis should have been run prior to invoking this API on transport node and a migration topology should be created. Please refer to Migration guide for details about migration APIs. |
POST /api/v1/transport-nodes/<transport-node-id>?action=migrate_to_vds
|