SystemStatus Data Type

Provides the current state of the service (active or standby) and whether the service is healthy

Namespace
(Default)
Properties
name data type type namespace min/max occurs description
healthy string element 0/1 Whether the service is healthy or not
nodeId string element 0/1 The node Id used for the heart beat mechanism to determine system health.
serviceState ServiceState element 0/1 The service state whether the service is active or passive

Example

<SystemStatus>
  <healthy>...</healthy>
  <serviceState>...</serviceState>
  <nodeId>...</nodeId>
</SystemStatus>