Table of Contents

Interface ISmDevicesNetworkAdapters

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

Methods

GetNetworkSmDeviceNetworkAdaptersAsync(string, string, CancellationToken)

List the network adapters of a device

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

Parameters

networkId string

The network id

deviceId string

The device id

cancellationToken CancellationToken

Returns

Task<List<NetworkAdapter>>

Exceptions

ApiException

Thrown when fails to make API call