configuration / system / firmware

CLI REST-API

autoupdate

The submenu autoupdate (Autoupdate) contains the following:

Menus: none

Objects:
server-url (Server-url)
update-autoreboot (Update-autoreboot)
auto-delete (Auto-delete)
automode-keep (Automode-keep)

Commands:
start-update (starts a firmware update)
force-update (forces a firmware update)
check-update (checks for a firmware update)



See also:
/configuration/system/firmware/autoupdate/server-url: Server-url
/configuration/system/firmware/autoupdate/update-autoreboot: Update-autoreboot
/configuration/system/firmware/autoupdate/auto-delete: Auto-delete
/configuration/system/firmware/autoupdate/automode-keep: Automode-keep
/configuration/system/firmware/autoupdate/start-update: starts a firmware update
/configuration/system/firmware/autoupdate/force-update: forces a firmware update
/configuration/system/firmware/autoupdate/check-update: checks for a firmware update

REST-API Support:


This menu is supported by the REST API:

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


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


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

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


Method: DELETE
URL: /api/configuration/system/firmware/autoupdate

Example using curl:
curl -X DELETE /api/configuration/system/firmware/autoupdate