CaptureTCPFilter

CaptureTCPFilter
CaptureTCPFilter
JSON Example
{
    "dst_port_range": {
        "dst_port_end": 0,
        "dst_port_start": 0,
        "match_operation": "string"
    },
    "eth_proto": "string",
    "host_ip": {
        "addrs": [
            {
                "addr": "string",
                "type": "string"
            }
        ],
        "match_operation": "string",
        "prefixes": [
            {
                "ip_addr": {
                    "addr": "string",
                    "type": "string"
                },
                "mask": 0
            }
        ],
        "ranges": [
            {
                "begin": {
                    "addr": "string",
                    "type": "string"
                },
                "end": {
                    "addr": "string",
                    "type": "string"
                }
            }
        ]
    },
    "src_port_range": {
        "match_operation": "string",
        "src_port_end": 0,
        "src_port_start": 0
    },
    "tcpflag": {
        "filter_op": "string",
        "match_operation": "string",
        "tcp_ack": false,
        "tcp_fin": false,
        "tcp_push": false,
        "tcp_rst": false,
        "tcp_syn": false
    }
}
dst_port_range
Optional

dst_port_range

string
eth_proto
Optional

Ethernet Proto filter. Enum options - ETH_TYPE_IPV4. Field introduced in 30.2.1. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.

host_ip
Optional

host_ip

src_port_range
Optional

src_port_range

tcpflag
Optional

tcpflag