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
networkId
stringThe network id
cancellationToken
CancellationToken
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
networkId
stringThe network id
networkContentFilteringUpdateRequest
ContentFilteringUpdateRequestBody for updating content filtering settings
cancellationToken
CancellationToken
Returns
Exceptions
- ApiException
Thrown when fails to make API call