IMPORTANT: No additional bug fixes or documentation updates
will be released for this version. For the latest information, see the
current release documentation.
Get associated rulesets
editGet associated rulesets
editDEPRECATED: Retrieves the rulesets associated with a deployment.
Request
editGET /api/v1/deployments/ip-filtering/associations/{association_type}/{associated_entity_id}/rulesets
Path parameters
editName | Type | Required | Description |
---|---|---|---|
|
|
Y |
Mandatory associated entity ID |
|
|
Y |
Mandatory association type ID |
Responses
edit-
200
-
Rulesets in the deployment were successfully returned
-
500
-
Request execution failed (code: 'ip_filtering.request_execution_failed')
Request example
editcurl -XGET https://{{hostname}}/api/v1/deployments/ip-filtering/associations/{association_type}/{associated_entity_id}/rulesets \ -H "Authorization: ApiKey $ECE_API_KEY"