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.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Management API version.
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
Created filtering rule object.