adm.EnumServers

This job returns all servers of a server group.

1. Input Parameters

Name Type Required Description

Flags

INT

Yes

0 = return value is Server[00..nn]
1 = return values are Info and InfoType

[GroupID]

INT

No

ID of the server group

2. Output Parameters

Name Type Dependency Description

[Info]

STRING

Optional

MIME-encoded buffer with information about the server group (only when Flags=1)

[InfoType]

STRING

Optional

Semicolon-separated names of values returned in Info (only when Flags=1)

[Server[00..nn]]

STRING

Optional

Semicolon-separated information about the server (only when Flags=0):
ID of the server; name of the server; IP address; port; service name

3. Return Value

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