NSX-T Data Center REST API
Mark completion of a migration cycle
This API marks the completion of one execution of migration workflow. This API resets internalexecution state and hence needs to be invoked before starting subsequent workflow run.
Request:
Method:
              POST
            URI Path(s):
              
              
                  
                  /api/v1/migration/plan?action=finish
                  
              
            Request Headers:
                n/a
            Query Parameters:
    n/a
  Request Body:
    n/a
  Example Request:
POST https://<nsx-mgr>/api/v1/migration/plan?action=finishSuccessful Response:
Response Code:
                200 OK
              Response Headers:
                  n/a
                Response Body:
    n/a
  