Baseline Latency
This call gives the average latency time taken by the authenticated servers like DHCP, DNS, AAA, and Network servers associated with the clients that are present in a selected folder or floor. For the call the type of latency needs to be specified- AAA, DHCP, DNS, WAN, and the frequency band is mentioned.
JSON Table
Attribute | Data Type | Description |
---|---|---|
baseline | float | It is average latency baseline value for the time stamp. |
standardDeviation | float | It is average latency standard deviation value for the time stamp. |
anomalous | boolean | This indicates if the average latency observation is anomalous or not. |
timestamp | int | It is time stamp for current data point in epoch time format. |
observation | float | It is the average latency observation value for the time stamp. |
absoluteObservation | int | It is absolute value for the latency observation. |
noOfSamplesForObservation | int | It is no of samples considered for average latency observation. |
threshold | float | |
numberOfClientsNewlyConnected | int | It is a number of client newly connected at the time. This is only applicable for AAA, DNS, DHCP latency type. |
Copy Sample JSON
Sample JSON
[{ "baseline":16.832946882827446, "standardDeviation":22.435697811893622, "anomalous":false, "timestamp":1520355600000, "observation":2.5, "absoluteObservation":5, "noOfSamplesForObservation":2, "threshold":0.0, "numberOfClientsNewlyConnected":6 }, { "baseline":16.68461741399917, "standardDeviation":22.37197113453589, "anomalous":false, "timestamp":1520356500000, "observation":2.0, "absoluteObservation":2, "noOfSamplesForObservation":1, "threshold":0.0, "numberOfClientsNewlyConnected":1 }, { "baseline":16.541104573192513, "standardDeviation":22.30558313813439, "anomalous":false, "timestamp":1520357400000, "observation":2.3333333333333335, "absoluteObservation":14, "noOfSamplesForObservation":6, "threshold":0.0, "numberOfClientsNewlyConnected":10 }, { "baseline":16.415693527460586, "standardDeviation":22.228826191449446, "anomalous":false, "timestamp":1520358300000, "observation":4.0, "absoluteObservation":16, "noOfSamplesForObservation":4, "threshold":0.0, "numberOfClientsNewlyConnected":7 }, { "baseline":16.782445683095073, "standardDeviation":22.416416170605054, "anomalous":false, "timestamp":1520359200000, "observation":53.09090909090909, "absoluteObservation":584, "noOfSamplesForObservation":11, "threshold":0.0, "numberOfClientsNewlyConnected":6 }, { "baseline":17.014621226264122, "standardDeviation":22.423367267120355, "anomalous":false, "timestamp":1520360100000, "observation":40.0, "absoluteObservation":160, "noOfSamplesForObservation":4, "threshold":0.0, "numberOfClientsNewlyConnected":2 } ]
API Calls
/V5/baselines/latencies/{type}