Update Firmware Upgrade Information For A Network

PUT {{baseUrl}}/networks/:networkId/firmwareUpgrades

Update firmware upgrade information for a network #### Body Parameters Parameter|Type|Description :-------------: |:-------------: |:-------------: upgradeWindow| object| Upgrade window for devices in network timezone| string| The timezone for the network products| object| Contains information about the network to update

Supports Action Batches

ResourceOperation
/networks/{networkId}/firmwareUpgradesupdate

Request Body

{"upgradeWindow"=>{"dayOfWeek"=>"<string>", "hourOfDay"=>"<string>"}, "timezone"=>"<string>", "products"=>{"wireless"=>{"nextUpgrade"=>{"time"=>"<string>", "toVersion"=>{"id"=>"<string>"}}}, "switch"=>{"nextUpgrade"=>{"time"=>"<string>", "toVersion"=>{"id"=>"<string>"}}, "participateInNextBetaRelease"=>"<boolean>"}, "appliance"=>{"nextUpgrade"=>{"time"=>"<string>", "toVersion"=>{"id"=>"<string>"}}}, "camera"=>{"nextUpgrade"=>{"time"=>"<string>", "toVersion"=>{"id"=>"<string>"}}}, "vmxHost"=>{"nextUpgrade"=>{"time"=>"<string>", "toVersion"=>{"id"=>"<string>"}}}, "environmental"=>{"nextUpgrade"=>{"time"=>"<string>", "toVersion"=>{"id"=>"<string>"}}}, "cellularGateway"=>{"nextUpgrade"=>{"time"=>"<string>", "toVersion"=>{"id"=>"<string>"}}}}}

HEADERS

KeyDatatypeRequiredDescription
X-Cisco-Meraki-API-Keynull
Content-Typestring

RESPONSES

status: OK

{&quot;upgradeWindow&quot;:{&quot;hourOfDay&quot;:&quot;4:00&quot;,&quot;dayOfWeek&quot;:&quot;Sun&quot;},&quot;timezone&quot;:&quot;America/Los_Angeles&quot;,&quot;products&quot;:{&quot;camera&quot;:{&quot;currentVersion&quot;:{&quot;id&quot;:4321,&quot;firmware&quot;:&quot;camera-11-2-1&quot;,&quot;shortName&quot;:&quot;MV 11.2.1&quot;,&quot;releaseType&quot;:&quot;stable&quot;},&quot;lastUpgrade&quot;:{&quot;time&quot;:&quot;timestamp&quot;,&quot;fromVersion&quot;:{&quot;id&quot;:1234,&quot;firmware&quot;:&quot;camera-10-8-1&quot;,&quot;shortName&quot;:&quot;MV 10.8.1&quot;,&quot;releaseType&quot;:&quot;stable&quot;},&quot;toVersion&quot;:{&quot;id&quot;:4321,&quot;firmware&quot;:&quot;camera-11-2-1&quot;,&quot;shortName&quot;:&quot;MV 11.2.1&quot;,&quot;releaseType&quot;:&quot;stable&quot;}},&quot;nextUpgrade&quot;:{&quot;time&quot;:&quot;timestamp&quot;,&quot;toVersion&quot;:{&quot;id&quot;:2134,&quot;firmware&quot;:&quot;camera-15-5-2&quot;,&quot;shortName&quot;:&quot;MV 25.5.2&quot;,&quot;releaseType&quot;:&quot;stable&quot;}},&quot;availableVersions&quot;:[{&quot;id&quot;:3421,&quot;firmware&quot;:&quot;camera-16-x-y&quot;,&quot;shortName&quot;:&quot;MV 16.x.y&quot;,&quot;releaseType&quot;:&quot;beta&quot;},{&quot;id&quot;:2345,&quot;firmware&quot;:&quot;camera-15-x-x&quot;,&quot;shortName&quot;:&quot;MV 15.x.x&quot;,&quot;releaseType&quot;:&quot;stable&quot;},{&quot;id&quot;:5435,&quot;firmware&quot;:&quot;camera-15-x-y&quot;,&quot;shortName&quot;:&quot;MV 15.x.y&quot;,&quot;releaseType&quot;:&quot;stable&quot;},{&quot;id&quot;:4534,&quot;firmware&quot;:&quot;camera-18-z-z&quot;,&quot;shortName&quot;:&quot;MV 18.z.z&quot;,&quot;releaseType&quot;:&quot;other?&quot;}]},&quot;switch&quot;:{&quot;currentVersion&quot;:{&quot;id&quot;:5678,&quot;firmware&quot;:&quot;switch-11-2-1&quot;,&quot;shortName&quot;:&quot;MS 11.2.1&quot;,&quot;releaseType&quot;:&quot;stable&quot;},&quot;lastUpgrade&quot;:{&quot;time&quot;:&quot;timestamp&quot;,&quot;fromVersion&quot;:{&quot;id&quot;:7647,&quot;firmware&quot;:&quot;switch-10-8-1&quot;,&quot;shortName&quot;:&quot;MS 10.8.1&quot;,&quot;releaseType&quot;:&quot;stable&quot;},&quot;toVersion&quot;:{&quot;id&quot;:5678,&quot;firmware&quot;:&quot;switch-11-2-1&quot;,&quot;shortName&quot;:&quot;MS 11.2.1&quot;,&quot;releaseType&quot;:&quot;stable&quot;}},&quot;nextUpgrade&quot;:{&quot;time&quot;:&quot;timestamp&quot;,&quot;toVersion&quot;:{&quot;id&quot;:7857,&quot;firmware&quot;:&quot;switch-15-5-2&quot;,&quot;shortName&quot;:&quot;MS 25.5.2&quot;,&quot;releaseType&quot;:&quot;stable&quot;}},&quot;availableVersions&quot;:[{&quot;id&quot;:7768,&quot;firmware&quot;:&quot;switch-16-x-y&quot;,&quot;shortName&quot;:&quot;MS 16.x.y&quot;,&quot;releaseType&quot;:&quot;beta&quot;},{&quot;id&quot;:9768,&quot;firmware&quot;:&quot;switch-15-x-x&quot;,&quot;shortName&quot;:&quot;MS 15.x.x&quot;,&quot;releaseType&quot;:&quot;stable&quot;},{&quot;id&quot;:8896,&quot;firmware&quot;:&quot;switch-15-x-y&quot;,&quot;shortName&quot;:&quot;MS 15.x.y&quot;,&quot;releaseType&quot;:&quot;stable&quot;},{&quot;id&quot;:8766,&quot;firmware&quot;:&quot;switch-18-z-z&quot;,&quot;shortName&quot;:&quot;MS 18.z.z&quot;,&quot;releaseType&quot;:&quot;other?&quot;}],&quot;participateInNextBetaRelease&quot;:false}}}