I am trying to learn more on using Postman, and connecting to my Meraki MX or MS, and running a script to see what the firmware version is running on it, and maybe even try pushing a firmware update to it.
Does anyone have any super easy instructions on this? 🙂 or perhaps something else that is useful when dealing with the Meraki API and Postman? I think it is a skill that would be super beneficial later down the road...
Solved! Go to solution.
this video does a good job of covering the basics to get started with postman and meraki api https://www.youtube.com/watch?v=TRhT-zNVlCw
I have never gone too deep into any API coding, but this is a really useful tool that leverages pretty much everything the API has to offer without needing to do much except read some directions and use Google sheets: https://developer.cisco.com/docs/meraki-tools-google-sheets-add-on/#!introduction/meraki-tools-for-g...
When the time comes I am sure I will learn more, I just haven't needed to yet 🙂
This explains postman and the meraki postman collection
https://developer.cisco.com/meraki/build/meraki-postman-collection-getting-started/
this video does a good job of covering the basics to get started with postman and meraki api https://www.youtube.com/watch?v=TRhT-zNVlCw
THanks Everyone!!
You don't get firmware versions for a device, but for a network that the device is in. You'll need to use this API call.
https://developer.cisco.com/meraki/api-v1/#!get-network-firmware-upgrades
I can’t wait to mess with this and learn!