PolicyNatRuleStatisticsPerTransportNode
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
transport_node_path
Optional
Policy path of the Edge Node.
JSON Example
{
"active_sessions": 0,
"last_update_timestamp": 0,
"total_bytes": 0,
"total_packets": 0,
"transport_node_path": "string"
}