Migration interface
An Enterprise Live Migration
Properties
| changed |
The identity that last changed this migration. |
| changed |
The UTC date/time this migration was last changed. |
| created |
The identity that created this migration. |
| created |
The UTC date/time this migration was created. |
| error |
The error that caused this migration to fail. |
| repository |
RepositoryId |
| scheduled |
The UTC date/time representing when the cutover is to occur. |
| status | If the migration is 'active', 'complete', or 'failed'. |
| target |
The ID of the user that will end up owning the migrated repository. |
| target |
URL identifying the destination respository of migration. |
| validate |
True if the migration should only perform pre-migration validation. |
| validation |
A list of any issues found during pre-migration checks. |
| validation |
A list of any warnings found during pre-migration checks. |
Property Details
changedBy
changedDate
The UTC date/time this migration was last changed.
changedDate: Date
Property Value
Date
createdBy
createdDate
The UTC date/time this migration was created.
createdDate: Date
Property Value
Date
errorMessage
The error that caused this migration to fail.
errorMessage: string
Property Value
string
repositoryId
RepositoryId
repositoryId: string
Property Value
string
scheduledCutoverDate
The UTC date/time representing when the cutover is to occur.
scheduledCutoverDate: Date
Property Value
Date
status
If the migration is 'active', 'complete', or 'failed'.
status: MigrationStatus
Property Value
targetOwnerUserId
The ID of the user that will end up owning the migrated repository.
targetOwnerUserId: string
Property Value
string
targetRepository
URL identifying the destination respository of migration.
targetRepository: string
Property Value
string
validateOnly
True if the migration should only perform pre-migration validation.
validateOnly: boolean
Property Value
boolean
validationIssues
A list of any issues found during pre-migration checks.
validationIssues: string[]
Property Value
string[]
validationWarnings
A list of any warnings found during pre-migration checks.
validationWarnings: string[]
Property Value
string[]