get_server_list
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
def get_server_list(
self
)
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. |
last_connection |
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. |