InlineFieldsFilterData1
InlineFieldsFilterData1
JSON Example
{
"ip_info": {
"dst_ip": "string",
"src_ip": "string"
},
"network_info": "NetworkInfo Object",
"transport_info": "TransportInfo Object"
}
ip_info
Optional
Only support IP address or subnet. Its type can be of IPv4 or IPv6. It will be converted to subnet when netmask is specified(e.g., 192.168.1.3/24 => 192.168.1.0/24, 2008:12:12:12::2/64 => 2008:12:12:12::/64). This type is deprecated. Please use the type NetworkInfo instead.
network_info
Optional
Only support IP address or subnet. Its type can be of IPv4 or IPv6. It will be converted to subnet when netmask is specified(e.g., 192.168.1.3/24 => 192.168.1.0/24, 2008:12:12:12::2/64 => 2008:12:12:12::/64).