- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Script via Postman and Python to check on firmware via API Meraki
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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 🙂
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
This explains postman and the meraki postman collection
https://developer.cisco.com/meraki/build/meraki-postman-collection-getting-started/
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
THanks Everyone!!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I can’t wait to mess with this and learn!
