configuration / system / firmware / autoupdate

CLI REST-API

server-url

Server-url
This is a read-write object and valid values are URLs.

Datatype-Help:
value must be a URL.
the URL must follow the following syntax:
scheme:[//[userinfo@]host[:port]]path[?query][#fragment]
Example:
https://www.meinberg.de/



See also:
/configuration/system/firmware/autoupdate: Autoupdate
/configuration/system/firmware/autoupdate/update-autoreboot: Update-autoreboot
/configuration/system/firmware/autoupdate/auto-delete: Auto-delete
/configuration/system/firmware/autoupdate/automode-keep: Automode-keep

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:
{
  "server-url": "www.meinberg.de"
}

Example using curl:
curl -X PATCH /api/configuration/system/firmware/autoupdate -d
{
  "server-url": "www.meinberg.de"
}