Management Plane API > Troubleshooting And Monitoring > IPFIX

Create a new IPFIX collector profile

Create a new IPFIX collector profile with essential properties.

Request:

Method:
POST
URI Path(s):
/api/v1/ipfix-collector-profiles
Request Headers:
n/a
Query Parameters:
n/a
Request Body:
IpfixCollectorUpmProfile+

Example Request:

POST https://<nsx-mgr>/api/v1/ipfix-collector-profiles { "resource_type" : "IpfixCollectorUpmProfile", "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" } ] }

Successful Response:

Response Code:
201 Created
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" : 0 }

Required Permissions:

crud

Feature:

unified_nsgroup_ipfix_collector_profiles

Additional Errors: