Application details

Steven24
New here

Application details

Application details is there a way to print them out from dashboard?

5 Replies 5
MarcP
Kind of a big deal

https://dashboard.meraki.com/api_docs#the-traffic-analysis-data-for-this-network

 

 

SAMPLE REQUEST
curl -L -H 'X-Cisco-Meraki-API-Key: <key>' -H 'Content-Type: application/json' -X GET 'https://api.meraki.com/api/v0/networks/{networkId}/traffic'
SAMPLE RESPONSE
Successful HTTP Status: 200

[
  {
    "application": "Gmail",
    "destination": null,
    "protocol": "TCP",
    "port": 443,
    "sent": 138.0,
    "recv": 61.0,
    "numClients": 7,
    "activeTime": 77000,
    "flows": 300
  }
]
BrechtSchamp
Kind of a big deal

I'm assuming you're talking about the pie chart data in the Network-wide > Clients. There's no easy way to print that I think.

 

But take a look at the data on the Network-wide > Traffic Analytics page. You can download that data as .csv. There are subtle differences between the data shown in both but it may prove useful for you nontheless.

jdsilva
Kind of a big deal


@BrechtSchamp wrote:

I'm assuming you're talking about the pie chart data in the Network-wide > Clients. There's no easy way to print that I think.

 


Top right of the table:

 

image.png

BrechtSchamp
Kind of a big deal


@jdsilva wrote:

@BrechtSchamp wrote:

I'm assuming you're talking about the pie chart data in the Network-wide > Clients. There's no easy way to print that I think.

 


Top right of the table:

 

image.png


@jdsilva  Isn't that the client details from the table below?

jdsilva
Kind of a big deal

Oh, yes. Whoops. You're right @BrechtSchamp . I'm not reading everything properly again 😞

Get notified when there are additional replies to this discussion.
Welcome to the Meraki Community!
To start contributing, simply sign in with your Cisco account. If you don't yet have a Cisco account, you can sign up.
Labels