NatStatisticsPerTransportNode
NatStatisticsPerTransportNode
Provides the following information for NAT rules in an edge transport node:
- Transport node ID.
- Current number of active traffic sessions in an edge transport node matching the NAT rules.
- Total number of bytes processed on all NAT rules in an edge transport node since the time the rules were created.
- Total number of packets processed on all NAT rules in an edge transport node since the time the rules were created.
AllOf
JSON Example
{
"active_sessions": 0,
"total_bytes": 0,
"total_packets": 0,
"last_update_timestamp": 0,
"transport_node_id": "string"
}