Getting a Migration Project's Details
View the details of a migration project.
- Open the navigation menu and click Migration & Disaster Recovery. Under Cloud Migrations, click Migrations.
- On the Migrations page, click the active migration project for which you want to view the details.
On the Migration project details page, you can view the details. Note
You can only fetch the details for the top-level migration resource directly. A migration project is a logical container which encapsulates the migration along with the associated migration assets and migration plans.To view details of a required migration, use the
get
command with the required parameters.oci cloud-migrations migration get --migration-id migration_ID [OPTIONS]
The required parameters for the
get
command are:--migration-id
: Specifies the unique identifier for the required migration.To get all the commands for migration, run:
oci cloud-migrations migration -h
To get help for the get command, run:
oci cloud-migrations migration get -h
For a complete list of flags and variable options for CLI commands, see the CLI Command Reference.
To get details a required migration project, use the GetMigration operation.