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

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

RESPONSES

status: OK

{&quot;mode&quot;:&quot;prevention&quot;,&quot;idsRulesets&quot;:&quot;balanced&quot;,&quot;protectedNetworks&quot;:{&quot;useDefault&quot;:false,&quot;includedCidr&quot;:[&quot;10.0.0.0/8&quot;,&quot;127.0.0.0/8&quot;,&quot;169.254.0.0/16&quot;,&quot;172.16.0.0/12&quot;],&quot;excludedCidr&quot;:[&quot;10.0.0.0/8&quot;,&quot;127.0.0.0/8&quot;]}}