configuration / system

CLI REST-API

firmware

The submenu firmware (Firmware) contains the following:

Menus:
autoupdate (Autoupdate)

Objects: none

Commands:
show-fw (lists all installed and usable firmware images)
delete-fw (removes a firmware image from the flash of the system)
restore-osv (reinstall the OSV)
select-fw (selects a firmware image to use)



See also:
/configuration/system/firmware/autoupdate: Autoupdate
/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/restore-osv: reinstall the OSV
/configuration/system/firmware/select-fw: selects a firmware image to use
/status/system/firmware: Firmware

REST-API Support:


This menu is supported by the REST API:

Method: GET
URL: /api/configuration/system/firmware


Example using curl:
curl /api/configuration/system/firmware


Method: PATCH
URL: /api/configuration/system/firmware
Body:
{
  \"objects\": \"new-values\"
}

Example using curl:
curl -X PATCH /api/configuration/system/firmware
-d "{
  \"objects\": \"new-values\"
}"