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 |