⚠️ Add Rule to Existing Policy

POST {{cb_url}}/integrationServices/v3/policy/{{cb_policy_id}}/rule

Add a new rule to an existing policy. Wrap the new rule definition into a JSON object under the key ruleInfo.

See the Documentation

Request Body

{"ruleInfo"=>{"action"=>"DENY", "application"=>{"type"=>"REPUTATION", "value"=>"COMPANY_BLACK_LIST"}, "operation"=>"RANSOM", "required"=>true, "id"=>1}}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring