Top Clients Using an Application
This generates the list of the top 10 clients that are using the application currently. This can be viewed from the Application Visibility tab.
JSON Table
Attribute | Data Type | Description |
---|---|---|
applicationId | int | A system-defined ID for the application. |
applicationName | String | Name of the application. |
categoryName | String | Category under which the application falls. |
clientInfoList | application/json | List of clients that used the application. |
clientInfoList/boxId | int | Client device identifier. |
clientInfoList/locationId | application/json | The ID of the client’s location, which is a JSON object. For details about the JSON, click Location ID. |
clientInfoList/macAddress | String | MAC adress of the client. |
clientInfoList/clientName | String | Name of the client. |
clientInfoList/ipAddress | String | IP address of the client. |
clientInfoList/clientUserName | String | Username used to establish the WiFi session for accessing the application from the client. |
clientInfoList/recentlyAssociatedSSID | String | Name of the recently associated SSID. |
clientInfoList/recievingBytes | long | Total bytes received by the client when accessing the appplication. |
clientInfoList/transmittingBytes | long | Total bytes transmitted by the client when accessing the appplication. |
clientInfoList/totalRecievingBytes | long | Total bytes received by the client. |
clientInfoList/totalTransmittingBytes | long | Total bytes transmitted by the client. |
Copy Sample JSON
Sample JSON
[ { "applicationId": 65, "applicationName": "DNS", "categoryName": "Networking", "clientInfoList": [ { "boxId": 2103344512, "locationId": { "type": "locallocationid", "id": 7 }, "macAddress": "44:00:10:6A:45:9F", "clientName": "Apple_6A:45:9F", "ipAddress": "172.16.100.85", "clientUserName": "--", "recentlyAssociatedSSID": "sp_analysis", "recievingBytes": 1532, "transmittingBytes": 694, "totalRecievingBytes": 53328, "totalTransmittingBytes": 29936 }, . . . . . . . . . ] } ]
API Calls
/V5/applications/clients