adm.GetServersActivity

This job returns the IDs of all servers and their corresponding status.

1. Input Parameters

Name Type Required Description

Flags

INT

Yes

Currently not supported — pass 0.

2. Output Parameters

Name Type Dependency Description

Server[00..nn]

STRING

Semicolon-separated information about the server:
ID of the server; status of the server (1 = server running; 2 = server crashed)

3. Return Value

(INT): 0 = Job successful, otherwise error code.