Created
June 28, 2021 13:49
-
-
Save kevthehermit/2c11aa6e23b32574f95ef8c114aa3585 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
"routerHardware": { | |
"productFamily": "router", | |
"modelName": "xr500", | |
"stage": "prod", | |
"deviceInfo": { | |
"macAddress": "REDACTED BY ME", | |
"serialNumber": "REDACTED BY ME" | |
}, | |
"eventType": 1, | |
"timeStamp": { | |
"date": [2021,6,28], | |
"time": [3,49,49] | |
}, | |
"firmware": { | |
"fwVersion": "V2.3.2.114", | |
"fwLastUpdate": "", | |
"fwLastChecked": "2021_6.28_3:42:0" | |
}, | |
"autoUpdateOption": 1, | |
"routerAnalyticsOption": 1 | |
}, | |
"routerInfo": { | |
"ipAddress": { | |
"ipWAN": "REDACTED BY ME", | |
"ipLAN": "10.0.0.1" | |
}, | |
"firmware": { | |
"fwVersion": "V2.3.2.114", | |
"fwLastUpdate": "", | |
"fwLastChecked": "2021_6.28_3:42:0", | |
"fwupgrade_Method": "" | |
}, | |
"raeLibrary": { | |
"raeAgentVersion": "1.0.0.18", | |
"raePolicyVersion": "V1.0.0.2" | |
}, | |
"language": "English", | |
"countryCode": 10, | |
"regionCode": "NA", | |
"upTime": "0 days 21:16:35", | |
"lanPort": { | |
"lanPortUsed": 1, | |
"totalLanPort": 4 | |
}, | |
"internetConnInfo": { | |
"internetDisconnDuration": 0, | |
"gwDisconnDuration": 0 | |
}, | |
"cpuAveUtilizations": { | |
"cpuAveAll": 10.66, | |
"totalCoreNumber": 2, | |
"cpuAveByCores": [ 9.28,12.00 ], | |
"highCpuTime": 0 | |
}, | |
"memoryInfo": { | |
"memoryFree": 252, | |
"memoryUsed": 220, | |
"highMemTime": 0 | |
}, | |
"vpnLatestConnStatus": "", | |
"vpnFailedConnReason": "", | |
"vpnFailedDebugInfo": "" | |
}, | |
"routerConfig": { | |
"smartConnect": true, | |
"dynamicDNS": true, | |
"serviceVPN": false, | |
"remoteManagement": false, | |
"ipv6": false, | |
"mode": "Router", | |
"usbPrint": false, | |
"remoteGenieEnabled": false, | |
"trafficMeter": { | |
"enabled": false, | |
"controlType": "traffic volume-nolimit" | |
}, | |
"wanConfig": { | |
"type":"dhcp", | |
"connectionMode":"na", | |
"ipSetting":"dynamic", | |
"dnsSetting": "from ISP" | |
}, | |
"portForwarding": { | |
"enabled":true, | |
"ruleCount": 3 | |
}, | |
"portTriggering": { | |
"enabled":true, | |
"ruleCount": 0 | |
}, | |
"wifiNetwork": [{ | |
"type": "main", | |
"frequencyBand": "2.4G", | |
"radio": true, | |
"broadcast": true, | |
"channel": "AUTO", | |
"mode": "Up to 800 Mbps", | |
"securityType": "WPA2-PSK[AES]" | |
}, { | |
"type": "guest", | |
"frequencyBand": "2.4G", | |
"radio": false, | |
"broadcast": true, | |
"channel": "AUTO", | |
"mode": "Up to 800 Mbps", | |
"securityType": "WPA2-PSK[AES]" | |
}, { | |
"type": "main", | |
"frequencyBand": "5G", | |
"radio": true, | |
"broadcast": true, | |
"channel": "153", | |
"mode": "Up to 1733 Mbps", | |
"securityType": "WPA2-PSK[AES]" | |
}, { | |
"type": "guest", | |
"frequencyBand": "5G", | |
"radio": false, | |
"broadcast": true, | |
"channel": "153", | |
"mode": "Up to 1733 Mbps", | |
"securityType": "None" | |
}], | |
"vpnClientEnable": false, | |
"vpnServerProvider": "", | |
"vpnProtocol": "", | |
"vpnCountry": "", | |
"vpnCity": "", | |
"netdumaGeoFilterDevCount": 0, | |
"netdumaGeoFilterRadius": 2000, | |
"netdumaGeoFilterStrictMode": true, | |
"netdumaUplinkBW": 97.38, | |
"netdumaDownlinkBW": 815.87, | |
"netdumaQoSInternetPercentageUL": 100, | |
"netdumaQoSInternetPercentageDL": 100, | |
"netdumaQoSAutoTrafficPrioEnabledInt": 3 | |
}, | |
"trafficMeter": { | |
"Uplink": 3.66, | |
"Downlink": 241.77 | |
}, | |
"readyShare": { | |
"usbStorage": true, | |
"usbPrint": false | |
}, | |
"connectedDevices": [{ | |
"typeConnection": "wired", | |
"countTotal": 1 | |
}, { | |
"typeConnection": "wireless", | |
"countTotal": 0, | |
"wirelessType": [{ | |
"wifiBand": "2.4G", | |
"countDeviceTotal": 0 | |
}, { | |
"wifiBand": "5G", | |
"countDeviceTotal": 0 | |
}] | |
}, { | |
"typeConnection": "VPN", | |
"countTotal": 0 | |
}], | |
"mediaDevice": { | |
"numberOfDevice": 1, | |
"usbDevice": [{ | |
"usbType": " 2.0", | |
"deviceType": "usb-storage", | |
"deviceBrand": " ", | |
"deviceModel": "USB DISK 2.0", | |
"deviceSize": "7644" | |
}] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment