cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
2592
Views
1
Helpful
2
Replies

APIs to parse usage (data) in real time

NamgyuKim
Level 2
Level 2

Hi there,

I analyze the page of 'Organization > Summary Report' and know how to parse 'Usage Over Time' by excel.

However, are there any APIs to parse usage in real time?

I'd like to extract usage by Meraki dashboard APIs and python in real time not from downloading excel file.

1 Accepted Solution

Accepted Solutions

BrechtSchamp
Level 11
Level 11

The only way to get realtime data would be via Netflow which is only available for Meraki MX.

More info here:

https://documentation.meraki.com/MX/Monitoring_and_Reporting/NetFlow_Overview

View solution in original post

2 Replies 2

BrechtSchamp
Level 11
Level 11

The only way to get realtime data would be via Netflow which is only available for Meraki MX.

More info here:

https://documentation.meraki.com/MX/Monitoring_and_Reporting/NetFlow_Overview

Thank you very much today!