Authorizations
API key for authentication. Make sure to include the word apikey, followed by a single space and then your token.
Example: apikey 1234$abcdef
Path Parameters
The domain ID
x > 0Query Parameters
Determine the field to order results by
id, name, description, enabled, action, phase, -id, -name, -description, -enabled, -action, -phase "-id"
Number of items to return
0 <= x <= 100Number of items to skip
0 <= x <= 100000Filter rules based on their name. Supports '*' as a wildcard character.
"Block by specific IP rule"
Filter rules based on their description. Supports '*' as a wildcard character.
"This rule blocks all the requests coming form a specific IP address"
Filter to refine results by specific actions
allow, block, captcha, handshake, monitor, tag Filter rules based on their active status
false
Filter rules based on the WAAP request/response phase for applying the rule.
The "access" phase is responsible for modifying the request before it is sent to the origin server.
The "header_filter" phase is responsible for modifying the HTTP headers of a response before they are sent back to the client.
The "body_filter" phase is responsible for modifying the body of a response before it is sent back to the client.
access, header_filter, body_filter "access"
Response
Successful Response