getSiteWirelessClientStatsDetails
GET https://{{host}}/api/v1/sites/:site_id/stats/clients/:client_mac
Response Parameter
Parameter | Type | Description |
---|---|---|
zones | list | list of zone_id’s where client is in and since when (if known) |
vbeacons | list | list of beacon_id’s where the client is in and since when (if known) |
rssizones | list | list of rssizone_id’s where client is in and since when (if known) |
wxrule_id | string | current WxlanRule using for a Client or an authorized Guest (portal user). null if default rule is matched. |
wxrule_usage | list | current WxlanRule usage per tag_id |
predictive | object | derived information from backend |
client_dl | float | estimated wireless client download throughput, in Mbps |
wan_dl | float | estimated WAN download throughput, in Mbps |
RESPONSES
status: OK
"{\n ...\n // in addition to the same information as provided from GET /api/v1/sites/:site_id/stats/clients\n // it also has\n\n \"zones\": [\n {\n \"id\": \"8ac84899-32db-6327-334c-9b6d58544cfe\",\n \"since\": 1428939600\n }\n ],\n \"vbeacons\": [\n {\n \"id\": \"d379d29d-24b4-96c5-5dd4-6f2a2dc5aaeb\",\n \"since\": 1428939300\n }\n ],\n \"rssizones\": [\n {\n \"id\": \"b49390de-f124-4854-9404-0e59d63e6b99\",\n \"since\": 1428939400\n }\n ],\n \"wxrule_id\": \"ac3f89d3-15ad-685a-7c1e-cc5c5f1df07a\",\n \"wxrule_usage\": [\n {\n \"tag_id\": \"dfc6d6e0-8411-45a9-833a-9cbf21a311b2\",\n \"usage\": 20\n },\n {\n \"tag_id\": \"00000000-0000-0000-0000-000000000000\",\n \"usage\": 4\n }\n ]\n}"