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" xmlns:xs="http://www.w3.org/2001/XMLSchema">
   <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:element minOccurs="0" maxOccurs="1" name="ThrottlingInformation" type="tns:ServerThrottlingInformation"/>
   </xs:sequence>
 </xs:complexType>

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

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 0.

ThrottlingInformation: MUST NOT be used.