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
Resource | Operation |
---|---|
/networks/{networkId}/switch/stormControl | update |
Request Body
{"broadcastThreshold"=>"<integer>", "multicastThreshold"=>"<integer>", "unknownUnicastThreshold"=>"<integer>"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
X-Cisco-Meraki-API-Key | null | ||
Content-Type | string |
RESPONSES
status: OK
{"broadcastThreshold":30,"multicastThreshold":30,"unknownUnicastThreshold":30}