Skip to end of metadata
Go to start of metadata

You are viewing an old version of this content. View the current version.

Compare with Current View Version History

« Previous Version 3 Current »

URL

http://<<ip address>>/rest/update

Method

GET

Description

Check for update and download if available. If an update is available, it will be downloaded. Reboot the device to apply the update.

Response

{
  "message": «human readable message»
}

Possible Errors

HTTP404 if latest available version is smaller or equal to the installed version (no update available).

HTTP503 if there is an error with the update source. Can occur when the update source has a problem, or if it cannot be found.

Remarks

Removed in version 2.1

  • No labels