NSX-T Data Center REST API

PolicyNatRuleStatisticsPerEnforcementPoint (schema)

NAT rule statistics per enforcement point

Provides the following details for a NAT rule for a given enforcement point

- Current number of active traffic sessions matching the NAT rule.
- Total number of bytes processed on the NAT rule since the time the rule
was created.
- Total number of packets processed on the NAT rule since the time the rule
was created.
- Any warning message about NAT rule statistics.

Name Description Type Notes
enforcement_point_path Enforcement point Path

Policy Path referencing the enforcement point from where the statistics are fetched.
string
rule_path Path of NAT Rule

Path of NAT Rule.
string
rule_statistics NAT rule statistics

Provides the current number of active traffic sessions matching the NAT rule, the total
number of packets and bytes processed on the NAT rule since the time the rule was created.
array of PolicyNatRuleStatistics Readonly