NetworkInfo
NetworkInfo
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).
JSON Example
{
"dst_ip": "string",
"src_ip": "string"
}
string As address-or-block-or-range
As address-or-block-or-range
dst_ip
Optional
The destination IP can be an IP address or a subnet.
string As address-or-block-or-range
As address-or-block-or-range
src_ip
Optional
The source IP can be an IP address or a subnet.