Getting an Inventory Asset's Details

View the details of the inventory assets in Oracle Cloud Migrations.

    1. Open the navigation menu  and select Migration & Disaster Recovery. Under Cloud Migrations, select Inventory.
    2. In the navigation pane, select Inventory Assets.
      Note

      The Inventory assets page lists all the assets discovered by the asset discovery from the external environment. The listed assets contain metadata that the discovery plugin collects from the external environment assets.
    3. On the Inventory assets list page, select the name of the asset for which you want to view the details.
    The Asset details page displays details such as asset information, VM configurations, processors, and memory. You can also view information about the following resources:
    • Real time metrics: Metrics for CPU utilization, memory utilization, and so on. The remote agent appliance collects this metrics information. During cloud migrations, this data can be used to recommend the assets that need to migrate initially.
    • Historical metrics: Metrics collected by VMware vCenter. During cloud migrations, this data can be used to recommend the assets that need to migrate initially.
    • NICS: Details of VNIC configurations.
    • Disks: Details of the asset disks.
    • GPU devices: GPU device details such as the name, number of cores, and memory size in MBs.
    • Customer tags: A list of customer-defined tags.
    You can now create a migration project.
  • To view a list of inventory assets and then metadata of specific assets, use the list and get commands.

    The syntax for the list command is:

    oci cloud-bridge inventory asset list --compartment-id target_compartment_ID [OPTIONS]

    The required parameter for the list command is:

    --compartment-id: Specifies the OCID of the compartment in which to list the resources.

    To get all the commands for inventory asset, run:

    oci cloud-bridge inventory asset -h

    To get help for the list command, run:

    oci cloud-bridge inventory asset list -h

    The syntax for the get command is:

    oci cloud-bridge inventory asset get --asset-id inventory_asset_ID [OPTIONS]

    The required parameter for the get command is:

    --asset-id: Specifies a unique asset identifier.

    To get all the commands for inventory asset, run:

    oci cloud-bridge inventory asset -h

    To get help for the get command, run:

    oci cloud-bridge inventory asset get -h

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

  • To view a list of inventory assets, use the ListAssets operation.

    To view the metadata of an asset, use the GetAsset operation.