Resources | system | serverAdmin | startSoftwareUpgrade

startSoftwareUpgrade

Initiates live software upgrade with the package specified.

Input Params

NameMandatoryDefaultDescription
packageM Name of the new package.
rpmNameOnone Name of the rpm/package, if different from the file name of the .tar.gz
versionCheckOperform Deprecated -- Indicates if to skip or perform version checking as part of software upgrade.
integrityCheckOperform Indicates if to skip or perform integrity checking as part of software upgrade.

Output Params

NameDescription
result
reason
REST API: POST Example

curl -kisu 'admin:secret' -X POST -H 'Content-Type: application/vnd.yang.data+xml' https://{SBX-SERVER}/api/config/system/serverAdmin/{name}/_operations/startSoftwareUpgrade --data '
<startSoftwareUpgrade>
     <package>{package}</package>
</startSoftwareUpgrade>
'

  • No labels