Im trying to query for the data that shows up in the Dashboard client list. The API itself returns very basic info and looks like this [ { "usage": { "sent": 138.0, "recv": 61.0 }, "id": "k74272e", "description": "Miles's phone", "mdnsName": "Miles's phone", "dhcpHostname": "MilesPhone", "mac": "00:11:22:33:44:55", "ip": "1.2.3.4", "vlan": "", "switchport": null } ] If you look at the dashboard it has additional info, such as OS and a Connected field that shows "now" or a date. What about stuff from the "Security" view? User/AV/Encryption etc etc Are there any better API docs than this? https://dashboard.meraki.com/api_docs I ask, because, for example, if you look at the Client request, there is a a Serial route which isnt marked or explained (wants the device serial, but, the docs should state what it expects and where it comes from). Also the Parameter doc doesnt tell you its mandatory (that wasted some of my time)
... View more