- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Firmware schedule upgrades via Python module just like Meraki Dashboard visualization
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?
- Labels:
-
Firmware upgrades
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Here is the API Get Network Firmware Upgrades - Meraki Dashboard API v1 - Cisco Meraki Developer Hub
Please, if this post was useful, leave your kudos and mark it as solved.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
This API will provide the information, probably something in your script is not correct. But you can test the API via Postman.
Please, if this post was useful, leave your kudos and mark it as solved.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Unfortunately the API does not provide these classifications.
Please, if this post was useful, leave your kudos and mark it as solved.
