Viewing the Inventory Asset Resources

View the details of the resources such as real time and historical metrics of an inventory asset.

  • When you navigate to the inventory asset details page, you can find 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.
  • To view the details of an inventory asset historical metrics, use the list command.

    oci cloud-bridge inventory historical-metric list --asset-id ASSET_ID[OPTIONS]

    The required parameter for the historical-metric command is:

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

    To get all the commands for historical-metric, run:

    oci cloud-bridge inventory historical-metric -h

    To get help for the historical-metric list command, run:

    oci cloud-bridge inventory historical-metric list -h
    For a complete list of flags and variable options for CLI commands, see the CLI Command Reference.
  • To view the inventory asset metadata like historical metrics, use the ListHistoricalMetrics operation.