{ "additionalProperties": false, "description": "Migration spec for a VM group that will be used in post VM group migration step.", "id": "PostVmGroupMigrationSpec", "module_id": "Migration", "properties": { "allow_override": { "default": false, "description": "Flag to indicate whether to re-run the post migrate steps for the VM group if they are already run before.", "readonly": false, "required": false, "title": "Flag for re-running post migrate steps", "type": "boolean" }, "failed_vm_instance_ids": { "description": "List of instance uuids of VMs that failed to migrate.", "items": { "type": "string" }, "readonly": false, "required": false, "title": "List of instance uuids of VMs", "type": "array" }, "group_id": { "description": "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.", "readonly": false, "required": true, "title": "User defined VM group id", "type": "string" } }, "title": "Migration spec for a VM group", "type": "object" }