NSX-T Data Center REST API

EdgeDataplaneTopKFlowQueryParameters (type)

{
  "extends": {
    "$ref": "ListResultQueryParameters"
  },
  "id": "EdgeDataplaneTopKFlowQueryParameters",
  "properties": {
    "core_id": {
      "description": "CPU core on which the flows are to be monitored",
      "maximum": 128,
      "minimum": 0,
      "title": "CPU core on which the flows are to be monitored",
      "type": "integer"
    },
    "fields": {
      "description": "Comma-separated field names to include in query result",
      "title": "Fields to include in query results",
      "type": "string"
    },
    "timeout": {
      "default": 30,
      "description": "Timeout for flow monitor in seconds",
      "maximum": 120,
      "minimum": 1,
      "title": "Timeout for flow monitor in seconds",
      "type": "integer"
    }
  },
  "type": "object"
}