I tried querying from NCM.Nodes table as below:
SELECT TOP 5 NNP.NodeID FROM NCM.Nodes NNP
But there are no results returned from this table, while other tables, like Orion.Nodes and IPAM.IPNode, work fine.
Why did this happen?
Thanks!
That is a valid query
Where are you running it and what response do you get?
I was having the same issue in our instance and came across this article. We use AD for authentication and my issue was to very simply prepend the AD domain to my username.... domain\username
thwack.solarwinds.com/.../api-not-returning-ncm-data