CRecordTcpNotifyServerCreated
    This is a nano service in the SYSTEM namespace.
    It is a notification about the creation of a TCP server.
    Interested targets can stick an observer on the nano service and receive this notification.
{
  "id": "01fb4d5b-7181-4128-892e-c5c9199eb92e",
  "name": "TCP_NOTIFY_SERVER_CREATED",
  "isService": "true",
  "hasOtherSlots": "false",
  "description": "Notification that a TCP server has been created.",
  "namespaces": "SYSTEM",
  "slots": [
    {
      "key": "1",
      "name": "ID",
      "answer": "false",
      "mandatory": "true",
      "type": "UUID",
      "description": "The ID of the server."
    },
    {
      "key": "2",
      "name": "PORT",
      "answer": "false",
      "mandatory": "true",
      "type": "INT",
      "description": "The server port."
    }
  ]
}
            