NSX-T Data Center REST API
Get summary of N-VDS to VDS migration
Request:
Method:
              GET
            URI Path(s):
              
              
                  
                  /api/v1/nvds-urt/status-summary/<precheck-id>
                  
              
            Request Headers:
                n/a
            Query Parameters:
    NvdsUpgradeSummaryParameters+
  Request Body:
    n/a
  Example Request:
GET https://<nsx-mgr>/api/v1/nvds-urt/status-summarySuccessful Response:
Response Code:
                200 OK
              Response Headers:
                  
                  Content-type: application/json
                Response Body:
    NvdsUpgradeStatusSummary+
  Required Permissions:
Feature:
nodes_transport_nodes Description:
                  Provides overall status for Precheck as well as actual NVDS to CVDS
upgrade status per host.
Precheck statuses are as follows
1. IN_PROGRESS: Precheck is in progress
2. FAILED: Precheck is failed, error can be found in precheck_issue field
3. PENDING_TOPOLOGY: Precheck is successful, recommended topology is generated
4. APPLYING_TOPOLOGY: SetTargetToplogy is in progress
5. APPLY_TOPOLOGY_FAILED: SetTargetTopology is failed
6. REDAY: SetTargetTopology is successful and TransportNodes provided as
          part of topology are ready for upgrade from NVDS to CVDS
                
              