configuration / system / firmware / autoupdate

CLI REST-API

automode-keep

Automode-keep
This is a read-write object and valid values are signed integers.

Datatype-Help:
value must be a signed number.



See also:
/configuration/system/firmware/autoupdate: Autoupdate
/configuration/system/firmware/autoupdate/server-url: Server-url
/configuration/system/firmware/autoupdate/update-autoreboot: Update-autoreboot
/configuration/system/firmware/autoupdate/auto-delete: Auto-delete

REST-API Support:


This object 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:
{
  "automode-keep": 0
}

Example using curl:
curl -X PATCH /api/configuration/system/firmware/autoupdate -d
{
  "automode-keep": 0
}