1234567891011121314151617181920212223242526272829303132333435363738394041424344 |
- {
- "NodeMap": [
- {
- "UUID": "node2",
- "IpAddr": "192.168.0.171",
- "Port": 8080,
- "RESTfulInterface": "/conn",
- "ReflectedIP": "",
- "ReflectedPrivateIP": "192.168.0.214",
- "RequireHTTPS": false,
- "SendTotpSecret": "PDJRTHNF"
- },
- {
- "UUID": "node1",
- "IpAddr": "192.168.0.155",
- "Port": 8080,
- "RESTfulInterface": "/conn",
- "ReflectedIP": "",
- "ReflectedPrivateIP": "192.168.0.214",
- "RequireHTTPS": false,
- "SendTotpSecret": "FRX6WFWC"
- }
- ],
- "TOTPMap": [
- {
- "RemoteUUID": "node1",
- "RecvTOTPSecret": "5ZBIPUGZ"
- },
- {
- "RemoteUUID": "node2",
- "RecvTOTPSecret": "AIWJJHD6"
- }
- ],
- "Options": {
- "DeviceUUID": "node3",
- "SyncInterval": 10,
- "Verbal": true
- },
- "DeviceIpAddr": "192.168.0.214",
- "LastIpUpdateTime": 1639902960,
- "LastSyncTime": 1639903080,
- "ConnectionRetryWaitTimeMin": 10,
- "ConnectionRetryWaitTimeMax": 120
- }
|