Interface ISmDevicesRestrictions
- Namespace
- Meraki.Api.Interfaces.Products.Sm
- Assembly
- Meraki.Api.dll
public interface ISmDevicesRestrictions
Methods
GetNetworkSmDeviceRestrictionsAsync(string, string, CancellationToken)
List the restrictions on a device
[Get("/networks/{networkId}/sm/devices/{deviceId}/restrictions")]
Task<List<SmDeviceRestrictions>> GetNetworkSmDeviceRestrictionsAsync(string networkId, string deviceId, CancellationToken cancellationToken = default)
Parameters
networkIdstringThe network id
deviceIdstringThe device id
cancellationTokenCancellationToken
Returns
Exceptions
- ApiException
Thrown when fails to make API call