I am basically trying to build up a database of all client hardware wired into the network by using a service like https://macvendors.com/api to parse the Mac addresses of the client devices.
I looked into DNA Center APIs but I can’t seem to find a way to fetch all client devices MAC addresses. Can anyone suggest a way to fetch this information programatically please?
P.S. I don't wish to use Command Runner API as it exceed my code complexity limits (we work with large enterprise networks and it becomes a very lengthy process to go through all switches). I need a more simplistic way to just fetch all the client devices connected (wired connection) to the network.
Thanks in advance!