NatStatisticsPerLogicalRouter

NatStatisticsPerLogicalRouter
NatStatisticsPerLogicalRouter
JSON Example
{
    "last_update_timestamp": 0,
    "logical_router_id": "string",
    "per_transport_node_statistics": [
        {
            "active_sessions": 0,
            "total_bytes": 0,
            "total_packets": 0,
            "last_update_timestamp": 0,
            "transport_node_id": "string"
        }
    ],
    "statistics_across_all_nodes": {
        "active_sessions": 0,
        "total_bytes": 0,
        "total_packets": 0
    }
}
integer As int64 As int64
last_update_timestamp
Optional

Timestamp when the data was last updated; unset if data source has never updated the data.

string
logical_router_id
Optional

Id for the logical router

per_transport_node_statistics
Optional

Detailed per node statistics

statistics_across_all_nodes
Optional

Provides the following statistics for the NAT rules:

  • Current number of active traffic sessions matching the NAT rules.
  • Total number of bytes processed on the NAT rules since the time the rules were created.
  • Total number of packets processed on the NAT rules since the time the rules were created.