Is there any REST API to get all the Service Packs and respective latest cumulative packs for each SP of SQL Server Version?
expected results should be somewhere near around the table in this doc: https://docs.microsoft.com/en-us/sql/database-engine/install-windows/latest-updates-for-microsoft-sql-server?view=sql-server-ver15
I was able to scrap html content from this page but its not at all a reliable approach in long run.
Thanks in advance.