- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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?
Solved! Go to solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
This endpoint has a filter for SSIDs. Would that work ?
/organizations/{organizationId}/summary/top/applications/byUsage?ssidName="Name of the SSID"
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
The /organizations/{organizationId}/summary/top/ endpoint provides some aggregated data, you might need to use additional endpoints to filter by SSID and date period.
Please, if this post was useful, leave your kudos and mark it as solved.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Please, do you have an example of a complementary endpoint to do this?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Unfortunately not. 😕
Please, if this post was useful, leave your kudos and mark it as solved.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Not exactly, for example I want to get “getOrganizationSummaryTopApplicationsByUsage” but divided by SSID
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
This endpoint has a filter for SSIDs. Would that work ?
/organizations/{organizationId}/summary/top/applications/byUsage?ssidName="Name of the SSID"
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I didn't know about this filter, I'll try it, thank you very much
