NSX-T Data Center REST API
Update the migration unit group
Update the specified migration unit group. Removal of migration units from the groupusing this is not allowed. An error will be returned in that case.
Request:
Method:
              PUT
            URI Path(s):
              
                /api/v1/migration/migration-unit-groups/{group-id}
                
              
            Request Headers:
                n/a
            Query Parameters:
    n/a
  Request Body:
    MigrationUnitGroup+
  Example Request:
PUT https://<nsx-mgr>/api/v1/migration/migration-unit-groups/d00d6a39-5ff2-4ddc-a63f-672b4e9ecc5 { "id": "d00d6a39-5ff2-4ddc-a63f-672b4e9ecc5", "display_name": "esx55HostsGroup", "type": "HOST", "parallel": "true", "enabled": "false", "migration_units": [ { "id": "a95be8d6-4a76-46fe-9c9c-341e89973da7", }, { "id": "1f64e9f4-eeb3-4ebd-af78-e08757e593cf", } ], "extended_configuration": [ { "key": "disable_vm_migration", "value": "false" } ] }Successful Response:
Response Code:
                200 OK
              Response Headers:
                  
                  Content-type: application/json
                Response Body:
    MigrationUnitGroup+