getSiteRrmEvents
GET https://{{host}}/api/v1/sites/:site_id/rrm/events?band
Query Parameter
Parameter | Type | Description |
---|---|---|
band | string | 24 / 5 / 6, required |
#### Response Parameter Parameter|Type|Description :-------------: |:-------------: |:-------------: timestamp|string|timestamp of the event event|string|schedule-site-rrm / triggered-site-rrm / interference-ap-co-channel / rrm-radar band|string|for 2.4G or 5G or 6G apid|string|ap id channel|string|channel for the band from rrm bandwidth|string|channel width for the band 20/40/80/160. 160 is 6G only. power|string|tx power of the radio prechannel|string|(previously) channel for the band, 0 means no previously available prebandwidth|string|(previously) channel width for the band 20/40/80/160, 0 means no previously available prepower|string|(previously) tx power of the radio, 0 means no previously available next|string|the link to query next set of results. value is null if no next page exists.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
band | null |
RESPONSES
status: OK
"{\n \"start\": 1428939600,\n \"end\": 1428954000,\n \"limit\": 100,\n \"results\": [\n {\n \"timestamp\": 1428939600,\n\n // for periodical\n \"event\": \"scheduled-site-rrm\",\n\n // for user-triggered\n \"event\": \"triggered-site-rrm\",\n\n // for interference-induced\n \"event\": \"interference-ap-co-channel\",\n\n // for non-wifi-interference-induced\n \"event\": \"interference-ap-non-wifi\",\n\n // for radar-triggered\n \"event\": \"radar-detected\",\n\n // for ap-outage\n \"event\": \"neighbor-ap-down\",\n \"event\": \"neighbor-ap-recovered\",\n\n \"ap_id\": 00000000-0000-0000-1000-5c5b359e4fe0\",\n \"band\": \"24\",\n \"usage\": \"24\",\n \"channel\": 6,\n \"bandwidth\": 20,\n \"power\": 5,\n \"pre_usage\": \"24\",\n \"pre_channel\": 1,\n \"pre_power\": 11,\n \"pre_bandwidth\": 20\n }\n ]\n \"next\": \"/api/v1/sites/dca0a44b-324c-11e6-a776-0243ad110007/events/rrm?start=1428939600\u0026end=1428949600\u0026limit=200\u0026token=001a0010000000120010000005005880ec18000004776c616e007fffffeb067ab8e29c1d659b6a7c8cf698bf81490003\"\n}"