| name | data type | type | namespace | min/max occurs | description |
|---|---|---|---|---|---|
| context | string | element | 0/1 | ||
| geonetwork | serviceHealthReport | element | 0/1 | ||
| geoserverCluster | serviceHealthReport | element | 0/1 | ||
| overallStatus | level | element | 0/1 | ||
| thredds | serviceHealthReport | element | 0/1 |
Example
<healthReport>
<overallStatus>...</overallStatus>
<context>...</context>
<thredds>
<overallStatus>...</overallStatus>
<checkReports>
<message>...</message>
<level>...</level>
</checkReports>
</thredds>
<geonetwork>
<overallStatus>...</overallStatus>
<checkReports>
<message>...</message>
<level>...</level>
</checkReports>
</geonetwork>
<geoserverCluster>
<overallStatus>...</overallStatus>
<checkReports>
<message>...</message>
<level>...</level>
</checkReports>
</geoserverCluster>
</healthReport>