Table of Contents

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

networkId string
cancellationToken CancellationToken

Returns

Task<List<WirelessDeviceHealthScore>>

Exceptions

ApiException

Thrown when fails to make API call