NSX-T Data Center REST API

Associated URIs:

API Description API Path

Get dfw firewall configuration


Get the current dfw firewall configurations.
GET /policy/api/v1/infra/settings/firewall/security
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/settings/firewall/security

Update dfw firewall configuration


Update dfw firewall related configurations.
Turning off distributed services ("enable_firewall": false) will turn off Distributed Firewall, Identity Firewall,
Distributed Intrusion Detection and Prevention Service, Distributed Load Balancer.
PATCH /policy/api/v1/infra/settings/firewall/security
PATCH /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/settings/firewall/security

Update dfw firewall configuration


Update dfw firewall related configurations.
Turning off distributed services ("enable_firewall": false) will turn off Distributed Firewall, Identity Firewall,
Distributed Intrusion Detection and Prevention Service, Distributed Load Balancer.
PUT /policy/api/v1/infra/settings/firewall/security
PUT /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/settings/firewall/security

Get the list of distributed firewall dependent services


Get the list of distributed firewall dependent services
GET /policy/api/v1/infra/settings/firewall/security/dependent-services

Get global distributed firewall configuration for the specified site


Get global distributed firewall configuration for the specified site.
GET /policy/api/v1/infra/sites/{site-id}/settings/firewall/security
GET /policy/api/v1/global-infra/sites/{site-id}/settings/firewall/security

Get global distributed firewall configurations for all the sites


Get global distributed firewall configurations for all the sites.
GET /policy/api/v1/infra/sites/settings/firewall/security
GET /policy/api/v1/global-infra/sites/settings/firewall/security