Relationships between Oracle Linux Virtualization Manager (OLVM) Virtual Machines and Oracle Databases hosted on them are not automatically established. This article provides steps to manually link these resources using the Inventory Management UI and the Swagger API.
Aria Operations 8.x
This is expected behaviour as the VMs are hosted on the OLVM platform and not vCenter.
To manually link the Database to the VM, follow these steps:
Open the Aria Operations UI.
Navigate to Operations > Configurations > Inventory Management.
Use the small blue box in the bottom middle of the page to enable the ID field.
Search for the name of the Database you are interested in using the filter and take note of its ID.
Open the Swagger interface for Aria Operations (typically https://<FQDN>/suite-api/doc/operations/index.html) and authorize with an admin account.
Locate the following API call: POST /api/resource/properties
Replace the resourceID parameter with the Database ID obtained in Step 4.
In the values field, input the name of the VM that the Database should be related to.
Ensure you are using the exact VM name as it appears in the Aria Operations inventory.