NSX-T Data Center REST API
Return information of all migration unit groups
Return information of all migration unit groups in themigration plan. If request parameter summary is set to true, then
only count of migration units will be returned, migration units list
will be empty. If request parameter component type is specified,
then all migration unit groups for that component will be returned.
Request:
Method:
              GET
            URI Path(s):
              
                /api/v1/migration/migration-unit-groups
                
              
            Request Headers:
                n/a
            Query Parameters:
    MigrationUnitGroupListRequestParameters+
  Request Body:
    n/a
  Example Request:
GET https://<nsx-mgr>/api/v1/migration/migration-unit-groups?component_type=HOSTSuccessful Response:
Response Code:
                200 OK
              Response Headers:
                  
                  Content-type: application/json
                Response Body:
    MigrationUnitGroupListResult+