Actuate Information Delivery API data types : ServerStatusInformation
 
ServerStatusInformation
A complex data type that describes the status of an Actuate iHub.
Schema
<xsd:complexType name="ServerStatusInformation">
<xsd:sequence>
<xsd:element name="ServerState" type="ServerState"/>
<xsd:element name="SystemType" type="SystemType"/>
<xsd:element name="StatusErrorCode" type="xsd:long"
minOccurs="0"/>
<xsd:element name="StatusErrorDescription" type="xsd:string"
minOccurs="0"/>
</xsd:sequence>
</xsd:complexType>
Elements
ServerState
*The state of the Actuate iHub. Valid values are:
*Offline
*Starting
*Online
*Stopping
*Failed
SystemType
The type of Actuate iHub, cluster or stand‑alone.
StatusErrorCode
The code of the error if status is Failed.
StatusErrorDescription
The description of the error if status is Failed.