Management Plane API > Security > Services > Firewall

Get list of entities in exclude list

Request:

Method:
GET
URI Path(s):
/api/v1/firewall/excludelist
Request Headers:
n/a
Query Parameters:
n/a
Request Body:
n/a

Example Request:

GET https://<nsx-mgr>/api/v1/firewall/excludelist

Successful Response:

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

Example Response:

{ "resource_type": "ExcludeList", "description": "", "id": "d97f06ef-1fe7-4434-bb12-527cad975be1", "display_name": "d97f06ef-1fe7-4434-bb12-527cad975be1", "tags": [], "members": [ { "target_display_name": "4630aadd-25d7-4c73-b03c-227ac314dfc4", "is_valid": true, "target_type": "LogicalPort", "target_id": "4630aadd-25d7-4c73-b03c-227ac314dfc4" }, { "target_display_name": "db-tier-01", "is_valid": true, "target_type": "LogicalSwitch", "target_id": "3cc5e971-0329-4f35-966a-7cd879171688" }, { "target_display_name": "app-tier-01", "is_valid": true, "target_type": "LogicalSwitch", "target_id": "5091f6ac-ada1-428c-b521-630bc0d55574" } ], "_last_modified_time": 1458598876903, "_last_modified_user": "admin", "_revision": 3 }

Required Permissions:

read

Feature:

firewall_configuration

Additional Errors: