Table of Contents

Interface INetworksSwitchDhcpServerPolicy

Namespace
Meraki.Api.Interfaces.General.Networks
Assembly
Meraki.Api.dll

I Networks Switch Dhcp Server Policy

public interface INetworksSwitchDhcpServerPolicy

Methods

GetNetworkSwitchDhcpServerPolicyArpInspectionWarningsByDeviceAsync(string, CancellationToken)

Return the devices that have a Dynamic ARP Inspection warning and their warnings

[Get("/networks/{networkId}/switch/dhcpServerPolicy/arpInspection/warnings/byDevice")]
Task<List<NetworksSwitchDhcpServerPolicyArpInspectionWarning>> GetNetworkSwitchDhcpServerPolicyArpInspectionWarningsByDeviceAsync(string networkId, CancellationToken cancellationToken = default)

Parameters

networkId string
cancellationToken CancellationToken

Returns

Task<List<NetworksSwitchDhcpServerPolicyArpInspectionWarning>>

Exceptions

ApiException

Thrown when fails to make API call