GatewayNatLog
A nat log.
{
"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,
"sourceTranslatedIpAddress": "string",
"sourceTranslatedPort": 0,
"destinationIpAddress": "string",
"destinationPort": 0,
"destinationTranslatedIpAddress": "string",
"destinationTranslatedPort": 0
}
Log timestamp in ISO 8601 format.
IP address family of source and destination hosts.
Criteria for which an action is taken by the nat rule.
Action taken by the nat rule.
ID of the nat rule.
Name of the nat rule.
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.
Translated IP address of the source host.
Translated Port of the source host.
IP address of the destination host.
Port of the destination host.
Translated IP address of the destination host.
Translated Port of the destination host.