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 page, select the active migration project for which you want to refresh the migration asset.
    3. On the Migration project details page, in the Migration plans section, select the active migration plan that has the asset you want to refresh.
    4. On the Migration plan details page, under Resources, click Target assets.
    5. In the Target Assets section, click the target asset you want to refresh.
    6. On the Migration target asset details page, click Refresh migration asset.
    7. In the Refresh migration asset dialog box, click 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.