GatewayFirewallLog
A firewall log.
{
"timestamp": "2020-07-24T00:00:00.000+0000",
"addressFamily": "string",
"reason": "string",
"action": "string",
"ruleId": "string",
"ruleName": "string",
"loggingId": "string",
"direction": "string",
"packetLength": 0,
"protocol": "string",
"sourceIpAddress": "string",
"sourcePort": 0,
"destinationIpAddress": "string",
"destinationPort": 0
}
Log timestamp in ISO 8601 format.
IP address family of source and destination hosts.
Criteria for which an action is taken by the firewall rule.
Action taken by the firewall rule.
ID of the firewall rule.
Name of the firewall rule.
Unique ID assigned by the backing NSX-T network provider. Passed all the way down to the datapath, and is used for logging by NSX-T. Only applies to NSX-T.
Direction of network traffic.
The packet length in bytes.
The protocol used for communication between source and destination hosts.
IP address of the source host.
Port of the source host.
IP address of the destination host.
Port of the destination host.