Getting a Migration Plan's Details

View the details of a migration plan of a migration project.

    1. Open the navigation menu and click Migration & Disaster Recovery. Under Cloud Migrations, click Migrations.
    2. On the Migrations page, select the migration project that contains the migration plan for which you want to view the details.
    3. On the Migration project details page, from Resources, click Migration plans.
    4. 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
    For a complete list of flags and variable options for CLI commands, see the CLI Command Reference.
  • To get details of a migration plan, use the GetMigrationPlan option.