NSX-T Data Center Global Manager REST API
Associated URIs:
| API Description | API Path |
|---|---|
Get dfw firewall configurationGet the current dfw firewall configurations. |
GET /global-manager/api/v1/global-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 /global-manager/api/v1/global-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 /global-manager/api/v1/global-infra/settings/firewall/security
|
Get the list of distributed firewall dependent servicesGet the list of distributed firewall dependent services |
GET /global-manager/api/v1/global-infra/settings/firewall/security/dependent-services
|
Get global distributed firewall configuration for the specified siteGet global distributed firewall configuration for the specified site. |
GET /global-manager/api/v1/global-infra/sites/{site-id}/settings/firewall/security
|
Patch global distributed firewall configuration for the specified siteUpdate the global distributed firewall configuration for the specified site. |
PATCH /global-manager/api/v1/global-infra/sites/{site-id}/settings/firewall/security
|
Update global distributed firewall configuration for the specified siteUpdate the global distributed firewall configuration for the specified site. |
PUT /global-manager/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 /global-manager/api/v1/global-infra/sites/settings/firewall/security
|