NSX-T Data Center REST API

EdgeDataplaneTopKFlows (type)

{
  "id": "EdgeDataplaneTopKFlows",
  "properties": {
    "flow_count": {
      "description": "Count of flow records in the result",
      "title": "Count of flow records",
      "type": "integer"
    },
    "flows": {
      "description": "Array of flow records",
      "items": {
        "$ref": "EdgeDataplaneFlow"
      },
      "title": "Array of flow records",
      "type": "array"
    }
  },
  "title": "Edge dataplane top-k flow dump",
  "type": "object"
}