NSX-T Data Center REST API
PolicyNATRuleCounters (type)
{ "additionalProperties": false, "description": "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.", "id": "PolicyNATRuleCounters", "module_id": "PolicyNAT", "properties": { "active_sessions": { "description": "Provides the current number of active traffic sessions matching the NAT rules.", "readonly": true, "title": "Active sessions", "type": "integer" }, "total_bytes": { "description": "Provides the total number of bytes processed on the NAT rules since the time the rules were created.", "readonly": true, "title": "Total bytes", "type": "integer" }, "total_packets": { "description": "Provides the total number of packets processed on the NAT rules since the time the rules were created.", "readonly": true, "title": "Total packets", "type": "integer" } }, "title": "NAT rule statistics", "type": "object" }