03-19-2025 06:47 AM
I want to be able to extract via Python the same view with the same information that it contains in Organization -> Monitor -> Firmware upgrades -> Schedule Upgrades. The Network, Device Type, Current Firmware, Firmware type, Status, Upgrade scheduled and Availability information. I tried Endpoint getNetworkFirmwareUpgrades, but it doesn't give me all the information I mentioned. Is it possible to get all this information even if it involves several endpoints? If so, what would they be?
03-19-2025 06:57 AM
Here is the API Get Network Firmware Upgrades - Meraki Dashboard API v1 - Cisco Meraki Developer Hub
03-19-2025 07:00 AM
This API will provide the information, probably something in your script is not correct. But you can test the API via Postman.
03-19-2025 07:28 AM
But for example, how would I be able to classify the Firmware Status as Warning, Critical or Good as is done in the Meraki Dashboard? And how can I distinguish Availability from Up to Date or Upgrade available?
03-19-2025 07:33 AM
Unfortunately the API does not provide these classifications.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide