get_nac_clients
Retrieve authenticated network access (NAC) clients with details on user, type, auth method, SSID, VLAN, and status. Filter by MAC, auth type, or wired/wireless to isolate specific clients.
Instructions
List Access Assurance (NAC) clients authenticated to the network — user, client type (wired/wireless), auth type (EAP-TLS/PEAP/MAB), SSID, VLAN, matched auth rule, and status. Optional filters: mac, auth_type, type.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mac | No | Filter by client MAC (optional). | |
| type | No | Filter by client type: wired or wireless (optional). | |
| org_id | No | Mist organization id (optional). | |
| duration | No | Lookback window, e.g. 1d, 1h, 7d (default 1d). | |
| auth_type | No | Filter by auth type, e.g. eap-tls, peap, mab (optional). |