getSiteMachineLearningCurrentStat
GET https://{{host}}/api/v1/sites/:site_id/location/ml/current?map_id={{map_id}}
#### Response Parameter Parameter|Type|Description :-------------: |:-------------: |:-------------: deviceid|stirng|id of device if this ML is for Mist AP beaconid|string|id of beacon if this ML is for 3rd party beacon current|object|ml stats, per client_type level|int|level of learning completed|int|learning completeness to the next level ple|float|internal int|float|internal quality|int|from 0 - 4, 4 being most accurate src|string|where the PLF comes from. machine (PLF from last learning) / device (last learnt PLF from this device) / model (model of the client device) / overwrite (from ML overwrite) timestamp|long|epoch, last updated
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
map_id | string |
RESPONSES
status: OK
[{"device_id":"b069b358-4c97-5319-1f8c-7c5ca64d6ab1","current":{"iOS":{"ple":-3,"level":6,"int":-6,"completed":16,"src":"default","quality":"2","timestamp":1442854704},"Android":{"ple":-3,"level":3,"int":-6,"completed":36,"src":"device","quality":"4","timestamp":1442854794},"iPod":{"ple":-5,"int":-10,"src":"overwrite","overwrite":true}}},{"beacon_id":"7913f032-aab4-c3ae-e83e-5a2756ef4d40","current":{"iOS":{"ple":-3,"level":6,"int":-6,"completed":16,"src":"device","quality":"last","timestamp":1442854704}}}]