Resources | system | admin | resetSoftwareUpgradeState

resetSoftwareUpgradeState

Resets software upgrade state and cleans up staging directory, previous versions, etc.

Input Params

NameMandatoryDefaultDescription
resetModeOnormal Reset mode, indicates wether to proceed with reset even in the middle 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/admin/{name}/_operations/resetSoftwareUpgradeState --data '
<resetSoftwareUpgradeState/>
'

  • No labels