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.
Hey,I would like to create an alert that alerts me when a client connects to my Meraki network. This could be either a client that has connected to the network for the first time or a client that has already connected to the network in the past.I exp...
Hey,I implemented code that uses Meraki's API to get, amongst other things, the firmware versions of Meraki devices on a network.I use this endpoint:GET /networks/{networkId}/devicesFor some of the devices, I'm getting the following:"Firmware locked....
I tried @CiscoUser14 's solution and could not make it work.However, I managed to find the documentation of that functionality under the following API:https://developer.cisco.com/meraki/api/#!provision-network-clientsunder schema definition.You shoul...
I also bumped into this possible solution.I really hoped that it would have been possible via API or another simple method.Setting up an HTTP server with a public IP is a bit overkill for what I'm intending on doing here.
Unfortunately, I'm not the owner(in terms of operational responsibility) of these devices and I cannot make any modifications to these devices.I can either ignore these devices' firmware versions or find a reasonable workaround.