Interface JobsService.AddRequest

  • All Superinterfaces:
    Request<JobsService.AddRequest,​JobsService.AddResponse>
    Enclosing interface:
    JobsService

    public static interface JobsService.AddRequest
    extends Request<JobsService.AddRequest,​JobsService.AddResponse>
    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 ----