IMPORTANT: No additional bug fixes or documentation updates
will be released for this version. For the latest information, see the
current release documentation.
Get all rulesets
editGet all rulesets
editDEPRECATED: Retrieves all of the user rulesets. Deprecated in favor of traffic-filter endpoints.
Request
editGET /api/v1/deployments/ip-filtering/rulesets
Query parameters
editName | Type | Required | Description |
---|---|---|---|
|
|
N |
Retrieves a list of resources that are associated to the specified ruleset. |
Responses
edit-
200
-
The IP filter rulesets for the user were successfully returned
-
500
-
The request execution failed (code: 'ip_filtering.request_execution_failed')
Request example
editcurl -XGET https://{{hostname}}/api/v1/deployments/ip-filtering/rulesets \ -H "Authorization: ApiKey $ECE_API_KEY"