Get all rulesetsedit

DEPRECATED: Retrieves all of the user rulesets. Deprecated in favor of traffic-filter endpoints.

Requestedit

GET /api/v1/deployments/ip-filtering/rulesets

Query parametersedit

Name Type Required Description

include_associations

boolean; default: false

N

Retrieves a list of resources that are associated to the specified ruleset.

Responsesedit

200

(IpFilterRulesets)

The IP filter rulesets for the user were successfully returned

500

(BasicFailedReply)

The request execution failed (code: 'ip_filtering.request_execution_failed')

Request exampleedit

curl -XGET https://{{hostname}}/api/v1/deployments/ip-filtering/rulesets \
-H "Authorization: ApiKey $ECE_API_KEY"