Mar 21 2023
7:26 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Mar 21 2023
7:26 AM
Firmware upgrades
Hellp. I want to make a script for postponing firmware upgrades but i wanted to know if there is any API support for finding out if the update is scheduled by somebody or by meraki.
in the api call " Get Firmware Upgrade Information For A Network " i can't see anything related to this
4 Replies 4
Mar 21 2023
8:02 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Mar 21 2023
8:02 AM
There is no API to GET this information.
I am not a Cisco Meraki employee. My suggestions are based on documentation of Meraki best practices and day-to-day experience.
Please, if this post was useful, leave your kudos and mark it as solved.
Please, if this post was useful, leave your kudos and mark it as solved.
Mar 21 2023
8:04 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Mar 21 2023
8:04 AM
This might be an issue for my script, xd. Thanks
Mar 21 2023
9:20 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Mar 21 2023
9:20 AM
This might be usefull :
/organizations/{organizationId}/firmware/upgrades/byDevice
{"serial":"X","name":"X","deviceStatus":"Pending","upgrade":{"time":"2023-03-22T03:00:00.000000Z","id":"X","upgradeBatchId":"X","status":"Pending","fromVersion":{"id":"2394","releaseDate":"2023-01-24T20:42:54Z","shortName":"MS 15.19"},"toVersion":{"id":"2443","releaseDate":"2023-03-20T22:40:20Z","shortName":"MS 15.21.1"}}}]
I can see the scheduled firmware upgrade for my MS switch to 15.19 to 15.21.1 that I have scheduled tonight. However you don't see the user who scheduled it.
Mar 22 2023
2:10 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Mar 22 2023
2:10 AM
This is the problem. I want to postpone the automatic updates that meraki schedules. But I can't do that without affecting the updates scheduled by administrators.
Thanks

Get notified when there are additional replies to this discussion.