On the Meraki Dashboard you can go to Organization > Firmware upgrades > Schedule upgrades, and here it shows Status (Good, Warning, Critical). I want to pull this information via API for all my organizations, so I don't need to manually go through each of them to figure out which firmware is critical.
I've looked through all the firmware API calls (as far as I know) and can't find anything that pulls this specific information - does anyone have any idea how to go about this?
Not sure how you would get the "critical" status. You would somehow need to define what critical etc is, which would require getting a lsit of all available firmware and then comparing your devices firmware and deciding how many out of date is which category.