GET groupserver/transports
Two web methods GET groupserver/transports/gsvc retrieve the group services transport definitions.
Example Response
{
"server_transport": {
"last_modified": "2018-02-15T12:20:44.56549408-08:00",
"last_modified_millis": 1518726044565,
"last_modified_by": "anyone",
"name": "_GroupServerTport1",
"description": "",
"relationships": [
{
"transport": "_GroupClientTport"
}
],
"id": 1025,
"config": {
"transport_type": "dtcp",
"backlog_full_wait": "0",
"recv_spin_limit": "0",
"backlog_size": "64mb",
"port": "7777",
"subnet_mask": "",
"virtual_name": "_Group_Server_VName",
"mode": "server"
}
},
"client_transport": {
"last_modified": "2018-02-15T12:20:44.56549874-08:00",
"last_modified_millis": 1518726044565,
"last_modified_by": "anyone",
"name": "_GroupClientTport",
"description": "",
"relationships": [
{
"transport": "_GroupServerTport1"
}
],
"id": 1027,
"config": {
"transport_type": "wdtcp",
"backlog_full_wait": "0",
"recv_spin_limit": "0",
"backlog_size": "64mb",
"port": "7777",
"subnet_mask": "",
"virtual_name": "_Group_Server_VName",
"mode": "client"
}
}
Copyright © Cloud Software Group, Inc. All rights reserved.
