KSC Open API
Kaspersky Security Center API description
array ServerHierarchy::GetChildServers ( int  nGroupId)

Enumerate secondary servers for specified group.

Parameters:
nGroupIdadministration group ID where the secondary Administration Server is located or -1 to acquire the secondary Administration Servers from all groups
Returns:
paramArray of paramParams containing the following secondary Administration Server attributes:
  • "KLSRVH_SRV_ADDR"
  • "KLSRVH_SRV_DN"
  • "KLSRVH_SRV_GROUPID"
  • "KLSRVH_SRV_ID"
  • "KLSRVH_SRV_INST_ID"
  • "KLSRVH_SRV_STATUS"
  • "KLSRVH_SRV_VERSION"
  • "KLSRVH_SRV_LAST_CONNECTED"
  • "KLSRVH_SRV_PASSIVE"
  • "KLSRVH_SRV_MASTER_ADDR"
See list of the secondary Administration Server attributes for attributes description.