You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When viewing host details through the oVirt web interface (located at Compute -> Hosts -> {Host} -> General -> Software), there's a field labeled OS Description that provides comprehensive information about the host's operating system. This can be visualized in the following image:
However, when retrieving the same host data via the oVirt API endpoint (/ovirt-engine/api/hosts/{{host_id}}/), the OS Description field seems to be absent. The JSON response includes various details about the OS, such as the type, version, and kernel command line, but not the full OS description. Here's a snippet of the API response for reference:
Is this discrepancy in data presentation between the web UI and API by design? If so how can we obtain the complete OS description of a host (not just the type and version) through the API?
The text was updated successfully, but these errors were encountered:
When viewing host details through the oVirt web interface (located at
Compute -> Hosts -> {Host} -> General -> Software
), there's a field labeled OS Description that provides comprehensive information about the host's operating system. This can be visualized in the following image:However, when retrieving the same host data via the oVirt API endpoint (
/ovirt-engine/api/hosts/{{host_id}}/
), the OS Description field seems to be absent. The JSON response includes various details about the OS, such as the type, version, and kernel command line, but not the full OS description. Here's a snippet of the API response for reference:Is this discrepancy in data presentation between the web UI and API by design? If so how can we obtain the complete OS description of a host (not just the type and version) through the API?
The text was updated successfully, but these errors were encountered: