list_known_clients
Retrieve the complete client roster for a site, including offline and historically seen devices, to audit device presence and connection history.
Instructions
List the full per-site client roster incl. offline history (Classic REST /stat/alluser).
Unlike list_active_clients_stats (currently-connected only), this includes clients seen historically — typically far more entries. (Distinct from the fleet-wide list_all_clients aggregation tool, which spans every console.) This endpoint accepts GET.
host: console name, ID, or composite ID (MAC:numericId format). site: site name or ID. Each entry includes mac, first_seen, last_seen, disconnect_timestamp (all epoch seconds), is_wired, oui, last_ip, last_radio, hostname, and device-fingerprint fields.
The response is passed through verbatim, including identifiers (MAC/IP/hostname/name).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| host | Yes | ||
| site | Yes |