-
Feature Request
-
Resolution: Unresolved
-
Normal
-
None
-
None
-
False
-
-
False
-
-
-
In some situations, after the insights archive is upload to console.redhat.com it does not re-evaluate Vulnerability data for the system profiles. Also, in some situations after completing the Patch activity customers want to see/confirm whether the evaluation is completed for systems or not.
We display "Last seen" on the system profile, we are requesting to add " Last Evaluation" date/time on this page.
Currently, the we have an API that provides these details:
- curl -s -X GET "https://console.redhat.com/api/vulnerability/v1/systems/6db53c06-690a-4c17-bfb5-e2f48848c6ab"
{
"data": {
"insights_id": "b11ef80f-fd32-4011-8a7f-d8a863908323",
"inventory_group": [
],
"last_evaluation": "2025-07-14T19:11:51.715246+00:00", <<<<<<<<<<<<<<
"last_upload": "2025-07-28T19:19:29.133981+00:00",
"opt_out": false,