03-19-2025 07:24 AM
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?
Solved! Go to Solution.
03-19-2025 11:08 AM
This endpoint has a filter for SSIDs. Would that work ?
/organizations/{organizationId}/summary/top/applications/byUsage?ssidName="Name of the SSID"
03-19-2025 07:27 AM
The /organizations/{organizationId}/summary/top/ endpoint provides some aggregated data, you might need to use additional endpoints to filter by SSID and date period.
03-19-2025 07:30 AM
Please, do you have an example of a complementary endpoint to do this?
03-19-2025 07:36 AM
Unfortunately not. 😕
03-19-2025 08:21 AM
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.
03-19-2025 10:56 AM
Not exactly, for example I want to get “getOrganizationSummaryTopApplicationsByUsage” but divided by SSID
03-19-2025 11:08 AM
This endpoint has a filter for SSIDs. Would that work ?
/organizations/{organizationId}/summary/top/applications/byUsage?ssidName="Name of the SSID"
03-19-2025 11:11 AM
I didn't know about this filter, I'll try it, thank you very much
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide