Table of Contents

Interface IApplianceFirewallL3FirewallRules

Namespace
Meraki.Api.Interfaces.Products.Appliance
Assembly
Meraki.Api.dll
public interface IApplianceFirewallL3FirewallRules

Methods

GetNetworkApplianceFirewallL3FirewallRulesAsync(string, CancellationToken)

Return the L3 firewall rules for an MX network

[Get("/networks/{networkId}/appliance/firewall/l3FirewallRules")]
Task<Layer3FirewallRules> GetNetworkApplianceFirewallL3FirewallRulesAsync(string networkId, CancellationToken cancellationToken = default)

Parameters

networkId string

The network id

cancellationToken CancellationToken

Returns

Task<Layer3FirewallRules>

Exceptions

ApiException

Thrown when fails to make API call

UpdateNetworkApplianceFirewallL3FirewallRulesAsync(string, Layer3FirewallRules, CancellationToken)

Update the L3 firewall rules of an MX network

[Put("/networks/{networkId}/appliance/firewall/l3FirewallRules")]
Task<Layer3FirewallRules> UpdateNetworkApplianceFirewallL3FirewallRulesAsync(string networkId, Layer3FirewallRules updateNetworkL3FirewallRules, CancellationToken cancellationToken = default)

Parameters

networkId string

The network id

updateNetworkL3FirewallRules Layer3FirewallRules

Body for updating L3 firewall rules

cancellationToken CancellationToken

Returns

Task<Layer3FirewallRules>

Exceptions

ApiException

Thrown when fails to make API call