Retrieve a list of advanced rules assigned to a domain, offering filter, ordering, and pagination capabilities
API key for authentication. Make sure to include the word apikey, followed by a single space and then your token.
Example: apikey 1234$abcdef
The domain ID
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.
Filter rules based on their description. Supports '*' as a wildcard character.
Filter to refine results by specific actions
allow, block, captcha, handshake, monitor, tag Filter rules based on their active status
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 Successful Response