Interface JobService.GetResponse

  • All Superinterfaces:
    Response
    Enclosing interface:
    JobService

    public static interface JobService.GetResponse
    extends Response
    Retrieves a job. [source] ---- GET /ovirt-engine/api/jobs/123 ---- 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 ----
    • Method Detail

      • job

        Job job()
        Retrieves the representation of the job.