searchOrgsWiredClientEvents
GET https://{{host}}/api/v1/orgs/:org_id/wired_clients/events/search
Query Parameter
Name | Type | Description |
---|---|---|
device_mac | string | device mac |
mac | string | client mac |
port_id | string | port id |
vlan | int | vlan |
site_id | string | site id |
text | string | single entry of hostname/mac |
type | string | See Supported Events Type |
RESPONSES
status: OK
{"results":[{"device_mac":"device_mac","timestamp":1594708454.257958,"org_id":"1688605f-916a-47a1-8c68-f19618300a08","site_id":"ec3b5624-73f1-4ed3-b3fd-5ba3ee40368a","port_id":"ge-0/0/5","type":"SW_DOT1XD_USR_AUTHENTICATED","text":"text","mac":"mac"}],"start":1663038067.062201,"end":1663113667.0622225,"limit":1000,"total":1}