Table of Contents

Interface ISmDevicesDeviceProfiles

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

Methods

GetNetworkSmDeviceDeviceProfilesAsync(string, string, CancellationToken)

Get the installed profiles associated with a device

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

Parameters

networkId string

The network id

deviceId string

The device id

cancellationToken CancellationToken

Returns

Task<List<DeviceProfile>>

Exceptions

ApiException

Thrown when fails to make API call