How to do API call to get status of Access points?

SwapnilZ
New here

How to do API call to get status of Access points?

How to do API call to get status of Access points?

2 Replies 2
alemabrahao
Kind of a big deal
Kind of a big deal

  • You can use the following endpoint to get the status of all devices (including APs) in an organization.

 

GET /organizations/{organizationId}/deviceStatuses


This will return a list of devices with their status (online, offline, or alerting) and other metadata.

 

 

  • To get more detailed wireless information (like SSID status, channel, power, etc.) for a specific AP, use.

 

 

GET /devices/{serial}/wireless/status


This endpoint returns SSID configurations and operational details such as.

 

SSID name and number
Band (2.4 GHz / 5 GHz)
Channel and width
Power level
Whether it's broadcasting or visible

 

Get Device Wireless Status - Meraki Dashboard API v1 - Cisco Meraki Developer Hub

I am not a Cisco Meraki employee. My suggestions are based on documentation of Meraki best practices and day-to-day experience.

Please, if this post was useful, leave your kudos and mark it as solved.
John_on_API
Meraki Employee All-Star Meraki Employee All-Star
Meraki Employee All-Star
Get notified when there are additional replies to this discussion.