Table of Contents

Interface ISmDevicesWlanLists

Namespace
Meraki.Api.Interfaces.Products.Sm
Assembly
Meraki.Api.dll
public interface ISmDevicesWlanLists

Methods

GetNetworkSmDeviceWlanListsAsync(string, string, CancellationToken)

List the saved SSID names on a device

[Get("/networks/{networkId}/sm/devices/{deviceId}/wlanLists")]
Task<List<WlanList>> GetNetworkSmDeviceWlanListsAsync(string networkId, string deviceId, CancellationToken cancellationToken = default)

Parameters

networkId string

The network id

deviceId string

The device id

cancellationToken CancellationToken

Returns

Task<List<WlanList>>

Exceptions

ApiException

Thrown when fails to make API call