NSX-T Data Center REST API

NorthSouthFirewall (type)

{
  "description": "User can configure North-South firewall and it will be applicable to all the VPCs under that project.",
  "id": "NorthSouthFirewall",
  "module_id": "PolicyVpcSecurityProfile",
  "properties": {
    "enabled": {
      "default": false,
      "description": "This flag indicates whether north-south firewall (Gateway Firewall) is enabled. If set to false, then gateway firewall policies will not be enforced on the VPCs associated with this configuration. The default value will be based on global flag auto_enable_firewall_on_new_gateway. This flag auto enables or disables gateway firewall for new VPCs.  Flag doesn't change the gateway firewall status of existing VPCs. API to get auto_enable_firewall_on_new_gateway is /system-config/auto-enable-gateway-firewall.",
      "title": "Flag that indicates whether north-south firewall (Gateway Firewall) is enabled.",
      "type": "boolean"
    }
  },
  "title": "North South firewall configuration",
  "type": "object"
}