Retrieve advanced rules
Retrieve a list of advanced rules assigned to a domain, offering filter, ordering, and pagination capabilities
Authorizations
API key for authentication.
Path Parameters
The domain ID
Query Parameters
Determine the field to order results by
id
, name
, description
, enabled
, action
, phase
, -id
, -name
, -description
, -enabled
, -action
, -phase
Number of items to return
0 <= x <= 100
Number of items to skip
0 <= x <= 100000
Filter 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
Response
Successful Response
The response is of type object
.