There are now two ways to get application traffic analysis. Hope this helps!
Network Specific
Postman Doc
GET /networks/[id]/traffic
[
{
"application": "Miscellaneous web",
"destination": "scripts.dailymail.co.uk",
"protocol": "TCP",
"port": 80,
"recv": 375,
"sent": 12,
"flows": 2,
"activeTime": 60,
"numClients": 1
},
{
"application": "Miscellaneous web",
"destination": "www.metdaan.com",
"protocol": "TCP",
"port": 80,
"recv": 4218,
"sent": 144,
"flows": 9,
"activeTime": 240,
"numClients": 1
},
Client Specific - NEW!
Postman Doc
GET /networks/[networkId]/clients/[id_or_mac_or_ip]/trafficHistory
Successful HTTP Status: 200
[
{
"ts": 1518365681,
"application": "Google",
"destination": "www.google.com",
"protocol": "UDP",
"port": 443,
"recv": 383,
"sent": 56,
"numFlows": 5,
"activeSeconds": 240
}
]