API for Firmware Status

BenG1
New here

API for Firmware Status

Is there a way to get the "Status" for network firmware? I can find the information about the current version, available versions, etc. pretty easily, but I'm specifically wondering how to get the Status (Good, Warning, or Critical) from the Firmware Upgrades. The link to get what I already have access to is 

https://api.meraki.com/api/v1/networks/{network_id}/firmwareUpgrades, 

and I can't find anything else about firmware upgrades in the api documentation.

Thanks!

1 Reply 1
AutomationDude
Building a reputation

Yeah Ben, doesn't seem like they're sharing status in the API. I wonder if you could simply compare for each device type if it's in a certain range, putting in conditionals to categorise them as Good, Warning or Critical. Not ideal but I don't see another way. Maybe just putting all that info in a CSV and then filtering would be even easier. Same idea though.

Get notified when there are additional replies to this discussion.