PortMirroringFilter

PortMirroringFilter
PortMirroringFilter
JSON Example
{
    "dst_ips": {
        "ip_addresses": [
            "string"
        ]
    },
    "dst_ports": "string",
    "filter_action": "string",
    "ip_protocol": "string",
    "src_ips": {
        "ip_addresses": [
            "string"
        ]
    },
    "src_ports": "string"
}
dst_ips
Optional

dst_ips

string As port-or-range As port-or-range
dst_ports
Optional

Destination port in the form of a port or port range, used to match the destination port of a packet. If not provided, no filtering by destination port is performed.

string
filter_action
Optional
Constraints: default: MIRROR

If set to MIRROR, packets will be mirrored. If set to DO_NOT_MIRROR, packets will not be mirrored.

Possible values are : MIRROR, DO_NOT_MIRROR,
string
ip_protocol
Optional

The transport protocols of TCP or UDP, used to match the transport protocol of a packet. If not provided, no filtering by IP protocols is performed.

Possible values are : TCP, UDP,
src_ips
Optional

src_ips

string As port-or-range As port-or-range
src_ports
Optional

Source port in the form of a port or port range, used to match the source port of a packet. If not provided, no filtering by source port is performed.