NSX-T Data Center REST API
Associated URIs:
| 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>
                           (Deprecated) | 
| Get an existing IPFIX collector profileGet an existing IPFIX collector profile by profile ID. | GET /api/v1/ipfix-collector-profiles/<ipfix-collector-profile-id>
                           (Deprecated) | 
| 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>
                           (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
                           (Deprecated) | 
| Delete an existing IPFIX profileDelete an existing IPFIX profile by ID. | DELETE /api/v1/ipfix-profiles/<ipfix-profile-id>
                           (Deprecated) | 
| Get an existing IPFIX profileGet an existing IPFIX profile by profile ID. | GET /api/v1/ipfix-profiles/<ipfix-profile-id>
                           (Deprecated) | 
| Update an existing IPFIX profileUpdate 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 | 
| 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 | 
| 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) |