searchOrgWirelessClients
GET https://{{host}}/api/v1/orgs/:org_id/clients/search
Supported Filters
| Parameter | Type | Description |
|---|---|---|
| mac | string | partial / full MAC address |
| hostname | string | partial / full hostname |
| device | string | device type, e.g. Mac, Nvidia, iPhone |
| os | string | os, e.g. Sierra, Yosemite, Windows 10 |
| model | string | model, e.g. “MBP 15 late 2013”, 6, 6s, “8+ GSM” |
| ap | string | AP mac where the client has connected to |
| ssid | string | SSID |
| vlan | string | vlan |
| psk_id | string | PSK ID |
| psk_name | string | PSK name |
| ip | string | ip address |
| text | string | partial / full MAC address, hostname, username, psk_name or ip |
Request Params
| Key | Datatype | Required | Description |
|---|---|---|---|
mac | string | fdsfs | |
hostname | string | ||
device | string | ||
os | string | ||
model | string | ||
ap | string | ||
ssid | string | ||
vlan | string | ||
ip | string | ||
text | string |
RESPONSES
status: OK
{"results":[{"hostname":["jerry"],"ap":["5c5b350e0492","5c5b350eb39d","5c5b350e03c0"],"ip":["192.168.5.43","192.168.20.125"],"vlan":[1],"mac":"60f81dd250cc","device":["Mac"],"os":["Sierra","High Sierra"],"model":["","MBP 15\" late 2013"],"ssid":["Guest"]}]}