NSX-T Data Center REST API
Patch IPFIX collector profile
Create a new IPFIX collector profile if the IPFIX collector profile withgiven id does not already exist. If the IPFIX collector profile with the
given id already exists, patch with the existing IPFIX collector 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-collector-profiles/{ipfix-l2-collector-profile-id}
Request Headers:
n/a
Query Parameters:
OverrideRequestParameters+
Request Body:
IPFIXL2CollectorProfile+
Example Request:
{ "ipfix_l2_collectors":[ { "collector_ip_address": "10.24.24.23", "collector_port": 3569 } ] }Successful Response:
Response Code:
200 OK
Response Headers:
n/a
Response Body:
n/a