v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1431159117.0 KB

Create a workflow to orchestrate your migrations.

post/migrationworkflow/

Request body

namestring required

The name of the migration workflow.

descriptionstring

The description of the migration workflow.

templateIdstring required

The ID of the template.

applicationConfigurationIdstring

The configuration ID of the application configured in Application Discovery Service.

inputParametersobject required

The input parameters required to create a migration workflow.

stepTargetsStringListMember[]

The servers on which a step will be run.

tagsobject

The tags to add on a migration workflow.

Response

Success

idstring

The ID of the migration workflow.

arnstring

The Amazon Resource Name (ARN) of the migration workflow.

namestring

The name of the migration workflow.

descriptionstring

The description of the migration workflow.

templateIdstring

The ID of the template.

adsApplicationConfigurationIdstring

The configuration ID of the application configured in Application Discovery Service.

workflowInputsobject

The inputs for creating a migration workflow.

stepTargetsStringListMember[]

The servers on which a step will be run.

status'CREATING' | 'NOT_STARTED' | 'CREATION_FAILED' | 'STARTING' | 'IN_PROGRESS' | 'WORKFLOW_FAILED' | 'PAUSED' | 'PAUSING' | 'PAUSING_FAILED' | 'USER_ATTENTION_REQUIRED' | 'DELETING' | 'DELETION_FAILED' | 'DELETED' | 'COMPLETED'

The status of the migration workflow.

creationTimestring date-time

The time at which the migration workflow was created.

tagsobject

The tags to add on a migration workflow.