Management Plane API > Troubleshooting And Monitoring > IPFIX

Associated URIs:

API Description API Path

List IPFIX Collector Profies


Query IPFIX collector profiles with list parameters. List result can be
filtered by profile type defined by IpfixCollectorUpmProfileType.
GET /api/v1/ipfix-collector-profiles

Create a new IPFIX collector profile


Create a new IPFIX collector profile with essential properties.
POST /api/v1/ipfix-collector-profiles

Delete an existing IPFIX collector profile


Delete an existing IPFIX collector profile by ID.
DELETE /api/v1/ipfix-collector-profiles/<ipfix-collector-profile-id>

Get an existing IPFIX collector profile


Get an existing IPFIX collector profile by profile ID.
GET /api/v1/ipfix-collector-profiles/<ipfix-collector-profile-id>

Update an existing IPFIX collector profile


Update an existing IPFIX collector profile with profile ID and modified
properties.
PUT /api/v1/ipfix-collector-profiles/<ipfix-collector-profile-id>

Get the list of IPFIX observation points


Deprecated - Please use /ipfix-profiles for switch IPFIX profile and
/ipfix-collector-profiles for IPFIX collector profile.
GET /api/v1/ipfix-obs-points (Deprecated)

Read global switch IPFIX export configuration


Deprecated - Please use /ipfix-profiles/ for switch IPFIX
profile and /ipfix-collector-profiles/ for IPFIX
collector profile.
GET /api/v1/ipfix-obs-points/switch-global (Deprecated)

Update global switch IPFIX export configuration


Deprecated - Please use /ipfix-profiles/ for switch IPFIX
profile and /ipfix-collector-profiles/ for IPFIX
collector profile.
PUT /api/v1/ipfix-obs-points/switch-global (Deprecated)

List IPFIX Profies


Query IPFIX profiles with list parameters. List result can be filtered by
profile type defined by IpfixUpmProfileType.
GET /api/v1/ipfix-profiles

Create a new IPFIX profile


Create a new IPFIX profile with essential properties.
POST /api/v1/ipfix-profiles

Delete an existing IPFIX profile


Delete an existing IPFIX profile by ID.
DELETE /api/v1/ipfix-profiles/<ipfix-profile-id>

Get an existing IPFIX profile


Get an existing IPFIX profile by profile ID.
GET /api/v1/ipfix-profiles/<ipfix-profile-id>

Update an existing IPFIX profile


Update an existing IPFIX profile with profile ID and modified properties.
PUT /api/v1/ipfix-profiles/<ipfix-profile-id>

List IPFIX collector configurations


GET /api/v1/ipfix/collectorconfigs

Create a new IPFIX collector configuration


POST /api/v1/ipfix/collectorconfigs

Delete an existing IPFIX collector configuration


DELETE /api/v1/ipfix/collectorconfigs/<collector-config-id>

Get an existing IPFIX collector configuration


GET /api/v1/ipfix/collectorconfigs/<collector-config-id>

Update an existing IPFIX collector configuration


PUT /api/v1/ipfix/collectorconfigs/<collector-config-id>

List IPFIX configuration


GET /api/v1/ipfix/configs

Create a new IPFIX configuration


POST /api/v1/ipfix/configs

Delete an existing IPFIX configuration


DELETE /api/v1/ipfix/configs/<config-id>

Get an existing IPFIX configuration


GET /api/v1/ipfix/configs/<config-id>

Update an existing IPFIX configuration


PUT /api/v1/ipfix/configs/<config-id>