Getting a Migration Asset's Details
View the details of a migration asset in a migration project.
- Open the navigation menu and select Migration & Disaster Recovery. Under Cloud Migrations, select Migrations.
- On the Migrations projects list page, select the active migration project that contains the migration asset for which you want to view the details.
- On the migration project details page, select Migration assets.
- Select the asset for which you want to view the details.
On the migration asset details page, you can view the details. To view details of a required migration asset, use the
getcommand with the required parameters.oci cloud-migrations migration-asset get --migration-asset-id migration_asset_ID [OPTIONS]The required parameters for the
getcommand are:--migration-asset-id: Specifies the unique identifier for the required migration asset.To get all the commands for
migration-asset, run:oci cloud-migrations migration-asset -hTo get help for the
getcommand, run:oci cloud-migrations migration-asset get -hFor a complete list of flags and variable options for CLI commands, see the CLI Command Reference.
To view details of a required migration asset, use the
GetMigrationAssetoperation.