IMPORTANT: No additional bug fixes or documentation updates
will be released for this version. For the latest information, see the
current release documentation.
Create ruleset association
editCreate ruleset association
editDEPRECATED: Applies the ruleset to the specified deployment.
Request
editPOST /api/v1/deployments/ip-filtering/rulesets/{ruleset_id}/associations
Path parameters
editName | Type | Required | Description |
---|---|---|---|
|
|
Y |
Mandatory ruleset ID |
Request body
edit(FilterAssociation
) (required) Mandatory ruleset association description
Responses
edit-
201
-
Create association request was valid and the association has been created
-
404
-
Associated entity specified by {id} cannot be found (code: 'ip_filtering.associated_entity_not_found')
-
449
-
Elevated permissions are required. (code: '"root.unauthorized.rbac.elevated_permissions_required"')
-
500
-
Request execution failed (code: 'ip_filtering.request_execution_failed')
Request example
editcurl -XPOST https://{{hostname}}/api/v1/deployments/ip-filtering/rulesets/{ruleset_id}/associations \ -H "Authorization: ApiKey $ECE_API_KEY" \ -d ' { "entity_type" : "string", "id" : "string" } '