status
The status of the replication task. This response parameter can return one of the following values:
"moving"
– The task is being moved in response to running theMoveReplicationTask
operation."creating"
– The task is being created in response to running theCreateReplicationTask
operation."deleting"
– The task is being deleted in response to running theDeleteReplicationTask
operation."failed"
– The task failed to successfully complete the database migration in response to running theStartReplicationTask
operation."failed-move"
– The task failed to move in response to running theMoveReplicationTask
operation."modifying"
– The task definition is being modified in response to running theModifyReplicationTask
operation."ready"
– The task is in aready
state where it can respond to other task operations, such asStartReplicationTask
orDeleteReplicationTask
."running"
– The task is performing a database migration in response to running theStartReplicationTask
operation."starting"
– The task is preparing to perform a database migration in response to running theStartReplicationTask
operation."stopped"
– The task has stopped in response to running theStopReplicationTask
operation."stopping"
– The task is preparing to stop in response to running theStopReplicationTask
operation."testing"
– The database migration specified for this task is being tested in response to running either theStartReplicationTaskAssessmentRun
or theStartReplicationTaskAssessment
operation.StartReplicationTaskAssessmentRun
is an improved premigration task assessment operation. TheStartReplicationTaskAssessment
operation assesses data type compatibility only between the source and target database of a given migration task. In contrast,StartReplicationTaskAssessmentRun
enables you to specify a variety of premigration task assessments in addition to data type compatibility. These assessments include ones for the validity of primary key definitions and likely issues with database migration performance, among others.