NSX-T Data Center REST API
Reorder an migration unit within the migration unit group
Reorder an migration unit within the migration unit group by placing itbefore/after the specified migration unit
Request:
Method:
              POST
            URI Path(s):
              
              
                  
                  /api/v1/migration/migration-unit-groups/<group-id>/migration-unit/<migration-unit-id>?action=reorder
                  
              
            Request Headers:
                n/a
            Query Parameters:
    n/a
  Request Body:
    ReorderMigrationRequest+
  Example Request:
POST https://<nsx-mgr>/api/v1/migration/migration-unit-groups/d00d6a39-5ff2-4ddc-a63f-672b4e9ecc5/migration-unit/1f64e9f4-eeb3-4ebd-af78-e08757e593cf?action=reorder { "id": "1f64e9f4-eeb3-4ebd-af78-e08757e593cf", "is_before": "false" }Successful Response:
Response Code:
                200 OK
              Response Headers:
                  n/a
                Response Body:
    n/a
  