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
Resource | Operation |
---|---|
/networks/{networkId}/firmwareUpgrades | update |
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
Key | Datatype | Required | Description |
---|---|---|---|
X-Cisco-Meraki-API-Key | null | ||
Content-Type | string |
RESPONSES
status: OK
{"upgradeWindow":{"hourOfDay":"4:00","dayOfWeek":"Sun"},"timezone":"America/Los_Angeles","products":{"camera":{"currentVersion":{"id":4321,"firmware":"camera-11-2-1","shortName":"MV 11.2.1","releaseType":"stable"},"lastUpgrade":{"time":"timestamp","fromVersion":{"id":1234,"firmware":"camera-10-8-1","shortName":"MV 10.8.1","releaseType":"stable"},"toVersion":{"id":4321,"firmware":"camera-11-2-1","shortName":"MV 11.2.1","releaseType":"stable"}},"nextUpgrade":{"time":"timestamp","toVersion":{"id":2134,"firmware":"camera-15-5-2","shortName":"MV 25.5.2","releaseType":"stable"}},"availableVersions":[{"id":3421,"firmware":"camera-16-x-y","shortName":"MV 16.x.y","releaseType":"beta"},{"id":2345,"firmware":"camera-15-x-x","shortName":"MV 15.x.x","releaseType":"stable"},{"id":5435,"firmware":"camera-15-x-y","shortName":"MV 15.x.y","releaseType":"stable"},{"id":4534,"firmware":"camera-18-z-z","shortName":"MV 18.z.z","releaseType":"other?"}]},"switch":{"currentVersion":{"id":5678,"firmware":"switch-11-2-1","shortName":"MS 11.2.1","releaseType":"stable"},"lastUpgrade":{"time":"timestamp","fromVersion":{"id":7647,"firmware":"switch-10-8-1","shortName":"MS 10.8.1","releaseType":"stable"},"toVersion":{"id":5678,"firmware":"switch-11-2-1","shortName":"MS 11.2.1","releaseType":"stable"}},"nextUpgrade":{"time":"timestamp","toVersion":{"id":7857,"firmware":"switch-15-5-2","shortName":"MS 25.5.2","releaseType":"stable"}},"availableVersions":[{"id":7768,"firmware":"switch-16-x-y","shortName":"MS 16.x.y","releaseType":"beta"},{"id":9768,"firmware":"switch-15-x-x","shortName":"MS 15.x.x","releaseType":"stable"},{"id":8896,"firmware":"switch-15-x-y","shortName":"MS 15.x.y","releaseType":"stable"},{"id":8766,"firmware":"switch-18-z-z","shortName":"MS 18.z.z","releaseType":"other?"}],"participateInNextBetaRelease":false}}}