NSX-T Data Center REST API
Patch IPFIX L2profile
Create a new IPFIX L2 profile if the IPFIX L2 profilewith given id does not already exist. If the IPFIX L2 profile
with the given id already exists, patch with the existing IPFIX L2
profile.
This API is available when using VMware Cloud (AWS, Dell-EMC, Outpost, Hyperscalers) or VMware NSX.
Request:
Method:
PATCH
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:
n/a
Response Body:
n/a