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
stringThe network id
cancellationToken
CancellationToken
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
networkId
stringThe network id
applianceFirewallSettingsUpdateRequest
ApplianceFirewallSettingsUpdateRequestBody for updating the appliance firewall settings
cancellationToken
CancellationToken
Returns
Exceptions
- ApiException
Thrown when fails to make API call