CRecordTcpGetServerList

A message with this record requests a list of existing TCP servers inside the own node. This is a nano service in the SYSTEM namespace.

The list of servers come back as an array of records. The type of each record is CRecordTcpServer.

{
  "id": "385baa58-29b3-471e-80ca-f2d7967bbc3d",
  "name": "TCP_GET_SERVER_LIST",
  "isService": "true",
  "hasOtherSlots": "false",
  "description": "Get a list of TCP servers.",
  "namespaces": "SYSTEM",
  "slots": [
    {
      "key": "1",
      "name": "SERVERS",
      "answer": "false",
      "mandatory": "true",
      "type": "RECORD_ARRAY",
      "description": "The list of servers. TYPE of record: TCP_SERVER"
    }
  ]
}

nyssr.net - Innovative Distributed System