PostVmGroupMigrationSpec
PostVmGroupMigrationSpec
Migration spec for a VM group that will be used in post VM group migration step.
JSON Example
{
"allow_override": false,
"failed_vm_instance_ids": [
"string"
],
"federation_site_id": "string",
"group_id": "string"
}
boolean
allow_override
Optional
Flag to indicate whether to re-run the post migrate steps for the VM group if they are already run before.
array of
string
failed_vm_instance_ids
Optional
List of instance uuids of VMs that failed to migrate.
string
federation_site_id
Optional
Id of the site in NSX-T Federation
string
group_id
Required
User defined VM group id that must be unique among all VM groups ids and also should match the group id used in the pre VM group migrate API.