Hi guys,
In pre 11.5.x environment, a simple query would show you which APs have disappeared from the monitored controllers.
SELECT ap.IPAddress, ap.DisplayName
FROM Orion.Wireless.AccessPoints ap
WHERE Status=2
That query no longer works in NPM 11.5.x. Any idea where I should be looking instead?