Client’s by Data Buckets
Clients are segregated into buckets on the basis of the data rate. Mojo Aware already has some pre-defined fixed threshold values for Average Data Rate. Since threshold can be configured, the user may select a value that falls in between on the X-axis on the graph. The user needs to set the data rate threshold value and RSSI value. If the clients that are in the bucket have their threshold value to fall then it is displayed in yellow. Parameters like bucketsize and startvalue of the buckets are specified. The type of the bucket is also mentioned that can be either- rfcoverage, percentageretransimission, and averagedatarate.
JSON Table
Attribute | Data Type | Description |
---|---|---|
samples | application/json | |
samples/start | long | Start value of a bucket for the specified tpye. |
samples/end | long | End value of a bucket for the specified type. |
samples/value | long | Number of clients falling in the bucket. |
totalCount | int | Total number of clients across all buckets. |
Copy Sample JSON
Sample JSON
{ "samples": [{ "start-85, "end": -75, "value": 1 }, { "start": -65, "end": -45, "value": 1 }, . . . . . . . . . { "start": -45, "end": -35, "value": 3 }], "totalCount": 9 }
API Calls
/V5/devices/clients/bucket