Oracle Linux Virtualization Manager (based on oVirt)

The topic provides information about the Oracle oVirt virtualiztion supported in BigFix Inventory.

oVirt is an open-source virtualization management platform that allows users to manage virtual machines (VMs) and hosts in a centralized way, typically used for private cloud infrastructures. BigFix Inventory doesn't natively support oVirt as a virtualization platform out of the box, but you can still leverage the inventory capabilities of BigFix to capture data from virtual machines (VMs) and hosts that run under oVirt.

Authentication

The VM Manager connector sends the username and password to the oVirt engine single sign-on service to obtain an authentication token. The token can be used multiple times for multiple requests, but it will eventually expire. When it expires, the server will reject the request with the 401 HTTP response code, and a new token will be requested. For details on oVirt permisison, refer to https://www.ovirt.org/documentation/doc-REST_API_Guide/.

Parameters

Name Description
VM Manager Type KVM_RHEV_M
URL URL of the VM Manager in format: https://<manager-host>/ovirt-engine/api
User Name User name in the format user_name@domain, for example test@cluster.com.