Get associated rulesetsedit

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

Request exampleedit

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