This discussion has been locked. The information referenced herein may be inaccurate due to age, software updates, or external references.
You can no longer post new replies to this discussion. If you have a similar question you can start a new discussion in this forum.

Where is the Node Availability data in SQL DB

Hi,

I have a requirement to pull the node availability and WAP availability data straight out of the SQL database every 24hrs. I have found the data i need for the WAPs in the table dbo.Wireless_AccessPoints_Detail - details below

    

NodeIDIndexParentIndexAvailableLastUpdate
44144111/10/2019 10:03
44544111/10/2019 10:03
44844111/10/2019 10:03
441144111/10/2019 10:03
44144111/10/2019 09:53
44544111/10/2019 09:53
44844111/10/2019 09:53
441144111/10/2019 09:53
44144111/10/2019 09:43
44544111/10/2019 09:43
44844111/10/2019 09:43
441144111/10/2019 09:43

but i cant find the equivalent for the Nodes. What table can i find the details that shows the status of each node for each of the polls, whether its up/down/warning/unmanaged etc?

I can build a report to show the data but im unsure as to what tables its referencing to get the info

pastedImage_0.png

Regards