Policy > Monitoring > IPFIX > Firewall IPFIX Profiles

Associated URIs:

API Description API Path

List IPFIX DFW Profile


API provides list IPFIX DFW profiles available on
selected logical DFW.
GET /policy/api/v1/infra/ipfix-dfw-profiles
GET /policy/api/v1/global-infra/ipfix-dfw-profiles

Delete IPFIX DFW Profile


API deletes IPFIX DFW Profile. Selected IPFIX Collectors will stop
receiving flows.
DELETE /policy/api/v1/infra/ipfix-dfw-profiles/<ipfix-dfw-profile-id>
DELETE /policy/api/v1/global-infra/ipfix-dfw-profiles/<ipfix-dfw-profile-id>

Get IPFIX DFW Profile


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

Patch IPFIX DFW profile


Create a new IPFIX DFW profile if the IPFIX DFW profile
with given id does not already exist. If the IPFIX DFW
profile with the given id already exists, patch with
the existing IPFIX DFW profile.
PATCH /policy/api/v1/infra/ipfix-dfw-profiles/<ipfix-dfw-profile-id>
PATCH /policy/api/v1/global-infra/ipfix-dfw-profiles/<ipfix-dfw-profile-id>

Create or Replace IPFIX DFW collection Config.


Create or replace IPFIX DFW profile. Config will start
forwarding data to provided IPFIX DFW collector.
PUT /policy/api/v1/infra/ipfix-dfw-profiles/<ipfix-dfw-profile-id>
PUT /policy/api/v1/global-infra/ipfix-dfw-profiles/<ipfix-dfw-profile-id>