Impacted clients and failure type

yaakov-netop
Conversationalist

Impacted clients and failure type

In Assurance > Overview there is a section of the clients. When I choose the Wireless, and then select one of Association, Authentication or IP address, I can see the Impacted clients and their Failure type.

(more details on this page is here: https://documentation.meraki.com/General_Administration/Cross-Platform_Content/Meraki_Assurance_Over...)

 

What is the API that can give me the Impacted clients and their Failure type?

 

Thanks!

1 Reply 1
sungod
Kind of a big deal

I'd think you would need to use a series of calls, for instance...

 

get list of networks in org

 

iterate over list of networks with...

https://developer.cisco.com/meraki/api-v1/get-network-wireless-clients-health-scores/ 

...to get clients, there could be a LOT

 

select the ones with a imperfect score, and iterate over that list with...

https://developer.cisco.com/meraki/api-v1/get-network-wireless-client-connectivity-events/

 

Get notified when there are additional replies to this discussion.