getClientDetail
Retrieve complete client details by MAC address, including connection info, IP, VLAN, signal strength, and traffic stats. Use to diagnose network issues and monitor client status.
Instructions
Get full detail for a specific client by MAC address, including connection info, IP, VLAN, signal strength, and traffic stats.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| siteId | No | Site ID to target. If omitted, uses the default site from OMADA_SITE_ID config. Use listSites to discover available site IDs. | |
| clientMac | Yes | MAC address of the client to retrieve details for. | |
| customHeaders | No | Optional HTTP headers to include in the Omada API request (e.g. {"X-Custom-Header": "value"}). Rarely needed. |