<< Click to Display Table of Contents >> Navigation: Delta Web Service > Core Modules > Delta Web Service API > DWS API Operations > Network Discovery |
Route |
/network/deltas |
Summary |
Find all Delta Servers on the local network |
Sample URL |
http://192.168.0.1/api/network/deltas |
Sample Response |
{ "status": 0, "msg": "Network discovery OK", "data": [ { "version": "2.0:5", "ip": "10.100.101.101", "tcpport": "23", "name": "Delta1", "udpporttx": "7780", "udpportrx": "7781", "group": "9", "leader": "1", "multicastport": "7776" }, { "version": "2.0:5", "ip": "10.100.101.102", "tcpport": "23", "name": "Delta2", "udpporttx": "7780", "udpportrx": "7781", "group": "9", "leader": "0", "multicastport": "7776" } ] } |
Page edited [d/m/y]: 15/12/2020