Policy > Security > East West Security > Distributed Firewall > Settings > Exclusion List

Filter the firewall exclude list

Filter the firewall exclude list by the given object, to check whether
the object is a member of this exclude list.

Request:

Method:
POST
URI Path(s):
/policy/api/v1/infra/settings/firewall/security/exclude-list?action=filter
Request Headers:
n/a
Query Parameters:
PolicyExcludeListFilterRequestParams+
Request Body:
n/a

Example Request:

POST https://<policy-mgr>/policy/api/v1/infra/settings/firewall/security/exclude-list?action=filter&intent_path=/infra/domains/default/groups/app-group

Successful Response:

Response Code:
200 OK
Response Headers:
Content-type: application/json
Response Body:
PolicyResourceReference+

Example Response:

{ "target_display_name": "app-group", "is_valid": true, "target_type": "Group", "target_id": "app-group", "path": "/infra/domains/default/groups/app-group" }

Required Permissions:

read

Feature:

policy_dfw

Additional Errors: