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
Resource | Operation |
---|---|
/networks/{networkId}/firmwareUpgrades/rollbacks | create |
Request Body
{"reasons"=>[{"category"=>"<string>", "comment"=>"<string>"}, {"category"=>"<string>", "comment"=>"<string>"}], "product"=>"<string>", "time"=>"<dateTime>", "toVersion"=>{"id"=>"<string>"}}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
X-Cisco-Meraki-API-Key | null | ||
Content-Type | string |
RESPONSES
status: OK
{"product":"switch","status":"pending","upgradeBatchId":23456,"time":"2020-10-21T02:00:00Z","toVersion":{"id":7857,"firmware":"switch-15-5-2","shortName":"MS 25.5.2","releaseType":"stable"},"reasons":[{"category":"performance","comment":"Network was slower with the upgrade"},{"category":"stability","comment":"We saw some errors in the logs we didn't expect"}]}