adm.EnumServerGroups

This job returns a list of all server groups.

1. Input Parameters

Name Type Required Description

Flags

INT

Yes

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

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)

[Group[00..nn]]

STRING

Optional

Semicolon-separated information about the server group (only when Flags=0):
ID of the server group; name of the server group; description of the server group

3. Return Value

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