Using API to return template bound to, firmware version of every devices of all networks

mitchmutch
Here to help

Using API to return template bound to, firmware version of every devices of all networks

Hello,

 

I'd like to have a curl line to get the version of any devices of my networks, and if the network is bound to a template, get the name of the template.

 

I already know that :

curl -L -H 'X-Cisco-Meraki-API-Key: ###KEY###' -X GET -H 'Content-Type: application/json' 'https://api.meraki.com/api/v0/organizations/<org_id>/networks'

 

gives me the ID of the template the network is bound to, and that GET -H 'Content-Type: application/json' 'https://api.meraki.com/api/v0/organizations/<org_id>/configTemplates gives me the name of the templates

 

To achieve what I need, I think would need to : 

- find a way to get the firmware of a given device (absolutely no idea where to find this).

 

Can any of you help me with this ? I'm currently searching in the API library.

 

Thanks in advance.

2 Replies 2
BrechtSchamp
Kind of a big deal

Good question, there doesn't seem to be any call that contains that info.

I can't see anything that returns firmware versions either.

Get notified when there are additional replies to this discussion.
Welcome to the Meraki Community!
To start contributing, simply sign in with your Cisco account. If you don't yet have a Cisco account, you can sign up.