Interface DataCenterService.CleanFinishedTasksResponse

  • All Superinterfaces:
    Response
    Enclosing interface:
    DataCenterService

    public static interface DataCenterService.CleanFinishedTasksResponse
    extends Response
    Currently, the storage pool manager (SPM) fails to switch to another host if the SPM has uncleared tasks. Clearing all finished tasks enables the SPM switching. For example, to clean all the finished tasks on a data center with ID `123` send a request like this: [source] ---- POST /ovirt-engine/api/datacenters/123/cleanfinishedtasks ---- With a request body like this: [source,xml] ---- ----