getClientDetails
Retrieve client details for a wireless network by specifying the WLC device name and SSID. Returns information about connected clients.
Instructions
getClientDetails
Key parameters:
deviceName*: Name of the WLC device (Managed Entity name as seen in the U
ssidName*: SSID name of the wireless network associated to WLC
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| host | Yes | OpManager host address (e.g., 'opmanager.example.com' or 'opmanager.example.com:8061'). Default port is 8061 (HTTPS). | |
| apiKey | Yes | OpManager API key for authentication | |
| ssidName | Yes | SSID name of the wireless network associated to WLC | |
| deviceName | Yes | Name of the WLC device (Managed Entity name as seen in the URL of device snapshot page OR 'deviceName' property value in the listDevices API response) |