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
Key | Datatype | Required | Description |
---|---|---|---|
X-Cisco-Meraki-API-Key | null | ||
Content-Type | string |
RESPONSES
status: OK
{"allowedRules":[{"ruleId":"meraki:intrusion/snort/GID/01/SID/688","message":"SQL sa login failed"},{"ruleId":"meraki:intrusion/snort/GID/01/SID/5805","message":"MALWARE-OTHER Trackware myway speedbar runtime detection - switch engines"}]}