Update The Traffic Shaping Settings For An MX Network
PUT {{baseUrl}}/networks/:networkId/appliance/trafficShaping
Update the traffic shaping settings for an MX network #### Body Parameters Parameter|Type|Description :-------------: |:-------------: |:-------------: globalBandwidthLimits| object| Global per-client bandwidth limit
Request Body
{"globalBandwidthLimits"=>{"limitUp"=>"<integer>", "limitDown"=>"<integer>"}}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
X-Cisco-Meraki-API-Key | null | ||
Content-Type | string |
RESPONSES
status: OK
{"globalBandwidthLimits":{"limitUp":2048,"limitDown":5120}}