Interface IApplianceDhcpSubnets
- Namespace
- Meraki.Api.Interfaces.Products.Appliance
- Assembly
- Meraki.Api.dll
public interface IApplianceDhcpSubnets
Methods
GetDeviceApplianceDhcpSubnetsAsync(string, CancellationToken)
Return the DHCP subnet information for an appliance
[Get("/devices/{serial}/appliance/dhcp/subnets")]
Task<List<DhcpSubnets>> GetDeviceApplianceDhcpSubnetsAsync(string serial, CancellationToken cancellationToken = default)
Parameters
serial
stringThe serial number
cancellationToken
CancellationToken
Returns
Exceptions
- ApiException
Thrown when fails to make API call