Extracts a list of firewall 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
x > 0
Determine the field to order results by
id
, name
, description
, enabled
, action
, -id
, -name
, -description
, -enabled
, -action
"-id"
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 firewall actions
allow
, block
Filter rules based on their active status
Successful Response
The response is of type object
.