v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1431159117.0 KB

Create a step in the migration workflow.

post/workflowstep

Request body

namestring required

The name of the step.

stepGroupIdstring required

The ID of the step group.

workflowIdstring required

The ID of the migration workflow.

stepActionType'MANUAL' | 'AUTOMATED' required

The action type of the step. You must run and update the status of a manual step for the workflow to continue after the completion of the step.

descriptionstring

The description of the step.

stepTargetStringListMember[]

The servers on which a step will be run.

previousStringListMember[]

The previous step.

nextStringListMember[]

The next step.

Response

Success

idstring

The ID of the step.

stepGroupIdstring

The ID of the step group.

workflowIdstring

The ID of the migration workflow.

namestring

The name of the step.