A newer version is available. For the latest information, see the
current release documentation.
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 |
---|---|---|---|
|
|
Y |
Mandatory associated entity ID |
|
|
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 \ -H "Authorization: ApiKey $ECE_API_KEY"