06-18-2025 03:53 AM
I want report about uptime and downtime of all APs .where to find ?
Solved! Go to Solution.
06-18-2025 04:04 AM
Unfortunately the only way to achieve this is to customize using APIs and programming.
The API endpoint, getOrganizationDevicesBootsHistory (GET /organizations/{organizationId}/devices/boots/history), returns a list of all boot records for devices in the organization. If a device is currently online, you can use these records to derive uptime by subtracting the current time with the bootedAt timestamp. You can use API endpoint getOrganizationDevicesBootsHistory, providing the history of your device boots, and getOrganizationDevicesAvailabilitiesChangeHistory, providing the change history of your device availabilities, together for a more complete view.
06-18-2025 03:58 AM
Hi you can check this on Network-wide > Monitor > Devices > [Select AP] or Network-wide > Monitor > Event Log and filter by Device Boot or Connectivity events.
Device Uptime - Cisco Meraki Documentation
06-18-2025 04:01 AM
Hi thanks,
But i need all APs uptime/downtime together not individual.
06-18-2025 04:04 AM
Unfortunately the only way to achieve this is to customize using APIs and programming.
The API endpoint, getOrganizationDevicesBootsHistory (GET /organizations/{organizationId}/devices/boots/history), returns a list of all boot records for devices in the organization. If a device is currently online, you can use these records to derive uptime by subtracting the current time with the bootedAt timestamp. You can use API endpoint getOrganizationDevicesBootsHistory, providing the history of your device boots, and getOrganizationDevicesAvailabilitiesChangeHistory, providing the change history of your device availabilities, together for a more complete view.
07-01-2025 12:08 AM
The endpoint getOrganizationDevicesBootsHistory support only 730 days back.
What if the device is on more than 2 years?
I know it is very rare, but I need to cover all the cases.
I there a way to get the uptime in this case?
06-18-2025 04:06 AM
On pages like Wireless > Access Points, use the Export as CSV option. But actually, you need on this report?
06-18-2025 04:10 AM
through wireless> Access Points ,i only download an individual AP's report but i need uptime/downtime of All APs .
06-18-2025 07:52 PM
Now quite what you want, but what about the Wireless Health report?
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