searchOrgWiredClients
GET https://{{host}}/api/v1/orgs/:org_id/wired_clients/search
Request
The following fields are available for searching.
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 |
ip | string | ip |
manufacture | string | client manufacture |
text | string | single entry of hostname/mac |
nacrule_id | string | nacrule_id |
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
device_mac | null | device mac | |
mac | null | client mac | |
port_id | null | port id | |
vlan | null | vlan | |
site_id | null | site id | |
ip | null | ip | |
manufacture | null | client manufacture | |
text | null | single entry of hostname/mac | |
nacrule_id | null | nacrule_id |
RESPONSES
status: OK
{"results":[{"ip":["11.216.202.61"],"device_mac":["001122334455"],"org_id":"c168ddee-c14c-11e5-8e81-1258369c38a9","vlan":[0,1001],"site_id":"c168ddee-c14c-11e5-8e81-1258369c38a9","device_mac_port":[{"device_mac":"001122334455","vlan":1,"ip":"","start":"2020-12-10T00:07:36.262+0000","port_id":"et-0/0/1","port_parent":"","when":"2022-03-29T04:56:05.172+0000"}],"mac":"112233445566","timestamp":1571174567.807,"port_id":["et-0/0/1"]}],"start":1648443400.8221116,"end":1648529800.8221116,"limit":1000,"total":1}