Interface StepService

    • Method Detail

      • end

        StepService.EndRequest end()
        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 ----
      • get

        StepService.GetRequest get()
        Retrieves a step. [source] ---- GET /ovirt-engine/api/jobs/123/steps/456 ---- You will receive response in XML like this one: [source,xml] ---- Validating 2016-12-12T23:07:26.627+02:00 false 0 2016-12-12T23:07:26.605+02:00 finished validating ----