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
stringThe network id
cancellationToken
CancellationToken
Returns
Exceptions
- ApiException
Thrown when fails to make API call