NetworkMonitor Policy Rule

Request Parameters

srcIPMin, srcIPMax, srcPortMin, srcPortMax, destIPMin, destIPMax, destPortMin, destPortMax, protocol

Example

The following table lists the Network Policy Alert-specific parameters. You must include the parameters as inputs for the alertRules parameter.

Network Monitor Policy Alert-specific parameters
Parameter Description Values Required Type
srcIPMin The minimum limit for your Source IP addresses. This is for incoming and outgoing traffic that accesses your firewall.

The srcIPMin and srcIPMax parameters make up the source IP range.

Standard IP address format. For example:

0.0.0.0.0

yes string
srcIPMax The maximum limit for your Source IP addresses. This is for incoming and outgoing traffic that accesses your firewall.

The srcIPMin and srcIPMax parameters make up the source IP range.

Standard IP address format. For example:

255.255.255.255

yes string
srcPortMin The lower limit range for your source ports. This is for incoming and outgoing traffic that accesses your firewall.

The srcPortMin and srcPortMax parameters make up the source port range.

Valid ports are ports 0 through 65,535. yes string
srcPortMax The upper limit range for your source ports. This is for incoming and outgoing traffic that accesses your firewall.

The srcPortMin and srcPortMax parameters make up the source port range.

Valid ports are ports 0 through 65,535. yes string
destIPMin The minimum limit for your destination IP addresses. This is for incoming and outgoing traffic that accesses your firewall.

The destIPMin and destIPMax parameters make up the destination IP range.

Standard IP address format. For example:

10.1.2.3

yes string
destIPMax The maximum limit for your destination IP addresses. This for incoming and outgoing traffic that accesses your firewall.

The destIPMin and destIPMax parameters make up the destination IP range.

Standard IP address format. For example:

255.255.255.255

yes string
destPortMin The lower limit range for your destination ports. This is for incoming and outgoing traffic that accesses your firewall.

The destPortMin and destPortMax parameters make up the destination port range.

Valid ports are ports 0 through 65,535. yes string
destPortMax The upper limit range for your destination ports. This is for incoming and outgoing traffic that accesses your firewall.

The destPortMin and destPortMax parameters make up the destination port range.

Valid ports are ports 0 through 65,535. yes string
protocol Protocol associated with the specified IP address

TIBCO LogLogic Appliances support ICMP, TCP, and UDP protocols.

Possible values:
  • tcp
  • udp
  • icmp
  • tcp, udp
  • tcp, icmp
  • udp, icmp
  • tcp, udp, icmp
  • all

The default is all, for all protocols.

yes string