v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1431159117.0 KB

Get a step in the migration workflow.

get/workflowstep/{id}#workflowId&stepGroupId

Path parameters

idstring required

The ID of the step.

Query parameters

workflowIdstring required

The ID of the migration workflow.

stepGroupIdstring required

The ID of the step group.

Response

Success

namestring

The name of the step.

stepGroupIdstring

The ID of the step group.

workflowIdstring

The ID of the migration workflow.

stepIdstring

The ID of the step.

descriptionstring

The description of the step.

stepActionType'MANUAL' | 'AUTOMATED'

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.

owner'AWS_MANAGED' | 'CUSTOM'

The owner of the step.

stepTargetStringListMember[]

The servers on which a step will be run.

previousStringListMember[]

The previous step.

nextStringListMember[]

The next step.

status'AWAITING_DEPENDENCIES' | 'SKIPPED' | 'READY' | 'IN_PROGRESS' | 'COMPLETED' | 'FAILED' | 'PAUSED' | 'USER_ATTENTION_REQUIRED'

The status of the step.

statusMessagestring

The status message of the migration workflow.

scriptOutputLocationstring

The output location of the script.

creationTimestring date-time

The time at which the step was created.

lastStartTimestring date-time

The time at which the workflow was last started.

endTimestring date-time

The time at which the step ended.

noOfSrvCompletedinteger

The number of servers that have been migrated.

noOfSrvFailedinteger

The number of servers that have failed to migrate.

totalNoOfSrvinteger

The total number of servers that have been migrated.