Table of Contents

Interface IApplianceTrafficShaping

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

Methods

GetNetworkApplianceTrafficShapingAsync(string, CancellationToken)

Display the traffic shaping settings for an MX network

[Get("/networks/{networkId}/appliance/trafficShaping")]
Task<TrafficShaping> GetNetworkApplianceTrafficShapingAsync(string networkId, CancellationToken cancellationToken = default)

Parameters

networkId string

The network id

cancellationToken CancellationToken

Returns

Task<TrafficShaping>

Exceptions

ApiException

Thrown when fails to make API call

UpdateNetworkApplianceTrafficShapingAsync(string, TrafficShaping, CancellationToken)

Update the traffic shaping settings for an MX network

[Put("/networks/{networkId}/appliance/trafficShaping")]
Task<TrafficShaping> UpdateNetworkApplianceTrafficShapingAsync(string networkId, TrafficShaping trafficShaping, CancellationToken cancellationToken = default)

Parameters

networkId string

The network id

trafficShaping TrafficShaping
cancellationToken CancellationToken

Returns

Task<TrafficShaping>

Exceptions

ApiException

Thrown when fails to make API call