Interface IApplianceFirewallSettings
- Namespace
- Meraki.Api.Interfaces.Products.Appliance
- Assembly
- Meraki.Api.dll
public interface IApplianceFirewallSettingsMethods
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
- networkIdstring
- The network id 
- cancellationTokenCancellationToken
Returns
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
- networkIdstring
- The network id 
- applianceFirewallSettingsUpdateRequestApplianceFirewallSettingsUpdateRequest
- Body for updating the appliance firewall settings 
- cancellationTokenCancellationToken
Returns
Exceptions
- ApiException
- Thrown when fails to make API call