Management Plane API > Security > Services > Firewall

Check if the object a member of the exclude list

Request:

Method:
POST
URI Path(s):
/api/v1/firewall/excludelist?action=check_if_exists
Request Headers:
n/a
Query Parameters:
ExcludeListRequestParams+
Request Body:
n/a

Example Request:

POST https://<nsx-mgr>/api/v1/firewall/excludelist?action=check_if_exists&object_id=5091f6ac-ada1-428c-b521-630bc0d55574

Successful Response:

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

Example Response:

{ "target_display_name": "app-tier-01", "is_valid": true, "target_type": "LogicalSwitch", "target_id": "5091f6ac-ada1-428c-b521-630bc0d55574" }

Required Permissions:

read

Feature:

firewall_configuration

Additional Errors: