GatewayFirewallLog
GatewayFirewallLog
A firewall log.
JSON Example
{
"timestamp": "2020-07-24T00:00:00.000+0000",
"addressFamily": "string",
"reason": "string",
"action": "string",
"ruleId": "string",
"ruleName": "string",
"direction": "string",
"packetLength": 0,
"protocol": "string",
"sourceIpAddress": "string",
"sourcePort": 0,
"destinationIpAddress": "string",
"destinationPort": 0
}
string As date-time As date-time
timestamp
Optional
Log timestamp in ISO 8601 format.
string
addressFamily
Optional
IP address family of source and destination hosts.
string
reason
Optional
Criteria for which an action is taken by the firewall rule.
string
action
Optional
Action taken by the firewall rule.
string
ruleId
Optional
ID of the firewall rule.
string
ruleName
Optional
Name of the firewall rule.
string
direction
Optional
Direction of network traffic.
integer
packetLength
Optional
The packet length in bytes.
string
protocol
Optional
The protocol used for communication between source and destination hosts.
string
sourceIpAddress
Optional
IP address of the source host.
integer
sourcePort
Optional
Port of the source host.
string
destinationIpAddress
Optional
IP address of the destination host.
integer
destinationPort
Optional
Port of the destination host.