Refreshing a Migration Asset
Refresh a migration asset. Refreshing a migration asset pulls snapshots from the inventory and re-runs its assessments.
- Open the navigation menu and select Migration & Disaster Recovery. Under Cloud Migrations, select Migrations.
- On the Migrations page, select the active migration project for which you want to refresh the migration asset.
- On the Migration project details page, in the Migration plans section, select the active migration plan that has the asset you want to refresh.
- On the Migration plan details page, under Resources, click Target assets.
- In the Target Assets section, click the target asset you want to refresh.
- On the Migration target asset details page, click Refresh migration asset.
- 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 assetTo 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
To refresh a migration asset, use the
RefreshMigrationAsset
option.