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

peagacebe
New here

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

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?

7 Replies 7
alemabrahao
Kind of a big deal

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 Meraki 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.
peagacebe
New here

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

alemabrahao
Kind of a big deal

Unfortunately not. 😕

I am not a Cisco Meraki 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.
RaphaelL
Kind of a big deal
Kind of a big deal

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.

peagacebe
New here

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

RaphaelL
Kind of a big deal
Kind of a big deal

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

 

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

peagacebe
New here

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

Get notified when there are additional replies to this discussion.