NSX-T Data Center REST API
Associated URIs:
API Description | API Path |
---|---|
List of Bridge Firewall PoliciesPaginated list of all bridge firewall policies. |
GET /policy/api/v1/infra/domains/{domain-id}/bridge-policies
|
Delete Bridge Firewall PolicyDelete Bridge Firewall Policy. |
DELETE /policy/api/v1/infra/domains/{domain-id}/bridge-policies/{bridge-firewall-policy-id}
|
Get Bridge Firewall PolicyGet Bridge Firewall Policy. |
GET /policy/api/v1/infra/domains/{domain-id}/bridge-policies/{bridge-firewall-policy-id}
|
Create or update Bridge Firewall PolicyPatch 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 policyThis 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 PolicyUpdate 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}
|