clusterStatusHistory
| Namespace: |
(default namespace) |
| XML Schema: |
ns0.xsd |
DTO for serializing the a status history across the cluster.
XML
Elements
| name (type) |
min/max occurs |
description |
|
generated (string)
|
0/1 |
When this status history was generated.
|
|
nodeStatusHistory (nodeStatusHistory)
|
0/unbounded |
The status history from each node in the cluster.
|
|
clusterStatusHistory (statusHistory)
|
0/1 |
The status history for this component across the entire cluster.
|
JSON
| property |
type |
description |
| generated |
generated (string)
|
When this status history was generated.
|
| nodeStatusHistory |
array of nodeStatusHistory (nodeStatusHistory)
|
The status history from each node in the cluster.
|
| clusterStatusHistory |
clusterStatusHistory (statusHistory)
|
The status history for this component across the entire cluster.
|