node
Namespace: |
(default namespace) |
A cluster node representation.
XML
Elements
name (type) |
min/max occurs |
description |
configurationId (string)
|
0/1 |
Node configuration id
|
descriptor (string)
|
0/1 |
Node descriptor. For Large Enterprise Cluster this is the same as the address. For Standard Cluster this is the
URL of the Administration interface.
|
status (string)
|
0/1 |
Node status. For Large Enterprise Cluster this is one of "online" or "offline". For standard Cluster - "online",
"offline", "Out of sync" (manual sync must be performed), "N/A" (local Transaction manager is not running and
cannot retrieve other nodes status) and "Tm is not running".
|
mode (string)
|
0/1 |
Node operation mode. For Large Enterprise Cluster this is always "primary". For Standard Cluster - "primary",
"secondary", "N/A" (local Transaction manager is not running and cannot retrieve other nodes status) and
"Tm is not running".
|
address (string)
|
0/1 |
Node address.
|
lastSync (string)
|
0/1 |
The last time when this node successfully received manual synchronization data. Applies for Standard cluster
only.
|
lastReportedAlive (string)
|
0/1 |
Last time when this node reported it's alive. Applies for Large Enterprise Cluster only.
|
stVersion (version)
|
0/1 |
SecureTransport version for this node.
|
localNode (boolean)
|
1/1 |
Indicates that this is the node that handles the current REST request.
|
JSON
property |
type |
description |
configurationId |
configurationId (string)
|
Node configuration id
|
descriptor |
descriptor (string)
|
Node descriptor. For Large Enterprise Cluster this is the same as the address. For Standard Cluster this is the
URL of the Administration interface.
|
status |
status (string)
|
Node status. For Large Enterprise Cluster this is one of "online" or "offline". For standard Cluster - "online",
"offline", "Out of sync" (manual sync must be performed), "N/A" (local Transaction manager is not running and
cannot retrieve other nodes status) and "Tm is not running".
|
mode |
mode (string)
|
Node operation mode. For Large Enterprise Cluster this is always "primary". For Standard Cluster - "primary",
"secondary", "N/A" (local Transaction manager is not running and cannot retrieve other nodes status) and
"Tm is not running".
|
address |
address (string)
|
Node address.
|
lastSync |
lastSync (string)
|
The last time when this node successfully received manual synchronization data. Applies for Standard cluster
only.
|
lastReportedAlive |
lastReportedAlive (string)
|
Last time when this node reported it's alive. Applies for Large Enterprise Cluster only.
|
stVersion |
stVersion (version)
|
SecureTransport version for this node.
|
localNode |
localNode (boolean)
|
Indicates that this is the node that handles the current REST request.
|