Policy > Monitoring > IPFIX > Switch IPFIX Profiles

Patch IPFIX L2profile

Create a new IPFIX L2 profile if the IPFIX L2 profile
with 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-T.

Request:

Method:
PATCH
URI Path(s):
/policy/api/v1/infra/ipfix-l2-profiles/<ipfix-l2-profile-id>
/policy/api/v1/global-infra/ipfix-l2-profiles/<ipfix-l2-profile-id>
Request Headers:
n/a
Query Parameters:
OverrideRequestParameters+
Request Body:
IPFIXL2Profile+

Example Request:

PATCH https://<policy-mgr>/policy/api/v1/infra/ipfix-l2-profiles/ipfixsession_1 { "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

Required Permissions:

crud

Feature:

policy_ipfix_switch

Additional Errors: