Interface JobService.EndResponse

  • All Superinterfaces:
    Response
    Enclosing interface:
    JobService

    public static interface JobService.EndResponse
    extends Response
    Marks an external job execution as ended. For example, to terminate a job with identifier `123` send the following request: [source] ---- POST /ovirt-engine/api/jobs/end ---- With the following request body: [source,xml] ---- true finished ----