Copyright 2012 WANdisco.
| name | data type | type | namespace | min/max occurs | constraints | description |
|---|---|---|---|---|---|---|
| nodeIdentity | string | element | 1/1 | required | ||
| locationIdentity | string | element | 1/1 | required | ||
| isLocal | boolean | element | 1/1 | |||
| isUp | boolean | element | 1/1 | |||
| isStopped | boolean | element | 1/1 | |||
| lastStatusChange | long | element | 1/1 | |||
| attributes | attributeListDTO | element | 0/1 |
Example
<node>
<nodeIdentity>...</nodeIdentity>
<locationIdentity>...</locationIdentity>
<isLocal>...</isLocal>
<isUp>...</isUp>
<isStopped>...</isStopped>
<lastStatusChange>...</lastStatusChange>
<attributes>
<attribute>
<key>...</key>
<value>...</value>
</attribute>
</attributes>
</node>