Updates
The endpoint shall list software update packages known to the SOVD server. |
The endpoint shall register a new software update package at the SOVD server using the provided parameters. |
The endpoint shall delete the addressed software update package from the SOVD server, if permitted (e.g. if no update is currently in execution). |
The endpoint shall return the details of the addressed software update package. |
The endpoint shall trigger preparation of the addressed software update package (download, integrity check, dependency validation) and return 202 Accepted with a Location header pointing to the status resource. |
The endpoint shall begin the actual installation of a previously prepared software update package and return 202 Accepted with a Location header pointing to the status resource. |
The endpoint shall trigger a fully automated update (prepare + execute) for packages where automated mode is supported and return 202 Accepted with a Location header pointing to the status resource. |
The endpoint shall return the current progress and status of an update operation, including status value, progress percentage, and optional sub-progress details. |