searchSiteOtherDevicesEvents
GET https://{{host}}/api/v1/sites/:site_id/otherdevices/events/search
Supported Filters
Name | Type | Description |
---|---|---|
org_id | string | org id |
site_id | string | site id |
mac | string | mac |
device_mac | string | mac of attached device |
vendor | string | vendor name |
type | string | event type |
model | string | device model |
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
mac | null | ||
vendor | null |
RESPONSES
status: OK
{"results":[{"org_id":"4ac1dcf4-9d8b-7211-65c4-057819f0862a","site_id":"4ac1dcf4-9d8b-7211-65c4-057819f0862b","vendor":"cradlepoint","mac":"5c5b351e13b5","device_mac":"5c5b351e13b5","text":"Plugged: The Internal 5GB (SIM1) has been inserted into Internal 1.","timestamp":1547235620.89,"type":"CELLULAR_EDGE_MODEM_WAN_PLUGGED","model":"W1850"}]}