Management Plane API > Troubleshooting And Monitoring > IPFIX

Get an existing IPFIX collector profile

Get an existing IPFIX collector profile by profile ID.

Request:

Method:
GET
URI Path(s):
/api/v1/ipfix-collector-profiles/<ipfix-collector-profile-id>
Request Headers:
n/a
Query Parameters:
n/a
Request Body:
n/a

Example Request:

GET https://<nsx-mgr>/api/v1/ipfix-collector-profiles/ 7e5d3a8c-8aa8-4df6-9a0f-b0456575b233

Successful Response:

Response Code:
200 OK
Response Headers:
Content-type: application/json
Response Body:
IpfixCollectorUpmProfile+

Example Response:

{ "resource_type" : "IpfixCollectorUpmProfile", "id" : "e2954b96-bbb4-4fa1-bd2f-3b2bd9e89b64", "display_name" : "IPFIX Collector Profile 002", "collectors" : [ { "collector_port" : 4739, "collector_ip_address" : "192.168.1.102" }, { "collector_port" : 4739, "collector_ip_address" : "192.168.1.100" } ], "_protection" : "NOT_PROTECTED", "_create_user" : "admin", "_create_time" : 1507687895605, "_last_modified_user" : "admin", "_last_modified_time" : 1507705866588, "_system_owned" : false, "_revision" : 1 }

Required Permissions:

read

Feature:

unified_nsgroup_ipfix_collector_profiles

Additional Errors: