GET /api/v1/sites/{site_id}/clients/search

mist.com

Summary: searchSiteClientsWireless
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)

ap (string, query, optional)

AP mac where the client has connected to

device (string, query, optional)

device type, e.g. Mac, Nvidia, iPhone

duration (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

end (integer, query, optional, default: 0)

Constraints: {'minimum': 0}

hostname (string, query, optional)

partial / full hostname

ip address (string, query, optional)
limit (integer, query, optional, default: 100)

Constraints: {'minimum': 0}

mac (string, query, optional)

partial / full MAC address

model (string, query, optional)

model, e.g. “MBP 15 late 2013”, 6, 6s, “8+ GSM”

os (string, query, optional)

os, e.g. Sierra, Yosemite, Windows 10

site_id (string, path, required)
ssid (string, query, optional)
start (integer, query, optional, default: 0)

Constraints: {'minimum': 0}

text (string, query, optional)

partial / full MAC address, hostname, username or ip

No probe data for this endpoint yet.