node element
Type: | node |
Namespace: | (default namespace) |
A cluster node representation.
Example XML
<?xml version="1.0" encoding="UTF-8"?>
<node>
<configurationId>...</configurationId>
<descriptor>...</descriptor>
<status>...</status>
<mode>...</mode>
<address>...</address>
<lastSync>...</lastSync>
<lastReportedAlive>...</lastReportedAlive>
<stVersion>
<serverType>...</serverType>
<version>...</version>
<build>...</build>
<os>...</os>
<isRoot>...</isRoot>
<other>...</other>
<other>...</other>
<!--...more "other" elements...-->
</stVersion>
<localNode>...</localNode>
</node>
Example JSON
{
"configurationId" : "...",
"descriptor" : "...",
"status" : "...",
"mode" : "...",
"address" : "...",
"lastSync" : "...",
"lastReportedAlive" : "...",
"stVersion" : {
"serverType" : "...",
"version" : "...",
"build" : "...",
"os" : "...",
"isRoot" : false,
"other" : [ "...", ... ]
},
"localNode" : false
}