Interface StepService.GetResponse

  • All Superinterfaces:
    Response
    Enclosing interface:
    StepService

    public static interface StepService.GetResponse
    extends Response
    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 ----
    • Method Detail

      • step

        Step step()
        Retrieves the representation of the step.