troubleshoot_client
Troubleshoot a specific UniFi client by MAC address, analyzing connection history, signal quality, AP associations, roaming events, and potential issues to identify root causes.
Instructions
Run a deep-dive troubleshooting analysis for one specific client.
Read-only operation: it examines connection history, signal quality, AP associations, roaming events, and potential issues for the named client. Use get_client_experience_report for a site-wide client-quality overview, or get_client_details for the raw record of one client without the analysis.
Args: mac: MAC address of the client to troubleshoot. site: Site to query. Defaults to "default". device: Optional console/device name to target a specific UniFi console; omit to use the default.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mac | Yes | MAC address of the client to troubleshoot. | |
| site | No | Site to query. Defaults to "default". | default |
| device | No | Optional console/device name to target a specific UniFi console; omit to use the default. |