Share via


NodeUpgradeProgressInfo

Information about the upgrading node and its status

Properties

Name Type Required
NodeName string No
UpgradePhase string (enum) No
PendingSafetyChecks array of SafetyCheckWrapper No
UpgradeDuration string No

NodeName

Type: string
Required: No

The name of a Service Fabric node.


UpgradePhase

Type: string (enum)
Required: No

The state of the upgrading node.

Possible values are:

  • Invalid - Indicates the upgrade state is invalid. All Service Fabric enumerations have the invalid type. The value is zero.
  • PreUpgradeSafetyCheck - The upgrade has not started yet due to pending safety checks. The value is 1
  • Upgrading - The upgrade is in progress. The value is 2
  • PostUpgradeSafetyCheck - The upgrade has completed and post upgrade safety checks are being performed. The value is 3

PendingSafetyChecks

Type: array of SafetyCheckWrapper
Required: No

List of pending safety checks


UpgradeDuration

Type: string
Required: No

The estimated time spent processing the node since it was deactivated during a node-by-node upgrade.