Interface StepService.EndResponse

  • All Superinterfaces:
    Response
    Enclosing interface:
    StepService

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