Good Morning,
I tried to use the connection status using Python, and the return result.
Here is a part of the code i used. Network_Id is of course the Network ID
---------------------------------------------------
param = {}
param['timespan'] = 360
reponse = dashboard.wireless_health.getNetworkConnectionStats(network_id,**param)
print(reponse)
---------------------------------------------------
And the response it gave me is ;
{
'assoc': 1,
'auth': 2,
'dhcp': 0,
'dns': 0,
'success': 2
}