getClientDetail
Retrieve comprehensive details for a network client using its MAC address, including connection info, IP address, VLAN, signal strength, and traffic statistics.
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 |
|---|---|---|---|
| clientMac | Yes | MAC address of the client to retrieve details for. | |
| siteId | No | Site ID to target. If omitted, uses the default site from OMADA_SITE_ID config. Use listSites to discover available site IDs. | |
| customHeaders | No | Optional HTTP headers to include in the Omada API request (e.g. {"X-Custom-Header": "value"}). Rarely needed. |