Firewall Rules
Retrieve a domains's firewall rules
Extracts a list of firewall rules assigned to a domain, offering filter, ordering, and pagination capabilities
GET
Authorizations
API key for authentication.
Path Parameters
The domain ID
Query Parameters
Determine the field to order results by
Available options:
id
, name
, description
, enabled
, action
, -id
, -name
, -description
, -enabled
, -action
Examples:
"-id"
Number of items to return
Required range:
0 <= x <= 100
Number of items to skip
Required range:
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
Available options:
allow
, block
Filter rules based on their active status
Response
200
application/json
Successful Response
The response is of type object
.