Get all rulesetsedit

Retrieves all of the user rulesets.

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')

To perform this operation, you must be authenticated by means of one of the following methods: apiKey, basicAuth.

Request exampleedit

curl -XGET {{hostname}}/api/v1/deployments/ip-filtering/rulesets \
-u $CLOUD_USER:$CLOUD_KEY