Getting a Migration Asset's Details

View the details of a migration asset in a migration project.

    1. Open the navigation menu and click Migration & Disaster Recovery. Under Cloud Migrations, click Migrations.
    2. On the Migrations page, click the active migration project that contains the migration asset for which you want to view the details.
    3. On the Migration project details page, under Resources, click Migration assets.
    4. Under 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 get command with the required parameters.

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

    The required parameters for the get command 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 -h

    To get help for the get command, run:

    oci cloud-migrations migration-asset get -h

    For 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 GetMigrationAsset operation.