Interface StepsService.ListResponse

  • All Superinterfaces:
    Response
    Enclosing interface:
    StepsService

    public static interface StepsService.ListResponse
    extends Response
    Retrieves the representation of the steps. [source] ---- GET /ovirt-engine/api/job/123/steps ---- You will receive response in XML like this one: [source,xml] ---- Validating true 2 2016-12-13T01:06:15.380+02:00 started validating ... ---- The order of the returned list of steps isn't guaranteed.
    • Method Detail

      • steps

        List<Step> steps()
        A representation of steps.