Interface VmService.CancelMigrationResponse

  • All Superinterfaces:
    Response
    Enclosing interface:
    VmService

    public static interface VmService.CancelMigrationResponse
    extends Response
    This operation stops any migration of a virtual machine to another physical host. [source] ---- POST /ovirt-engine/api/vms/123/cancelmigration ---- The cancel migration action does not take any action specific parameters; therefore, the request body should contain an empty `action`: [source,xml] ---- ----