Hello All,
Does anyone know if the NPM version is stored in the database?
Thanks,
Nuruddin
iv had a quick scroll through and i cant see it, i would expect it to be in the following tables
select * from WebUserSettings
and
select * from settings
the only thing that looks like a version in the DB is this
SELECT SettingName ,SettingValue FROM [SolarWinds].[dbo].[WebSettings]
but that isnt not right because i am on 11.5.2
you can just scroll down the page and see what versions you are on like below
Thank you for the response. The version can also be found under Settings -> Details -> License Details which led me to think that it could be coming from the database. I would like to get the NPM version programmatically if possible because of REST API changes introduced in v12.