NSX-T Data Center Global Manager REST API

Associated URIs:

API Description API Path

Get dfw firewall configuration


Get the current dfw firewall configurations.
GET /global-manager/api/v1/global-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 /global-manager/api/v1/global-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 /global-manager/api/v1/global-infra/settings/firewall/security

Get the list of distributed firewall dependent services


Get 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 site


Get 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 site


Update 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 site


Update 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 sites


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