CustomRulesPostRequest
Create a custom rule.
description
string
Required
A description of the custom rule.
Block traffic for malformed URL requests
expression
string
Required
The expression that determines the custom rule's behavior.
(http.request.uri.path matches \"^/path1/.*\")
actions
array of string
Required
The action(s) applied by the custom rule.
- "block"
enabled
boolean
Whether or not the custom rule is enabled.
true
position
object
Used to specify the position of a rule.