2.2.4.34 ServerHealthInformation

Namespace: http://schemas.microsoft.com/office/Excel/Server/WebServices/ExcelServerInternalService/

Used to return information about the health of the protocol server.

 <xs:complexType name="ServerHealthInformation">
   <xs:sequence>
     <xs:element minOccurs="1" maxOccurs="1" name="StateFlags" type="tns:ServerStateFlags"/>
     <xs:element minOccurs="1" maxOccurs="1" name="HealthScore" type="xs:float"/>
   </xs:sequence>
 </xs:complexType>

StateFlags: The state of the protocol server. MUST be present. MUST contain zero or more values from ServerStateFlags (section 2.2.5.20).

HealthScore: An indication of the health of the protocol server. Smaller values indicate a healthier, more available system. Higher values indicate a less healthy system. MUST be greater than or equal to zero.