NSX-T Data Center REST API

PolicyNatRuleStatisticsPerLogicalRouter (schema)

Aggregate of NAT rule statistics per logical router per enforcement point

Provides the following statistics of all NAT rules in a logical router for a given
enforcement point:

- Aggregated statistics of all NAT rules in a logical router. It includes the
current number of active traffic sessions matching the NAT rules and, the total number
of packets processed on the NAT rules since the time the rules were created.
- Lists per transport node statistics of all NAT rules in a logical router. It
includes the current number of active traffic sessions matching the NAT rules and,
the total number of packets processed on the NAT rules since the time the rules were
created.
- Transport node ID.

Name Description Type Notes
enforcement_point_path Enforcement point Path

Policy Path referencing the enforcement point from where the statistics are fetched.
string
last_update_timestamp Last update timestamp

Timestamp when the data was last updated.
EpochMsTimestamp Readonly
per_node_statistics Aggregated NAT rule statistics per transport node

Provides the statistics of all NAT rules in a transport node. It includes the current
number of active traffic sessions matching the NAT rules and the total number of packets
processed on the NAT rules since the time the rules were created.
array of PolicyNatRuleStatisticsPerTransportNode Readonly
router_path Router path

Path of the router.
string
statistics Rolled up statistics

Provides the aggregated statistics of all NAT rules in a logical router. It includes
the current number of active traffic sessions matching the NAT rules and the total number
of packets processed on the NAT rules. The counts are from the time the rules were created.
PolicyNATRuleCounters Readonly