NSX-T Data Center Global Manager REST API

Read the distributed firewall exclude list

Read the exclude list for the distributed firewall (DFW). Members in this list are excluded from DFW enforcement.

Request:

Method:
GET
URI Path(s):
/global-manager/api/v1/global-infra/settings/firewall/security/exclude-list
Request Headers:
n/a
Query Parameters:
n/a
Request Body:
n/a

Successful Response:

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

Example Response:

{ "members": [ "/infra/domains/default/groups/grp1" ], "resource_type": "PolicyExcludeList", "id": "security-policy", "display_name": "/infra/settings/firewall/security/exclude-list", "path": "/infra/settings/firewall/security/exclude-list", "relative_path": "security-policy", "marked_for_delete": false, "_create_user": "system", "_create_time": 1552908666342, "_last_modified_user": "admin", "_last_modified_time": 1553087794966, "_system_owned": false, "_protection": "NOT_PROTECTED", "_revision": 1 }

Required Permissions:

read

Feature:

policy_dfw

Additional Errors: