Great answers here, here's my two cents. Boss wants me to give inventory count per building, and the model of APs. Although you can pull spreadsheets of data per network, it would take some time to collect and gather all the information. I wanted something fast and easy to gather all this data, so I created a script. I called it, "AssetDataDump," and shared it out to the world on github. https://github.com/jadexing/Merakicode/tree/HelpfulCode Some of my clients have large capacity classrooms. I created a script to run though the particular networks and let me know the client count per AP, so I have a good indication if a class is running, per numbers, over a certain count. I can then work on monitoring the class session. Scripting with APIs is amazing, and it also allows third party vendors to create add-on software that can do incredible things. With tools like ChatGPT and CoPilot learning to code or getting help with code has never been easier. "Python Coding for Everyone," is free and amazing training. There are so many good, kind and helpful humans on the web. 🙂
... View more