Policy > Monitoring > IPFIX > Switch IPFIX Profiles

Associated URIs:

API Description API Path

List IPFIX L2 Profiles


API provides list IPFIX L2 Profiles available on
selected logical l2.
GET /policy/api/v1/infra/ipfix-l2-profiles
GET /policy/api/v1/global-infra/ipfix-l2-profiles

Delete IPFIX L2 Profile


API deletes IPFIX L2 Profile. Flow forwarding to
selected collector will be stopped.
DELETE /policy/api/v1/infra/ipfix-l2-profiles/<ipfix-l2-profile-id>
DELETE /policy/api/v1/global-infra/ipfix-l2-profiles/<ipfix-l2-profile-id>

Get IPFIX L2 Profile


API will return details of IPFIX L2 profile.
GET /policy/api/v1/infra/ipfix-l2-profiles/<ipfix-l2-profile-id>
GET /policy/api/v1/global-infra/ipfix-l2-profiles/<ipfix-l2-profile-id>

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.
PATCH /policy/api/v1/infra/ipfix-l2-profiles/<ipfix-l2-profile-id>
PATCH /policy/api/v1/global-infra/ipfix-l2-profiles/<ipfix-l2-profile-id>

Create or Replace IPFIX L2 profile


Create or replace IPFIX L2 Profile. Profile is reusable entity. Single
profile can attached multiple bindings e.g group, segment and port.
PUT /policy/api/v1/infra/ipfix-l2-profiles/<ipfix-l2-profile-id>
PUT /policy/api/v1/global-infra/ipfix-l2-profiles/<ipfix-l2-profile-id>