API Description | API Path |
---|---|
List IPFIX Collector ProfiesQuery 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 profileCreate a new IPFIX collector profile with essential properties. |
POST /api/v1/ipfix-collector-profiles
|
Delete an existing IPFIX collector profileDelete an existing IPFIX collector profile by ID. |
DELETE /api/v1/ipfix-collector-profiles/<ipfix-collector-profile-id>
|
Get an existing IPFIX collector profileGet an existing IPFIX collector profile by profile ID. |
GET /api/v1/ipfix-collector-profiles/<ipfix-collector-profile-id>
|
Update an existing IPFIX collector profileUpdate 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 pointsDeprecated - 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 configurationDeprecated - Please use /ipfix-profiles/ profile and /ipfix-collector-profiles/ collector profile. |
GET /api/v1/ipfix-obs-points/switch-global
(Deprecated)
|
Update global switch IPFIX export configurationDeprecated - Please use /ipfix-profiles/ profile and /ipfix-collector-profiles/ collector profile. |
PUT /api/v1/ipfix-obs-points/switch-global
(Deprecated)
|
List IPFIX ProfiesQuery 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 profileCreate a new IPFIX profile with essential properties. |
POST /api/v1/ipfix-profiles
|
Delete an existing IPFIX profileDelete an existing IPFIX profile by ID. |
DELETE /api/v1/ipfix-profiles/<ipfix-profile-id>
|
Get an existing IPFIX profileGet an existing IPFIX profile by profile ID. |
GET /api/v1/ipfix-profiles/<ipfix-profile-id>
|
Update an existing IPFIX profileUpdate 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>
|