Table of Contents

Interface IApplianceFirewallInboundFirewallRules

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

Methods

GetNetworkApplianceFirewallInboundFirewallRulesAsync(string, CancellationToken)

Return the inbound firewall rules for an MX network

[Get("/networks/{networkId}/appliance/firewall/inboundFirewallRules")]
Task<InboundFirewallRules> GetNetworkApplianceFirewallInboundFirewallRulesAsync(string networkId, CancellationToken cancellationToken = default)

Parameters

networkId string

The network id

cancellationToken CancellationToken

Returns

Task<InboundFirewallRules>

Exceptions

ApiException

Thrown when fails to make API call

UpdateNetworkApplianceFirewallInboundFirewallRulesAsync(string, InboundFirewallRules, CancellationToken)

Update the inbound firewall rules of an MX network

[Put("/networks/{networkId}/appliance/firewall/inboundFirewallRules")]
Task<InboundFirewallRules> UpdateNetworkApplianceFirewallInboundFirewallRulesAsync(string networkId, InboundFirewallRules inboundFirewallRules, CancellationToken cancellationToken = default)

Parameters

networkId string

The network id

inboundFirewallRules InboundFirewallRules

Body for updating inbound firewall rules

cancellationToken CancellationToken

Returns

Task<InboundFirewallRules>

Exceptions

ApiException

Thrown when fails to make API call