Management Plane API > Troubleshooting And Monitoring > IPFIX

Create a new IPFIX collector configuration

Request:

Method:
POST
URI Path(s):
/api/v1/ipfix/collectorconfigs
Request Headers:
n/a
Query Parameters:
n/a
Request Body:
IpfixCollectorConfig+

Example Request:

POST https://<nsx-mgr>/api/v1/ipfix/collectorconfigs { "collectors": [ { "collector_ip_address": "10.24.24.24", "collector_port": 3569 } ] }

Successful Response:

Response Code:
201 Created
Response Headers:
Content-type: application/json
Response Body:
IpfixCollectorConfig+

Example Response:

{ "resource_type": "IpfixCollectorConfig", "id": "2d5d3a9a-5bc7-4ad1-2f0a-a9836575d204", "collectors": [ { "collector_ip_address": "10.24.24.24", "collector_port": 3569 } ] "_last_modified_user": "admin", "_last_modified_time": 1463555187453, "_revision": 0 }

Required Permissions:

crud

Feature:

ipfix_collectors

Additional Errors: