NSX-T Data Center REST API
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/infra/ipfix-dfw-collector-profiles
|
Delete IPFIX dfw Collector profileAPI 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}
|
Get IPFIX dfw Collector profileAPI 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}
|
IPFIX dfw collector profile idCreate 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}
|
Create or Replace IPFIX dfw collector profileCreate 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}
|