Interface INetworksSwitchDhcp
- Namespace
- Meraki.Api.Interfaces.General.Networks
- Assembly
- Meraki.Api.dll
I Networks Switch Dhcp
public interface INetworksSwitchDhcp
Methods
GetNetworkSwitchDhcpV4ServersSeenAsync(string, CancellationToken)
Return the network's DHCPv4 servers seen within the selected timeframe (default 1 day)
[Get("/networks/{networkId}/switch/dhcp/v4/servers/seen")]
Task<List<NetworksSwitchDhcpV4ServersSeen>> GetNetworkSwitchDhcpV4ServersSeenAsync(string networkId, CancellationToken cancellationToken = default)
Parameters
networkIdstringcancellationTokenCancellationToken
Returns
Exceptions
- ApiException
Thrown when fails to make API call