Getting a Migration Plan's Details
View the details of a migration plan of a migration project.
- Open the navigation menu and click Migration & Disaster Recovery. Under Cloud Migrations, click Migrations.
- On the Migrations page, select the migration project that contains the migration plan for which you want to view the details.
- On the Migration project details page, from Resources, click Migration plans.
- Under Migration plans, click the plan for which you want to view the details.
On the Migration plan details page, view the details of the plan. To view the details of a migration plan of a migration project, use the
get
command.oci cloud-migrations migration-plan get --migration-plan-id migration_plan_ID [OPTIONS]
The required parameters for the
get
command are:--migration-plan-id
: Specifies the OCID of the required migration plan.To get all the commands for
migration-plan
, run:oci cloud-migrations migration-plan -h
To get help for the
get
command, run:oci cloud-migrations migration-plan get -h
To get details of a migration plan, use the
GetMigrationPlan
option.