Actuate Information Delivery API data types : ServerInformation
 
ServerInformation
A complex data type that describes a BIRT iHub.
Schema
<xsd:complexType name="ServerInformation">
<xsd:sequence>
<xsd:element name="ServerName" type="xsd:string"/>
<xsd:element name="TemplateName" type="xsd:string" />
<xsd:element name="ServerStatusInformation"
type="typens:ServerStatusInformation"/>
<xsd:element name="ServiceList"
type="typens:ArrayOfService"/>
<xsd:element name="OwnsVolume" type="xsd:boolean"/>
<xsd:element name="Description" type="xsd:string" minOccurs="0"/>
<xsd:element name="ServerVersionInformation"
type="typens:ServerVersionInformation"/>
<xsd:element name="ChangesPending" type="xsd:string"/>
<xsd:element name="NodeLockViolation" type="xsd:boolean"
minOccurs="0"/>
<xsd:element name="NodeLockViolationExpirationDate"
type="xsd:string" minOccurs="0"/>
<xsd:element name="ServerIPAddress" type="xsd:string"
minOccurs="0" />
<xsd:element name="PmdPortNumber" type="xsd:int"
minOccurs="0" />
<xsd:element name="LocalServer" type="xsd:boolean"
minOccurs="0" />
</xsd:sequence>
</xsd:complexType>
Elements
ServerName
The name of the BIRT iHub.
TemplateName
The name of the BIRT iHub configuration template.
ServerStatusInformation
*The status of the BIRT iHub. Valid values are:
*ServerState
*SystemType
*StatusErrorCode
*StatusErrorDescription
ServiceList
The list of available services.
OwnsVolume
True if there are any volumes on the BIRT iHub, False otherwise.
Description
The description of the BIRT iHub.
ServerVersionInformation
*The following information about the BIRT iHub version:
*ServerVersion
*ServerBuild
*OSVersion
ChangesPending
Server configuration has changed and the BIRT iHub or the system must be restarted for the changes to take effect.
NodeLockViolation
Specifies whether a licensing node‑lock violation exists. The default value is False.
NodeLockViolationExpirationDate
The date on which the grace period for a node‑lock violation expires and the node lock takes effect. Contact Actuate Licensing about a node‑lock licensing problem.
ServerIPAddress
The name of the BIRT iHub configuration template.
PmdPortNumber
The port where the Process Management Daemon (PMD) listens.
LocalServer
The local name of BIRT iHub.