Update The Storm Control Configuration For A Switch Network

PUT {{baseUrl}}/networks/:networkId/switch/stormControl

Update the storm control configuration for a switch network #### Body Parameters Parameter|Type|Description :-------------: |:-------------: |:-------------: broadcastThreshold| integer| Percentage (1 to 99) of total available port bandwidth for broadcast traffic type. Default value 100 percent rate is to clear the configuration. multicastThreshold| integer| Percentage (1 to 99) of total available port bandwidth for multicast traffic type. Default value 100 percent rate is to clear the configuration. unknownUnicastThreshold| integer| Percentage (1 to 99) of total available port bandwidth for unknown unicast (dlf-destination lookup failure) traffic type. Default value 100 percent rate is to clear the configuration.

Supports Action Batches

ResourceOperation
/networks/{networkId}/switch/stormControlupdate

Request Body

{"broadcastThreshold"=>"<integer>", "multicastThreshold"=>"<integer>", "unknownUnicastThreshold"=>"<integer>"}

HEADERS

KeyDatatypeRequiredDescription
X-Cisco-Meraki-API-Keynull
Content-Typestring

RESPONSES

status: OK

{&quot;broadcastThreshold&quot;:30,&quot;multicastThreshold&quot;:30,&quot;unknownUnicastThreshold&quot;:30}