Interface INetworksWirelessDevices
- Namespace
- Meraki.Api.Interfaces.General.Networks
- Assembly
- Meraki.Api.dll
I Networks Wireless Devices
public interface INetworksWirelessDevices
Methods
GetNetworkWirelessDevicesHealthScoresAsync(string, CancellationToken)
Fetch the health scores of all APs on this network
[Get("/networks/{networkId}/wireless/devices/healthScores")]
Task<List<WirelessDeviceHealthScore>> GetNetworkWirelessDevicesHealthScoresAsync(string networkId, CancellationToken cancellationToken = default)
Parameters
networkIdstringcancellationTokenCancellationToken
Returns
Exceptions
- ApiException
Thrown when fails to make API call