Table of Contents

Interface IApplianceFirewallSettings

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

Methods

GetNetworkApplianceFirewallSettingsAsync(string, CancellationToken)

Return the firewall settings for this network

[Get("/networks/{networkId}/appliance/firewall/settings")]
Task<ApplianceFirewallSettings> GetNetworkApplianceFirewallSettingsAsync(string networkId, CancellationToken cancellationToken = default)

Parameters

networkId string

The network id

cancellationToken CancellationToken

Returns

Task<ApplianceFirewallSettings>

Exceptions

ApiException

Thrown when fails to make API call

UpdateNetworkApplianceFirewallSettingsAsync(string, ApplianceFirewallSettingsUpdateRequest, CancellationToken)

Update the cellular firewall rules of an MX network

[Put("/networks/{networkId}/appliance/firewall/settings")]
Task<ApplianceFirewallSettings> UpdateNetworkApplianceFirewallSettingsAsync(string networkId, ApplianceFirewallSettingsUpdateRequest applianceFirewallSettingsUpdateRequest, CancellationToken cancellationToken = default)

Parameters

networkId string

The network id

applianceFirewallSettingsUpdateRequest ApplianceFirewallSettingsUpdateRequest

Body for updating the appliance firewall settings

cancellationToken CancellationToken

Returns

Task<ApplianceFirewallSettings>

Exceptions

ApiException

Thrown when fails to make API call