GetServerList
Retrieves a list of servers under Qlik Enterprise Manager management as well as each server's properties.
Required User Role: See Required Enterprise Manager permissions.
Syntax
public AemGetServerListResp GetServerList(
);
Parameters
N/A
Return values
AemGetServerListResp
| Value | Type | Description |
|---|---|---|
|
ServerList |
List<AemServerInfo> |
ReplicateServerInfo or ComposeServerInfo that inherit from AemServerInfo. |
|
Description |
string |
The description of the server. |
|
Host |
string |
The host name or IP address of the server. |
|
LastConnection |
string |
The date and time of the last successful sync/retrieval of tasks and messages. |
|
Message |
string |
The error message if Qlik Enterprise Manager fails to connect to the server. |
|
Name |
string |
The name of the server. |
|
Platform |
AemPlatform { UNKNOWN = 0, WINDOWS = 1, LINUX = 2 } |
AemPlatform |
|
Port |
string |
The port through which the server is accessed. |
|
State |
AemServerState { NOT_MONITORED = 0, MONITORED = 1, ERROR = 2 } |
AemServerState |
|
Version |
string |
The Replicate/Compose Server version. |
Errors
All of the general errors as well as the errors listed in the table below.
| Error | Message | Description |
|---|---|---|
|
AEM_SERVER_NOT_FOUND |
Replicate server {server} could not be found. | Server name unknown to Qlik Enterprise Manager. |