Check IP in specific ruleset
POST/v1/edl/ip-rulesets/:ruleset_id/rules:check
Check if an IP address exists in a specific ruleset. Returns the matching rule if found, including CIDR blocks that contain the IP.
This endpoint is for checking within a SINGLE ruleset.
To check across all rulesets, use /ip-rulesets/rules:check
instead.
Use cases:
- Verify if an IP is blocked in a particular policy
- Find the specific rule affecting an IP
- Check before adding to avoid duplicates
Required Permission: read
or read_write
Required Plan: Active EDL Management plan
Request
Responses
- 200
- 400
- 401
- 403
- 404
OK
Bad Request
Unauthorized
Forbidden
Not Found