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