Improvement #11711
closedImprovement #11632: Patch management/ Windows updates related improvements
Add a refresh button for fetching the latest available updates for a device
100%
Description
The current Windows Updates tab does not have a Refresh button for fetching the latest available updates.
Need to trigger the OS-update operation to get the latest updates.
once the OS-update operation is triggered, it need to get received by the device and send the response back to device. This is not the case after adding WNS support (https://roadmap.entgra.net/issues/10222) where the device will not wait for the polling interval to send the update info. Hence we can keep the refresh button to refresh the view with latest updates if there is any. Something to note as well is that this OS updates info operation is not an operation that will be added to the device operations in a higher frequency. By default it is set to add this operation every 7 days.
this will take approximately 1min(agent will sync for every 30 seconds)
Files