NSX-T Data Center REST API
Associated URIs:
| API Description | API Path |
|---|---|
Get dfw firewall configurationGet 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 configurationUpdate 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 configurationUpdate 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 servicesGet 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 siteGet 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 sitesGet 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 |