Get associated rulesetsedit

Retrieves the rulesets associated with a deployment.

Requestedit

GET /api/v1/deployments/ip-filtering/associations/{association_type}/{associated_entity_id}/rulesets

Path parametersedit

Name Type Required Description

associated_entity_id

string

Y

Mandatory associated entity ID

association_type

string

Y

Mandatory association type ID

Responsesedit

200

(IpFilteringSettings) Rulesets in the deployment were successfully returned

500

(BasicFailedReply) 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/associations/{association_type}/{associated_entity_id}/rulesets \
-u $CLOUD_USER:$CLOUD_KEY