03-21-2023 07:26 AM
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
03-21-2023 08:02 AM
There is no API to GET this information.
03-21-2023 08:04 AM
This might be an issue for my script, xd. Thanks
03-21-2023 09: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.
03-22-2023 02: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
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