D4Science D4Science Don't have a D4Science account? Create one Could not find what you are looking for? Contact us.

healthReport Data Type

Namespace
(Default)
Schema
ns0.xsd
Properties
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>