v1

latestOpenAPI 3.0.02026-07-17181627.7 KB
agents

List of pktvisor Inputs available across current agents

get/agents/backends/pktvisor/inputs

Response

list of pktvisor Inputs available from current agents

Example response

{
  "pcap": {
    "1.0": {
      "filter": {
        "bpf": "udp port 53 and host 127.0.0.1"
      },
      "config": {
        "iface": "eth0"
      },
      "host_spec": "10.0.1.0/24,10.0.2.1/32,2001:db8::/64",
      "pcap_source": "libpcap"
    }
  }
}