Client’s Top Applications
Top Applications used by the client are displayed graphically that displays the top 5 applications used by the client and the traffic generated by them. It always represents the traffic in decreasing order by the particular application. The application for which highest traffic is consumed is displayed first and so on. This is for particular time intervals- 2hours, 4 hours, 8 hours, 12 hours, or 1 week.
JSON Table
Attribute | Data Type | Description |
---|---|---|
clientMacAddress | String | MAC address of a client . |
applicationDetails | application/json | |
applicationDetails/applicationId | long | System-generated ID of the application. |
applicationDetails/applicationName | String | Name of the application. |
applicationDetails/categoryName | String | Category of the application. |
applicationDetails/recievingBytes | long | No of bytes recieved. |
applicationDetails/transmittingBytes | long | No of bytes transmitted. |
Copy Sample JSON
Sample JSON
[{ "clientMacAddress": "90:48:9A:8A:2D:A1", "applicationDetails": [{ "applicationId": 796, "applicationName": "OCSP", "categoryName": "Networking", "recievingBytes": 4898, "transmittingBytes": 240 } ] }]
API Calls
/V5/devices/clients/applications