GET /api/v1/sites/{site_id}/clients/search
Operation ID: searchSiteClientsWireless
Auth: unknown
Description
Search Wireless Clients **NOTE**: fuzzy logic can be used with ‘*’, supported filters: mac, hostname, device, os, model. E.g. /clients/search?device=Mac*&hostname=jerry
Parameters (14)
(string, query, optional)
AP mac where the client has connected to
(string, query, optional)
device type, e.g. Mac, Nvidia, iPhone
(string, query, optional, default: 1d)
For historical stats and/or logs where time range is needed, you can specify the time range in a few different ways: * ?start=1430000000&end=1430864000 specify the start / end * ?end=1430864000&duration=1d specify end time and duration * ?duration=1d specify duration, end will be now() in seconds
(integer, query, optional, default: 0)
Constraints: {'minimum': 0}
(string, query, optional)
partial / full hostname
(string, query, optional)
(integer, query, optional, default: 100)
Constraints: {'minimum': 0}
(string, query, optional)
partial / full MAC address
(string, query, optional)
model, e.g. “MBP 15 late 2013”, 6, 6s, “8+ GSM”
(string, query, optional)
os, e.g. Sierra, Yosemite, Windows 10
(string, path, required)
(string, query, optional)
(integer, query, optional, default: 0)
Constraints: {'minimum': 0}
(string, query, optional)
partial / full MAC address, hostname, username or ip
No probe data for this endpoint yet.