cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
4002
Views
0
Helpful
7
Replies

Summary Report data via Python Module by SSID and with specific date period

pedro-braga
Community Member

I'd like to know if it's possible to get the data via Python that generates the graphs and tables in the Summary Report found in Organization -> Monitor -> Summary Report. Only by SSID and for a specific period, as is possible in the Meraki Dashboard. I saw that in /organizations/{organizationId}/summary/top/ it's possible to get some information but I was wondering if it's possible to separate each of the “top”s by SSID and get a specific period? And if so, how would you do that?

1 Accepted Solution

Accepted Solutions

Raphael_L
Meraki Community All-Star
Meraki Community All-Star

This endpoint has a filter for SSIDs. Would that work ?

/organizations/{organizationId}/summary/top/applications/byUsage?ssidName="Name of the SSID"

View solution in original post

7 Replies 7

aleabrahao
Meraki Community All-Star
Meraki Community All-Star

The /organizations/{organizationId}/summary/top/ endpoint provides some aggregated data, you might need to use additional endpoints to filter by SSID and date period.


I am not a Cisco employee. My suggestions are based on documentation of Meraki best practices and day-to-day experience.

Please, if this post was useful, leave your kudos and mark it as solved.

pedro-braga
Community Member

Please, do you have an example of a complementary endpoint to do this?

aleabrahao
Meraki Community All-Star
Meraki Community All-Star

Unfortunately not. 😕

I am not a Cisco employee. My suggestions are based on documentation of Meraki best practices and day-to-day experience.

Please, if this post was useful, leave your kudos and mark it as solved.

Raphael_L
Meraki Community All-Star
Meraki Community All-Star

Hi ,

Are you looking for https://developer.cisco.com/meraki/api-v1/get-organization-summary-top-ssids-by-usage/ ?


You can provide an SSID name and your t0,t1 timeframe.

Not exactly, for example I want to get “getOrganizationSummaryTopApplicationsByUsage” but divided by SSID

Raphael_L
Meraki Community All-Star
Meraki Community All-Star

This endpoint has a filter for SSIDs. Would that work ?

/organizations/{organizationId}/summary/top/applications/byUsage?ssidName="Name of the SSID"

I didn't know about this filter, I'll try it, thank you very much