NSX-T Data Center REST API

IpfixCollector (type)

{
  "id": "IpfixCollector",
  "module_id": "Ipfix",
  "properties": {
    "collector_ip_address": {
      "$ref": "IPAddress",
      "required": true,
      "title": "IP address for the IPFIX collector"
    },
    "collector_port": {
      "default": 4739,
      "maximum": 65535,
      "minimum": 0,
      "required": false,
      "title": "Port for the IPFIX collector",
      "type": "int"
    }
  },
  "type": "object"
}