NSX-T Data Center REST API
Update dfw firewall configuration
Update dfw firewall related configurations.This API is available when using VMware Cloud (AWS, Dell-EMC, Outpost, Hyperscalers) or VMware NSX-T.
Request:
Method:
              PUT
            URI Path(s):
              
              
                  
                  /policy/api/v1/infra/settings/firewall/security
                  
              
            Request Headers:
                n/a
            Query Parameters:
    n/a
  Request Body:
    DfwFirewallConfiguration+
  Example Request:
PUT https://<policy-mgr>/policy/api/v1/infra/settings/firewall/security { "idfw_enabled": true, "resource_type": "DfwFirewallConfiguration", "_revision": 1 }Successful Response:
Response Code:
                200 OK
              Response Headers:
                  
                  Content-type: application/json
                Response Body:
    DfwFirewallConfiguration+
  