Resources | system | softwareUpgradeStatus

softwareUpgradeStatus

Live software upgrade status at any given time.

Exists on Condition /system/admin/haMode='haMode1to1'

Operational Data

ParameterDescription
state This is the current LSWU state.
previousState This is the previous LSWU state.
upgradeStartTime Indicates when the live software upgrade started.
upgradeCompleteTime Indicates when the live software upgrade completed.
package Name of the new package.
reason Indicates the exit reason for failure of the last software upgrade.
oldRelease Software release that was running before upgrade started.
newRelease Software release to which the upgrade is performed.
primaryUpgradeStatus Indicates the current status of the primary server.
secondaryUpgradeStatus Indicates the current status of the secondary server.
RESTCONF API: GET Example

curl -kisu 'admin:secret' -X GET https://{SBX-SERVER}/restconf/data/sonusSystem:system/softwareUpgradeStatus

  • No labels