Getting information about BIRT iHub
To obtain a list of BIRT iHub nodes and their properties, send GetSystemServerList. There are no request parameters for this operation. Identify the target volume in the SOAP header, as shown in the following example:
<SOAP-ENV:Header>
<TargetVolume>RADIUM</TargetVolume>
<AuthId>+zxJgKuMBr4lC1psWCGajW8GXIp7</AuthId>
<Locale>en_US</Locale>
</SOAP-ENV:Header>
<SOAP-ENV:Body>
<GetSystemServerList>
</GetSystemServerList>
</SOAP-ENV:Body>
The response includes the list of BIRT iHub nodes, their state information, a list of services running on each node, and whether the node is the cluster master. ServerVersion is the Actuate release number of the node running on the machine.
<SOAP-ENV:Body>
<GetSystemServerListResponse>
<ServerList>
<ServerInformation>
<ServerName>Homeland</ServerName>
<ServerStatusInformation>
<ServerState>ONLINE</ServerState>
</ServerStatusInformation>
<ServiceList>
<Service>Request</Service>
<Service>Viewing</Service>
<Service>Generation</Service>
</ServiceList>
<OwnsVolume>true</OwnsVolume>
<ServerVersionInformation>
<ServerVersion>11</ServerVersion>
<ServerBuild>Production</ServerBuild>
<OSVersion>Windows 7 Service Pack 1
</OSVersion>
</ServerVersionInformation>
<ChangesPending>false</ChangesPending>
</ServerInformation>
…
</ServerList>
</GetSystemServerListResponse>
</SOAP-ENV:Body>