- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
How to get device Status ? like UP/Down
Solved! Go to solution.
- Labels:
-
Code Sample
-
Dashboard API
-
Scanning API
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
https://developer.cisco.com/meraki/api-v1/#!get-organization-devices-statuses
Status and LastReportedAt are fields in this API call. It is in the Organizations section.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello @Arul,
You can use many method for realize this purpose (SNMP, alerts, webhook etc.)
But very simple and right method - use SNMP Request.
You can use simple Request SNMPv3 Dashboard Controller for purpose monitoring device status (https://documentation.meraki.com/General_Administration/Monitoring_and_Reporting/SNMP_Overview_and_C.... This feature configuration for each Organization (Organization-Settings-SNMP Section). Also in SNMP Section you can search SNMPv3 connection parameters (login, configurable authentication and privacy passwords, port and supported protocols connection) to Meraki Controller for you account and you can download from this page specific MIB for upload to your Monitoring System.
I am currently use this method for monitoring device status for network devices (MX,MR,MS) in own Monitoring System (PRTG).
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
https://developer.cisco.com/meraki/api-v1/#!get-organization-devices-statuses
Status and LastReportedAt are fields in this API call. It is in the Organizations section.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi
While using the below API, i can get only a limited number of devices not all the devices.
https://developer.cisco.com/meraki/api-v1/#!get-organization-devices-statuses
Can you help on this,
Regards
Arul
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Are you adding the parameter total_pages='all' if you are using Python and v1 of the API?
Click on "Templates" on that link you posted and look at the Meraki Python Library example.
Here is some info on Pages and the API:
Pagination - Meraki-Dashboard-API-v1-Documentation - Document - Cisco DevNet
