NSX-T Data Center REST API

Associated URIs:

API Description API Path

List of Bridge Firewall Policies


Paginated list of all bridge firewall policies.
GET /policy/api/v1/infra/domains/{domain-id}/bridge-policies

Delete Bridge Firewall Policy


Delete Bridge Firewall Policy.
DELETE /policy/api/v1/infra/domains/{domain-id}/bridge-policies/{bridge-firewall-policy-id}

Get Bridge Firewall Policy


Get Bridge Firewall Policy.
GET /policy/api/v1/infra/domains/{domain-id}/bridge-policies/{bridge-firewall-policy-id}

Create or update Bridge Firewall Policy


Patch the Bridge Firewall Policy.
If a Bridge Firewall Policy with the policy-id is not already present,
create a new Bridge Firewall Policy. If it already exists,
update the Bridge Firewall Policy.
PATCH /policy/api/v1/infra/domains/{domain-id}/bridge-policies/{bridge-firewall-policy-id}

Revise the positioning of bridge firewall policy


This is used to set a precedence of a bridge firewall policy w.r.t others.
POST /policy/api/v1/infra/domains/{domain-id}/bridge-policies/{bridge-firewall-policy-id}

Update the Bridge Firewall Policy


Update the Bridge Firewall Policy. This is a full replace.
Create new BridgeFirewallPolicy if a policy with the policy-id is not already present.
PUT /policy/api/v1/infra/domains/{domain-id}/bridge-policies/{bridge-firewall-policy-id}