Table of Contents

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 string

The serial number

cancellationToken CancellationToken

Returns

Task<List<DhcpSubnets>>

Exceptions

ApiException

Thrown when fails to make API call