Hello Guys!
I’m looking for a way to extract traffic statistics between clients and a set of apps. I know that It is possible to get all users or network-wide traffic using the API calls below:
- "/networks/{networkId}/clients/{clientMac}/trafficHistory ";
- "/networks/{networkId}/traffic";
But it’s a lot of traffic to deal with.
Using the custom pie chart you can view a summary of statistics about some application. Is there an API to query Custom Pie Chart data? Or is there a way to filter traffic before starting?