Getting a Target Asset's Details

View the details of a target asset of a migration plan.

    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 view the target asset details.
    3. On the migration project details page, select Migration plans.
    4. Select the active migration plan that has the target assets for which you want to view the details.
    5. On the migration plan details page, select Target assets.
    6. Select the target asset for which you want to view the details.
      The target asset details page displays the details.
  • To view the details of a target asset of a migration plan, use the get command with the required parameters:

    oci cloud-migrations target-asset get --target-asset-id target_asset_ID[OPTIONS]

    The required parameters for the get command are:

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

    To get all the commands for target-asset, run:

    oci cloud-migrations target-asset -h

    To get help for the get command, run:

    oci cloud-migrations target-asset get -h

    For a complete list of flags and variable options for CLI commands, see the CLI Command Reference.

  • To get details of a target asset, use the GetTargetAsset option.