Rollback a Firmware Upgrade For A Network

POST {{baseUrl}}/networks/:networkId/firmwareUpgrades/rollbacks

Rollback a Firmware Upgrade For A Network #### Body Parameters Parameter|Type|Description :-------------: |:-------------: |:-------------: product| string| Product type to rollback (if the network is a combined network) time| string| Scheduled time for the rollback reasons| array| Reasons for the rollback toVersion| object| Version to downgrade to (if the network has firmware flexibility)

Supports Action Batches

ResourceOperation
/networks/{networkId}/firmwareUpgrades/rollbackscreate

Request Body

{"reasons"=>[{"category"=>"<string>", "comment"=>"<string>"}, {"category"=>"<string>", "comment"=>"<string>"}], "product"=>"<string>", "time"=>"<dateTime>", "toVersion"=>{"id"=>"<string>"}}

HEADERS

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

RESPONSES

status: OK

{&quot;product&quot;:&quot;switch&quot;,&quot;status&quot;:&quot;pending&quot;,&quot;upgradeBatchId&quot;:23456,&quot;time&quot;:&quot;2020-10-21T02:00:00Z&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;reasons&quot;:[{&quot;category&quot;:&quot;performance&quot;,&quot;comment&quot;:&quot;Network was slower with the upgrade&quot;},{&quot;category&quot;:&quot;stability&quot;,&quot;comment&quot;:&quot;We saw some errors in the logs we didn&#39;t expect&quot;}]}