Set The Supported Intrusion Settings For An MX Network
PUT {{baseUrl}}/networks/:networkId/appliance/security/intrusion
Set the supported intrusion settings for an MX network #### Body Parameters Parameter|Type|Description :-------------: |:-------------: |:-------------: mode| string| Set mode to 'disabled'/'detection'/'prevention' (optional - omitting will leave current config unchanged) idsRulesets| string| Set the detection ruleset 'connectivity'/'balanced'/'security' (optional - omitting will leave current config unchanged). Default value is 'balanced' if none currently saved protectedNetworks| object| Set the included/excluded networks from the intrusion engine (optional - omitting will leave current config unchanged). This is available only in 'passthrough' mode
Request Body
{"mode"=>"<string>", "idsRulesets"=>"<string>", "protectedNetworks"=>{"useDefault"=>"<boolean>", "includedCidr"=>["<string>", "<string>"], "excludedCidr"=>["<string>", "<string>"]}}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
X-Cisco-Meraki-API-Key | null | ||
Content-Type | string |
RESPONSES
status: OK
{"mode":"prevention","idsRulesets":"balanced","protectedNetworks":{"useDefault":false,"includedCidr":["10.0.0.0/8","127.0.0.0/8","169.254.0.0/16","172.16.0.0/12"],"excludedCidr":["10.0.0.0/8","127.0.0.0/8"]}}