healthCheckLogsResult Data Type

Namespace
http://eurotech.com/edc/2.0
Schema
edc.xsd
Properties
name data type type namespace min/max occurs constraints description
healthCheckLog list of healthCheckLog element edc 0/unbounded    
limitExceeded boolean element edc 1/1 required  

Example

<healthCheckLogsResult xmlns="http://eurotech.com/edc/2.0">
  <healthCheckLog>
    <id>...</id>
    <healthCheckReportId>...</healthCheckReportId>
    <checkUpTime>...</checkUpTime>
    <startedOn>...</startedOn>
    <endedOn>...</endedOn>
    <mqttStatus>...</mqttStatus>
    <restApiStatus>...</restApiStatus>
    <dataStoreStatus>...</dataStoreStatus>
    <rulesEngineStatus>...</rulesEngineStatus>
    <mqttResponseTime>...</mqttResponseTime>
    <restResponseTime>...</restResponseTime>
    <restComResponseTime>...</restComResponseTime>
    <log>...</log>
  </healthCheckLog>
  <limitExceeded>...</limitExceeded>
</healthCheckLogsResult>