Interface StepsService.AddResponse

  • All Superinterfaces:
    Response
    Enclosing interface:
    StepsService

    public static interface StepsService.AddResponse
    extends Response
    Add an external step to an existing job or to an existing step. For example, to add a step to `job` with identifier `123` send the following request: [source] ---- POST /ovirt-engine/api/jobs/123/steps ---- With the following request body: [source,xml] ---- Validating 2016-12-12T23:07:26.605+02:00 started validating ---- The response should look like: [source,xml] ---- Validating true 2 2016-12-13T01:06:15.380+02:00 started validating ----
    • Method Detail

      • step

        Step step()
        Step that will be added.