Retrieve a domains's custom rules
Extracts a list of custom rules assigned to a domain, offering filter, ordering, and pagination capabilities
Path parameters
The domain ID
The domain ID
Query parameters
Determine the field to order results by
Determine the field to order results by
Number of items to return
Number of items to return
Number of items to skip
Number of items to skip
Filter rules based on their name. Supports '*' as a wildcard character.
Filter rules based on their name. Supports '*' as a wildcard character.
Filter rules based on their description. Supports '*' as a wildcard character.
Filter rules based on their description. Supports '*' as a wildcard character.
Filter to refine results by specific actions
Filter rules based on their active status
Filter rules based on their active status
Response
Successful Response
Example response
{
"results": [
{
"name": "Block foobar bot",
"action": {
"block": {
"action_duration": "12h"
}
},
"conditions": [
{
"url": {
"url": "/wp-admin/"
},
"user_agent": {
"user_agent": "curl/"
},
"header": {
"header": "Origin"
},
"header_exists": {
"header": "Origin"
},
"file_extension": {
"file_extension": [
"pdf"
]
},
"content_type": {
"content_type": [
"application/xml"
]
},
"organization": {
"organization": "UptimeRobot s.r.o"
},
"request_rate": {
"path_pattern": "/"
}
}
]
}
]
}