searchOrgsWirelessClientEvents
GET https://{{host}}/api/v1/orgs/:org_id/clients/events/search
Query Parameter
| Parameter | Type | Description |
|---|---|---|
| type | string | event type, e.g. MARVISEVENTCLIENTFBTFAILURE |
| reason_code | int | for assoc/disassoc events |
| ssid | string | SSID |
| ap | string | AP MAC |
| proto | string | b / g / n / a / ac |
| band | string | 5 / 24 |
| wlan_id | string | wlan_id |
| nacrule_id | string | nacrule_id |
RESPONSES
status: OK
{"start":1512572151,"end":1513176951,"limit":10,"total":1,"results":[{"ap":"5c5b350eb31b","ssid":"Guest","bssid":"5c5b350918f1","proto":"ac","timestamp":1513358874.667,"band":"5","type_code":15,"type":"CLIENT_DNS_OK","text":"Status code 0 \"Successful\" ","channel":149,"wlan_id":"be22bba7-8e22-e1cf-5185-b880816fe2cf"}]}