PortMirroringFilter
{
"dst_ips": {
"ip_addresses": [
"string"
]
},
"dst_ports": "string",
"filter_action": "string",
"ip_protocol": "string",
"src_ips": {
"ip_addresses": [
"string"
]
},
"src_ports": "string"
}
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.
If set to MIRROR, packets will be mirrored. If set to DO_NOT_MIRROR, packets will not be mirrored.
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.
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.