Retrieves Address Manager system information through the API.
To retrieve system information, use String getSystemInfo(). This
method returns system information in the following
format:
hostName=value|version=value|address=value|clusterRole=value| replicationRole=value|replicationStatus=value|entityCount=value|databaseSize=value| loggedInUsers=valueParameter:
hostName | The host name of the Address Manager server. |
version | The version of the Address Manager software. |
address | The IP address of the Address Manager server. |
clusterRole | The role of the server in an XHA pair, either primary or secondary. |
replicationRole | The role of the server in database replication, either primary or secondary. |
replicationStatus | The status of the replication service on the Address Manager server. |
entityCount | The number of entities within the Address Manager database. |
databaseSize | The size, in megabytes, of the Address Manager database. |
loggedInUsers | The number of users presently logged in to Address Manager. |