NSX-T Data Center REST API
Update IDFW compute collection (Deprecated)
Enable/disable individual compute collections for IDFW.Deprecated:
Use the following Policy API -
PUT/PATCH /policy/api/v1/infra/settings/firewall/idfw/cluster/
Request:
Method:
              PUT
            URI Path(s):
              
              
                  
                  /api/v1/idfw/idfw-compute-collections/<cc-ext-id>
                  
              
            Request Headers:
                n/a
            Query Parameters:
    n/a
  Request Body:
    IdfwEnabledComputeCollection+
  Example Request:
PUT https://<nsx-mgr>/api/v1/idfw/idfw-compute-collections/840927af-a0e1-4342-b4b3-2491f38e157d:domain-c8 { "_revision" : 0, "compute_collection_id" : "840927af-a0e1-4342-b4b3-2491f38e157d:domain-c8", "enabled" : true, "_create_time": 1537790838188, "_last_modified_user": "admin", "_system_owned": false, "_protection": "NOT_PROTECTED", "_last_modified_time": 1537790838188, "_create_user": "admin" }Successful Response:
Response Code:
                200 OK
              Response Headers:
                  
                  Content-type: application/json
                Response Body:
    IdfwEnabledComputeCollection+
  