cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
6395
Views
3
Helpful
6
Replies

Script via Postman and Python to check on firmware via API Meraki

js73
Level 1
Level 1

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...

1 Accepted Solution

Accepted Solutions

Ryan_Miles
Meraki Employee All-Star
Meraki Employee All-Star

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

View solution in original post

6 Replies 6

Brandon Svec
Level 11
Level 11

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-google-sheets

When the time comes I am sure I will learn more, I just haven't needed to yet 🙂

-- please remember to rate and mark answered helpful posts --

ww^
Meraki Community All-Star
Meraki Community All-Star

This explains postman and the meraki postman collection

https://developer.cisco.com/meraki/build/meraki-postman-collection-getting-started/

Ryan_Miles
Meraki Employee All-Star
Meraki Employee All-Star

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

js73
Level 1
Level 1

THanks Everyone!!

Philip D'Ath
Meraki Community All-Star
Meraki Community All-Star

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!