searchOrgDevicesEvents
GET https://{{host}}/api/v1/orgs/:org_id/devices/events/search?ip={{ip}}
Supported Filters
Parameter | Type | Description |
---|
org_id | string | org id |
site_id | string | site id |
ap | string | AP mac |
apfw | string | AP Firmware |
model | string | device model |
text | string | event message |
timestamp | string | event time |
type | string | See Supported Events Type (E.g. CLIENTDNSOK) |
last_by | string | Return last/recent event for passed in field |
Supported Events Type
Name |
---|
APCONFIGCHANGEDBYRRM |
APCONFIGCHANGEDBYUSER |
AP_CONFIGURED |
AP_RECONFIGURED |
APRESTARTBY_USER |
AP_RESTARTED |
APRRMACTION |
CLIENTDNSOK |
MARVISDNSFAILURE |
Request Params
Key | Datatype | Required | Description |
---|
ip | string | | |
RESPONSES
status: OK
{"results":[{"org_id":"4ac1dcf4-9d8b-7211-65c4-057819f0862a","site_id":"4ac1dcf4-9d8b-7211-65c4-057819f0862b","ap":"5c5b351e13b5","apfw":"5c5b351e13b5","model":"BT11-WW","text":"Succeeding DNS query from 172.29.101.134 to 172.29.101.7 for \"portal.mistsys.com\" on vlan 1, id 60224","timestamp":1547235620.89,"type":"CLIENT_DNS_OK"}]}