NSX-T Data Center Global Manager 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 /global-manager/api/v1/global-infra/ipfix-dfw-collector-profiles
|
Get IPFIX dfw Collector profileAPI will return details of IPFIX dfw collector profile. If profile does not exist, it will return 404. |
GET /global-manager/api/v1/global-infra/ipfix-dfw-collector-profiles/<ipfix-dfw-collector-profile-id>
|
List IPFIX DFW ProfileAPI provides list IPFIX DFW profiles available on selected logical DFW. |
GET /global-manager/api/v1/global-infra/ipfix-dfw-profiles
|
Get IPFIX DFW ProfileAPI will return details of IPFIX DFW profile. |
GET /global-manager/api/v1/global-infra/ipfix-dfw-profiles/<ipfix-dfw-profile-id>
|
List IPFIX Collector profiles.API will provide list of all IPFIX collector profiles and their details. |
GET /global-manager/api/v1/global-infra/ipfix-l2-collector-profiles
|
Delete IPFIX Collector profileAPI deletes IPFIX collector profile. Flow forwarding to collector will be stopped. |
DELETE /global-manager/api/v1/global-infra/ipfix-l2-collector-profiles/<ipfix-l2-collector-profile-id>
|
Get IPFIX Collector profileAPI will return details of IPFIX collector profile. |
GET /global-manager/api/v1/global-infra/ipfix-l2-collector-profiles/<ipfix-l2-collector-profile-id>
|
Patch IPFIX collector profileCreate a new IPFIX collector profile if the IPFIX collector profile with given id does not already exist. If the IPFIX collector profile with the given id already exists, patch with the existing IPFIX collector profile. |
PATCH /global-manager/api/v1/global-infra/ipfix-l2-collector-profiles/<ipfix-l2-collector-profile-id>
|
Create or Replace IPFIX collector profileCreate or Replace IPFIX collector profile. IPFIX data will be sent to IPFIX collector. |
PUT /global-manager/api/v1/global-infra/ipfix-l2-collector-profiles/<ipfix-l2-collector-profile-id>
|
List IPFIX L2 ProfilesAPI provides list IPFIX L2 Profiles available on selected logical l2. |
GET /global-manager/api/v1/global-infra/ipfix-l2-profiles
|
Delete IPFIX L2 ProfileAPI deletes IPFIX L2 Profile. Flow forwarding to selected collector will be stopped. |
DELETE /global-manager/api/v1/global-infra/ipfix-l2-profiles/<ipfix-l2-profile-id>
|
Get IPFIX L2 ProfileAPI will return details of IPFIX L2 profile. |
GET /global-manager/api/v1/global-infra/ipfix-l2-profiles/<ipfix-l2-profile-id>
|
Patch IPFIX L2profileCreate a new IPFIX L2 profile if the IPFIX L2 profile with given id does not already exist. If the IPFIX L2 profile with the given id already exists, patch with the existing IPFIX L2 profile. |
PATCH /global-manager/api/v1/global-infra/ipfix-l2-profiles/<ipfix-l2-profile-id>
|
Create or Replace IPFIX L2 profileCreate or replace IPFIX L2 Profile. Profile is reusable entity. Single profile can attached multiple bindings e.g group, segment and port. |
PUT /global-manager/api/v1/global-infra/ipfix-l2-profiles/<ipfix-l2-profile-id>
|