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
stringThe network id
cancellationToken
CancellationToken
Returns
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
stringThe network id
trafficShaping
TrafficShapingcancellationToken
CancellationToken
Returns
Exceptions
- ApiException
Thrown when fails to make API call