getWirelessNetworkDetails
Lists Access Points, Client Count and Network Usage for each SSID in Wireless LAN Controller
HTTP Method
GETAPI URL
https://localhost:8060/api/json/v2/wireless/getWirelessNetworkDetails?apiKey=***************&deviceName=CiscoWirelessController
Parameters
| Param Name | Description | Data Type | Additional Information | Is Mandatory |
|---|---|---|---|---|
| apiKey | API Key to access your OpManager server. | String | - | Yes |
| deviceName | 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) | String | - | Yes |
Sample Response
HTTP Code: 200
[ { "ClientCount": "40", "TotalBytes": "224.548 MBps", "SSIDName": "Mobile-Connect", "APCount": "20"}, { "ClientCount": "20", "TotalBytes": "224.546 MBps", "SSIDName": "Machine-Connect", "APCount": "20"}, { "ClientCount": "20", "TotalBytes": "196.161 MBps", "SSIDName": "Free-Connect", "APCount": "20"}]
Error Response
View common error responsesRate limit: 40 requests per minute. Exceeding
this limit will block requests for 1 minute