System Administration > Lifecycle Management > Migration > Vmgroup

Perform steps required after migrating a VM group.

For each VM group, the following three high level steps are performed in sequence.
1. Call pre VM group migrate API.
2. Migrate (by vmotion,in place, etc.,) VMs in the VM group. This step will be done by user independent of MC.
3. Call post VM group migrate API with the same VM group id used in the pre VM group migrate API.
This API specifically deals with post VM group migrate API. When post VM group migrate API is invoked for a VM group
id, MC performs following actions.
- Add security tags on the VMs migrated. For the VMs mentioned in the failed VM instance uuids, this operation is
skipped.

Request:

Method:
POST
URI Path(s):
/api/v1/migration/vmgroup?action=post_migrate
Request Headers:
n/a
Query Parameters:
n/a
Request Body:
PostVmGroupMigrationSpec+

Successful Response:

Response Code:
200 OK
Response Headers:
n/a
Response Body:
n/a

Required Permissions:

crud

Feature:

utilities_upgrade

Additional Errors: