Refreshing a Migration Asset

Refresh a migration asset. Refreshing a migration asset pulls snapshots from the inventory and re-runs its assessments.

    1. Open the navigation menu  and select Migration & Disaster Recovery. Under Cloud Migrations, select Migrations.
    2. On the Migrations projects list page, select the active migration project for which you want to refresh the migration asset.
    3. On the migration project details page, select Migration plans.
    4. Select the active migration plan that has the asset you want to refresh.
    5. On the migration plan details page, select Target assets.
    6. Select the target asset you want to refresh.
    7. On the target asset details page, select the the Actions menu and then select Refresh migration asset.
    8. In the Refresh migration asset dialog box, select Refresh.
  • To refresh a migration asset, use the refresh command. Refreshing a migration asset pulls snapshots from the inventory and re-runs its assessments.

    oci cloud-migrations migration-asset refresh --migration-asset-id migration_asset_ID[OPTIONS]

    The required parameters for the refresh command are:

    --migration-asset-id: Specifies the OCID of the required migration asset of the target asset

    To get all the commands for the migration asset, run:

    oci cloud-migrations migration-asset -h

    To get help for the refresh command, run:

    oci cloud-migrations migration-asset refresh -h
    For a complete list of flags and variable options for CLI commands, see the CLI Command Reference.
  • To refresh a migration asset, use the RefreshMigrationAsset option.