Interface IApplianceContentFiltering
- Namespace
- Meraki.Api.Interfaces.Products.Appliance
- Assembly
- Meraki.Api.dll
public interface IApplianceContentFiltering
Methods
GetNetworkApplianceContentFilteringAsync(string, CancellationToken)
Return the content filtering settings for an MX network
[Get("/networks/{networkId}/appliance/contentFiltering")]
Task<ApplianceContentFilteringResult> GetNetworkApplianceContentFilteringAsync(string networkId, CancellationToken cancellationToken = default)
Parameters
networkIdstringThe network id
cancellationTokenCancellationToken
Returns
Exceptions
- ApiException
Thrown when fails to make API call
UpdateNetworkApplianceContentFilteringAsync(string, ContentFilteringUpdateRequest, CancellationToken)
Update the content filtering settings for an MX network
[Put("/networks/{networkId}/appliance/contentFiltering")]
Task<ApplianceContentFilteringResult> UpdateNetworkApplianceContentFilteringAsync(string networkId, ContentFilteringUpdateRequest networkContentFilteringUpdateRequest, CancellationToken cancellationToken = default)
Parameters
networkIdstringThe network id
networkContentFilteringUpdateRequestContentFilteringUpdateRequestBody for updating content filtering settings
cancellationTokenCancellationToken
Returns
Exceptions
- ApiException
Thrown when fails to make API call