I have had to create a custom report because Azure Update Manager does not currently highlight and give a count for devices an update behind and those multiple updates behind, like Windows Update for Business reports.
To do this, I parse
https://learn.microsoft.com/en-us/windows/release-health/windows-server-release-info
to create a lookup table between the server's version numbers and the availability date of its last successfully applied update. Is it possible to get a list of version numbers and their release dates of server updates with this API (or will it be possible)?
Using "/admin/windows/updates/catalog/entries" I can come close; however, it seems to only contain workstation entries. At least, I do not see entries for server.
Thanks in advance.