Symptoms:
VMware NSX-T Data Center
FixedInVersion#: NSX-T 3.2.1 available at Broadcom Downloads.
Workaround:
1. Run the following api to get the precheck-ID per cluster:
POST https://<manager-ip>/api/v1/nvds-urt/precheck-by-cluster/<cluster_id>
2. Run the following api to get the pre-check status:
GET https://<manager-ip>/api/v1/nvds-urt/status-summary-by-cluster/<precheck_id>
3. Run the following api to get the recommended topology:
GET https://<manager-ip>/api/v1/nvds-urt/topology-by-cluster/<precheck_id>
4. Run the following api to apply the topology to the cluster:
POST https://<manager-ip>/api/v1/nvds-urt/topology-by-cluster/<precheck_id>?action=apply