NSX-T Data Center Global Manager REST API
Saves the configuration for auto enable gateway firewall config
Update auto enable gateway firewall configuration valueThis API is available when using VMware Cloud (AWS, Dell-EMC, Outpost, Hyperscalers) or VMware NSX.
Request:
Method:
PATCH
URI Path(s):
/global-manager/api/v1/system-config/auto-enable-gateway-firewall
Request Headers:
n/a
Query Parameters:
n/a
Request Body:
AutoEnableGatewayFirewallConfig+
Example Request:
PATCH https://<policy-mgr>/global-manager/api/v1/system-config/auto-enable-gateway-firewall { "auto_enable_firewall_on_new_gateway": true }Successful Response:
Response Code:
200 OK
Response Headers:
n/a
Response Body:
n/a