troubleshootSiteCall

GET https://{{host}}/api/v1/sites/:site_id/stats/calls/client/:client_mac/troubleshoot

Query Parameters

The following fields are available for searching.

NameTypeDescription
meeting_idstringmeeting_id, required

RESPONSES

status: OK

"{\n    \"mac\": \"983a78ea4a44\",\n    \"meeting_id\": 87578079426,\n\n    \"results\": [\n        {\n            \"timestamp\": 1695425115,\n\n            // latencies contributors\n            \"audio_in\": {\n                \"expected\": 30.941595,\n                \"client_n_streams\": 0.15803306,\n                \"client_wifi_version\": 0.18267937,\n                \"client_rssi\": -1.0839354,\n                \"client_radio_band\": 0.5576923,\n                \"client_tx_rates\": 0.62357205,\n                \"client_rx_bytes\": 2.2622051,\n                \"client_rx_retries\": 0.77553505,\n                \"client_rx_rates\": 0.26726437,\n                \"client_tx_bytes\": 6.6164713,\n                \"client_tx_retries\": 1.702031,\n                \"client_vpn_distaince\": 1.6474955,  // when client is connected to an AP in a site but connected to VPN server far away\n                \"client_cpu\": 3.7028809,\n                \"ap_rtt\": 0.16559607,\n                \"ap_num_clients\": -0.6565111,\n                \"radio_bandwidth\": -0.06538621,\n                \"radio_channel\": -0.73391086,\n                \"radio_util\": 12.770318,\n                \"radio_util_interference\": -3.079999,\n                \"radio_tx_power\": 0.10027129,\n                \"site_num_clients\": 0.017364305,\n                \"wan_rtt\": 46.77899,\n                \"wan_jitter\": 5.9680853,\n                \"wan_avg_download_mbps\": 1.4803165,\n                \"wan_avg_upload_mbps\": -0.038184267,\n                \"wan_max_download_mbps\": 1.4803165,\n                \"wan_max_upload_mbps\": -0.038184267\n            },\n            \"audio_out\": { ... },\n            \"video_out\": { ... }     \n        }\n    ]\n}"