Table of Contents

Interface ISmProfiles

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

Methods

GetNetworkSmProfilesAsync(string, CancellationToken)

List all the profiles in the network

[Get("/networks/{networkId}/sm/profiles")]
Task<List<SmProfile>> GetNetworkSmProfilesAsync(string networkId, CancellationToken cancellationToken = default)

Parameters

networkId string

The network id

cancellationToken CancellationToken

Returns

Task<List<SmProfile>>

Exceptions

ApiException

Thrown when fails to make API call