Interface JobsService.ListResponse

  • All Superinterfaces:
    Response
    Enclosing interface:
    JobsService

    public static interface JobsService.ListResponse
    extends Response
    Retrieves the representation of the jobs. [source] ---- GET /ovirt-engine/api/jobs ---- You will receive response in XML like this one: [source,xml] ---- Adding Disk true 2016-12-12T23:07:29.758+02:00 false 2016-12-12T23:07:29.758+02:00 2016-12-12T23:07:26.593+02:00 failed ... ---- The order of the returned list of jobs isn't guaranteed.
    • Method Detail

      • jobs

        List<Job> jobs()
        A representation of jobs.