ServerVersionInformation
A complex data type that describes the version of an Actuate iHub.
Schema
<xsd:complexType name="ServerVersionInformation">
<xsd:sequence>
<xsd:element name="ServerVersion" type="xsd:string"/>
<xsd:element name="ServerBuild" type="xsd:string"/>
<xsd:element name="OSVersion" type="xsd:string"/>
</xsd:sequence>
</xsd:complexType>
Elements
ServerVersion
The version of the Actuate iHub.
ServerBuild
The build number of the Actuate iHub.
OSVersion
The version of the operating system.