NSX-T Data Center REST API

EdgeDataplaneFlow (type)

{
  "additionalProperties": false,
  "id": "EdgeDataplaneFlow",
  "properties": {
    "dst_ip": {
      "description": "Destination IP of the flow",
      "title": "Destination IP",
      "type": "string"
    },
    "dst_port": {
      "description": "Destination port of the flow",
      "title": "Destination port",
      "type": "integer"
    },
    "proto": {
      "description": "Protocol of the flow",
      "title": "Protocol",
      "type": "integer"
    },
    "src_ip": {
      "description": "Source IP of the flow",
      "title": "Source IP",
      "type": "string"
    },
    "src_port": {
      "description": "Source port of the flow",
      "title": "Source port",
      "type": "integer"
    },
    "tunnel_dst_ip": {
      "description": "Tunnel destination IP of the flow",
      "title": "Tunnel destination IP",
      "type": "string"
    },
    "tunnel_src_ip": {
      "description": "Tunnel source IP of the flow",
      "title": "Tunnel source IP",
      "type": "string"
    }
  },
  "title": "Edge dataplane flow record",
  "type": "object"
}