GatewayNatLog

GatewayNatLog
GatewayNatLog

A nat 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,
    "sourceTranslatedIpAddress": "string",
    "sourceTranslatedPort": 0,
    "destinationIpAddress": "string",
    "destinationPort": 0,
    "destinationTranslatedIpAddress": "string",
    "destinationTranslatedPort": 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 nat rule.

string
action
Optional

Action taken by the nat rule.

string
ruleId
Optional

ID of the nat rule.

string
ruleName
Optional

Name of the nat 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
sourceTranslatedIpAddress
Optional

Translated IP address of the source host.

integer
sourceTranslatedPort
Optional

Translated Port of the source host.

string
destinationIpAddress
Optional

IP address of the destination host.

integer
destinationPort
Optional

Port of the destination host.

string
destinationTranslatedIpAddress
Optional

Translated IP address of the destination host.

integer
destinationTranslatedPort
Optional

Translated Port of the destination host.