NSX-T Data Center REST API
PolicyNatRuleStatisticsPerLogicalRouter (type)
{ "additionalProperties": false, "description": "Provides the following statistics of all NAT rules in a logical router for a given enforcement point: - <b>Aggregated statistics</b> 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 <b>per transport node statistics</b> 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.", "id": "PolicyNatRuleStatisticsPerLogicalRouter", "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" }, "last_update_timestamp": { "$ref": "EpochMsTimestamp, "description": "Timestamp when the data was last updated.", "readonly": true, "title": "Last update timestamp" }, "per_node_statistics": { "description": "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.", "items": { "$ref": "PolicyNatRuleStatisticsPerTransportNode }, "readonly": true, "title": "Aggregated NAT rule statistics per transport node", "type": "array" }, "router_path": { "description": "Path of the router.", "title": "Router path", "type": "string" }, "statistics": { "$ref": "PolicyNATRuleCounters, "description": "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.", "readonly": true, "title": "Rolled up statistics" } }, "title": "Aggregate of NAT rule statistics per logical router per enforcement point", "type": "object" }