Interface IDevicesWireless
- Namespace
- Meraki.Api.Interfaces.General.Devices
- Assembly
- Meraki.Api.dll
I Devices Wireless
public interface IDevicesWireless
Methods
GetDeviceWirelessHealthScoresAsync(string, CancellationToken)
Fetch the health scores for a given AP on this network
[Get("/devices/{serial}/wireless/healthScores")]
Task<WirelessHealthScores> GetDeviceWirelessHealthScoresAsync(string serial, CancellationToken cancellationToken = default)
Parameters
serialstringcancellationTokenCancellationToken
Returns
Exceptions
- ApiException
Thrown when fails to make API call