OSMH: How to Filter Advisories by Severity in OS Management Hub
in Linux
Applies To:
Oracle Cloud Infrastructure
OSMH
GOAL:
To identify advisories with a specific severity (e.g., CRITICAL) in OS Management Hub without manually checking each advisory's detail page in the UI.
SOLUTION:
The current OS Management Hub user interface does not support viewing advisory severity in bulk or as a column in the list view. Enhancements to errata reporting are planned for future releases.
In the meantime, you can use the OCI CLI or SDK to list advisories based on severity and other filters.
Example using OCI CLI:
The following will list CRITICAL errata issued between two dates :
#oci os-management-hub software-source list-errata --compartment-id $OCID --os-family ORACLE_LINUX_8 --advisory-severity CRITICAL --time-issue-date-start 2025-01-01T00:00:00.000Z --time-issue-date-end 2025-04-27T23:59:59.000Z –all
Tagged:
0