cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1199
Views
5
Helpful
1
Replies

Looking for APIs to collect monitoring data

ambuj.jain
Level 1
Level 1

Hello,

We would like to monitor Meraki Environment – specifically, to get visibility into the up/down status of their Meraki access points, get traffic statistics, and other availability and performance metrics.

We looked the monitoring data exposed by Meraki Dashboard APIs – and we find

that metrics of interest are not available via these APIs.

My questions:

  - Does Meraki support other APIs that provide monitoring data.

  - Is there a Partner or Development program through we can

  get access to APIs that provide monitoring data.

Thanks,

Ambuj Jain

1 Accepted Solution

Accepted Solutions

colo
Cisco Employee
Cisco Employee

Ambuj,

You can monitor everything from the Meraki Dashboard. If you'd like to pull information out into another application, the Dashboard API provides the functionality you are looking for, but traditional network monitoring tools often use SNMP polling, SNMP Traps, and Syslog for monitoring Cisco Meraki networks.

Up/Down Status:

https://dashboard.meraki.com/api_docs#return-an-array-containing-the-uplink-information-for-a-device

Traffic Statistics of clients:

https://dashboard.meraki.com/api_docs#list-the-clients-of-a-device-up-to-a-maximum-of-a-month-ago

Performance:

https://documentation.meraki.com/MX-Z/Monitoring_and_Reporting/Load_Monitoring

Visit developers.meraki.com for a list of partners.

Regards,

Colin

View solution in original post

1 Reply 1

colo
Cisco Employee
Cisco Employee

Ambuj,

You can monitor everything from the Meraki Dashboard. If you'd like to pull information out into another application, the Dashboard API provides the functionality you are looking for, but traditional network monitoring tools often use SNMP polling, SNMP Traps, and Syslog for monitoring Cisco Meraki networks.

Up/Down Status:

https://dashboard.meraki.com/api_docs#return-an-array-containing-the-uplink-information-for-a-device

Traffic Statistics of clients:

https://dashboard.meraki.com/api_docs#list-the-clients-of-a-device-up-to-a-maximum-of-a-month-ago

Performance:

https://documentation.meraki.com/MX-Z/Monitoring_and_Reporting/Load_Monitoring

Visit developers.meraki.com for a list of partners.

Regards,

Colin