NSX-T Data Center REST API
Create or Replace IPFIX L2 profile
Create or replace IPFIX L2 Profile. Profile is reusable entity. Singleprofile can attached multiple bindings e.g group, segment and port.
This API is available when using VMware Cloud (AWS, Dell-EMC, Outpost, Hyperscalers) or VMware NSX.
Request:
Method:
PUT
URI Path(s):
/policy/api/v1/infra/ipfix-l2-profiles/{ipfix-l2-profile-id}
Request Headers:
n/a
Query Parameters:
OverrideRequestParameters+
Request Body:
IPFIXL2Profile+
Example Request:
{ "ipfix_collector_profile_path": "/infra/ipfix-l2-collector-profiles/profile1", "packet_sample_probability":0.1, "active_timeout":700, "idle_timeout":300, "max_flows": 1400, "_revision": 0 }Successful Response:
Response Code:
200 OK
Response Headers:
Content-type: application/json
Response Body:
IPFIXL2Profile+