Interface StepsService.AddRequest

  • All Superinterfaces:
    Request<StepsService.AddRequest,​StepsService.AddResponse>
    Enclosing interface:
    StepsService

    public static interface StepsService.AddRequest
    extends Request<StepsService.AddRequest,​StepsService.AddResponse>
    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 ----