PolicyNatRuleStatistics
Gives the Statistics of a NAT rule.
Properties
integer
active_sessions
Optional
Gives the total number of active sessions.
integer
last_update_timestamp
Optional
Timestamp when the data was last updated.
integer
total_bytes
Optional
Gives the total number of bytes.
integer
total_packets
Optional
Gives the total number of packets.
string
warning_message
Optional
The warning message about the NAT Rule Statistics.
JSON Example
{
"active_sessions": 0,
"last_update_timestamp": 0,
"total_bytes": 0,
"total_packets": 0,
"warning_message": "string"
}