Getting an Inventory Asset's Details
View the details of the inventory assets in Oracle Cloud Migrations.
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
listandgetcommands.The syntax for the
listcommand is:oci cloud-bridge inventory asset list --compartment-id target_compartment_ID [OPTIONS]The required parameter for the
listcommand 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 -hTo get help for the
listcommand, run:oci cloud-bridge inventory asset list -hThe syntax for the
getcommand is:oci cloud-bridge inventory asset get --asset-id inventory_asset_ID [OPTIONS]The required parameter for the
getcommand is:--asset-id: Specifies a unique asset identifier.To get all the commands for
inventory asset, run:oci cloud-bridge inventory asset -hTo get help for the
getcommand, run:oci cloud-bridge inventory asset get -hFor 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.