unifi_get_client
Retrieve detailed information for a specific connected client by providing its site ID and client ID, returning the same data structure as the client list.
Instructions
Get a specific connected client by ID. Returns same shape as unifi_list_clients entries.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| siteId | Yes | Site ID | |
| clientId | Yes | Client ID |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| name | No | ||
| type | No | ||
| access | No | ||
| ipAddress | No | ||
| macAddress | No | ||
| connectedAt | No | ||
| uplinkDeviceId | No |