Policy >
Monitoring
>
IPFIX
>
Firewall IPFIX Collectors
Associated URIs:
API Description
API Path
List IPFIX Collector profiles.
API will provide list of all IPFIX dfw collector profiles and
their details.
GET /policy/api/v1/global-infra/ipfix-dfw-collector-profiles
GET /policy/api/v1/infra/ipfix-dfw-collector-profiles
Delete IPFIX dfw Collector profile
API deletes IPFIX dfw collector profile. Flow forwarding to
collector will be stopped.
DELETE /policy/api/v1/infra/ipfix-dfw-collector-profiles/<ipfix-dfw-collector-profile-id>
DELETE /policy/api/v1/global-infra/ipfix-dfw-collector-profiles/<ipfix-dfw-collector-profile-id>
Get IPFIX dfw Collector profile
API will return details of IPFIX dfw collector profile. If profile
does not exist, it will return 404.
GET /policy/api/v1/infra/ipfix-dfw-collector-profiles/<ipfix-dfw-collector-profile-id>
GET /policy/api/v1/global-infra/ipfix-dfw-collector-profiles/<ipfix-dfw-collector-profile-id>
IPFIX dfw collector profile id
Create a new IPFIX dfw collector profile if the IPFIX dfw collector profile with
given id does not already exist. If the IPFIX dfw collector profile with the
given id already exists, patch with the existing IPFIX dfw collector profile.
PATCH /policy/api/v1/infra/ipfix-dfw-collector-profiles/<ipfix-dfw-collector-profile-id>
PATCH /policy/api/v1/global-infra/ipfix-dfw-collector-profiles/<ipfix-dfw-collector-profile-id>
Create or Replace IPFIX dfw collector profile
Create or Replace IPFIX dfw collector profile. IPFIX data will be sent to IPFIX
collector port.
PUT /policy/api/v1/infra/ipfix-dfw-collector-profiles/<ipfix-dfw-collector-profile-id>
PUT /policy/api/v1/global-infra/ipfix-dfw-collector-profiles/<ipfix-dfw-collector-profile-id>