Baseline – Clients Affected
This call generates the total number of clients that are affected due to various issues- both low RSSI and Low Data Rate. Such clients would then appear in both categories. Mojo Aware ensures that such clients aren’t counted twice. It displays the total number of distinct clients affected by the issues that are mentioned.
JSON Table
Attribute | Data Type | Description |
---|---|---|
type | String | It is a type of baseline. |
baseline | Float | It is client affected baseline value for the time stamp. |
standardDeviation | Float | It is client affected standard deviation value for the time stamp. |
anomalous | Boolean | This indicates if the client affected by poor application experience observation is anomalous or not. |
timestamp | Int | It is time stamp for current data point in epoch time format. |
observation | Float | It is the client affected by poor application experience observation value for the time stamp. |
absoluteObservation | Int | It is absolute value for the client affected by poor application experience observation. |
noOfSamplesForObservation | Int | It is no of samples considered for client connectivity affected observation. |
threshold | Float |
Copy Sample JSON
Sample JSON
[{ "type": "BaselineDataPoint", "baseline": 82.26976303249504, "standardDeviation": 33.881140096481836, "anomalous": false, "timestamp": 1520315100000, "observation": 100.0, "absoluteObservation": 1, "noOfSamplesForObservation": 1, "threshold": 0.0 }, { "type": "BaselineDataPoint", "baseline": 82.7963688006669, "standardDeviation": 33.50964738098558, "anomalous": false, "timestamp": 1520317800000, "observation": 100.0, "absoluteObservation": 2, "noOfSamplesForObservation": 2, "threshold": 0.0 }, { "type": "BaselineDataPoint", "baseline": 82.96840511266022, "standardDeviation": 33.385589042186986, "anomalous": false, "timestamp": 1520318700000, "observation": 100.0, "absoluteObservation": 1, "noOfSamplesForObservation": 1, "threshold": 0.0 }, { "type": "BaselineDataPoint", "baseline": 82.81807272821216, "standardDeviation": 33.01308395875346, "anomalous": false, "timestamp": 1520325000000, "observation": 100.0, "absoluteObservation": 1, "noOfSamplesForObservation": 1, "threshold": 0.0 }, { "type": "BaselineDataPoint", "baseline": 83.32839315011154, "standardDeviation": 32.649678892526296, "anomalous": false, "timestamp": 1520327700000, "observation": 100.0, "absoluteObservation": 2, "noOfSamplesForObservation": 2, "threshold": 0.0 }]
API Calls
/V5/baselines/clientsaffectedbypoorappquality