NSX-T Data Center REST API

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 (Deprecated)

Create a new IPFIX collector profile


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

Delete an existing IPFIX collector profile


Delete an existing IPFIX collector profile by ID.
DELETE /api/v1/ipfix-collector-profiles/{ipfix-collector-profile-id} (Deprecated)

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} (Deprecated)

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} (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 (Deprecated)

Create a new IPFIX profile


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

Delete an existing IPFIX profile


Delete an existing IPFIX profile by ID.
DELETE /api/v1/ipfix-profiles/{ipfix-profile-id} (Deprecated)

Get an existing IPFIX profile


Get an existing IPFIX profile by profile ID.
GET /api/v1/ipfix-profiles/{ipfix-profile-id} (Deprecated)

Update an existing IPFIX profile


Update an existing IPFIX profile with profile ID and modified properties.
PUT /api/v1/ipfix-profiles/{ipfix-profile-id} (Deprecated)

List IPFIX collector configurations


GET /api/v1/ipfix/collectorconfigs (Deprecated)

Create a new IPFIX collector configuration


POST /api/v1/ipfix/collectorconfigs (Deprecated)

Delete an existing IPFIX collector configuration


DELETE /api/v1/ipfix/collectorconfigs/{collector-config-id} (Deprecated)

Get an existing IPFIX collector configuration


GET /api/v1/ipfix/collectorconfigs/{collector-config-id} (Deprecated)

Update an existing IPFIX collector configuration


PUT /api/v1/ipfix/collectorconfigs/{collector-config-id} (Deprecated)

List IPFIX configuration


GET /api/v1/ipfix/configs (Deprecated)

Create a new IPFIX configuration


POST /api/v1/ipfix/configs (Deprecated)

Delete an existing IPFIX configuration


DELETE /api/v1/ipfix/configs/{config-id} (Deprecated)

Get an existing IPFIX configuration


GET /api/v1/ipfix/configs/{config-id} (Deprecated)

Update an existing IPFIX configuration


PUT /api/v1/ipfix/configs/{config-id} (Deprecated)