I would first investigate what Enhanced Analytics provides. Reach out to your account team and ask for a demo/tour.
That said, if you want to keep the data local, and you can already poll the API via script, the possibilities are endless:
-You can do something as simple as write the values to a CSV.
-Send to Syslog
-Send as an SNMP trap
-Write to a DB
-Integrate as a 3rd party collection into your NMS
-Graph via RRD/Grafana from any of the above
-etc
------------------------------
David Divins
------------------------------
Original Message:
Sent: 06-28-2024 08:56
From: sara aa
Subject: Collect AP API information
Thanks, I know how to get these but I was asking how I can collect the APIs from many of my devices and keep them in a Syslog server so we could generate reports about the results in later stages
------------------------------
sara aa
Original Message:
Sent: 06-28-2024 08:27
From: David Divins
Subject: Collect AP API information
You can query the Device Stats API to get those two elements:
GET /api/v1/sites/:site_id/stats/devices
https://api.mist.com/api/v1/docs/Site#device-stats
------------------------------
David Divins
Original Message:
Sent: 06-28-2024 04:53
From: sara aa
Subject: Collect AP API information
Hi Everyone,
We would like to collect the information stored on our APs, like the room temperature as well as the number of users connected at a certain time and I was wondering how we could do that practically.
Thanks
------------------------------
sara aa
------------------------------