Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
Hi,I am new to Meraki and to the Dashboard API. I am trying to ascertain whether I am using the Dashboard API correctly or not. I need to get the status of all access points and switches in an organization. Currently this is how I approach it:Request...
Hi,I am trying to get a feel for how to work with the Dashboard API. I have been through a few tutorials and read through the API Docs. I am testing the API using the DevNet Meraki Sandbox and Postman. Most of the API calls works as expected, but wh...
Hi Bruce,That's a good idea! I am building a dashboard that shows the status of certain Meraki devices. The dashboard should always stay open. so instead of requesting a new status for the devices every few minute, I might be able to use webhooks to ...
Hi,Thanks for confirming my approach. I already have a throttler in mind, though the API rate limit still concerns me. I don't want to end up with a slow responding application.Regards,Bjørn