Create a filtering rule
Creates a new filtering rule. The rule will be evaluated in order based on the placement parameter. If no placement is specified, the rule is added to the end.
Documentation Index
Fetch the complete documentation index at: https://docs.fingerprint.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Headers
Management API version.
Body
Name of the filtering rule
"Block suspicious IPs"
Environment ID
"ae_rrETjdWcfqI6AFsk"
Expression in expr-lang format that defines the rule condition
"http.request.ip in cidr('192.168.1.1/32')"
Action to take when the rule matches
allow, deny "deny"
Status of the filtering rule
enabled, disabled Error message to return when denying a request
Forbidden "Forbidden"
Placement options for the rule
Response
Created filtering rule object.