Interface JobService.ClearResponse

  • All Superinterfaces:
    Response
    Enclosing interface:
    JobService

    public static interface JobService.ClearResponse
    extends Response
    Set an external job execution to be cleared by the system. For example, to set a job with identifier `123` send the following request: [source] ---- POST /ovirt-engine/api/jobs/clear ---- With the following request body: [source,xml] ---- ----