Interface JobsService.AddResponse

  • All Superinterfaces:
    Response
    Enclosing interface:
    JobsService

    public static interface JobsService.AddResponse
    extends Response
    Add an external job. For example, to add a job with the following request: [source] ---- POST /ovirt-engine/api/jobs ---- With the following request body: [source,xml] ---- Doing some work true ---- The response should look like: [source,xml] ---- Doing some work true true 2016-12-13T02:15:42.130+02:00 2016-12-13T02:15:42.130+02:00 started ----
    • Method Detail

      • job

        Job job()
        Job that will be added.