configuration / system / firmware

CLI REST-API

restore-osv

restore-osv
The "restore-osv" command allows to reinstall the OSV (orginally shipped version)
firmware image from its flash backup location. This is useful when you
previously deleted the OSV firmware image with the "delete-fw" command, either
by accident or in order to free up space on the flash.
See also:
/configuration/system/firmware: Firmware
/configuration/system/firmware/show-fw: lists all installed and usable firmware images
/configuration/system/firmware/delete-fw: removes a firmware image from the flash of the system
/configuration/system/firmware/select-fw: selects a firmware image to use

REST-API Support:


This command is supported by the REST API:

Method: PUT
URL: /api/configuration/system/firmware/restore-osv

Example using curl:
curl -X PUT /api/configuration/system/firmware/restore-osv