NSX-T Data Center REST API
PolicyNatRuleStatisticsPerEnforcementPoint (type)
{ "additionalProperties": false, "description": "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.", "id": "PolicyNatRuleStatisticsPerEnforcementPoint", "module_id": "PolicyNAT", "properties": { "enforcement_point_path": { "description": "Policy Path referencing the enforcement point from where the statistics are fetched.", "title": "Enforcement point Path", "type": "string" }, "rule_path": { "description": "Path of NAT Rule.", "title": "Path of NAT Rule", "type": "string" }, "rule_statistics": { "description": "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.", "items": { "$ref": "PolicyNatRuleStatistics }, "readonly": true, "title": "NAT rule statistics", "type": "array" } }, "title": "NAT rule statistics per enforcement point", "type": "object" }