NSX-T Data Center REST API
Create or update compute cluster idfw configuration
Update the compute cluster idfw configuration 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/idfw/cluster/<cluster-id>
                  
              
            Request Headers:
                n/a
            Query Parameters:
    n/a
  Request Body:
    ComputeClusterIdfwConfiguration+
  Example Request:
PUT 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" }, "resource_type": "ComputeClusterIdfwConfiguration", "id": "67d830f8-f053-4512-beb8-5bae5427ab31:domain-c7", "display_name": "67d830f8-f053-4512-beb8-5bae5427ab31:domain-c7", "_revision": 1 }Successful Response:
Response Code:
                200 OK
              Response Headers:
                  
                  Content-type: application/json
                Response Body:
    ComputeClusterIdfwConfiguration+
  