NSX-T Data Center REST API

AutoEnableGatewayFirewallConfig (type)

{
  "description": "Config to auto enable gateway firewall for new Tier1 and Tier0 gateway. By default gateway firewall is dsiabled for new VCF deployments.",
  "id": "AutoEnableGatewayFirewallConfig",
  "module_id": "PolicySystemConfig",
  "nsx_feature": "AutoEnableFirewallOnNewGateway",
  "properties": {
    "auto_enable_firewall_on_new_gateway": {
      "description": "Flag auto enables or disables if set to false, gateway firewall for new Tier1 and Tier0 gateways. Flag doesn't change gateway firewall status of existing gateways.",
      "required": true,
      "title": "Auto Enable Gateway Firewall",
      "type": "boolean"
    }
  },
  "title": "Auto Enable Gateway Firewall",
  "type": "object"
}