Client’s Traffic Statistics
This API call helps us to gain traffic statistics for a client in a particular time frame. For this it needs the SSID list, type of performance trend that is required and the frequency band to distinguish which one is taken from 2,4, or, 5.
JSON Table
Attribute | Data Type | Description |
---|---|---|
time | long | Time in epoch format. |
fromvalue | long | Number of bytes transfered. |
tovalue | long | Number of bytes received. |
totalvalue | long | Total number of bytes transfered and recieved. |
totalCount | long | No of data points. |
Copy Sample JSON
Sample JSON
{ "samples":[{ "time": 1491542100, "fromvalue": 1817, "tovalue": 18469, "totalvalue": 20286 }, { "time": 1491543000, "fromvalue": 3295, "tovalue": 66769, "totalvalue": 70064 }, . . . . . . . . . { "time": 1491555600, "fromvalue": 4350, "tovalue": 82047, "totalvalue": 86397 }], "totalCount": 927971 }
API Calls
/V5/devices/clients/statistics/traffic