wifi-unconn-raw
POST {{webhook-url}}
Webhook Body Parameters
Name | Type | Description |
---|---|---|
topic | string | topic subscribed to |
events | list | list of events |
site_id | string | site id |
map_id | string | map id |
org_id | string | org id |
ap_id | string | MAC address of the reporting AP |
ap_loc | list | optional, coordinates (if any) of reporting AP (updated once in 60s per client) |
client_id | string | MAC of the wifi device |
connected_site | bool | connected wifi client or passive wifi device |
packets | list | band-wise average rssi reported by Wifi device |
rssi | float | signal strength |
band | string | band associated with RSSI |
extended_info_list | list | optional, list of specific telemetry packets emited by certain wifi tags (Eg. Centrak) |
frame_ctrl | int | optional, Frame Control |
sequence_ctrl | int | optional, Sequence control |
payload | string | optional, payload from the wifi beacon |
Request Body
{"topic"=>"wifi-unconn-raw", "events"=>[{"ap_id"=>"ac-23-16-ec-a7-0b", "ap_loc"=>[36.03303862386182, 43.57022468463291, 2.75], "client_id"=>"28-f0-76-2d-22-1e", "connected_site"=>false, "mapid"=>"bd42f0c3-2e6a-4f8a-ac2d-d34e268c1418", "orgid"=>"9c3e516c-397d-11e6-ae35-0242ac110008", "packets"=>[{"band"=>"5GHz", "rssi"=>-92}], "siteid"=>"27ea2f07-6fe6-4eab-be1b-b8e3ce083d67"}, {"ap_id"=>"ac-23-16-ec-a7-0b", "ap_loc"=>[36.03303862386182, 43.57022468463291, 2.75], "client_id"=>"38-f9-d3-99-08-6e", "connected_site"=>false, "mapid"=>"bd42f0c3-2e6a-4f8a-ac2d-d34e268c1418", "orgid"=>"9c3e516c-397d-11e6-ae35-0242ac110008", "packets"=>[{"band"=>"5GHz", "rssi"=>-94.333336}], "siteid"=>"27ea2f07-6fe6-4eab-be1b-b8e3ce083d67"}]}