NSX-T Data Center REST API
Patch compute cluster idfw configuration
Patch compute cluster identity firewall configuration. This API is available when using VMware Cloud (AWS, Dell-EMC, Outpost, Hyperscalers) or VMware NSX-T.Request:
Method:
              PATCH
            URI Path(s):
              
              
                  
                  /policy/api/v1/infra/settings/firewall/idfw/cluster/<cluster-id>
                  
              
            Request Headers:
                n/a
            Query Parameters:
    n/a
  Request Body:
    ComputeClusterIdfwConfiguration+
  Example Request:
PATCH https://<policy-mgr>/policy/api/v1/infra/settings/firewall/idfw/cluster/67d830f8-f053-4512-beb8-5bae5427ab31:domain-c7 { "cluster_idfw_enabled": false, "member": { "target_id": "67d830f8-f053-4512-beb8-5bae5427ab31:domain-c7", "target_type": "VC_Cluster" } }Successful Response:
Response Code:
                200 OK
              Response Headers:
                  n/a
                Response Body:
    n/a
  