Sets Supported Intrusion Settings For An Organization

PUT {{baseUrl}}/organizations/:organizationId/appliance/security/intrusion

Sets supported intrusion settings for an organization #### Body Parameters Parameter|Type|Description :-------------: |:-------------: |:-------------: allowedRules| array| Sets a list of specific SNORT signatures to allow

Request Body

{"allowedRules"=>[{"ruleId"=>"<string>", "message"=>"<string>"}, {"ruleId"=>"<string>", "message"=>"<string>"}]}

HEADERS

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

RESPONSES

status: OK

{&quot;allowedRules&quot;:[{&quot;ruleId&quot;:&quot;meraki:intrusion/snort/GID/01/SID/688&quot;,&quot;message&quot;:&quot;SQL sa login failed&quot;},{&quot;ruleId&quot;:&quot;meraki:intrusion/snort/GID/01/SID/5805&quot;,&quot;message&quot;:&quot;MALWARE-OTHER Trackware myway speedbar runtime detection - switch engines&quot;}]}