Hi all, thanks for your answer.
Yes the two command in API console, works well:
GET /syscollector/011/hotfixes
{
"data": {
"affected_items": [
{
"scan_time": "2022-12-27T11:40:03Z",
"hotfix": "KB2468871",
"scan_id": 0,
"agent_id": "011"
},
{
"scan_time": "2022-12-27T11:40:03Z",
"hotfix": "KB2478063",
"scan_id": 0,
"agent_id": "011"
...
],
"total_affected_items": 36,
"total_failed_items": 0,
"failed_items": []
},
"message": "All specified syscollector information was returned",
"error": 0
}
and the command GET /syscollector/011/packages works well too:
{
"data": {
"affected_items": [
{
"scan": {
"id": 0,
"time": "2022-12-27T11:40:03Z"
},
"format": "win",
"install_time": "20221219",
"vendor": "Microsoft Corporation",
"size": 0,
"version": "16.0.10393.20026",
"name": "Office 16 Click-to-Run Localization Component",
"architecture": "x86_64",
"agent_id": "011"
...
],
"total_affected_items": 16,
"total_failed_items": 0,
"failed_items": []
},
"message": "All specified syscollector information was returned",
"error": 0
}
but for me it's very strange that the Vulnerabilities summary shows "No results".