PathFirewallRulesRequest
Properties
string
destination_ip_address
Optional
Destination IP configured in firewall rule
integer
port
Optional
Port number configured in firewall rule
string
protocol
Optional
Protocol configured in firewall rule
string
source_ip_address
Optional
Source IP configured in firewall rule
integer
time
Optional
Timestamp of object
JSON Example
{
"destination_ip_address": "1.1.1.1",
"port": 80,
"protocol": "TCP",
"source_ip_address": "2.2.2.2",
"time": 0
}