NSX-T Data Center REST API
Create or Replace IPFIX DFW collection Config.
Create or replace IPFIX DFW profile. Config will startforwarding data to provided IPFIX DFW collector.
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/ipfix-dfw-profiles/<ipfix-dfw-profile-id>
                  
              
            Request Headers:
                n/a
            Query Parameters:
    OverrideRequestParameters+
  Request Body:
    IPFIXDFWProfile+
  Example Request:
PATCH https://<policy-mgr>/policy/api/v1/infra/ipfix-dfw-profiles/profile1 { "ipfix_dfw_collector_profile_path": "/infra/ipfix-dfw-collector-profiles/profile1", "observation_domain_id": 344, "active_flow_export_timeout":40, "priority":771, "_revision" : 0 }Successful Response:
Response Code:
                200 OK
              Response Headers:
                  
                  Content-type: application/json
                Response Body:
    IPFIXDFWProfile+
  